Skip to main content

SwipeItemShowingEventArgs.IsStartSwipeItem Property

Gets whether the processed swipe item is about to be displayed on the left side of a DXCollectionView‘s row.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

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 DXCollectionView‘s row; otherwise false.

See Also