HTMLOptionElement.DefaultSelected

HTMLOptionElement.DefaultSelected property

Represents the value of the HTML selected attribute. The value of this attribute does not change if the state of the corresponding form control, in an interactive user agent, changes. See the selected attribute definition in HTML 4.01. @version DOM Level 2

public bool DefaultSelected { get; set; }

See Also