Class ColorPickerExtender
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts), 0)]
[RequiredScript(typeof(PopupExtender), 1)]
[RequiredScript(typeof(ThreadingScripts), 2)]
[ClientCssResource("ColorPicker")]
[ClientScriptResource("Sys.Extended.UI.ColorPickerBehavior", "ColorPicker")]
public class ColorPickerExtender : ExtenderControlBase, IControlResolver
- Inheritance
-
ColorPickerExtender
- Implements
-
- Inherited Members
-
Constructors
public ColorPickerExtender()
Properties
[ExtenderControlProperty]
[ClientPropertyName("enabled")]
public virtual bool EnabledOnClient { get; set; }
Property Value
- bool
[ExtenderControlEvent]
[ClientPropertyName("colorSelectionChanged")]
public virtual string OnClientColorSelectionChanged { get; set; }
Property Value
- string
[ExtenderControlEvent]
[ClientPropertyName("hidden")]
public virtual string OnClientHidden { get; set; }
Property Value
- string
[ExtenderControlEvent]
[ClientPropertyName("hiding")]
public virtual string OnClientHiding { get; set; }
Property Value
- string
[ExtenderControlEvent]
[ClientPropertyName("showing")]
public virtual string OnClientShowing { get; set; }
Property Value
- string
[ExtenderControlEvent]
[ClientPropertyName("shown")]
public virtual string OnClientShown { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("paletteStyle")]
public virtual ColorPickerPaletteStyle PaletteStyle { get; set; }
Property Value
- ColorPickerPaletteStyle
[ExtenderControlProperty]
[ClientPropertyName("button")]
[ElementReference]
public virtual string PopupButtonID { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("popupPosition")]
public virtual PositioningMode PopupPosition { get; set; }
Property Value
- PositioningMode
[ExtenderControlProperty]
[ClientPropertyName("sample")]
[ElementReference]
public virtual string SampleControlID { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("selectedColor")]
public string SelectedColor { get; set; }
Property Value
- string