Skip to main content
A newer version of this page is available. .

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