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

CustomPaletteEventArgs.Palette Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.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