DXMenuItem.GenerateClickEvent() Method
Invokes the event handler assigned to the DXMenuItem.Click event.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
This method invokes a handler of the DXMenuItem.Click event. Generally there is no need to call this method directly from your code.
See Also