ClassColorPickerPalette
Class
The palette of the RadColorPicker.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class ColorPickerPalette : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlColorPickerPalette
Inherited Members
Constructors
ColorPickerPalette()
Initializes a new instance of the ColorPickerPalette class.
Declaration
cs-api-definition
public ColorPickerPalette()
ColorPickerPalette(Element)
Initializes a new instance of the ColorPickerPalette class.
Properties
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadColorPicker palette.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
SelectedColor
Gets/Sets the selected color of the RadColorPicker palette.
Methods
AssignElement(Element)
Assign the control element.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides