menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommitMode - Xamarin.Forms API Reference | Syncfusion

    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.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.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
    CommitMode

    LostFocus

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

    Declaration
    public const CommitMode LostFocus
    Field Value
    Type
    CommitMode

    PropertyChanged

    Commits the value immediately when the value is changed.

    Declaration
    public const CommitMode PropertyChanged
    Field Value
    Type
    CommitMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved