SwipeItemEventArgs.SwipeItem Property
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
public SwipeItem SwipeItem { get; }
Property Value
Type | Description |
---|---|
SwipeItem | A swipe item. |
See Also