# C1.WPF.Schedule.C1Scheduler.TotalGroupItem

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1Scheduler_TotalGroupItem_" data-uid="C1.WPF.Schedule.C1Scheduler.TotalGroupItem*">TotalGroupItem Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1Scheduler_TotalGroupItem_" data-uid="C1.WPF.Schedule.C1Scheduler.TotalGroupItem*"></a>
<h4 id="C1_WPF_Schedule_C1Scheduler_TotalGroupItem" data-uid="C1.WPF.Schedule.C1Scheduler.TotalGroupItem">TotalGroupItem</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object representing the group item which has no owner,
but contains appointments of all visible group items.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SchedulerGroupItem TotalGroupItem { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property TotalGroupItem As SchedulerGroupItem</code></pre>
</div>
<h5 id="C1_WPF_Schedule_C1Scheduler_TotalGroupItem_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>It is a special group item, it is not included into GroupItems and VisibleGroupItems collections.
The <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control uses this group to display availability status line in the default TimeLineStyle
(see source xaml for the sample of using).</p>
</div>
</div>
