Back to Devexpress

ASPxCardViewCommandButtonSettings.EndlessPagingShowMoreCardsButton Property

aspnet-devexpress-dot-web-dot-aspxcardviewcommandbuttonsettings-f09a7eca.md

latest2.6 KB
Original Source

ASPxCardViewCommandButtonSettings.EndlessPagingShowMoreCardsButton Property

Gets the Show more cards… button’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCommandButtonSettings EndlessPagingShowMoreCardsButton { get; }
vb
Public ReadOnly Property EndlessPagingShowMoreCardsButton As CardViewCommandButtonSettings

Property Value

TypeDescription
CardViewCommandButtonSettings

A CardViewCommandButtonSettings object that specifies the button’s settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to EndlessPagingShowMoreCardsButton
ASP.NET MVC ExtensionsCardViewSettings

.SettingsCommandButton .EndlessPagingShowMoreCardsButton

| | ASP.NET Web Forms Controls | ASPxCardView |

.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

Mode

EndlessPagingMode

ASPxCardViewCommandButtonSettings Class

ASPxCardViewCommandButtonSettings Members

DevExpress.Web Namespace