CustomCellExportEventArgs.SourceIndex Property
Gets the exported row’s index in a 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 exported row’s index in a data source. |
See Also