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

In This Topic
    Items Property (DateList)
    In This Topic
    Returns the reference to the wrapped list.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As System.Collections.Generic.List(Of Date)
    public System.Collections.Generic.List<DateTime> Items {get;}
    See Also