Back to Devexpress

VGridControl.HideComparison() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-77b5f912.md

latest2.0 KB
Original Source

VGridControl.HideComparison() Method

Hides the comparison.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public void HideComparison()
vb
Public Sub 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

AddToComparison(Int32)

RemoveFromComparison(Int32)

ShowComparison()

HideComparison()

ClearComparison()

GetComparisonRecords()

AllowRecordComparison

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace