ComponentOne Input for WinForms
UseItemsBindingSource Property

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1ComboBox Class : UseItemsBindingSource Property
Keeps SelectedIndex property synchronized with System.Windows.Forms.BindingSource.Position.
Syntax
'Declaration
 
Public Property UseItemsBindingSource As System.Boolean
public System.bool UseItemsBindingSource {get; set;}
Remarks
UseItemsBindingSource does not have any effect if ItemsDataSource value is not a System.Windows.Forms.BindingSource.
See Also

Reference

C1ComboBox Class
C1ComboBox Members