BootstrapLayoutItemCaptionPosition Enum
In This Article
Lists values that define the position of the caption within a layout item.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Not |
The caption position is not assigned. |
Before | The caption is displayed before the content. |
After | The caption is displayed after the content. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also