Skip to main content

CommandPopupMenu<T>.RemoveMenuItem(T) Method

Find a menu item specified by its Id and remove it.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void RemoveMenuItem(
    T id
)

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