Enum InputValidationMode
Specifies the validation mode for SfMaskedEdit.
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public enum InputValidationMode
Fields
| Name | Description |
|---|---|
| KeyPress | Perform validation on every key press. |
| LostFocus | Perform validation on lost focus. |