A newer version of this page is available.
Switch to the current version.
DXSubMenuItem.Items Property
Gets a collection of items displayed when the current submenu is expanded.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v19.1.dll
Declaration
public virtual DXMenuItemCollection Items { get; }
Public Overridable ReadOnly Property Items As DXMenuItemCollection
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.
See Also
Feedback