Skip to main content

BootstrapLayoutItem.HelpTextSettings Property

Provides access to a layout item’s help text settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapLayoutItemHelpTextSettings

A BootstrapLayoutItemHelpTextSettings object containing the help text settings.

See Also