CommandPopupMenu<T>.RemoveMenuItem(T) Method
Find a menu item specified by its Id and remove it.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | T | An object serving as a menu identifier. |
Remarks
The RemoveMenuItem method searches for menu items recursively. After a menu item is found, it is removed from the collection.
See Also