Skip to main content
A newer version of this page is available. .

CommandPopupMenu<T>.RemoveMenuItem(T) Method

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

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.2.dll

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