ClassColorPickerElementNames
Holds the list of the important ColorPicker element names.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class ColorPickerElementNames
Inheritance: objectColorPickerElementNames
Fields
ColorButtonName
The name of the ColorPicker button holding the selected color element.
HeaderPaletteName
The name of the header palette element.
Declaration
public const string HeaderPaletteName = "HeaderPalette"
Field Value
MainPaletteHeaderTextBlockName
The name of the selector main palette header text block element.
Declaration
public const string MainPaletteHeaderTextBlockName = "mainPaletteHeader"
Field Value
MainPaletteName
The name of the main palette element.
Declaration
public const string MainPaletteName = "MainPalette"
Field Value
PopupName
The name of the ColorPicker popup element.
SelectorPaletteHeaderButtonName
The name of the ColorPicker selector palette header button element.
Declaration
public const string SelectorPaletteHeaderButtonName = "PaletteHeader"
Field Value
StandardPaletteHeaderTextBlockName
The name of the selector standard palette header text block element.
Declaration
public const string StandardPaletteHeaderTextBlockName = "standardPaletteHeader"
Field Value
StandardPaletteName
The name of the standard palette element.
Declaration
public const string StandardPaletteName = "StandartPalette"
Field Value
ToggleButtonName
The name of the ColorPicker toggle button element.
Declaration
public const string ToggleButtonName = "ToggleButtonElement"
Field Value
ToggleButtonNameNew
The name of the ColorPicker toggle button element after the refactoring for Q1 2012.
Declaration
public const string ToggleButtonNameNew = "DropDownPart"
Field Value