Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • DashboardToolboxItem.icon Property

    Gets or sets an icon of the dashboard toolbox item.

    Namespace: DevExpress.Dashboard

    Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll

    Declaration

    public string icon { get; set; }

    Property Value

    Type Description
    String

    A string value that is the icon id from the SVG definition.

    Remarks

    Web Dashboard supports icons in the SVG format. To provide an icon for the toolbox element, add the SVG definition onto the page and assign the id value from the definition to the icon property.

    See Also