Skip to main content

ColorDefinition.PaletteIndex Property

Gets a zero-based index that identifies a color from a predefined palette.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v26.1.Core.dll

Declaration

public int? PaletteIndex { get; }

Property Value

Type Description
Nullable<Int32>

An integer value that specifies the zero-based index of a color in a predefined palette.

See Also