DropRowEventArgs.DropItem Property
Gets a data source item that corresponds to the drop target row.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public object DropItem { get; }
Property Value
Type | Description |
---|---|
Object | The data source item. |
See Also