GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / BaseTask Class / CalendarID Property

In This Topic
    CalendarID Property (BaseTask)
    In This Topic
    Gets or sets the calendar identifier.
    Syntax
    'Declaration
     
    Public MustOverride Property CalendarID As Integer
    public abstract int CalendarID {get; set;}
    See Also