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

HelpTextVerticalAlign Enum

Specifies the help text vertical alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum HelpTextVerticalAlign

Members

Name Description
Auto

The help text is automatically aligned within its parent container.

Top

The element is displayed at the top of its parent container.

Bottom

The element is displayed at the bottom of its parent container.

Middle

The element is displayed in the middle of its parent container.

Related API Members

The following properties accept/return HelpTextVerticalAlign values:

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

Remarks

The HelpTextVerticalAlign enumerator contains values that specify the vertical alignment of the help text relative to its container. The values of this enumerator are used to set the LayoutItemHelpTextSettings.VerticalAlign property.

See Also