Skip to main content
All docs
V23.2

VGridControl.HideComparison() Method

Hides the comparison.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public void HideComparison()

Remarks

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

The HideComparison method hides the comparison, but does not clear it.

To clear the comparison, use the VGridControl.ClearComparison method.

See Also