Skip to main content

DXCollectionView.GetItem(Int32) Method

Returns an object that specifies a record in the CollectionView’s underlying data source.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public object GetItem(
    int itemHandle
)

Parameters

Name Type Description
itemHandle Int32

The item handle.

Returns

Type Description
Object

An object that specifies an item in the data source.

See Also