SwipeItemEventArgs.Item Property
In This Article
Gets the data item that corresponds to the processed grid row.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
Object | A data item. |
See Also