SwipeContainer.StartSwipeItems Property
In This Article
Gets the collection of objects that specify action buttons displayed on the left side of a data item when a user swipes the item from left to right. If the CollectionView is horizontally oriented, it shows start swipe items on the top of a data item in response to the top-to-bottom 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 StartSwipeItems { get; }
#Property Value
Type | Description |
---|---|
Swipe |
A collection of Swipe |
#Remarks
See Also