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

In This Topic
    BoldedDates Property (C1Scheduler)
    In This Topic
    Gets the collection of dates which contain appointments. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BoldedDates As C1.WPF.Calendar.DateList
    public C1.WPF.Calendar.DateList BoldedDates {get;}
    See Also