[]
Gets a ScheduleGroupItem object at the specified index.
public ScheduleGroupItem this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ScheduleGroupItem
| Type | Name | Description |
|---|---|---|
| int | index |
Gets a ScheduleGroupItem object with the specified owner.
public ScheduleGroupItem this[object owner] { get; }
Public ReadOnly Default Property Item(owner As Object) As ScheduleGroupItem
| Type | Name | Description |
|---|---|---|
| object | owner |