Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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 DateList
    public DateList BoldedDates {get;}
    See Also