GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CustomCalendarCollection Class / SetItem Method

In This Topic
    SetItem Method (CustomCalendarCollection)
    In This Topic
    Replaces the item at the specified index.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal newItem As CustomCalendar _
    ) 
    protected override void SetItem( 
       int index,
       CustomCalendar newItem
    )

    Parameters

    index
    newItem
    See Also