Skip to main content

DXMenuItem.Owner Property

Gets or sets the object that owns this DXMenuItem.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IDXMenuItemOwner Owner { get; set; }

Property Value

Type Description
DevExpress.Utils.Menu.IDXMenuItemOwner

An object that owns this DXMenuItem.

See Also