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

BootstrapFormLayout.SettingsItems Property

Provides access to the layout item settings within the BootstrapFormLayout control.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLayoutGroupItemSettings SettingsItems { get; }

Property Value

Type Description
BootstrapLayoutGroupItemSettings

A BootstrapLayoutGroupItemSettings object containing properties common to all the layout items within the BootstrapFormLayout control.

See Also