[]
        
(Showing Draft Content)

C1.Win.Schedule.ScheduleGroupItemCollection.Item

this Property

this[int]

Gets a ScheduleGroupItem object at the specified index.

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

this[object]

Gets a ScheduleGroupItem object with the specified owner.

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