DashboardToolbarItem.MenuItems Property
In This Article
Gets a collection of DashboardToolbarMenuItem objects associated with the menu.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public IList<DashboardToolbarMenuItem> MenuItems { get; }
#Property Value
Type |
---|
IList<Dashboard |
#Remarks
Add new items to this collection to create a drop-down menu.
See Also