Class PagedSelectListItems<IItem, IItemValue>
- Namespace
- Kentico.Components.Web.Mvc.Selectors
- Assembly
- Kentico.Content.Web.Mvc.dll
The model that represents paged drop down list items that are to be displayed in the user interface.
public abstract class PagedSelectListItems<IItem, IItemValue> where IItem : ISelectListItem<IItemValue> where IItemValue : IObjectSelectorItem
Type Parameters
IItem
IItemValue
- Inheritance
-
objectPagedSelectListItems<IItem, IItemValue>
- Derived
- Extension Methods
Properties
Items
The paged drop down list items that are to be displayed in the user interface.
public IEnumerable<IItem> Items { get; set; }
Property Value
- IEnumerable<IItem>
NextPageAvailable
Indicates whether the current paged items are the last items or there is a next page available.
public bool NextPageAvailable { get; set; }
Property Value
- bool
Remarks
This indicator provides information to the user interface whether to load a succeeding page.