DXSubMenuItem.GenerateBeforePopupEvent() Method
Invokes the event handler assigned to the DXSubMenuItem.BeforePopup 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 DXSubMenuItem.BeforePopup event. Generally there is no need to call this method directly from your code.
See Also