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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Remarks

This is a dependency property.

See Also