Skip to content

DXRangeTrackBarControl

DevXpress RangeTrackBarControl.

UI element class: DevExpress.XtraEditors.RangeTrackBarControl

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: DXRangeTrackBarControlBehavior

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

Property Detail

MaxValue

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

Type: number|boolean

Accessors: GetMaxValue, SetMaxValue

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

SeS('SomeDXRangeTrackBarControl').SetMaxValue(value)

MinValue

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

Type: number|boolean

Accessors: GetMinValue, SetMinValue

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

SeS('SomeDXRangeTrackBarControl').SetMinValue(value)