Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VGridControl.RemoveSelectionFromComparison() Method

Removes the selected records from the comparison collection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

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

#Declaration

public bool RemoveSelectionFromComparison()

#Returns

Type Description
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