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