ASPxCardViewPagerSettings.EndlessPagingMode Property
Gets or sets a value that defines endless paging mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(CardViewEndlessPagingMode.OnClick)]
public CardViewEndlessPagingMode EndlessPagingMode { get; set; }
<DefaultValue(CardViewEndlessPagingMode.OnClick)>
Public Property EndlessPagingMode As CardViewEndlessPagingMode
Property Value
Type | Default | Description |
---|---|---|
CardViewEndlessPagingMode | OnClick |
One of the CardViewEndlessPagingMode enumeration values. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to EndlessPagingMode |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASP.NET Bootstrap Controls | BootstrapCardView |
|
BootstrapCardView |
|
|
ASP.NET MVC Extensions | CardViewSettings |
|
CardViewSettings<CardType> |
|
|
MVCxCardView |
|
Remarks
To enable endless paging, set the ASPxCardViewPagerSettings.Mode property to EndlessPaging. To specify the endless paging mode, set the EndlessPagingMode property to one of the following values.
- OnClick - items are loaded on a 'Show more items' button click.
- OnScroll - items are loaded on page scrolling.
See Also
Feedback