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

In This Topic
    VisualIntervalsView Property (SchedulerGroupItem)
    In This Topic
    Gets a grouped view on the SchedulerGroupItem.VisualIntervals collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisualIntervalsView As ListCollectionView
    public ListCollectionView VisualIntervalsView {get;}
    Remarks
    This view is primarily intended to provide a data for building control UI in XAML. It represents a list of VisualInterval objects from the SchedulerGroupItem.VisualIntervals grouped according to the C1Scheduler.VisualIntervalGroupDescriptions property value.
    See Also