ClassSliderConstants
String constatns of the slider(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class SliderConstants
Inheritance: objectSliderConstants
Fields
CssDragHandle
The CSS class identifying the Slider thumb anchor.
Declaration
public const string CssDragHandle = "rslDraghandle"
Field Value
CssHandleDecrease
The CSS class identifying the Slider's decrease handler element.
Declaration
public const string CssHandleDecrease = "rslHandle rslDecrease"
Field Value
CssHandleIncrease
The CSS class identifying the Slider's increase handler element.
Declaration
public const string CssHandleIncrease = "rslHandle rslIncrease"
Field Value
CssLargeTick
The CSS class identifying the Slider thumb anchor.
CssSliderItem
The CSS class identifying a Slider item.
CssSliderRegion
The CSS class identifying the Slider's selected region element.
Declaration
public const string CssSliderRegion = "rslSelectedregion"
Field Value
CssSliderTrack
The CSS class identifying the Slider's track element.
CssSmallTick
The CSS class identifying the Slider thumb anchor.
KeySlider
The key identifying the Slider control.
SliderIdPrefix
The ID prefix identifying the Slider control.
Declaration
public const string SliderIdPrefix = "RadSliderWrapper_"
Field Value