Skip to main content

GridHitInfo() Constructor

Creates a new GridHitInfo class instance.

Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridHitInfo()

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