LayoutViewHitInfo.Clear() Method
Sets the LayoutViewHitInfo class’ properties to their default values.
Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Remarks
The Clear method overrides the base BaseHitInfo.Clear method to reset options that are specific to the LayoutViewHitInfo class. Typically there is no need to call this method directly from your code.
See Also