HelpTextHorizontalAlign Enum
Specifies the help text horizontal alignment.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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. |
Related API Members
The following properties accept/return HelpTextHorizontalAlign values:
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