EditRowViewModel Properties
Contains information on a data row that a user currently edits in the edit form.| Name | Description |
|---|---|
| CellIndex | Gets the cell index of the edited row. |
| DataGridView | Gets the DataGridView instance where the row is edited. |
| Errors | Gets or sets the collection of errors. |
| Item | Gets the edited item. |
| RowHandle | Gets the handle of the row that contains the edited item. |
| Values | Gets the collection of the item’s field values. |
See Also