Class ColorPickerConstants
Inheritance
System.Object
    ColorPickerConstants
  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 ColorPickerConstantsFields
CssColorBox
Declaration
public const string CssColorBox = "rcpColorBox"Field Value
| System.String 
 | 
CssColorPicker
Declaration
public const string CssColorPicker = "RadColorPicker"Field Value
| System.String 
 | 
CssColorPickerIcon
Declaration
public const string CssColorPickerIcon = "rcpIcon"Field Value
| System.String 
 | 
CssColorPickerPalette
Declaration
public const string CssColorPickerPalette = "rcpPalette"Field Value
| System.String 
 | 
CssEmptyColor
Declaration
public const string CssEmptyColor = "rcpEmptyColor"Field Value
| System.String 
 | 
CssSelectedColor
Declaration
public const string CssSelectedColor = "rcpSelectedColor"Field Value
| System.String 
 | 
IconKey
Declaration
public const string IconKey = "ColorPickerIcon"Field Value
| System.String 
 | 
PaletteKey
Declaration
public const string PaletteKey = "ColorPickerPalette"Field Value
| System.String 
 |