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.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ShowCaption |
|---|---|---|
| ASP.NET MVC Extensions | FormLayoutSettings<ModelType> |
|
| ASP.NET Web Forms Controls | ASPxFormLayout |
|
| FormLayoutProperties |
|
|
| LayoutGroupBase |
|
See Also