ComponentOne Scheduler for WinForms
Items Property (DateList)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > DateList Class : Items Property
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

Reference

DateList Class
DateList Members