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

ColorDefinition.PaletteIndex Property

Gets a zero-based index identifying a color from the default palette.

Namespace: DevExpress.DashboardCommon

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

Declaration

public int? PaletteIndex { get; }

Property Value

Type Description
Nullable<Int32>

An integer value that is the zero-based index identifying a color from the default palette.

See Also