Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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 MVC Extensions CardViewSettings
.SettingsPager .ShowEmptyCards
ASP.NET Web Forms Controls ASPxCardView
.SettingsPager .ShowEmptyCards
See Also