DataFormView Methods
An edit form for a data object.Name | Description |
---|---|
Commit() | Commits values in data editors on the form to the underlying data object. |
GetValue(String) | |
RegisterGroup(DataFormGroup) | |
Validate() | Validates all data fields on the form according to the current validation logic. |
Validate(String) | Validates the specified data field according to the current validation logic. |
See Also