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

In This Topic
    List Property (C1BindingSource)
    In This Topic
    Gets the list that the connector is bound to.
    Syntax
    'Declaration
     
    Public ReadOnly Property List As System.Collections.IList
    public System.Collections.IList List {get;}
    See Also