Back to Devexpress

CustomGroupEventArgs.SourceIndex1 Property

maui-devexpress-dot-maui-dot-datagrid-dot-customgroupeventargs-dot-sourceindex1.md

latest1.2 KB
Original Source

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

csharp
public int SourceIndex1 { get; }

Property Value

TypeDescription
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

CustomGroupEventArgs Class

CustomGroupEventArgs Members

DevExpress.Maui.DataGrid Namespace