Skip to content

TelerikRadTrackBar

Telerik RadTrackBar (slider).

UI element class: Telerik.WinControls.UI.RadTrackBar

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: TelerikTrackBarBehavior

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
Position Gets or sets the position of the track bar. GetPosition SetPosition

Property Detail

MaxValue

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

Type: number|boolean

Accessors: GetMaxValue, SetMaxValue

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

SeS('SomeTelerikRadTrackBar').SetMaxValue(value)

MinValue

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

Type: number|boolean

Accessors: GetMinValue, SetMinValue

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

SeS('SomeTelerikRadTrackBar').SetMinValue(value)

Position

Gets or sets the position of the track bar.

Type: number

Accessors: GetPosition, SetPosition

value = SeS('SomeTelerikRadTrackBar').GetPosition()

SeS('SomeTelerikRadTrackBar').SetPosition(value)