GridHitInfo() Constructor
Creates a new GridHitInfo class instance.
Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo
Assembly: DevExpress.XtraGrid.v23.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Remarks
Do not create GridHitInfo class instances directly. To obtain the object containing valid information about a specific View point, call the GridView.CalcHitInfo method.
See Also