Skip to main content

veSelectorItem.Owner Property

Gets the item’s owner.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ISelector Owner { get; }

#Property Value

Type Description
DevExpress.UI.Xaml.Layout.VisualElements.ISelector

The item’s owner.

See Also