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

BootstrapGridViewEditingSettings.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 BootstrapGridViewFormLayoutProperties FormLayoutProperties { get; }

Property Value

Type Default Description
BootstrapGridViewFormLayoutProperties *null*

A BootstrapGridViewFormLayoutProperties object that contains the form layout settings.

Property Paths

You can access this nested property as listed below:

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