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