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

See Also