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

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