Gets the list of option items in an HtmlSelect control.
[Visual Basic] Public ReadOnly Property Items As ListItemCollection [C#] public ListItemCollection Items {get;} [C++] public: __property ListItemCollection* get_Items(); [JScript] public function get Items() : ListItemCollection;
The list of options items.
HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace