[]
        
(Showing Draft Content)

C1.WPF.Schedule.CalendarHelper.Holidays

Holidays Property

Holidays

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.

Declaration
public ObservableCollection<DateTime> Holidays { get; set; }
Remarks

Setting this property copies items from the new value to the underlying collection.