Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXEditMenuItem Events
Show Inherited Hide Inherited

A menu item that allows you to embed an editor in a DXPopupMenu.
Name Description
Click Occurs when the menu item’s functionality needs to be invoked. Inherited from DXMenuItem.
CommandCanExecuteChanged Occurs when the CanExecute(Object) status of the Command has changed. Inherited from DXMenuItem.
CommandChanged Occurs after the value of the Command property has changed. Inherited from DXMenuItem.
CommandParameterChanged Occurs after the value of the CommandParameter property has changed. Inherited from DXMenuItem.
EditValueChanged Occurs after the DXEditMenuItem.EditValue property’s value has been changed.
See Also