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.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public class SwipeItemCollection :
ObservableCollection<SwipeItem>
Related API Members
The following members return SwipeItemCollection objects:
Implements
Inheritance
See Also