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.v20.2.dll

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

Declaration

public FrameworkElement Owner { get; set; }

Property Value

Type Description
FrameworkElement

An owner of the drag-and-drop operation.

See Also