Scheduler for WPF
Holidays プロパティ (CalendarHelper)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > CalendarHelper クラス : Holidays プロパティ
Gets or sets the System.Collections.ObjectModel.ObservableCollection`1 object which holds the list of holidays (non-working days in addition to weekends). You cannot set this property in XAML.
シンタックス
'宣言
 
Public Property Holidays As System.Collections.ObjectModel.ObservableCollection(Of Date)
public System.Collections.ObjectModel.ObservableCollection<DateTime> Holidays {get; set;}
解説
Setting this property copies items from the new value to the underlying collection.
参照

CalendarHelper クラス
CalendarHelper メンバ