SwipeItemShowingEventArgs.RowHandle Property
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
public int RowHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | The data row in the DXCollectionView. |
See Also