Scheduler for WPF | ComponentOne
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 List(Of Date)
    public List<DateTime> Items {get;}
    See Also