SwipeItemEventArgs.SwipeItem Property
In This Article
Gets the swipe item that is about to be shown.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public SwipeItem SwipeItem { get; }
#Property Value
Type | Description |
---|---|
Swipe |
A swipe item. |
See Also