DashboardPalette.GetPaletteItem(Int32) Method
Returns the palette item at the specified index.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value that is the zero-based index of the palette item to return. |
Returns
| Type | Description |
|---|---|
| DashboardPaletteItem | The palette item at the specified index. |
See Also