[]
        
(Showing Draft Content)

C1.WPF.Schedule.SchedulerGroupItemCollection.Item

this Property

this[int]

Gets a SchedulerGroupItem object at the specified index.

Declaration
public SchedulerGroupItem this[int index] { get; }
Parameters
Type Name Description
int index

this[object]

Gets a SchedulerGroupItem object with the specified owner.

Declaration
public SchedulerGroupItem this[object owner] { get; }
Parameters
Type Name Description
object owner