Class
ColorPickerConstants

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.

Declaration

cs-api-definition
public const string CssColorBox = "rcpColorBox"

Field Value

string

CssColorPicker

The CSS class identifying the ColorPicker control.

Declaration

cs-api-definition
public const string CssColorPicker = "RadColorPicker"

Field Value

string

CssColorPickerIcon

The CSS class identifying the ColorPickerIcon control.

Declaration

cs-api-definition
public const string CssColorPickerIcon = "rcpIcon"

Field Value

string

CssColorPickerPalette

The CSS class identifying the ColorPickerPalette control.

Declaration

cs-api-definition
public const string CssColorPickerPalette = "rcpPalette"

Field Value

string

CssEmptyColor

The CSS class identifying the ColorPicker's "No color" element.

Declaration

cs-api-definition
public const string CssEmptyColor = "rcpEmptyColor"

Field Value

string

CssSelectedColor

The CSS class identifying the ColorPicker's selected color element.

Declaration

cs-api-definition
public const string CssSelectedColor = "rcpSelectedColor"

Field Value

string

IconKey

The key identifying the ColorPicker Icon.

Declaration

cs-api-definition
public const string IconKey = "ColorPickerIcon"

Field Value

string

PaletteKey

The key identifying the ColorPicker Palette.

Declaration

cs-api-definition
public const string PaletteKey = "ColorPickerPalette"

Field Value

string