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

ASPxCardViewPagerSettings.ShowEmptyCards Property

Gets or sets whether to show empty cards if the number of cards displayed within the last page fits entirely on the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to show empty cards; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowEmptyCards
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager.ShowEmptyCards
ASP.NET Web Forms Controls ASPxCardView
.SettingsPager.ShowEmptyCards
CardViewSettings
.SettingsPager.ShowEmptyCards
CardViewSettings<CardType>
.SettingsPager.ShowEmptyCards
MVCxCardView
.SettingsPager.ShowEmptyCards
See Also