GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / Calendar Property

In This Topic
    Calendar Property (Task)
    In This Topic
    Gets or sets a custom calendar for the task.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Calendar As CustomCalendar
    public override CustomCalendar Calendar {get; set;}
    See Also