Back to Devexpress

PopupMenu.GetPopup() Method

windowsforms-devexpress-dot-xtrabars-dot-popupmenu-c9b2940d.md

latest1.0 KB
Original Source

PopupMenu.GetPopup() Method

Returns the popup with the menu item that owns this PopupMenu.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IPopup GetPopup()
vb
Public Function GetPopup As IPopup

Returns

TypeDescription
DevExpress.XtraBars.IPopup

The popup with the menu item that owns this PopupMenu. Null if there is none.

|

See Also

PopupMenu Class

PopupMenu Members

DevExpress.XtraBars Namespace