SwipeItemTapEventArgs.Item Property
In This Article
Gets the underlying data object of the tapped item.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
System. |
The data object. |
See Also