ClassColorPickerIcon
Class
The icon of the RadColorpicker.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class ColorPickerIcon : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlColorPickerIcon
Inherited Members
Constructors
ColorPickerIcon()
Initializes a new instance of the ColorPickerIcon class.
Declaration
cs-api-definition
public ColorPickerIcon()
ColorPickerIcon(Element)
Initializes a new instance of the ColorPickerIcon class.
Declaration
cs-api-definition
public ColorPickerIcon(Element element)
Parameters
element
RadColorPicker icon element.
Properties
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for a RadColorPickerHtmlControl.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PaletteDisplayed
Determines whether the palette is displayed.
Methods
AssignElement(Element)
Assign the control element.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides