Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / SchedulerGroupItem Class / VisualIntervals Property

In This Topic
    VisualIntervals Property (SchedulerGroupItem)
    In This Topic
    Gets a collection of VisualInterval objects defining time intervals currently represented by the control on a screen.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisualIntervals As VisualIntervalCollection
    public VisualIntervalCollection VisualIntervals {get;}
    Remarks
    This collection is generated automatically based on the following property values:
    See Also