The C1Scheduler control doesn't use this property any more. This property has been moved to the SchedulerGroupItem class. The VisualIntervals property still exists for the backward compatibility. It returns the VisualIntervals 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 VisualIntervalCollection VisualIntervals { get; }
Visual Basic
<BrowsableAttribute(False)> _
<ObsoleteAttribute("Use corresponding property of the SchedulerGroupItem class.")> _
Public ReadOnly Property VisualIntervals As VisualIntervalCollection
	Get

See Also