Skip to main content

CustomGroupEventArgs.SourceIndex1 Property

Returns the index in the data source of the first of the two rows being compared.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public int SourceIndex1 { get; }

Property Value

Type Description
Int32

An integer value that specifies the index of the first row to be compared.

Remarks

Row indexes allow you to identify rows, and thus obtain row values in the data source. Use the methods of your data source to get the row objects by their indexes, and then obtain the row values.

For more information, refer to the following help topic: CustomGroup.

See Also