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.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.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. |
PropertyChanged
|
A value is validated or committed after changes. |
Related API Members
The following properties accept/return CommitMode values:
See Also