A newer version of this page is available.
Switch to the current version.
BootstrapLayoutGroup.SettingsItemHelpTexts Property
Provides access to the help text settings within the layout group.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLayoutItemHelpTextSettings SettingsItemHelpTexts { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsItemHelpTexts As BootstrapLayoutItemHelpTextSettings
Property Value
Type | Description |
---|---|
BootstrapLayoutItemHelpTextSettings | A BootstrapLayoutItemHelpTextSettings object containing properties common to all the help texts within the layout group. |
See Also
Feedback