Back to Devexpress

CollectionViewGestureEventArgs.Item Property

maui-devexpress-dot-maui-dot-collectionview-dot-collectionviewgestureeventargs.md

latest963 B
Original Source

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

csharp
public object Item { get; }

Property Value

TypeDescription
System.Object

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

|

See Also

CollectionViewGestureEventArgs Class

CollectionViewGestureEventArgs Members

DevExpress.Maui.CollectionView Namespace