Class LayoutType
The layout type contains different type of layout options for dataform item such as default and textinputlayout.
Inheritance
System.Object
LayoutType
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public sealed class LayoutType : Enum
Fields
Default
Layout the DataFormItem editor view and label in stacklayout.
Declaration
public const LayoutType Default
Field Value
Type | Description |
---|---|
LayoutType |
TextInputLayout
Layout the DataFormItem editor view and label icon in textinputlayout.
Declaration
public const LayoutType TextInputLayout
Field Value
Type | Description |
---|---|
LayoutType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |