Back to Devexpress

HelpTextPosition Enum

aspnet-devexpress-dot-web-e5d3b09f.md

latest1.5 KB
Original Source

HelpTextPosition Enum

Specifies a help text’s position relative to a control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HelpTextPosition
vb
Public Enum HelpTextPosition

Members

NameDescription
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:

Remarks

Values listed by this enumerator are used to set the LayoutItemHelpTextSettings.Position property value.

See Also

DevExpress.Web Namespace