Specifies the relative position of the header label in the DataFormEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataFormHeaderPosition
Fields
The header label is placed above the input component in the DataFormEditor.
C#
Above = 0
The header label is placed beside the input component in the DataFormEditor.
C#
Beside = 1