CustomCellExportEventArgs.SourceIndex Property
In This Article
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
C#
public int SourceIndex { get; }
#Property Value
Type | Description |
---|---|
Int32 | The exported row’s index in a data source. |
See Also