PopupMenu.GetPopup() Method
Returns the popup with the menu item that owns this PopupMenu.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraBars.IPopup | The popup with the menu item that owns this PopupMenu. Null if there is none. |
See Also