SwipeItemShowingEventArgs.Item Property
In This Article
Gets the data item that corresponds to the processed DXCollectionView row.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
System. |
The data item. |
See Also