DockItemDockingEventArgs.DragPoint Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Property Value
Type | Description |
---|---|
Point | A Point structure that specifies the point at which the item is being docked. |
See Also