DataFormPropertyValidationEventArgs Properties
Provides data for the ValidateProperty event.| Name | Description |
|---|---|
| CurrentValue | Gets or sets the current value of the data field that is about to be updated. |
| ErrorText | Gets or sets the error message displayed below the editor on the data form. |
| HasError | Gets or sets whether the new value is valid. |
| NewValue | Gets the new value that should be validated. |
| PropertyName | Gets the name of the processed data field (property). |
See Also