BootstrapFormLayout.LayoutType Property
Specify how layout item caption and layout item contents are stacked.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| FormLayoutType | Horizontal | A FormLayoutType enumeration value. |
Available values:
| Name | Description |
|---|---|
| Horizontal | Layout item caption and layout item contents are stacked horizontally. |
| Vertical | Layout item caption and layout item contents are stacked vertically. |
See Also