ComponentOne List for WinForms
In This Topic
    Binding C1List or C1Combo to a Data Source
    In This Topic

    With an amazing ease of use, List for WinForms can universally bind to any OLE DB data source. Requiring little or no code at all, the C1List control can create a fully-navigational database browser in mere seconds.

    To associate a List control (C1List) or a Combo control (C1Combo) with an OLE DB data source, set the DataSource property of the list or combobox to the name of a DataSet on the same form. The DataSource property can be set both through code and through the Properties window. This is all that is required to make C1List fully aware of the database or DataTable in your application.

    Once such a link exists, C1List and the DataSet automatically notify and respond to all operations performed by the other, simplifying your application development.

    For additional information and examples, see List for WinForms Tutorials.