Back to Devexpress

VGridControl.RemoveSelectionFromComparison() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-99ce67d9.md

latest2.6 KB
Original Source

VGridControl.RemoveSelectionFromComparison() Method

Removes the selected records from the comparison collection.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Returns

TypeDescription
Boolean

true if the selected records were removed from the comparison; otherwise, false

|

Remarks

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

The RemoveSelectionFromComparison method removes the selected group of records from the comparison collection.

To allow multiple record selection, set the MultiSelect property to true.

See Also

AllowRecordComparison

AddSelectionToComparison()

AddToComparison(Int32)

RemoveFromComparison(Int32)

ShowComparison()

HideComparison()

ClearComparison()

GetComparisonRecords()

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace