HelpTextHorizontalAlign Enum
In This Article
Specifies the help text horizontal alignment.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#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.
See Also