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

IDashboardControl.CustomPalette Event

Allows you to substitute the default palette containing colors used to paint dashboard item elements.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.2.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

event CustomPaletteEventHandler CustomPalette

Event Data

The CustomPalette event's data class is CustomPaletteEventArgs. The following properties provide information specific to this event:

Property Description
Palette Gets or sets a palette used to color dashboard item elements.
See Also