Class SliderConstants
Inheritance
System.Object
    SliderConstants
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class SliderConstantsFields
CssDragHandle
Declaration
public const string CssDragHandle = "rslDraghandle"Field Value
| System.String 
 | 
CssHandleDecrease
Declaration
public const string CssHandleDecrease = "rslHandle rslDecrease"Field Value
| System.String 
 | 
CssHandleIncrease
Declaration
public const string CssHandleIncrease = "rslHandle rslIncrease"Field Value
| System.String 
 | 
CssLargeTick
Declaration
public const string CssLargeTick = "rslLargeTick"Field Value
| System.String 
 | 
CssSliderItem
Declaration
public const string CssSliderItem = "rslItem"Field Value
| System.String 
 | 
CssSliderRegion
Declaration
public const string CssSliderRegion = "rslSelectedregion"Field Value
| System.String 
 | 
CssSliderTrack
Declaration
public const string CssSliderTrack = "rslTrack"Field Value
| System.String 
 | 
CssSmallTick
Declaration
public const string CssSmallTick = "rslSmallTick"Field Value
| System.String 
 | 
KeySlider
Declaration
public const string KeySlider = "RadSlider"Field Value
| System.String 
 | 
SliderIdPrefix
Declaration
public const string SliderIdPrefix = "RadSliderWrapper_"Field Value
| System.String 
 |