HelpTextPosition Enum
Specifies a help text’s position relative to a control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return HelpTextPosition values:
Remarks
Values listed by this enumerator are used to set the LayoutItemHelpTextSettings.Position property value.
See Also