SwipeItemCollection Class
In This Article
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
C#
public class SwipeItemCollection :
ObservableCollection<SwipeItem>
#Related API Members
The following members return SwipeItemCollection objects:
#Implements
See Also