Skip to main content

VGridHitInfo.PtMouse Field

Contains the coordinates of the point under the mouse cursor relative to the VGridControlBase control’s upper left corner. Can be used for handling a dragging operation initiated within a vertical grid control when it is necessary to determine the direction and distance of the drag.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public Point PtMouse

Field Value

Type
Point
See Also