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