Skip to main content
All docs
V25.2
  • 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.v25.2.dll

    Declaration

    public Point HitLocation { get; }

    Property Value

    Type Description
    Point

    A structure that specifies coordinates.

    See Also