BootstrapWebClientUIWidgetEx.Palette Property
Sets the palette to be used for colorizing widgets and their elements.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
VizPalette | Material | One of the VizPalette enumeration values. |
Available values:
Show 15 items
Name | Description |
---|---|
SoftPastel | |
HarmonyLight | |
Pastel | |
Bright | |
Soft | |
Ocean | |
Vintage | |
Violet | |
Carmine | |
DarkMoon | |
SoftBlue | |
DarkViolet | |
GreenMist | |
Office | |
Material |
Remarks
The table below demonstrates predefined palettes available through the VizPalette enumeration.
The VizPalette value | The widget |
---|---|
Bright | ![]() |
Carmine | ![]() |
DarkMoon | ![]() |
DarkViolet | ![]() |
GreenMist | ![]() |
HarmonyLight | ![]() |
Material | ![]() |
Ocean | ![]() |
Office | ![]() |
Pastel | ![]() |
Soft | ![]() |
SoftBlue | ![]() |
SoftPastel | ![]() |
Vintage | ![]() |
Violet | ![]() |
Along with the predefined palettes, you can set a custom widget palette using the BootstrapWebClientUIWidgetEx.CustomPalette property. For this purpose, assign an array of colors to this property.
See Also