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!

ListItem.ListView

Returns the ListView control that holds this ListItem. May be null if no control has been assigned yet.

[Visual Basic]
Public ReadOnly Property ListView As ListView
[C#]
public ListView ListView {get;}
[C++]
public: __property ListView* get_ListView();
[JScript]
public function get ListView() : ListView;

See Also

ListItem Class | ListItem Members | System.WinForms Namespace