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