Back to Devexpress

SwipeItemCollection Class

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-5e3322a0.md

latest2.8 KB
Original Source

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

csharp
public class SwipeItemCollection :
    ObservableCollection<SwipeItem>

The following members return SwipeItemCollection objects:

Implements

IList<SwipeItem>

ICollection<SwipeItem>

IReadOnlyList<SwipeItem>

IReadOnlyCollection<SwipeItem>

IEnumerable<SwipeItem>

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

Object Collection<SwipeItem> ObservableCollection<SwipeItem> SwipeItemCollection

See Also

SwipeItemCollection Members

DevExpress.XamarinForms.DataGrid Namespace