Scheduler for WPF and Silverlight | ComponentOne
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 Object
    public object DataSource {get; set;}
    See Also