Back to Devexpress

SwipeContainer.EndSwipeItems Property

maui-devexpress-dot-maui-dot-collectionview-dot-swipecontainer-99c7eb2e.md

latest1.4 KB
Original Source

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

csharp
public SwipeItemCollection EndSwipeItems { get; }

Property Value

TypeDescription
SwipeItemCollection

A collection of SwipeContainerItem and/or CustomSwipeItem objects.

|

Remarks

See Also

SwipeContainer Class

SwipeContainer Members

DevExpress.Maui.CollectionView Namespace