Skip to main content

DashboardToolbarItem.MenuItems Property

Gets a collection of DashboardToolbarMenuItem objects associated with the menu.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public IList<DashboardToolbarMenuItem> MenuItems { get; }

Property Value

Type
IList<DashboardToolbarMenuItem>

Remarks

Add new items to this collection to create a drop-down menu.

See Also