ComponentOne List for WinForms
In This Topic
    Working with Objects and Collections
    In This Topic

    This section describes how to work with objects and collections in code, with an emphasis on efficiency. Although the concepts are illustrated with C1List objects and collections, you can apply the same fundamentals to all Visual Studio objects and collections.

    A C1List object is created when you place a C1List control on a .NET form. C1List objects created in Visual Studio will have default names of C1List1, C1List2, and so forth. You can change the control name in the Properties window at design time.

    See Also