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

    Removes the specified toolbar item from the specified toolbar group.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public void removeToolbarItem(
        string groupName,
        string toolbarItemName
    )

    Parameters

    Name Type Description
    groupName String

    A string value that is a unique toolbar group name.

    toolbarItemName String

    A string value that is a unique toolbar item name.

    Remarks

    Use the DashboardToolbarItem.name and DashboardToolbarGroup.name properties values to address the toolbar item and group, respectively.

    See Also