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

    Allows you to add a specified toolbar item into a specified toolbar group.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public void addToolbarItem(
        string groupName,
        DashboardToolbarItem toolbarItem
    )

    Parameters

    Name Type Description
    groupName String

    A string value that is a toolbar group name. To get a toolbar group name, use the DashboardToolbarGroup.name property.

    toolbarItem DashboardToolbarItem

    A DashboardToolbarItem object that is a dashboard toolbar item.

    See Also