Skip to main content

BootstrapFormLayoutProperties.LayoutType Property

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default
FormLayoutType Horizontal

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