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!

DataGridTable.GridColumns

Gets the collection of columns drawn for this table.

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

Property Value

A System.WinForms.GridColumnCollection that contains all DataGridColumn objets for the table.

See Also

DataGridTable Class | DataGridTable Members | System.WinForms Namespace