Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • DashboardToolbarItem(String, Action, String, String) Constructor

    Initializes a new instance of the DashboardToolbarItem class.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public DashboardToolbarItem(
        string name,
        Action click,
        string icon,
        string title
    )

    Parameters

    Name Type Description
    name String

    A string value that is a unique toolbar item name.

    click Action

    A custom function that is invoked when a click occurs.

    icon String

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

    title String

    A string value that is a dashboard toolbar item title.

    See Also