Gets a collection of currently visible SchedulerGroupItem objects. This collection can be used in xaml in the C1Scheduler control templates.

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

Syntax

C#
[BrowsableAttribute(false)]
public SchedulerGroupItemCollection VisibleGroupItems { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property VisibleGroupItems As SchedulerGroupItemCollection
	Get

See Also