Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / ContactList Class / Items Property

In This Topic
    Items Property (ContactList)
    In This Topic
    Syntax
    'Declaration
     
    Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
    protected System.Collections.Generic.IList<T> Items {get;}
    See Also