Class
SliderConstants

String constatns of the slider(Css classes, Id prefix, etc).

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class SliderConstants

Inheritance: objectSliderConstants

Fields

CssDragHandle

The CSS class identifying the Slider thumb anchor.

Declaration

cs-api-definition
public const string CssDragHandle = "rslDraghandle"

Field Value

string

CssHandleDecrease

The CSS class identifying the Slider's decrease handler element.

Declaration

cs-api-definition
public const string CssHandleDecrease = "rslHandle rslDecrease"

Field Value

string

CssHandleIncrease

The CSS class identifying the Slider's increase handler element.

Declaration

cs-api-definition
public const string CssHandleIncrease = "rslHandle rslIncrease"

Field Value

string

CssLargeTick

The CSS class identifying the Slider thumb anchor.

Declaration

cs-api-definition
public const string CssLargeTick = "rslLargeTick"

Field Value

string

CssSliderItem

The CSS class identifying a Slider item.

Declaration

cs-api-definition
public const string CssSliderItem = "rslItem"

Field Value

string

CssSliderRegion

The CSS class identifying the Slider's selected region element.

Declaration

cs-api-definition
public const string CssSliderRegion = "rslSelectedregion"

Field Value

string

CssSliderTrack

The CSS class identifying the Slider's track element.

Declaration

cs-api-definition
public const string CssSliderTrack = "rslTrack"

Field Value

string

CssSmallTick

The CSS class identifying the Slider thumb anchor.

Declaration

cs-api-definition
public const string CssSmallTick = "rslSmallTick"

Field Value

string

KeySlider

The key identifying the Slider control.

Declaration

cs-api-definition
public const string KeySlider = "RadSlider"

Field Value

string

SliderIdPrefix

The ID prefix identifying the Slider control.

Declaration

cs-api-definition
public const string SliderIdPrefix = "RadSliderWrapper_"

Field Value

string