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