Class DataFormCommitMode
Specifies when the changes in the current Data
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 Commit
Declaration
public const DataFormCommitMode Explicit
Field Value
LostFocus
The changes are committed after the Data
Declaration
public const DataFormCommitMode LostFocus
Field Value
PropertyChanged
The changes in the Data
Declaration
public const DataFormCommitMode PropertyChanged
Field Value
value__
Declaration
public int value__
Field Value
System.
|