SelectElement Properties

The SelectElement type exposes the following members.

Properties
  NameDescription
Public propertyAllSelectedOptions
Gets all of the selected options within the select element.
Public propertyIsMultiple
Gets a value indicating whether the parent element supports multiple selections.
Public propertyOptions
Gets the list of options for the select element.
Public propertySelectedOption
Gets the selected item within the select element.
Top
See Also