Skip to main content

BootstrapWebClientUIWidgetEx.PaletteExtensionMode Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(PaletteExtensionMode.Blend)]
public virtual PaletteExtensionMode PaletteExtensionMode { get; set; }

Property Value

Type Default
PaletteExtensionMode Blend

Available values:

Name Description
Alternate

Repeat the full set of palette colors, alternating their normal, lightened, and darkened shades in that order.

Blend

Create a blend of two neighboring colors and insert it between these colors in the palette.

Extrapolate

Repeat the full set of palette colors, changing their shade gradually from dark to light.

See Also