Skip to main content

DXPopupMenu.OwnerPopup Property

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

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public object OwnerPopup { get; set; }

Property Value

Type Description
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