ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / DataSource Property

In This Topic
    DataSource Property (IComboBox)
    In This Topic
    Gets or sets the data source object to which the control is bound.
    Syntax
    'Declaration
     
    
    Property DataSource As Object
    object DataSource {get; set;}
    See Also