ComponentOne True DBGrid for WinForms
Working with Objects and Collections
Object Model > Working with Objects and Collections

This section describes how to work with objects and collections in code, with an emphasis on efficiency. Although the concepts are illustrated with True DBGrid for WinForms objects and collections, the same fundamentals can be applied to all Visual Studio objects and collections.

A C1TrueDBGrid object is created when a True DBGrid for WinForms control is placed on a form. C1TrueDBGrid objects created in Visual Studio will have default names of C1TrueDBGrid1, C1TrueDBGrid2, and so forth. The control name can be changed in the Properties window at design time.

See Also