ComponentOne List for WinForms
In This Topic
    C1DisplayColumnCollection Object
    In This Topic

    The C1List control and the C1Combo control both maintain a C1DataColumnCollection object to hold and manipulate C1DisplayColumn objects. This collection is contained under the SplitCollection object, and is available through the Split's DisplayColumns property. In addition, this collection can be modified in .NET through the C1DisplayColumn Collection Editor.

    See Also