Skip to main content

SwipeItemCollection Class

A collection of objects that specify buttons shown when a user swipes a data row left to right or right to left.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public class SwipeItemCollection :
    DXObservableCollection<SwipeItem>

The following members return SwipeItemCollection objects:

Inheritance

Object
Collection<SwipeItem>
ObservableCollection<SwipeItem>
DevExpress.Maui.Core.Internal.DXObservableCollection<SwipeItem>
SwipeItemCollection
See Also