TextBoxRegex.ValidationMode Enum

Definition

Regex validation mode

public enum TextBoxRegex.ValidationMode
type TextBoxRegex.ValidationMode = 
Public Enum TextBoxRegex.ValidationMode
Inheritance
TextBoxRegex.ValidationMode

Fields

Dynamic 2

Update IsValid property with validation result at text changed and clear the newest character at input which is not valid

Forced 1

Update IsValid property with validation result and in case the textbox is not valid clear its value when the TextBox lose focus

Normal 0

Update IsValid property with validation result at text changed

Applies to