Class FormLayout
These enum values define the layouts available to render forms.
Inheritance
System.Object
FormLayout
Namespace: Syncfusion.EJ2.FormRenderer
Assembly: Syncfusion.AspNetCore.FormRenderer.dll
Syntax
public sealed class FormLayout : Enum
Fields
FourColumn
FourColumn - Represents the four column layout which renders forms in a four column grid layout.
Declaration
public const FormLayout FourColumn
Field Value
| Type |
|---|
| FormLayout |
SingleColumn
SingleColumn - Represents the single column layout and renders forms in a vertical layout.
Declaration
public const FormLayout SingleColumn
Field Value
| Type |
|---|
| FormLayout |
ThreeColumn
ThreeColumn - Represents the three column layout which renders forms in a three column grid layout.
Declaration
public const FormLayout ThreeColumn
Field Value
| Type |
|---|
| FormLayout |
TwoColumn
TwoColumn - Represents the two column layout and renders forms in a two column grid layout.
Declaration
public const FormLayout TwoColumn
Field Value
| Type |
|---|
| FormLayout |