Skip to main content
A newer version of this page is available. .

SwipeItemEventArgs.IsStartSwipeItem Property

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

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