Click or drag to resize
PagedSelectListItemsIItem, IItemValueItems Property
The paged drop down list items that are to be displayed in the user interface.

Namespace: Kentico.Components.Web.Mvc.Selectors
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<IItem> Items { get; set; }

Property Value

Type: IEnumerableIItem
See Also