ComponentOne Scheduler for WPF and Silverlight
VisualIntervalsView Property (SchedulerGroupItem)

C1.WPF.Schedule Namespace > SchedulerGroupItem Class : VisualIntervalsView Property
Gets a grouped view on the 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 VisualIntervals grouped according to the VisualIntervalGroupDescriptions property value.
See Also

Reference

SchedulerGroupItem Class
SchedulerGroupItem Members