Class PagedSelectListItems<T>
The model that represents paged drop down list items that are to be displayed in the user interface.
public sealed class PagedSelectListItems<T>
Type Parameters
T
Type of a value.
- Inheritance
-
objectPagedSelectListItems<T>
- Extension Methods
Properties
Items
The paged drop down list items that are to be displayed in the user interface.
public IEnumerable<ObjectSelectorListItem<T>> Items { get; set; }
Property Value
- IEnumerable<ObjectSelectorListItem<T>>
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.