Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public Point DragPoint { get; }

Property Value

Type Description
Point

A Point structure specifying the current position of the mouse pointer, in screen coordinates.

See Also