# C1.Win.Schedule.C1Schedule.ShowAllDayArea

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_ShowAllDayArea_" data-uid="C1.Win.Schedule.C1Schedule.ShowAllDayArea*">ShowAllDayArea Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_ShowAllDayArea_" data-uid="C1.Win.Schedule.C1Schedule.ShowAllDayArea*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_ShowAllDayArea" data-uid="C1.Win.Schedule.C1Schedule.ShowAllDayArea">ShowAllDayArea</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether the control should show
All-Day area in a Day View. The default value is True.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;ShowAllDayArea&quot;, &quot;Determines whether the control shows All-Day area in a Day View.&quot;)]
public bool ShowAllDayArea { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;ShowAllDayArea&quot;, &quot;Determines whether the control shows All-Day area in a Day View.&quot;)&gt;
Public Property ShowAllDayArea As Boolean</code></pre>
</div>
</div>
