Enum ColorPickerMode
Defines the display modes for the SfColorPicker component.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ColorPickerMode
Remarks
This enumeration specifies how the SfColorPicker interface is presented to users. The picker mode provides full color selection capabilities with a color palette and various controls, while the palette mode displays a predefined set of colors for quick selection.
Fields
| Name | Description |
|---|---|
| Palette | Displays the color picker in palette mode with predefined color swatches. |
| Picker | Displays the color picker in picker mode with full color selection interface. |