London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ColorPickerExtender

Inheritance
System.Object
ColorPickerExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(ThreadingScripts), 2)]
[RequiredScript(typeof(CommonToolkitScripts), 0)]
[RequiredScript(typeof(PopupExtender), 1)]
[ClientCssResource("AjaxControlToolkit.ColorPicker.ColorPicker.css")]
[ClientScriptResource("AjaxControlToolkit.ColorPickerBehavior", "AjaxControlToolkit.ColorPicker.ColorPickerBehavior.js")]
public class ColorPickerExtender : ExtenderControlBase, IControlResolver

Constructors

ColorPickerExtender()

Declaration
public ColorPickerExtender()

Properties

EnabledOnClient

Declaration
[ClientPropertyName("enabled")]
[ExtenderControlProperty]
public virtual bool EnabledOnClient { get; set; }
Property Value
Type Description
System.Boolean

OnClientColorSelectionChanged

Declaration
[ExtenderControlEvent]
[ClientPropertyName("colorSelectionChanged")]
public virtual string OnClientColorSelectionChanged { get; set; }
Property Value
Type Description
System.String

OnClientHidden

Declaration
[ExtenderControlEvent]
[ClientPropertyName("hidden")]
public virtual string OnClientHidden { get; set; }
Property Value
Type Description
System.String

OnClientHiding

Declaration
[ClientPropertyName("hiding")]
[ExtenderControlEvent]
public virtual string OnClientHiding { get; set; }
Property Value
Type Description
System.String

OnClientShowing

Declaration
[ClientPropertyName("showing")]
[ExtenderControlEvent]
public virtual string OnClientShowing { get; set; }
Property Value
Type Description
System.String

OnClientShown

Declaration
[ClientPropertyName("shown")]
[ExtenderControlEvent]
public virtual string OnClientShown { get; set; }
Property Value
Type Description
System.String

PopupButtonID

Declaration
[ElementReference]
[ExtenderControlProperty]
[ClientPropertyName("button")]
public virtual string PopupButtonID { get; set; }
Property Value
Type Description
System.String

PopupPosition

Declaration
[ExtenderControlProperty]
[ClientPropertyName("popupPosition")]
public virtual PositioningMode PopupPosition { get; set; }
Property Value
Type Description
PositioningMode

SampleControlID

Declaration
[ClientPropertyName("sample")]
[ExtenderControlProperty]
[ElementReference]
public virtual string SampleControlID { get; set; }
Property Value
Type Description
System.String

SelectedColor

Declaration
[ClientPropertyName("selectedColor")]
[ExtenderControlProperty]
public string SelectedColor { get; set; }
Property Value
Type Description
System.String

Implements