DXSubMenuItem Class
Specifies a submenu.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
The DXSubMenuItem class is a submenu which can contain nested menu items. You can populate the submenu with nested items via the DXSubMenuItem.Items property. The DXSubMenuItem.BeforePopup event allows you to populate the menu dynamically.
You can add the following menu items to a submenu:
- regular menu items (DXMenuItem objects);
- check menu item (DXMenuCheckItem objects)
- other submenus (DXSubMenuItem objects).
DXSubMenuItem items can be added as elements to menus (DXPopupMenu objects and its descendants). See the DXPopupMenu topic for more information.
Inheritance
See Also