Back to Devexpress

IDashboardControl.CustomPalette Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-4dd20378.md

latest1.4 KB
Original Source

IDashboardControl.CustomPalette Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event CustomPaletteEventHandler CustomPalette
vb
Event CustomPalette As CustomPaletteEventHandler

Event Data

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

PropertyDescription
PaletteGets or sets a palette used to color dashboard item elements.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace