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

    Gets or sets a unique name of the dashboard toolbox item.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public string name { get; set; }

    Property Value

    Type Description
    String

    A string value that is a toolbox item’s unique name.

    Remarks

    Use the name property value to address the toolbox item.

    See Also