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
System.Object
See Also