Skip to main content

BandedGridHitInfo.Clear() Method

Sets the BandedGridHitInfo class properties to their default values.

Namespace: DevExpress.XtraGrid.Views.BandedGrid.ViewInfo

Assembly: DevExpress.XtraGrid.v24.1.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 the BandedGridHitInfo object.

See Also