Skip to main content

LayoutViewHitInfo.Clear() Method

Sets the LayoutViewHitInfo class’ properties to their default values.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void Clear()

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