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

ASPxCardViewSettings.ShowCardHeader Property

Gets or sets a value that specifies the ASPxCardView card’s header visibility.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to display the card header; otherwise, false

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowCardHeader
ASP.NET Controls and MVC Extensions ASPxCardView
.Settings.ShowCardHeader
CardViewSettings
.Settings.ShowCardHeader
CardViewSettings<CardType>
.Settings.ShowCardHeader
MVCxCardView
.Settings.ShowCardHeader
ASP.NET Bootstrap Controls BootstrapCardView
.Settings.ShowCardHeader
See Also