Click or drag to resize
ISelectListItemT Interface
Describes the model that represents a drop down list item that is 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 interface ISelectListItem<T>

Type Parameters

T

The ISelectListItemT type exposes the following members.

Properties
  NameDescription
Public propertyText
Item text.
Public propertyValue
Item value.
Top
See Also