New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies when the changes in the current DataFormEditor are committed to the underlying business object associated with the corresponding RadDataForm.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum DataFormCommitMode

Fields

The changes are committed explicitly by invoking the CommitCommand command or the CommitChanges() method of the RadDataForm.

C#
Explicit = 2

The changes are committed after the DataFormEditor loses focus.

C#
LostFocus = 1

The changes in the DataFormEditor are committed immediately on each property change.

C#
PropertyChanged = 0
In this article
DefinitionFieldsExplicitLostFocusPropertyChanged
Not finding the help you need?
Contact Support