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.v20.2.dll

NuGet Package: DevExpress.Web

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
ASP.NET Bootstrap Controls BootstrapCardView
.Settings .ShowCardHeader
ASP.NET MVC Extensions CardViewSettings
.Settings .ShowCardHeader
CardViewSettings<CardType>
.Settings .ShowCardHeader
MVCxCardView
.Settings .ShowCardHeader
See Also