SelectListItem Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Disabled | Gets or sets a value that indicates whether this SelectListItem is disabled. |
![]() | Group | Represents the optgroup HTML element this item is wrapped into. In a select list, multiple groups with the same name are supported. They are compared with reference equality. |
![]() | Selected | Gets or sets a value that indicates whether this SelectListItem is selected. |
![]() | Text | Gets or sets the text of the selected item. |
![]() | Value | Gets or sets the value of the selected item. |
Show:
