Skip to main content

GridHitInfo.Clear() Method

Sets all properties to their default values.

Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void Clear()

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