aspnet-devexpress-dot-web-e5d3b09f.md
Specifies a help text’s position relative to a control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum HelpTextPosition
Public Enum HelpTextPosition
| Name | Description |
|---|---|
Auto |
The element is automatically displayed at the default position.
|
| Top |
A help text is displayed at the top of the nested control.
|
| Bottom |
A help text is displayed at the bottom of the nested control.
|
| Left |
A help text is displayed at the left of the nested control.
|
| Right |
A help text is displayed at the right of the nested control.
|
The following properties accept/return HelpTextPosition values:
Values listed by this enumerator are used to set the LayoutItemHelpTextSettings.Position property value.
See Also