Provides access to an editor's help text settings.
Namespace:DevExpress.Web.Bootstrap
Assembly:DevExpress.Web.Bootstrap.v17.2.dll

Syntax
C# |
public BootstrapTextEditHelpSettings HelpTextSettings { get; }
|
VB |
Public ReadOnly Property HelpTextSettings As BootstrapTextEditHelpSettings
|
Property value
Type:
BootstrapTextEditHelpSettings
A BootstrapTextEditHelpSettings object containing the help text settings.

See Also