BootstrapLayoutItemCaptionSettings.Position Property
Specifies the position of the layout item caption relative to the layout item content.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(BootstrapLayoutItemCaptionPosition.NotSet)]
public BootstrapLayoutItemCaptionPosition Position { get; set; }
Property Value
Type | Default | Description |
---|---|---|
BootstrapLayoutItemCaptionPosition | NotSet | A BootstrapLayoutItemCaptionPosition enumeration value. |
Available values:
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Position |
---|---|
BootstrapCardViewColumnLayoutItem |
|
BootstrapCardViewCommandLayoutItem |
|
BootstrapCardViewFormLayoutProperties |
|
BootstrapCardViewLayoutGroup |
|
BootstrapCardViewTabbedLayoutGroup |
|
BootstrapEditModeCommandLayoutItem |
|
BootstrapFormLayout |
|
BootstrapFormLayoutProperties |
|
BootstrapGridViewColumnLayoutItem |
|
BootstrapGridViewFormLayoutProperties |
|
BootstrapGridViewLayoutGroup |
|
BootstrapGridViewTabbedLayoutGroup |
|
BootstrapLayoutGroup |
|
BootstrapLayoutItem |
|
BootstrapTabbedLayoutGroup |
|
See Also