Xamarin.iOS

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

    Show / Hide Table of Contents

    Class CommitMode

    Defines the constants for CommitMode that specifies when the value entered by user should be saved to the data object.

    Inheritance
    System.Object
    CommitMode
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public sealed class CommitMode : Enum

    Fields

    Explicit

    Commits the value manually by calling Commit() or Commit(String) method.

    Declaration
    public const CommitMode Explicit
    Field Value
    Type Description
    CommitMode

    LostFocus

    Commits the value when the editor lost it's focus.

    Declaration
    public const CommitMode LostFocus
    Field Value
    Type Description
    CommitMode

    PropertyChanged

    Commits the value immediately when the value is changed.

    Declaration
    public const CommitMode PropertyChanged
    Field Value
    Type Description
    CommitMode

    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