RegExTextFieldDefinition
Creates a
TextBox control with a binding validation rule which matches the text entered against a Regex expression.
Properties
public String RegexPattern { get; set; } Sets or returns the Regex pattern string which the value of the text box must match.
Controls Created:
- TextBox (ContainerControl; InputControl)