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

BootstrapCardViewEditingSettings.FormLayoutProperties Property

Provides access to the settings allowing you to customize the form layout.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[DefaultValue(null)]
public BootstrapCardViewFormLayoutProperties FormLayoutProperties { get; }

Property Value

Type Default Description
BootstrapCardViewFormLayoutProperties *null*

A BootstrapCardViewFormLayoutProperties object that contains the form layout settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to FormLayoutProperties
BootstrapCardView
.SettingsEditing.FormLayoutProperties
See Also