Skip to main content
A newer version of this page is available. .

BootstrapWebClientUIWidgetEx.PaletteExtensionMode Property

Namespace: DevExpress.Web.Bootstrap

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

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