Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ItemsDataSource Property

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