Skip to main content
All docs
V25.2
  • SwipeItemData(GridSwipeItem, Object) Constructor

    Initializes a new instance of the SwipeItemData class with specified settings.

    Namespace: DevExpress.Maui.DataGrid

    Assembly: DevExpress.Maui.DataGrid.dll

    NuGet Package: DevExpress.Maui.DataGrid

    Declaration

    public SwipeItemData(
        GridSwipeItem swipeItem,
        object item
    )

    Parameters

    Name Type Description
    swipeItem GridSwipeItem

    The swiped item’s GridSwipeItem object.

    item System.Object

    The underlying data object of the swiped item.

    See Also