Skip to main content
A newer version of this page is available. .
Tab

HelpTextDisplayMode Enum

Lists the values that specify how to display a help text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum HelpTextDisplayMode

Members

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

Related API Members

The following properties accept/return HelpTextDisplayMode values:

Remarks

Values listed by this enumerator are used to set the TextEditHelpTextSettings.DisplayMode property value.

See Also