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

In This Topic
    CalendarHelper Property (C1Scheduler)
    In This Topic
    Gets or sets the C1Scheduler.CalendarHelper object which provides calendar-dependant properties. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property CalendarHelper As CalendarHelper
    public CalendarHelper CalendarHelper {get; set;}
    See Also