Back to Devexpress

SwipeContainer.StartSwipeItems Property

maui-devexpress-dot-maui-dot-collectionview-dot-swipecontainer-58883575.md

latest1.4 KB
Original Source

SwipeContainer.StartSwipeItems Property

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

csharp
public SwipeItemCollection StartSwipeItems { get; }

Property Value

TypeDescription
SwipeItemCollection

A collection of SwipeContainerItem and/or CustomSwipeItem objects.

|

Remarks

See Also

SwipeContainer Class

SwipeContainer Members

DevExpress.Maui.CollectionView Namespace