Enum
DataFormCommitMode

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:

cs-api-definition
public enum DataFormCommitMode

Fields

Explicit

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

Declaration

cs-api-definition
Explicit = 2

Field Value

DataFormCommitMode

LostFocus

The changes are committed after the DataFormEditor loses focus.

Declaration

cs-api-definition
LostFocus = 1

Field Value

DataFormCommitMode

PropertyChanged

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

Declaration

cs-api-definition
PropertyChanged = 0

Field Value

DataFormCommitMode

In this article
DefinitionFieldsExplicitLostFocusPropertyChanged
Not finding the help you need?
Contact Support