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

    The C1List and C1Combo controls store all built-in and user-defined Style objects in the GridStyleCollection object. You can access the members of this collection by name in code, then apply them to a grid, column or split in order to control the appearance of the object in question. This collection is accessed using the Styles property in the C1List. In addition, this collection and its members can be modified through the Style Collection Editor.

    See Also