SwipeItemTapEventArgs.ItemHandle Property
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
public int ItemHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | The item handle. |
See Also