Skip to main content
A newer version of this page is available. .
Tab

LayoutGroupItemSettings.ShowCaption Property

Gets or sets a value that defines whether to show or hide the layout group item’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowCaption { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

true, to show layout group item captions; otherwise, false.

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 39 property paths
Library Object Type Path to ShowCaption
ASP.NET Controls and MVC Extensions ASPxFormLayout
.SettingsItems.ShowCaption
CardViewFormLayoutProperties
.SettingsItems.ShowCaption
CardViewLayoutGroup
.SettingsItems.ShowCaption
CardViewTabbedLayoutGroup
.SettingsItems.ShowCaption
FormLayoutProperties
.SettingsItems.ShowCaption
GridFormLayoutProperties
.SettingsItems.ShowCaption
GridLayoutGroup
.SettingsItems.ShowCaption
GridTabbedLayoutGroup
.SettingsItems.ShowCaption
GridViewFormLayoutProperties
.SettingsItems.ShowCaption
GridViewLayoutGroup
.SettingsItems.ShowCaption
GridViewTabbedLayoutGroup
.SettingsItems.ShowCaption
LayoutGroup
.SettingsItems.ShowCaption
LayoutGroupBase
.SettingsItems.ShowCaption
FormLayoutSettings<ModelType>
.SettingsItems.ShowCaption
MVCxCardViewFormLayoutProperties
.SettingsItems.ShowCaption
MVCxCardViewLayoutGroup
.SettingsItems.ShowCaption
MVCxCardViewTabbedLayoutGroup
.SettingsItems.ShowCaption
MVCxFormLayout
.SettingsItems.ShowCaption
MVCxFormLayoutGroup
.SettingsItems.ShowCaption
MVCxFormLayoutGroup<ModelType>
.SettingsItems.ShowCaption
MVCxGridViewFormLayoutProperties
.SettingsItems.ShowCaption
MVCxGridViewFormLayoutProperties<ModelType>
.SettingsItems.ShowCaption
MVCxGridViewLayoutGroup
.SettingsItems.ShowCaption
MVCxGridViewLayoutGroup<ModelType>
.SettingsItems.ShowCaption
MVCxGridViewTabbedLayoutGroup
.SettingsItems.ShowCaption
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsItems.ShowCaption
MVCxTabbedFormLayoutGroup
.SettingsItems.ShowCaption
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsItems.ShowCaption
TabbedLayoutGroup
.SettingsItems.ShowCaption
ASP.NET Bootstrap Controls BootstrapCardViewFormLayoutProperties
.SettingsItems.ShowCaption
BootstrapCardViewLayoutGroup
.SettingsItems.ShowCaption
BootstrapCardViewTabbedLayoutGroup
.SettingsItems.ShowCaption
BootstrapFormLayout
.SettingsItems.ShowCaption
BootstrapFormLayoutProperties
.SettingsItems.ShowCaption
BootstrapGridViewFormLayoutProperties
.SettingsItems.ShowCaption
BootstrapGridViewLayoutGroup
.SettingsItems.ShowCaption
BootstrapGridViewTabbedLayoutGroup
.SettingsItems.ShowCaption
BootstrapLayoutGroup
.SettingsItems.ShowCaption
BootstrapTabbedLayoutGroup
.SettingsItems.ShowCaption
See Also