Skip to main content
All docs
V25.1
  • VGridControl.GetComparisonRecords() Method

    Gets the indices of records in the comparison collection.

    Namespace: DevExpress.XtraVerticalGrid

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