Skip to main content
Tab

TextEditHelpTextSettings.DisplayMode Property

Gets or sets a value that specifies how a help text is displayed within its container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(HelpTextDisplayMode.Inline)]
public HelpTextDisplayMode DisplayMode { get; set; }

Property Value

Type Default Description
HelpTextDisplayMode Inline

One of the HelpTextDisplayMode enumeration values.

Available values:

Name Description
Popup

The help text is dynamically displayed when the corresponding control is focused.

ASPxFormLayout_HelpTextDisplayMode_Popup.png

Inline

The help text is constantly displayed at its location.

ASPxFormLayout_HelpTextDisplayMode_Inline.png

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplayMode
ASPxTextEdit
.HelpTextSettings .DisplayMode
TextEditProperties
.HelpTextSettings .DisplayMode
See Also