Skip to main content
All docs
V25.1
  • DragGridEventArgs.HitInfo Property

    Gets hit information about the visual element under the mouse pointer.

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public GridHitInfo HitInfo { get; }

    Property Value

    Type Description
    GridHitInfo

    An object that contains hit information about a visual element.

    See Also