Enum FormLayout
These enum values define the layouts available to render forms.
Namespace: Syncfusion.EJ2.FormRenderer
Assembly: Syncfusion.AspNetMvc.FormRenderer.dll
Syntax
public enum FormLayout
Fields
| Name | Description |
|---|---|
| FourColumn | FourColumn - Represents the four column layout which renders forms in a four column grid layout. |
| SingleColumn | SingleColumn - Represents the single column layout and renders forms in a vertical layout. |
| ThreeColumn | ThreeColumn - Represents the three column layout which renders forms in a three column grid layout. |
| TwoColumn | TwoColumn - Represents the two column layout and renders forms in a two column grid layout. |