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

Gets the number of child tables for this table.

[Visual Basic]
Overridable Public ReadOnly Property Children As Integer
[C#]
public int Children {virtual get;}
[C++]
public: __property virtual int get_Children();
[JScript]
public function get Children() : int;

Property Value

The number of child tables for this table.

See Also

DataGridTable Class | DataGridTable Members | System.WinForms Namespace