Skip to main content

BootstrapButtonEdit.HelpTextSettings Property

Provides access to an editor’s help text settings.

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 value that specifies the text content of the editor’s help text.

See Also