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

You cannot set this property in XAML.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public ObservableCollection<DateTime> Holidays { get; set; }
Visual Basic
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