Method ReportValidatorError
ReportValidatorError(bool, string?, Action<string>?)
Reports text validation error.
public virtual string? ReportValidatorError(bool showError, string? errorText = null, Action<string>? errorEnumerator = null)
Parameters
showErrorboolIndicates whether to show/hide error.
errorTextstringSpecifies error text.
errorEnumeratorAction<string>Optional action which is called for every error.