ClassRadColorPicker
RadColorPicker control.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadColorPicker : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivRadColorPicker
Inherited Members
Constructors
RadColorPicker()
Initializes a new instance of the RadColorPicker class.
Declaration
public RadColorPicker()
RadColorPicker(Element)
Initializes a new instance of the RadColorPicker class.
Declaration
public RadColorPicker(Element element)
Parameters
element
RadColorPicker wrapper div.
Properties
ClientSideLocator
Client-side script that identifies the control.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Columns
Gets ColorPicker columns.
Enabled
Determines or set whether the ColorPicker is enabled.
Icon
Get the icon sub control of this RadColorPicker instance.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadColorPickerHtmlControl.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Palette
Get the palette sub control of this RadColorPicker instance.
Declaration
public ColorPickerPalette Palette { get; }
Property Value
PaletteDisplayed
Determines whether the palette is displayed.
SelectedColor
Gets/sets currently selected color.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
HidePalette()
Hides the ColorPicker palette and updates the ColorPicker instance.
Declaration
public void HidePalette()
ShowPalette()
Shows the ColorPicker palette and updates the ColorPicker instance.
Declaration
public void ShowPalette()