SwipeItemData.Item Property
Gets the underlying data object of the swiped item.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object Item { get; set; }
Property Value
Type | Description |
---|---|
Object | The data object. |
See Also