ComponentOne True DBGrid for WinForms
Object Model / C1DisplayColumnCollection Class
In This Topic
    C1DisplayColumnCollection Class
    In This Topic

    The C1TrueDBGrid control and the C1TrueDBDropDown control both maintain a C1DisplayColumnCollection object to hold and manipulate C1DisplayColumn objects. This collection is contained under the Split object, and is available through the Split's DisplayColumns property. In addition, this collection can be modified in .NET through the C1DisplayColumnCollection Editor. For more information, see Using the C1DisplayColumnCollection Editor.

    See Also