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!

DataGrid.Items

[To be supplied.]

[Visual Basic]
Overridable Public ReadOnly Property Items As _
   DataGridItemCollection
[C#]
public DataGridItemCollection Items {virtual get;}
[C++]
public: __property virtual DataGridItemCollection* get_Items();
[JScript]
public function get Items() : DataGridItemCollection;

See Also

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