Skip to main content

CardHitInfo.Clear() Method

Sets all properties to their default values.

Namespace: DevExpress.XtraGrid.Views.Card.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 CardHitInfo object. This method is called by the CardHitInfo object constructor.

See Also