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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

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