Property Validator
Validator
Gets or sets IValueValidator for the TextBox control.
[Browsable(false)]
public virtual IValueValidator? Validator { get; set; }
Property Value
Remarks
IValueValidator allows to set limitations on possible values of the Text property. See IValueValidatorText and CreateValueValidatorText(ValueValidatorTextStyle).