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.v24.1.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