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

    Provides access to a collection of the dashboard menu items.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public KnockoutObservableArray menuItems { get; set; }

    Property Value

    Type Description
    DevExpress.Web.Scripts.KnockoutObservableArray

    A KnockoutObservableArray object that is a collection of the dashboard menu items (DashboardMenuItem).

    See Also