A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(BootstrapLayoutItemCaptionPosition.NotSet)]
public BootstrapLayoutItemCaptionPosition Position { get; set; }
<DefaultValue(BootstrapLayoutItemCaptionPosition.NotSet)>
Public Property Position As BootstrapLayoutItemCaptionPosition
Property Value
Type | Default | Description |
---|---|---|
BootstrapLayoutItemCaptionPosition | NotSet |
A BootstrapLayoutItemCaptionPosition enumeration value. |
Property Paths
You can access this nested property as listed below:
Show 15 property paths
Object Type | Path to Position |
---|---|
BootstrapCardViewColumnLayoutItem |
|
BootstrapCardViewCommandLayoutItem |
|
BootstrapCardViewFormLayoutProperties |
|
BootstrapCardViewLayoutGroup |
|
BootstrapCardViewTabbedLayoutGroup |
|
BootstrapEditModeCommandLayoutItem |
|
BootstrapFormLayout |
|
BootstrapFormLayoutProperties |
|
BootstrapGridViewColumnLayoutItem |
|
BootstrapGridViewFormLayoutProperties |
|
BootstrapGridViewLayoutGroup |
|
BootstrapGridViewTabbedLayoutGroup |
|
BootstrapLayoutGroup |
|
BootstrapLayoutItem |
|
BootstrapTabbedLayoutGroup |
|
See Also
Feedback