DataGridView.GetRowItemBySourceIndex(Int32) Method
In This Article
Returns the data source object by its index.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object GetRowItemBySourceIndex(
int sourceIndex
)
#Parameters
Name | Type | Description |
---|---|---|
source |
Int32 | The data source item index in the data source. |
#Returns
Type | Description |
---|---|
System. |
The data source object. |
See Also