Skip to main content
All docs
V23.2

VGridControl.ClearComparison() Method

Clears the comparison collection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public bool ClearComparison()

Returns

Type Description
Boolean

true indicates that the comparison was successfully cleared; otherwise, false.

Remarks

The VGridControl allows you to compare records if the AllowRecordComparison property is set to true.

The ClearComparison method clears the comparison and displays all the records.

To hide the comparison, use the HideComparison method.

See Also