Back to Devexpress

VGridHitInfo.PtMouse Field

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridhitinfo-1185e2a0.md

latest1.3 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public Point PtMouse
vb
Public PtMouse As Point

Field Value

Type
Point

See Also

VGridHitInfo Class

VGridHitInfo Members

DevExpress.XtraVerticalGrid Namespace