Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarHelper Class / Holidays Property

In This Topic
    Holidays Property (CalendarHelper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Holidays As ObservableCollection(Of Date)
    public ObservableCollection<DateTime> Holidays {get; set;}
    See Also