menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormCommitMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataFormCommitMode

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

    Inheritance
    System.Object
    DataFormCommitMode
    Namespace: Syncfusion.Maui.DataForm
    Assembly: Syncfusion.Maui.DataForm.dll
    Syntax
    public sealed class DataFormCommitMode : Enum

    Fields

    LostFocus

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

    Declaration
    public const DataFormCommitMode LostFocus
    Field Value
    Type
    DataFormCommitMode

    Manual

    Commits the value manually.

    Declaration
    public const DataFormCommitMode Manual
    Field Value
    Type
    DataFormCommitMode

    PropertyChanged

    Commits the value immediately when the value is changed.

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