Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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 Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowCaption
ASP.NET MVC Extensions FormLayoutSettings<ModelType>
.SettingsItems .ShowCaption
ASP.NET Web Forms Controls ASPxFormLayout
.SettingsItems .ShowCaption
FormLayoutProperties
.SettingsItems .ShowCaption
LayoutGroupBase
.SettingsItems .ShowCaption
See Also