Skip to main content
A newer version of this page is available. .

CustomPalette.Colors Property

Gets the collection of colors within the custom palette.

Namespace: DevExpress.DashboardCommon

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

Declaration

public PaletteColorCollection Colors { get; }

Property Value

Type Description
PaletteColorCollection

A PaletteColorCollection collection of colors within the custom palette.

See Also