Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / DataSource Property

In This Topic
    DataSource Property (AppointmentStorage)
    In This Topic
    Gets or sets the data source that the connector binds to.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1BindingSource.DataSource", "The data source that the connector binds to.")>
    Public Property DataSource As Object
    [DefaultValue("")]
    [C1Description("C1BindingSource.DataSource", "The data source that the connector binds to.")]
    public object DataSource {get; set;}
    See Also