Gets the SchedulerGroupItem object representing the group item which has no owner, but contains appointments of all visible group items.

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

Syntax

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

Remarks

It is a special group item, it is not included into GroupItems and VisibleGroupItems collections. The C1Scheduler control uses this group to display availability status line in the default TimeLineStyle (see source xaml for the sample of using).

See Also