Skip to main content
All docs
V26.1
  • Dashboard.PaletteName Property

    Gets the name of the palette used to color dashboard item elements.

    Namespace: DevExpress.DashboardCommon

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

    Declaration

    [Browsable(false)]
    public string PaletteName { get; }

    Property Value

    Type Description
    String

    A palette name that maps to a registered dashboard palette.

    Remarks

    Use this property to determine which palette name is associated with the dashboard.

    See Also