Gets or sets the ObservableCollection<(Of <(<'T>)>)> object which holds the list of holidays (non-working days in addition to weekends).

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

Syntax

C#
public ObservableCollection<DateTime> Holidays { get; set; }
Visual Basic (Declaration)
Public Property Holidays As ObservableCollection(Of DateTime)
	Get
	Set

Remarks

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

See Also