Interface ISelectListItem<T>
- Namespace
- Kentico.Components.Web.Mvc.Selectors
- Assembly
- Kentico.Content.Web.Mvc.dll
Describes the model that represents a drop down list item that is to be displayed in the user interface.
public interface ISelectListItem<T>
Type Parameters
T
- Extension Methods
Properties
Text
Item text.
string Text { get; set; }
Property Value
- string
Value
Item value.
T Value { get; set; }
Property Value
- T