Skip to main content

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.v23.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