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!

ColumnHeader.ListView

Returns the ListView control that this column is displayed in. May be null

[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;

Property Value

ListView control

See Also

ColumnHeader Class | ColumnHeader Members | System.WinForms Namespace