A newer version of this page is available.
Switch to the current version.
BootstrapLayoutItemCaptionPosition Enum
Lists values that define the position of the caption within a layout item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public enum BootstrapLayoutItemCaptionPosition
Public Enum BootstrapLayoutItemCaptionPosition
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
Feedback