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

ASPxGridSettings.ShowTitlePanel Property

Gets or sets whether the title panel is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowTitlePanel { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display the title panel; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ShowTitlePanel
ASP.NET Controls and MVC Extensions ASPxCardView
.Settings .ShowTitlePanel
ASPxGridView
.Settings .ShowTitlePanel
ASPxVerticalGrid
.Settings .ShowTitlePanel
GridViewProperties
.Settings .ShowTitlePanel
ASP.NET Bootstrap Controls BootstrapCardView
.Settings .ShowTitlePanel
BootstrapGridView
.Settings .ShowTitlePanel
ASP.NET MVC Extensions CardViewSettings
.Settings .ShowTitlePanel
CardViewSettings<CardType>
.Settings .ShowTitlePanel
GridViewSettings
.Settings .ShowTitlePanel
GridViewSettings<RowType>
.Settings .ShowTitlePanel
MVCxCardView
.Settings .ShowTitlePanel
MVCxGridView
.Settings .ShowTitlePanel
MVCxGridViewProperties
.Settings .ShowTitlePanel
MVCxVerticalGrid
.Settings .ShowTitlePanel
VerticalGridSettings
.Settings .ShowTitlePanel
VerticalGridSettings<ColumnType>
.Settings .ShowTitlePanel
See Also