Class DataFormCommitMode
Specifies when the changes in the current DataFormEditor are committed to the underlying business object associated with the corresponding RadDataForm.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataFormCommitMode : Enum
Fields
Explicit
The changes are committed explicitly by invoking the CommitCommand command or the CommitChanges() method of the RadDataForm.
Declaration
public const DataFormCommitMode Explicit
Field Value
DataFormCommitMode
|
LostFocus
The changes are committed after the DataFormEditor loses focus.
Declaration
public const DataFormCommitMode LostFocus
Field Value
DataFormCommitMode
|
PropertyChanged
The changes in the DataFormEditor are committed immediately on each property change.
Declaration
public const DataFormCommitMode PropertyChanged
Field Value
DataFormCommitMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|