NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListControl.Items

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;

See Also

ListControl Class | ListControl Members | System.Web.UI.WebControls Namespace