Back to Devexpress

VGridControl.ClearComparison() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-b0f53ef4.md

latest1.9 KB
Original Source

VGridControl.ClearComparison() Method

Clears the comparison collection.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool ClearComparison()
vb
Public Function ClearComparison As Boolean

Returns

TypeDescription
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

HideComparison()

ShowComparison()

AllowRecordComparison

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace