Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / IComboBox Interface / ItemsDataSource Property

In This Topic
    ItemsDataSource Property (IComboBox)
    In This Topic
    Gets or sets the data source for items of this C1ComboBox.
    Syntax
    'Declaration
     
    
    Property ItemsDataSource As Object
    object ItemsDataSource {get; set;}
    See Also