Property ValidatorErrorText
ValidatorErrorText
Gets or sets a text string that can be used as validator error message.
public virtual string? ValidatorErrorText { get; set; }
Property Value
Remarks
Default value is null
. TextBox behavior is not affected
by this property, you can use it for any purposes.