Skip to main content
All docs
V26.1
  • DashboardPalette.GetPaletteItem(Int32) Method

    Returns the palette item at the specified index.

    Namespace: DevExpress.DashboardCommon

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

    Declaration

    public DashboardPaletteItem GetPaletteItem(
        int index
    )

    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