[]
Gets or sets the ObservableCollection<T> object which holds the list of holidays (non-working days in addition to weekends). You cannot set this property in XAML.
public ObservableCollection<DateTime> Holidays { get; set; }
Setting this property copies items from the new value to the underlying collection.