Back to Devexpress

CommitMode Enum

maui-devexpress-dot-maui-dot-dataform-2f630c3a.md

latest1.4 KB
Original Source

CommitMode Enum

Lists values used to specify when input values are validated or committed to the data object associated with the data form.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum CommitMode

Members

NameDescription
Manually

A value is validated or committed when the Validate or Commit method is called, respectively.

| | LostFocus |

A value is validated or committed when the editor loses focus.

| | Input |

A value is validated or committed after changes.

|

The following properties accept/return CommitMode values:

Extension Methods

Yield<CommitMode>()

YieldIfNotNull<CommitMode>()

See Also

DevExpress.Maui.DataForm Namespace