ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / ItemsDataSource Property

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