Skip to main content
Tab

ASPxCardViewSettings.ShowCardHeader Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 MVC Extensions CardViewSettings
.Settings .ShowCardHeader
ASP.NET Web Forms Controls ASPxCardView
.Settings .ShowCardHeader
See Also