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

ASPxCardViewCommandButtonSettings.EndlessPagingShowMoreCardsButton Property

Gets the Show more cards… button’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CardViewCommandButtonSettings EndlessPagingShowMoreCardsButton { get; }

Property Value

Type Description
CardViewCommandButtonSettings

A CardViewCommandButtonSettings object that specifies the button’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EndlessPagingShowMoreCardsButton
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsCommandButton.EndlessPagingShowMoreCardsButton
ASP.NET Web Forms Controls ASPxCardView
.SettingsCommandButton.EndlessPagingShowMoreCardsButton
CardViewSettings
.SettingsCommandButton.EndlessPagingShowMoreCardsButton
CardViewSettings<CardType>
.SettingsCommandButton.EndlessPagingShowMoreCardsButton
MVCxCardView
.SettingsCommandButton.EndlessPagingShowMoreCardsButton

Remarks

Click the Show more cards… button to load cards on demand. The Show more cards… is shown when endless paging is enabled (the ASPxCardViewPagerSettings.Mode is set to EndlessPaging) and the ASPxCardViewPagerSettings.EndlessPagingMode property is set to OnClick.

Use the EndlessPagingShowMoreCardsButton property to specify the button’s image, caption and type.

See Also