aspnet-devexpress-dot-web-dot-aspxcardviewcommandbuttonsettings-f09a7eca.md
Gets the Show more cards… button’s settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public CardViewCommandButtonSettings EndlessPagingShowMoreCardsButton { get; }
Public ReadOnly Property EndlessPagingShowMoreCardsButton As CardViewCommandButtonSettings
| Type | Description |
|---|---|
| CardViewCommandButtonSettings |
A CardViewCommandButtonSettings object that specifies the button’s settings.
|
You can access this nested property as listed below:
| Library | Object Type | Path to EndlessPagingShowMoreCardsButton |
|---|---|---|
| ASP.NET MVC Extensions | CardViewSettings |
.SettingsCommandButton .EndlessPagingShowMoreCardsButton
| | ASP.NET Web Forms Controls | ASPxCardView |
.SettingsCommandButton .EndlessPagingShowMoreCardsButton
|
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
ASPxCardViewCommandButtonSettings Class