Table of Contents

Class PagedSelectListItems<T>

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

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
object
PagedSelectListItems<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.