[]
        
(Showing Draft Content)

ComboBox DataBinding

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:

  • How to bind C1ComboBox to an Enum at runtime
  • How to bind C1ComboBox to an Array at runtime
  • How to bind C1ComboBox to an Array at design time
  • How to bind C1ComboBox to a bindingsource

See Also

Adding Images to Items in the ComboBox