VGridControl.GetComparisonRecords() Method
Gets the indices of records in the comparison collection.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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