Field layout enumeration.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | -1 | Default layout. | |
| Inline | 0 | Standard layout - No additional controls. | |
| TwoColumns | 1 | Two columns layout - label | editing + error. | |
| ThreeColumns | 2 | Three columns layout - label | editing | error. The error label in the third column is created automatically. |
See Also