Back to Devexpress

SwipeItemCollection Class

maui-devexpress-dot-maui-dot-datagrid-a7cf0b01.md

latest3.0 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.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public class SwipeItemCollection :
    DXObservableCollection<GridSwipeItem>

The following members return SwipeItemCollection objects:

Implements

Show 11 items

IList<GridSwipeItem>

ICollection<GridSwipeItem>

IReadOnlyList<GridSwipeItem>

IReadOnlyCollection<GridSwipeItem>

IEnumerable<GridSwipeItem>

IDXObservableCollection

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

System.Object Collection<GridSwipeItem> ObservableCollection<GridSwipeItem> DXObservableCollection<GridSwipeItem> SwipeItemCollection

Extension Methods

Yield<SwipeItemCollection>()

YieldIfNotNull<SwipeItemCollection>()

See Also

SwipeItemCollection Members

DevExpress.Maui.DataGrid Namespace