DockingEventArgs.DragPoint Property
Gets the mouse pointer’s coordinates relative to the top left corner of the screen.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Point | A Point structure specifying the current position of the mouse pointer, in screen coordinates. |
See Also