SwipeItemTapEventArgs.ItemHandle Property
In This Article
Returns the handle of the item to which the tapped swipe item belongs.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public int ItemHandle { get; }
#Property Value
Type | Description |
---|---|
Int32 | The item handle. |
See Also