Class DataFormErrorPosition
Specifies the relative position of the error indicator in the DataFormEditor.
Inheritance
System.Object
DataFormErrorPosition
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataFormErrorPosition : Enum
Fields
Below
The error indicator is placed below the input component in the DataFormEditor.
Declaration
public const DataFormErrorPosition Below
Field Value
DataFormErrorPosition
|
Beside
The error indicator is placed beside the input component in the DataFormEditor.
Declaration
public const DataFormErrorPosition Beside
Field Value
DataFormErrorPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|