[]
Defines a builder to configurate ColorPicker.
public class ColorPickerBuilder : InputBaseBuilder<ColorPicker, ColorPickerBuilder>, IHtmlContent
Public Class ColorPickerBuilder
Inherits InputBaseBuilder(Of ColorPicker, ColorPickerBuilder)
Implements IHtmlContent
| Name | Description |
|---|---|
| ColorPickerBuilder(ColorPicker) | Creates one ColorPickerBuilder instance to configurate |
| Name | Description |
|---|---|
| OnClientValueChanged(string) | Configurates the OnClientValueChanged client event. Occurs after a new color is selected. |
| Palette(List<string>) | Sets the Palette property. |
| Paletter(params string[]) | Sets the Palette property. |
| ShowAlphaChannel(bool) | Configurates ShowAlphaChannel. Sets a value indicating whether the ColorPicker allows users to edit the color's alpha channel (transparency). |
| ShowColorString(bool) | Configurates ShowColorString. Sets a value indicating whether the ColorPicker shows a string representation of the current color. |
| Value(string) | Sets the currently selected color. |