HelpTextDisplayMode Enum
Lists the values that specify how to display a help text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Popup
|
The help text is dynamically displayed when the corresponding control is focused. |
Inline
|
The help text is constantly displayed at its location. |
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