CustomSortEventArgs.SourceIndex2 Property
Returns the index in the data source of the second of two rows being compared.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int SourceIndex2 { get; }
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the index in the data source of the second row. |
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: CustomSort.
See Also