Gets the collection of dates which contain appointments. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public DateList BoldedDates { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property BoldedDates As DateList
	Get

See Also