Scheduler for WPF | ComponentOne
C1.Schedule Namespace / DayCollection Class / BoldedDates Property

In This Topic
    BoldedDates Property (DayCollection)
    In This Topic
    Returns collection of dates which have appointments.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BoldedDates As DateList
    public DateList BoldedDates {get;}
    See Also