BootstrapColorEditCssClasses.ColorPicker Property
Specifies the name of a CSS class applied to the Color Edit’s Color Picker.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string that specifies the name of a CSS class. |
Remarks
A Color Picker is shown after a user clicks Custom Color within the Color Edit. To show the Custom Color button, set the EnableCustomColors property to true.
See Also