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<GridSwipeItem>
Related API Members
The following members return SwipeItemCollection objects:
Implements
Inheritance
Object
Collection<GridSwipeItem>
ObservableCollection<GridSwipeItem>
DevExpress.Maui.Core.Internal.DXObservableCollection<GridSwipeItem>
SwipeItemCollection
See Also