DashboardPalette.Item[Int32] Property
Provides indexed access to individual elements in the DashboardPalette.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies the index of the color. |
Property Value
Type | Description |
---|---|
Color | A Color value that is the palette color corresponding to the specified index. |
See Also