Back to Devexpress

BootstrapLayoutItemHelpTextPosition Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c4e6865d.md

latest1.4 KB
Original Source

BootstrapLayoutItemHelpTextPosition Enum

Lists values that define the position of help text within a layout item.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum BootstrapLayoutItemHelpTextPosition
vb
Public Enum BootstrapLayoutItemHelpTextPosition

Members

NameDescription
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.

|

The following properties accept/return BootstrapLayoutItemHelpTextPosition values:

See Also

DevExpress.Web.Bootstrap Namespace