Skip to main content
A newer version of this page is available. .
Tab

HelpTextPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum HelpTextPosition

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:

Library Related API Members
ASP.NET Controls and MVC Extensions LayoutItemHelpTextSettings.Position
TextEditHelpTextSettings.Position
ASP.NET Bootstrap Controls BootstrapTextEditHelpSettings.Position

Remarks

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

See Also