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

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