Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / VisibleDates Property

In This Topic
    VisibleDates Property
    In This Topic
    Gets the list of currently visible dates. Changing this list might affect the next properties:
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.VisibleDates", "Gets the list of currently visible dates.")>
    Public ReadOnly Property VisibleDates As C1.Xaml.Calendar.DateList
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.VisibleDates", "Gets the list of currently visible dates.")]
    public C1.Xaml.Calendar.DateList VisibleDates {get;}
    See Also