Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / GroupItems Property

In This Topic
    GroupItems Property (C1Schedule)
    In This Topic
    Gets a collection of all available ScheduleGroupItem objects for the currently set type of grouping.
    Syntax
    'Declaration
     
    Public ReadOnly Property GroupItems As ScheduleGroupItemCollection
    public ScheduleGroupItemCollection GroupItems {get;}
    See Also