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

FormLayoutType Enum

Lists values that define how layout item caption and layout item contents are stacked.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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