FormLayoutType Enum
In This Article
Lists values that define how layout item caption and layout item contents are stacked.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also