CustomPalette.Colors Property
In This Article
Gets the collection of colors within the custom palette.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public PaletteColorCollection Colors { get; }
#Property Value
Type | Description |
---|---|
Palette |
A Palette |
See Also