Skip to main content
Tab

ASPxTextEdit.HelpTextSettings Property

Provides access to the help text settings within the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TextEditHelpTextSettings HelpTextSettings { get; }

Property Value

Type Description
TextEditHelpTextSettings

A TextEditHelpTextSettings object containing the help text properties.

See Also