[]
        
(Showing Draft Content)

C1.Win.GanttView.CalendarExceptionCollection.SetItem

SetItem Method

SetItem(int, CalendarException)

Replaces the item at the specified index.

Declaration
protected override void SetItem(int index, CalendarException newItem)
Parameters
Type Name Description
int index
CalendarException newItem
Overrides