Gets or sets the ObservableCollection<(Of <(<'T>)>)> object which holds
the list of holidays (non-working days in addition to weekends).
Namespace:
C1.Silverlight.ScheduleYou cannot set this property in XAML.
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.