SwipeItemEventArgs.IsStartSwipeItem Property
In This Article
Gets whether the processed swipe item is about to be displayed on the left side of a grid row.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public bool IsStartSwipeItem { get; }
#Property Value
Type | Description |
---|---|
Boolean | true if the processed swipe item is about to be displayed on the left side of a grid row; otherwise, false. |
See Also