DXCollectionView.GetItem(Int32) Method
In This Article
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
C#
public object GetItem(
int itemHandle
)
#Parameters
Name | Type | Description |
---|---|---|
item |
Int32 | The item handle. |
#Returns
Type | Description |
---|---|
Object | An object that specifies an item in the data source. |
See Also