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

    A toolbox item of the specified dashboard toolbox group.
    Name Parameters Description
    DashboardToolboxItem(String, Action, String) name, click, icon Initializes a new instance of the DashboardToolboxItem class.
    DashboardToolboxItem(String, Action, String, String) name, click, icon, title Initializes a new instance of the DashboardToolboxItem class.
    DashboardToolboxItem(String, Action, String, String, String) name, click, icon, title, type Initializes a new instance of the DashboardToolboxItem class.
    See Also