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!

Column.Owner

[To be supplied.]

[Visual Basic]
Protected ReadOnly Property Owner As DataGrid
[C#]
protected DataGrid Owner {get;}
[C++]
protected: __property DataGrid* get_Owner();
[JScript]
protected function get Owner() : DataGrid;

See Also

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