Skip to main content
All docs
V23.2

VGridControl.GetComparisonRecords() Method

Gets the indices of records in the comparison collection.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.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