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

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

    Namespace: DevExpress.Dashboard

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

    Declaration

    public void addToolboxItem(
        string groupName,
        DashboardToolboxItem toolboxItem
    )

    Parameters

    Name Type Description
    groupName String

    A string value that is a toolbox group name. To get a toolbox group name, use the DashboardToolboxGroup.name property.

    toolboxItem DashboardToolboxItem

    A DashboardToolboxItem object that is a dashboard toolbox item.

    See Also