DragRowEventArgs.DragItem Property
In This Article
Gets a data source item that corresponds to the dragged row.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public object DragItem { get; }
#Property Value
Type | Description |
---|---|
Object | The data source item. |
See Also