Property ValidateOnInput
- Namespace
- Terminal.Gui.TextValidateProviders
- Assembly
- Terminal.Gui.dll
ValidateOnInput
When true, validates with the regex pattern on each input, preventing the input if it's not valid.
public bool ValidateOnInput { get; set; }