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