Skip to main content

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.2.dll

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public enum FormLayoutType

#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.

See Also