FormLayoutType Enum
Lists values that define how layout item caption and layout item contents are stacked.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
Name | Description |
---|---|
Horizontal
|
Layout item caption and layout item contents are stacked horizontally. |
Vertical
|
Layout item caption and layout item contents are stacked vertically. |
Related API Members
The following properties accept/return FormLayoutType values:
See Also