Skip to main content
Tab

HelpTextDisplayMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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