Skip to main content
A newer version of this page is available. .

DashboardToolbarItem.MenuItems Property

Gets a collection of DashboardToolbarMenuItem objects associated with the menu.

Namespace: DevExpress.DashboardWin

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

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