EnumDataFormValidationMode
Enum
Specifies when the changes in the current DataFormEditor are validated.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum DataFormValidationMode
Fields
Explicit
The changes are validated explicitly by invoking the ValidateCommand command or the ValidateChanges() method of the RadDataForm.
LostFocus
The changes are validated after the DataFormEditor loses focus.
PropertyChanged
The changes in the DataFormEditor are validated immediately on each property change.