TextBoxExtensions.ValidationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Regex validation mode.
public enum TextBoxExtensions.ValidationMode
type TextBoxExtensions.ValidationMode =
Public Enum TextBoxExtensions.ValidationMode
- Inheritance
-
TextBoxExtensions.ValidationMode
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Update IsValidProperty with validation result at text changed. |
Forced | 1 | Update IsValidProperty with validation result and in case the textbox is not valid clear its value when the TextBox lose focus |
Dynamic | 2 | Update IsValidProperty with validation result at text changed and clear the newest character at input which is not valid |