SwipeItemShowingEventArgs.RowHandle Property
In This Article
Gets the handle of the row that contains the item that will be swiped.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public int RowHandle { get; }
#Property Value
Type | Description |
---|---|
Int32 | The data row in the DXCollection |
See Also