Skip to main content
A newer version of this page is available. .

ListBoxEditItem.Owner Property

Gets the item’s owner.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public EditorListBox Owner { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.Popups.EditorListBox

An owner for the current list box item.

See Also