| --PROPERTIES OF dotNetObject:System.Windows.Forms.DataGridView+DataGridViewControlCollection | Default / Value |
| .Count : , read-only | 2 |
| .IsReadOnly : , read-only | false |
| .Item[key] : , read-only | undefined |
| .Item[index] : , read-only | undefined |
| .Owner : , read-only | dotNetObject:System.Windows.Forms.DataGridView |
| --METHODS OF dotNetObject:System.Windows.Forms.DataGridView+DataGridViewControlCollection | |
| .Add value | |
| .AddRange controls | |
| .Clear() | |
| .Contains control | |
| .ContainsKey key | |
| .CopyTo array index | |
| .CopyTo array index | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .Find key searchAllChildren | |
| .GetChildIndex child | |
| .GetChildIndex child throwException | |
| .GetEnumerator() | |
| .GetHashCode() | |
| .GetType() | |
| .IndexOf control | |
| .IndexOfKey key | |
| .Insert index value | |
| .[static]ReferenceEquals objA objB | |
| .Remove value | |
| .RemoveAt index | |
| .RemoveByKey key | |
| .SetChildIndex child newIndex | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Windows.Forms.DataGridView+DataGridViewControlCollection | |