Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItem Class / VisualIntervalGroups Property

In This Topic
    VisualIntervalGroups Property (SchedulerGroupItem)
    In This Topic
    Gets a collection of VisualIntervalGroup objects defining top-level groups of VisualInterval objects currently represented by the control on a screen.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisualIntervalGroups As VisualIntervalCollection
    public VisualIntervalCollection VisualIntervalGroups {get;}
    See Also