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

In This Topic
    CalendarID Property (Task)
    In This Topic
    Gets or sets the ID of the custom calendar.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property CalendarID As Integer
    public override int CalendarID {get; set;}
    See Also