# C1.GanttView.CalendarStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_GanttView_CalendarStorage" data-uid="C1.GanttView.CalendarStorage" class="text-break">CalendarStorage Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.GanttView.CalendarStorage.html">CalendarStorage</a> is the storage
for <a class="xref" href="C1.Win.GanttView.CustomCalendar.html">CustomCalendar</a> objects. It allows binding to the data source
and mapping data source fields to the calendar properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CalendarStorage</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.GanttView.html">C1.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_GanttView_CalendarStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarStorage : BaseStorage&lt;CustomCalendar, CalendarMappingCollection&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarStorage
    Inherits BaseStorage(Of CustomCalendar, CalendarMappingCollection)</code></pre>
  </div>

</div>
