Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualIntervalGroup Class / VisualIntervals Property

In This Topic
    VisualIntervals Property (VisualIntervalGroup)
    In This Topic
    Gets a collection of child VisualInterval objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisualIntervals As VisualIntervalCollection
    public VisualIntervalCollection VisualIntervals {get;}
    See Also