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

    Provides access to a collection of toolbar groups from the Toolbox.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public KnockoutObservableArray toolbarGroups { get; set; }

    Property Value

    Type Description
    DevExpress.Web.Scripts.KnockoutObservableArray

    A KnockoutObservableArray object that is a collection of toolbar groups (DashboardToolbarGroup).

    See Also