Skip to main content

ColorDefinition.PaletteIndex Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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