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

BootstrapFormLayout.SettingsItemHelpTexts Property

Provides access to the help text settings within the BootstrapFormLayout control.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLayoutItemHelpTextSettings SettingsItemHelpTexts { get; }

Property Value

Type Description
BootstrapLayoutItemHelpTextSettings

A BootstrapLayoutItemHelpTextSettings object containing properties common to all the help texts within the BootstrapFormLayout control.

See Also