HtmlOptionItem Properties |
The HtmlOptionItem type exposes the following members.
Name | Description | |
---|---|---|
Disabled |
Gets or sets a value that indicates whether this HtmlOptionItem is disabled.
This property is typically rendered as a disabled="disabled" <option> | |
Selected |
Gets or sets a value that indicates whether this HtmlOptionItem is selected.
This property is typically rendered as a selected="selected" <option> | |
Text |
Gets or sets a value that indicates the display text of this HtmlOptionItem.
This property is typically rendered as the inner HTML in the <option> | |
Value |
Gets or sets a value that indicates the value of this HtmlOptionItem.
This property is typically rendered as a value="..." <option> |