Skip to main content

HelpTextHorizontalAlign Enum

Specifies the help text horizontal alignment.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also