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

DragGridEventArgs.HitInfo Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public GridHitInfo HitInfo { get; }

Property Value

Type Description
GridHitInfo

An object that contains hit information about a visual element.

See Also