Specifies the relative position of the error indicator in the DataFormEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataFormErrorPosition
Fields
The error indicator is placed below the input component in the DataFormEditor.
C#
Below = 0
The error indicator is placed beside the input component in the DataFormEditor.
C#
Beside = 1