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

DockItemDockingEventArgs.DragPoint Property

Gets the point at which the item is being docked. The point is relative to the top left corner of the target item’s root parent.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public Point DragPoint { get; }

Property Value

Type Description
Point

A Point structure that specifies the point at which the item is being docked.

See Also