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

    The C1TrueDBGrid and C1TrueDBDropDown controls store all built-in and user-defined Style objects in the GridStyleCollection object. Access the members of this collection by name in code, and 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 True DBGrid for WinForms controls. In addition, this collection and its members can be modified in .NET through the C1TrueDBGrid Style Editor.

    See Also