Skip to main content

SwipeItemCollection Class

The collection of SwipeItem and/or CustomSwipeItem objects.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public class SwipeItemCollection :
    ObservableCollection<SwipeItemBase>

The following members return SwipeItemCollection objects:

See Also