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

GridHitInfo() Constructor

Creates a new GridHitInfo class instance.

Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

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