ASPxCardViewCommandButtonSettings.EndlessPagingShowMoreCardsButton Property
Gets the Show more cards… button’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxCardView |
|
ASP.NET MVC Extensions | CardViewSettings |
|
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