Skip to main content

DXCollectionView.GetItemBySourceIndex(Int32) Method

Returns the data source object by its index.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public object GetItemBySourceIndex(
    int sourceIndex
)

Parameters

Name Type Description
sourceIndex Int32

The item index in the data source.

Returns

Type Description
Object

The data source object.

See Also