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