Skip to main content

CustomPalette.Colors Property

Gets the collection of colors within the custom palette.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public PaletteColorCollection Colors { get; }

Property Value

Type Description
PaletteColorCollection

A PaletteColorCollection collection of colors within the custom palette.

See Also