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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public PaletteColorCollection Colors { get; }

Property Value

Type Description
PaletteColorCollection

A PaletteColorCollection collection of colors within the custom palette.

See Also