ClassColorPickerConstants
Class
String constatns of the colorpicker(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public static class ColorPickerConstants
Inheritance: objectColorPickerConstants
Fields
CssColorBox
The CSS class identifying the ColorPicker's colorbox element.
CssColorPicker
The CSS class identifying the ColorPicker control.
Declaration
cs-api-definition
public const string CssColorPicker = "RadColorPicker"
Field Value
CssColorPickerIcon
The CSS class identifying the ColorPickerIcon control.
CssColorPickerPalette
The CSS class identifying the ColorPickerPalette control.
Declaration
cs-api-definition
public const string CssColorPickerPalette = "rcpPalette"
Field Value
CssEmptyColor
The CSS class identifying the ColorPicker's "No color" element.
Declaration
cs-api-definition
public const string CssEmptyColor = "rcpEmptyColor"
Field Value
CssSelectedColor
The CSS class identifying the ColorPicker's selected color element.
Declaration
cs-api-definition
public const string CssSelectedColor = "rcpSelectedColor"
Field Value
IconKey
The key identifying the ColorPicker Icon.
PaletteKey
The key identifying the ColorPicker Palette.
Declaration
cs-api-definition
public const string PaletteKey = "ColorPickerPalette"
Field Value