Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / VisibleDates Property

In This Topic
    VisibleDates Property (C1Scheduler)
    In This Topic
    Gets the list of currently visible dates. Changing this list might affect the next properties:
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleDates As DateList
    public DateList VisibleDates {get;}
    See Also