Back to Devexpress

VGridControl.GetComparisonRecords() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-5402c6f7.md

latest2.4 KB
Original Source

VGridControl.GetComparisonRecords() Method

Gets the indices of records in the comparison collection.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Advanced)]
public int[] GetComparisonRecords()
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Function GetComparisonRecords As Integer()

Returns

TypeDescription
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

AllowRecordComparison

AddToComparison(Int32)

AddSelectionToComparison()

ShowComparison()

HideComparison()

ClearComparison()

IsInComparison(Int32)

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace