IDashboardControl.CustomPalette Event
Allows you to substitute a dashboard palette used to paint dashboard item elements.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v26.1.Win.dll
Declaration
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. |
| PaletteName | Gets the name of the selected palette. |
See Also