SelectElement.SelectedOptions

SelectElement.SelectedOptions property

Returns a list of selected options

public IList<String> SelectedOptions { get; }

See Also