SelectListItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the selected item in an instance of the SelectList class.
public class SelectListItem
type SelectListItem = class
Public Class SelectListItem
- Inheritance
-
SelectListItem
Constructors
SelectListItem() |
Initializes a new instance of the SelectListItem class. |
Properties
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. |