Class DataFormErrorPosition
Specifies the relative position of the error indicator in the Data
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 Data
Declaration
public const DataFormErrorPosition Below
Field Value
Beside
The error indicator is placed beside the input component in the Data
Declaration
public const DataFormErrorPosition Beside
Field Value
value__
Declaration
public int value__
Field Value
System.
|