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

ASPxCardViewSettings.ShowCardFooter Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to display the card footer; otherwise, false

Property Paths

You can access this nested property as listed below:

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