ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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