ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / CustomCalendarCollection Class / Item Property / Item(Guid) Property

In This Topic
    Item(Guid) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal key As System.Guid _
    ) As CustomCalendar
    public CustomCalendar Item( 
       System.Guid key
    ) {get;}

    Parameters

    key
    See Also