# C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions_" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions*">VisualIntervalGroupDescriptions Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions_" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions*"></a>
<h4 id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions">VisualIntervalGroupDescriptions</h4>
<div class="markdown level1 summary"><p>Gets or sets a collection of <a class="xref" href="C1.WPF.Schedule.VisualIntervalGroupDescription.html">VisualIntervalGroupDescription</a>
objects that defines a grouping criteria applied to the items of the VisualIntervals collection. This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IntervalGroupDescriptionCollection VisualIntervalGroupDescriptions { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property VisualIntervalGroupDescriptions As IntervalGroupDescriptionCollection</code></pre>
</div>
<h5 id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is usually used for the purpose of control UI creation in XAML.
The defined grouping criteria is applied to the VisualIntervals collection items and is reflected in the VisualIntervalsView view,
which exposes grouped items via the Groups property.</p>
<p>
This property is used in a conjunction with the 
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupStyles.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupStyles">VisualIntervalGroupStyles</a> property that defines UI for each
group level.
</p>
</div>
</div>
