EnumDataFormErrorDisplayOptions
Enum
Specifies the display options of the error indicator in a DataFormEditor. This enumeration type supports a bitwise combination of its member values.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
[Flags]
public enum DataFormErrorDisplayOptions
Fields
Image
The DataFormEditor displays an error image to indicate a validation error. The actual error message can be seen in the validation summary of the RadDataForm.
None
The DataFormEditor does not display any error indicator on validation error. The actual error message can be seen in the validation summary of the RadDataForm.
Text
The DataFormEditor displays the actual validation error message in a label.