A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(FormLayoutType.Horizontal)>
Public Property LayoutType As FormLayoutType
Property Value
Type | Default | Description |
---|---|---|
FormLayoutType | Horizontal |
One of the FormLayoutType values. |
Implements
DevExpress.Web.Bootstrap.IBootstrapFormLayoutProperties.LayoutType
See Also
Feedback