[]
        
(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)
Protected Overrides Sub SetItem(index As Integer, newItem As BarStyle)
Parameters
Type Name Description
int index
BarStyle newItem
Overrides