Items property. The collection of ListItems that currently populate the list.
[Visual Basic] Overridable Public ReadOnly Property Items As ListItemCollection [C#] public ListItemCollection Items {virtual get;} [C++] public: __property virtual ListItemCollection* get_Items(); [JScript] public function get Items() : ListItemCollection;
ListControl Class | ListControl Members | System.Web.UI.WebControls Namespace