Skip to main content

BootstrapGridViewFormLayoutProperties.SettingsItemHelpTexts Property

Provides access to the help text settings within the form layout editor.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapLayoutItemHelpTextSettings

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

See Also