Skip to main content

BaseHitInfo.Clear() Method

Sets all public properties to their default values.

Namespace: DevExpress.XtraGrid.Views.Base.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual void Clear()

Remarks

The Clear method sets the BaseHitInfo.HitPoint property to a DevExpress.XtraGrid.Views.Base.ViewInfo.BaseViewInfo.EmptyPoint value.

See Also