maui-devexpress-dot-maui-dot-datagrid-a7cf0b01.md
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
public class SwipeItemCollection :
DXObservableCollection<GridSwipeItem>
The following members return SwipeItemCollection objects:
Show 11 items
IReadOnlyCollection<GridSwipeItem>
System.Object Collection<GridSwipeItem> ObservableCollection<GridSwipeItem> DXObservableCollection<GridSwipeItem> SwipeItemCollection
YieldIfNotNull<SwipeItemCollection>()
See Also