DXTrackBarControl¶
DevXpress TrackBarControl.
UI element class: DevExpress.XtraEditors.TrackBarControl
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: DXTrackBarControlBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Value | Value of the object. | GetValue | SetValue |
Property Detail¶
Value¶
Value of the object.
Type: number
Accessors: GetValue, SetValue
value = SeS('SomeDXTrackBarControl').GetValue()
SeS('SomeDXTrackBarControl').SetValue(value)