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 |