Click or drag to resize
ObjectSelectorSelectListItem Class
The model that represents a drop down list item that is to be displayed in the user interface.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.Selectors.InternalObjectSelectorSelectListItem

Namespace: Kentico.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class ObjectSelectorSelectListItem : ISelectListItem<ObjectSelectorItem>

The ObjectSelectorSelectListItem type exposes the following members.

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