MultiSelectList Class
Represents a list of items that users can select more than one item from.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | MultiSelectList(IEnumerable) | Initializes a new instance of the MultiSelectList class by using the specified items to include in the list. |
![]() | MultiSelectList(IEnumerable, IEnumerable) | Initializes a new instance of the MultiSelectList class by using the specified items to include in the list and the selected values. |
![]() | MultiSelectList(IEnumerable, IEnumerable, IEnumerable) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the selected values, the disabled values. |
![]() | MultiSelectList(IEnumerable, String, String) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, and the data text field. |
![]() | MultiSelectList(IEnumerable, String, String, IEnumerable) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, the data text field, and the selected values. |
![]() | MultiSelectList(IEnumerable, String, String, IEnumerable, IEnumerable) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, the data text field, the selected values, and the disabled values. |
![]() | MultiSelectList(IEnumerable, String, String, String) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, the data text field, and the data group field. |
![]() | MultiSelectList(IEnumerable, String, String, String, IEnumerable) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, the data text field, the data group field, and the selected values. |
![]() | MultiSelectList(IEnumerable, String, String, String, IEnumerable, IEnumerable) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, the data text field, the data group field, the selected values, and the disabled values. |
![]() | MultiSelectList(IEnumerable, String, String, String, IEnumerable, IEnumerable, IEnumerable) | Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, the data text field, the data group field, the selected values, the disabled values, and the disabled groups. |
| Name | Description | |
|---|---|---|
![]() | DataGroupField | Gets the data group field. |
![]() | DataTextField | Gets or sets the data text field. |
![]() | DataValueField | Gets or sets the data value field. |
![]() | DisabledGroups | Gets the disabled groups. |
![]() | DisabledValues | Gets the disabled values. |
![]() | Items | Gets or sets the items in the list. |
![]() | SelectedValues | Gets or sets the selected values. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that can be used to iterate through the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator() | Returns an enumerator can be used to iterate through a collection. |
| Name | Description | |
|---|---|---|
![]() | AsSerializable(Of SelectListItem)() | Convenience API to allow an IEnumerable{T} (such as returned by Linq2Sql) to be serialized by DataContractSerilizer.(Defined by IEnumerableExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)