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

BootstrapTextBoxProperties.HelpTextSettings Property

Provides access to an editor’s help text settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapTextEditHelpSettings

A BootstrapTextEditHelpSettings object containing the help text settings.

See Also