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:
C#
[Flags]
public enum DataFormErrorDisplayOptions
Fields
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.
C#
Image = 2
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.
C#
None = 0
The DataFormEditor displays the actual validation error message in a label.
C#
Text = 1