Back to Devexpress

BootstrapLayoutItemCaptionPosition Enum

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

latest1.4 KB
Original Source

BootstrapLayoutItemCaptionPosition Enum

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum BootstrapLayoutItemCaptionPosition
vb
Public Enum BootstrapLayoutItemCaptionPosition

Members

NameDescription
NotSet

The caption position is not assigned.

| | Before |

The caption is displayed before the content.

| | After |

The caption is displayed after the content.

|

The following properties accept/return BootstrapLayoutItemCaptionPosition values:

See Also

DevExpress.Web.Bootstrap Namespace