BootstrapLayoutItemCaptionPosition Enum
Lists values that define the position of the caption within a layout item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
Name | Description |
---|---|
NotSet
|
The caption position is not assigned. |
Before
|
The caption is displayed before the content. |
After
|
The caption is displayed after the content. |
Related API Members
The following properties accept/return BootstrapLayoutItemCaptionPosition values:
See Also