Skip to main content

SwipeItemData Class

Contains information about a swipe item.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public class SwipeItemData :
    NotificationObject

#Remarks

A SwipeItemData object contains information about a swipe item and serves as a binding context for the
DataGridView.SwipeItemTemplate and SwipeItem.Template templates.

#Inheritance

Object
DevExpress.XamarinForms.DataGrid.Internal.NotificationObject
SwipeItemData
See Also