Skip to main content

DXSubMenuItem Class

Specifies a submenu.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public class DXSubMenuItem :
    DXMenuItem,
    IDXMenuItemCollectionOwner

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:

DXSubMenuItem items can be added as elements to menus (DXPopupMenu objects and its descendants). See the DXPopupMenu topic for more information.

See Also