Skip to main content

DXSubMenuItem.Items Property

Gets a collection of items displayed when the current submenu is expanded.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public virtual DXMenuItemCollection Items { get; }

Property Value

Type Description
DevExpress.Utils.Menu.DXMenuItemCollection

A DevExpress.Utils.Menu.DXMenuItemCollection object which contains menu items displayed when the submenu is expanded.

Remarks

The Items property provides access to the child menu items of the current submenu. You can add or delete menu items, or customize their settings. Menu items in the collection are represented by the DXMenuItem class objects and its descendants.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Items property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also