Class DataFormValidationMode
Specifies when the changes in the current DataFormEditor are validated.
Inheritance
System.Object
DataFormValidationMode
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataFormValidationMode : Enum
Fields
Explicit
The changes are validated explicitly by invoking the ValidateCommand command or the ValidateChanges() method of the RadDataForm.
Declaration
public const DataFormValidationMode Explicit
Field Value
DataFormValidationMode
|
LostFocus
The changes are validated after the DataFormEditor loses focus.
Declaration
public const DataFormValidationMode LostFocus
Field Value
DataFormValidationMode
|
PropertyChanged
The changes in the DataFormEditor are validated immediately on each property change.
Declaration
public const DataFormValidationMode PropertyChanged
Field Value
DataFormValidationMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|