SwipeItemCollection Class
In This Article
The collection of SwipeItem and/or CustomSwipeItem objects.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public class SwipeItemCollection :
ObservableCollection<SwipeItemBase>
#Related API Members
The following members return SwipeItemCollection objects:
#Implements
See Also