CustomPaletteEventArgs.Palette Property
In This Article
Gets or sets a palette used to color dashboard item elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardPalette Palette { get; set; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also