Class ValidationMode
Defines the constants for ValidationMode that specifies when the user input should be validated for data object.
Inheritance
System.Object
ValidationMode
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public sealed class ValidationMode : Enum
Fields
Explicit
Validation will be performed explicitly by calling Validate() or Validate(String) method.
Declaration
public const ValidationMode Explicit
Field Value
Type |
---|
ValidationMode |
LostFocus
Validates the value when editor focus changed to another editor.
Declaration
public const ValidationMode LostFocus
Field Value
Type |
---|
ValidationMode |
PropertyChanged
Validates the value immediately after the property value is changed.
Declaration
public const ValidationMode PropertyChanged
Field Value
Type |
---|
ValidationMode |