Property ValidationException
| Edit this page View SourceValidationException
Gets the validation exception.
Declaration
public Exception? ValidationException { get; }
Property Value
Type | Description |
---|---|
Exception |
Remarks
Default validation is handled based on field schema. Custom validation may be added by subscribing to ValueChanging event.