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

In This Topic
    VisualIntervalsView Property (SchedulerGroupItem)
    In This Topic
    Gets a grouped view on the VisualIntervals collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisualIntervalsView As PagedCollectionView
    public PagedCollectionView 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 VisualIntervals grouped according to the VisualIntervalGroupDescriptions property value.
    See Also