SwipeContainer.EndSwipeItems Property
In This Article
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
C#
public SwipeItemCollection EndSwipeItems { get; }
#Property Value
Type | Description |
---|---|
Swipe |
A collection of Swipe |
#Remarks
See Also