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

HelpTextHorizontalAlign Enum

Specifies the help text horizontal alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum HelpTextHorizontalAlign

Members

Name Description
Auto

The help text is automatically aligned within its parent container.

Left

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

Right

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

Center

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

Related API Members

The following properties accept/return HelpTextHorizontalAlign values:

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

Remarks

The HelpTextHorizontalAlign enumerator contains values that specify the horizontal alignment of the help text relative to its container. The values of this enumerator are used to set the LayoutItemHelpTextSettings.HorizontalAlign property.

See Also