MultiSelectList.Items Property

Gets or sets the items in the list.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

member Items : IEnumerable with get, private set

Property Value

Type: System.Collections.IEnumerable
The items in the list.
Show: