Click or drag to resize
PagedSelectListItemsIItem, IItemValue Class
The model that represents paged drop down list items that are to be displayed in the user interface.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.SelectorsPagedSelectListItemsIItem, IItemValue
    Kentico.Components.Web.Mvc.FormComponentsGeneralSelectorSelectListItems
    Kentico.Components.Web.Mvc.Selectors.InternalObjectSelectorSelectListItems

Namespace: Kentico.Components.Web.Mvc.Selectors
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public abstract class PagedSelectListItems<IItem, IItemValue>
where IItem : Object, ISelectListItem<IItemValue>
where IItemValue : IObjectSelectorItem

Type Parameters

IItem
IItemValue

The PagedSelectListItemsIItem, IItemValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItems
The paged drop down list items that are to be displayed in the user interface.
Public propertyNextPageAvailable
Indicates whether the current paged items are the last items or there is a next page available.
Top
See Also