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

In This Topic
    CalendarHelper Property (C1Scheduler)
    In This Topic
    Gets or sets the CalendarHelper object which provides calendar-dependant properties. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Calendar")>
    <C1DescriptionAttribute("C1Scheduler.CalendarHelper", "Gets or sets the CalendarHelper object which provides calendar-dependant properties.")>
    Public Property CalendarHelper As CalendarHelper
    [C1Category("Calendar")]
    [C1Description("C1Scheduler.CalendarHelper", "Gets or sets the CalendarHelper object which provides calendar-dependant properties.")]
    public CalendarHelper CalendarHelper {get; set;}
    See Also