Click or drag to resize
PagedSelectListItemsIItem, IItemValueNextPageAvailable Property
Indicates whether the current paged items are the last items or there is a next page available.

Namespace: Kentico.Components.Web.Mvc.Selectors
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public bool NextPageAvailable { get; set; }

Property Value

Type: Boolean
Remarks
This indicator provides information to the user interface whether to load a succeeding page.
See Also