RowData Properties
Contains information about a data row and serves as a binding context for the DataGridView.RowDragPreviewTemplate template.| Name | Description |
|---|---|
| Item | Gets an object that represents a record in the grid’s underlying data source. |
| RowHandle | Gets the grid’s row handle. |
See Also