EditValuesContainer Properties
Contains information on a data row currently being edited by an end-user via an edit form.Name | Description |
---|---|
IsNewRow | Indicates whether an edit form is invoked to create a new data row or to edit an existing row. |
RowData | Gets an object that contains information on the currently edited row. |
Values | Provides access to data values currently set in a row edit form. |
See Also