Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / DataSource Property

In This Topic
    DataSource Property (C1BindingSource)
    In This Topic
    Gets or sets the data source that the connector binds to.
    Syntax
    'Declaration
     
    Public Property DataSource As System.Object
    public System.object DataSource {get; set;}
    See Also