Skip to main content

CollectionViewGestureEventArgs.Item Property

Gets an object that specifies a data source’s item to which the CollectionView’s data row corresponds.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public object Item { get; }

Property Value

Type Description
Object

An object in the data source that corresponds to a row in the CollectionView.

See Also