InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / DataSource Property

In This Topic
    DataSource Property (InputComboBox)
    In This Topic
    Gets or sets the data source object for the InputComboBox.
    Syntax
    'Declaration
     
    Public Overrides Property DataSource As Object
    public override object DataSource {get; set;}
    See Also