Skip to main content

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