ComponentOne Input for WinForms
Using the C1Input Controls / C1Input Controls / C1ComboBox Control Overview / ComboBox DataBinding
In This Topic
    ComboBox DataBinding
    In This Topic

    C1ComboBox can be bound to an Enum and an Array at runtime or it can be bound at design time through an array or strings or bindingsource. Binding C1ComboBox to data gives you the ability to browse data in a database, enter new data, or add existing data.

    The C1ComboBoxFeatures sample shows how to use the following different methods for binding data to C1CombBox:

    See Also