Back to Devexpress

DXPopupMenu.OwnerPopup Property

windowsforms-devexpress-dot-utils-dot-menu-dot-dxpopupmenu-5afb72a1.md

latest1.2 KB
Original Source

DXPopupMenu.OwnerPopup Property

Gets or sets the object that created the current popup menu. For internal use.

Namespace : DevExpress.Utils.Menu

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public object OwnerPopup { get; set; }
vb
Public Property OwnerPopup As Object

Property Value

TypeDescription
Object

An object that created the current popup menu.

|

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

DXPopupMenu Class

DXPopupMenu Members

DevExpress.Utils.Menu Namespace