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

    The C1TrueDBGrid control maintains a SplitCollection collection to hold and manipulate Split objects. A grid has one split by default, but may contain multiple splits. This collection is accessed using the Splits property of the C1TrueDBGrid. In addition this collection can be modified in .NET through the Split Collection Editor. See Using the Split Collection Editor for more information.

    See Also