A newer version of this page is available.
Switch to the current version.
BootstrapLayoutItemHelpTextPosition Enum
Lists values that define the position of help text within a layout item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public enum BootstrapLayoutItemHelpTextPosition
Public Enum BootstrapLayoutItemHelpTextPosition
Members
Name | Description |
---|---|
NotSet | The positioning of help text is not set. |
Top | Help text is positioned at the top of the layout item. |
Bottom | Help text is positioned at the bottom of the layout item. |
Related API Members
The following properties accept/return BootstrapLayoutItemHelpTextPosition values:
See Also
Feedback