GridHitInfo.Clear() Method
Sets all properties to their default values.
Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
The Clear method is used to reset all public members of a GridHitInfo object. This method is called by the GridHitInfo object constructor.
See Also