VGridControl.ClearComparison() Method
Clears the comparison collection.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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