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.DataSource

The ListSource to consume as this ListBox's source of data. When set, a user can not modify the Items collection.

[Visual Basic]
Public Property DataSource As Object
[C#]
public object DataSource {get; set;}
[C++]
public: __property Object* get_DataSource();
public: __property void set_DataSource(Object*);
[JScript]
public function get DataSource() : Object;
public function set DataSource(Object);

See Also

ListControl Class | ListControl Members | System.WinForms Namespace