Enum ValidationMode
Specifies the validation mode.
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public enum ValidationMode
Fields
| Name | Description |
|---|---|
| Explicit | Validation is performed explicitly. |
| Implicit | Validaiton is performed implicitly. |
| Progressive | Validation is performed progressively. |