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

DragGridEventArgs.HitLocation Property

Gets the mouse pointer location relative to the control’s upper-left corner (client coordinates).

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public Point HitLocation { get; }

Property Value

Type Description
Point

A structure that specifies coordinates.

See Also