The SelectElement type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AllSelectedOptions |
Gets all of the selected options within the select element.
|
![]() | IsMultiple |
Gets a value indicating whether the parent element supports multiple selections.
|
![]() | Options |
Gets the list of options for the select element.
|
![]() | SelectedOption |
Gets the selected item within the select element.
|
See Also