ComponentOne Scheduler for WPF and Silverlight
Holidays Property (CalendarHelper)

C1.WPF.Schedule Namespace > CalendarHelper Class : Holidays Property
Gets or sets the System.Collections.ObjectModel.ObservableCollection`1 object which holds the list of holidays (non-working days in addition to weekends). You cannot set this property in XAML.
Syntax
'Declaration
 
Public Property Holidays As System.Collections.ObjectModel.ObservableCollection(Of Date)
public System.Collections.ObjectModel.ObservableCollection<DateTime> Holidays {get; set;}
Remarks
Setting this property copies items from the new value to the underlying collection.
See Also

Reference

CalendarHelper Class
CalendarHelper Members