Skip to main content

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>

The following members return SwipeItemCollection objects:

Inheritance

See Also