Skip to content

DXZoomTrackBarControl

DevXpress ZoomTrackBarControl.

UI element class: DevExpress.XtraEditors.ZoomTrackBarControl

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: DXZoomTrackBarControlBehavior

Property Summary

Property Description Getter Setter
MaxValue Maximum value of the object or 'false' if value can't be read. GetMaxValue SetMaxValue
MinValue Minimum value of the object or 'false' if value can't be read. GetMinValue SetMinValue
Value Value of the object. GetValue SetValue

Property Detail

MaxValue

Maximum value of the object or 'false' if value can't be read.

Type: number|boolean

Accessors: GetMaxValue, SetMaxValue

value = SeS('SomeDXZoomTrackBarControl').GetMaxValue()

SeS('SomeDXZoomTrackBarControl').SetMaxValue(value)

MinValue

Minimum value of the object or 'false' if value can't be read.

Type: number|boolean

Accessors: GetMinValue, SetMinValue

value = SeS('SomeDXZoomTrackBarControl').GetMinValue()

SeS('SomeDXZoomTrackBarControl').SetMinValue(value)

Value

Value of the object.

Type: number

Accessors: GetValue, SetValue

value = SeS('SomeDXZoomTrackBarControl').GetValue()

SeS('SomeDXZoomTrackBarControl').SetValue(value)