# C1.WPF.Schedule.AppointmentWrapPanel.DockLastChildToEnd

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_AppointmentWrapPanel_DockLastChildToEnd_" data-uid="C1.WPF.Schedule.AppointmentWrapPanel.DockLastChildToEnd*">DockLastChildToEnd Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_AppointmentWrapPanel_DockLastChildToEnd_" data-uid="C1.WPF.Schedule.AppointmentWrapPanel.DockLastChildToEnd*"></a>
<h4 id="C1_WPF_Schedule_AppointmentWrapPanel_DockLastChildToEnd" data-uid="C1.WPF.Schedule.AppointmentWrapPanel.DockLastChildToEnd">DockLastChildToEnd</h4>
<div class="markdown level1 summary"><p>The DockLastChildToEnd property determines whether the last child element should be docked
to the bottom right corner of the <a class="xref" href="C1.WPF.Schedule.AppointmentWrapPanel.html">AppointmentWrapPanel</a>.
The default value is False. 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 bool DockLastChildToEnd { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DockLastChildToEnd As Boolean</code></pre>
</div>
<h5 id="C1_WPF_Schedule_AppointmentWrapPanel_DockLastChildToEnd_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For the sample of using look at IntervalAppointmentTemplate in Office 2007 themes.
It always shows appointment icons in the bottom right corner of the <a class="xref" href="C1.WPF.Schedule.AppointmentWrapPanel.html">AppointmentWrapPanel</a>.</p>
</div>
</div>
