Skip to main content
A newer version of this page is available.
All docs
V20.2

BootstrapLayoutItemCaptionSettings.ChangeCaptionLocationInAdaptiveMode Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public DefaultBoolean ChangeCaptionLocationInAdaptiveMode { get; }

Property Value

Type
DefaultBoolean

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Show 15 property paths
Object Type Path to ChangeCaptionLocationInAdaptiveMode
BootstrapCardViewColumnLayoutItem
.CaptionSettings .ChangeCaptionLocationInAdaptiveMode
BootstrapCardViewCommandLayoutItem
.CaptionSettings .ChangeCaptionLocationInAdaptiveMode
BootstrapCardViewFormLayoutProperties
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapCardViewLayoutGroup
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapCardViewTabbedLayoutGroup
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapEditModeCommandLayoutItem
.CaptionSettings .ChangeCaptionLocationInAdaptiveMode
BootstrapFormLayout
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapFormLayoutProperties
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapGridViewColumnLayoutItem
.CaptionSettings .ChangeCaptionLocationInAdaptiveMode
BootstrapGridViewFormLayoutProperties
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapGridViewLayoutGroup
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapGridViewTabbedLayoutGroup
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapLayoutGroup
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
BootstrapLayoutItem
.CaptionSettings .ChangeCaptionLocationInAdaptiveMode
BootstrapTabbedLayoutGroup
.SettingsItemCaptions .ChangeCaptionLocationInAdaptiveMode
See Also