Properties
- EnabledOnClient - Specifies whether or not ColorPicker behavior is available for the current element.
- OnClientColorSelectionChanged - A JavaScript function that will be called when the colorSelectionChanged event is raised.
- OnClientHidden - A JavaScript function that will be called when the hidden event is raised.
- OnClientHiding - A JavaScript function that will be called when the hiding event is raised.
- OnClientShowing - A JavaScript function that will be called when the showing event is raised.
- OnClientShown - A JavaScript function that will be called when the shown event is raised.
- PaletteStyle - Indicates which color palette the color picker uses. The default is Default.
- PopupButtonID - The ID of a control to use to display the color-picker popup.
- PopupPosition - Indicates where the color picker popup should appear relative to the TextBox control that is being extended.
- SampleControlID - The ID of a control to use to display the selected color.
- SelectedColor - A color value that the ColorPicker extender is initialized with.