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

CustomPaletteWebEventArgs.Palette Property

Gets or sets a palette used to color dashboard item elements.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.dll

Declaration

public DashboardPalette Palette { get; set; }

Property Value

Type Description
DashboardPalette

A DashboardPalette object that specifies a palette used to color dashboard item elements.

See Also