Skip to main content

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

public enum CommitMode

Members

Name Description
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.

Related API Members

The following properties accept/return CommitMode values:

See Also