Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1SchedulerViewModel Class / GroupItems Property

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