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

BootstrapTabbedLayoutGroup.SettingsItemHelpTexts Property

Provides access to the help text settings within the layout group.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.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 layout group.

See Also