DXCollectionView.GetItem(Int32) Method
Returns an object that specifies a record in the CollectionView’s underlying data source.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.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