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