windowsforms-devexpress-dot-utils-dot-menu-f450cbc8.md
Specifies a submenu.
Namespace : DevExpress.Utils.Menu
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class DXSubMenuItem :
DXMenuItem,
IDXMenuItemCollectionOwner
Public Class DXSubMenuItem
Inherits DXMenuItem
Implements IDXMenuItemCollectionOwner
The following members return DXSubMenuItem objects:
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:
DXSubMenuItem items can be added as elements to menus (DXPopupMenu objects and its descendants). See the DXPopupMenu topic for more information.
Object DXMenuItem DXSubMenuItem DXButtonGroupItem
See Also