ASPxCardViewCommandButtonSettings.EndlessPagingShowMoreCardsButton Property
In This Article
Gets the Show more cards… button’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewCommandButtonSettings EndlessPagingShowMoreCardsButton { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Endless |
---|---|---|
ASP. |
Card |
|
ASP. |
ASPx |
|
#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