Skip to main content

SwipeContainer.EndSwipeItems Property

Gets the collection of objects that specify action buttons displayed on the right side of a data item when a user swipes the item from right to left. If the CollectionView is horizontally oriented, it shows end swipe items on the bottom of a data item in response to the bottom-to-top swipe gesture. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public SwipeItemCollection EndSwipeItems { get; }

Property Value

Type Description
SwipeItemCollection

A collection of SwipeItem and/or CustomSwipeItem objects.

Remarks

Swipe Items

See Also