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.GetComparisonRecords() Method

Gets the indices of records in the comparison collection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

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

#Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public int[] GetComparisonRecords()

#Returns

Type Description
Int32[]

An array of integers that specify the zero-based indices of the records in the comparison collection.

#Remarks

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

The GetComparisonRecords method gets the indices of records that are currently in the comparison collection.

See Also