Skip to main content

BootstrapTagBoxProperties.HelpTextSettings Property

Provides access to the help text settings within the editor.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapTextEditHelpSettings

A BootstrapTextEditHelpSettings object containing the help text properties.

See Also