Table of Contents

Class GeneralSelectorSelectListItem

Namespace
Kentico.Components.Web.Mvc.FormComponents
Assembly
Kentico.Content.Web.Mvc.dll

The model that represents a drop down list item that is to be displayed in the user interface.

public class GeneralSelectorSelectListItem : ISelectListItem<GeneralSelectorItem>
Inheritance
object
GeneralSelectorSelectListItem
Implements
Extension Methods

Properties

Text

The item text.

public string Text { get; set; }

Property Value

string

Value

The item value.

public GeneralSelectorItem Value { get; set; }

Property Value

GeneralSelectorItem