CustomUnboundDataEventArgs.SourceIndex Property
Returns the grid’s row index in the data source.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int SourceIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The row index in the data source |
See Also