Skip to main content
A newer version of this page is available. .

BootstrapCardViewFormLayoutProperties.LayoutType Property

Specifies the layout type for the Form Layout items.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(FormLayoutType.Horizontal)]
public FormLayoutType LayoutType { get; set; }

Property Value

Type Default Description
FormLayoutType **Horizontal**

One of the FormLayoutType values.

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