Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValidationMode

    Show / Hide Table of Contents

    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.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.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 Description
    ValidationMode

    LostFocus

    Validates the value when editor focus changed to another editor.

    Declaration
    public const ValidationMode LostFocus
    Field Value
    Type Description
    ValidationMode

    PropertyChanged

    Validates the value immediately after the property value is changed.

    Declaration
    public const ValidationMode PropertyChanged
    Field Value
    Type Description
    ValidationMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved