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

DragDropHintData.Owner Property

Gets or sets a DataViewBase that is an owner of the drag-and-drop operation.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public FrameworkElement Owner { get; set; }

Property Value

Type Description
FrameworkElement

An owner of the drag-and-drop operation.

See Also