CompleteRowDragDropEventArgs Properties
Provides data for the CompleteRowDragDrop event.| Name | Description |
|---|---|
| Item | Gets a data source item that corresponds to the dragged and dropped row. |
| RowHandle | Gets the grid’s row handle. Inherited from RowEventArgs. |
See Also