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
public SwipeItemCollection StartSwipeItems { get; }
Property Value
Type | Description |
---|---|
SwipeItemCollection | A collection of SwipeContainerItem and/or CustomSwipeItem objects. |
Remarks
See Also