[]
        
(Showing Draft Content)

C1.WPF.GanttView.BarStyleCollection.SetItem

SetItem Method

SetItem(int, BarStyle)

Replaces the item at the specified index.

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