The C1Scheduler control doesn't use this property any more. This property has been moved to the SchedulerGroupItem class. The VisualIntervalsView property still exists for the backward compatibility. It returns the VisualIntervalsView of the default SchedulerGroupItem group. If existing application doesn't require grouping functionality and has custom templates for the C1Scheduler control, all templates will continue working after upgrading to the new version.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
[ObsoleteAttribute("Use corresponding property of the SchedulerGroupItem class.")]
public PagedCollectionView VisualIntervalsView { get; }
Visual Basic
<BrowsableAttribute(False)> _
<ObsoleteAttribute("Use corresponding property of the SchedulerGroupItem class.")> _
Public ReadOnly Property VisualIntervalsView As PagedCollectionView
	Get

See Also