# C1.GanttView.C1GanttViewStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_GanttView_C1GanttViewStorage" data-uid="C1.GanttView.C1GanttViewStorage" class="text-break">C1GanttViewStorage Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.GanttView.C1GanttViewStorage.html">C1GanttViewStorage</a> component handles all data
operations for the C1GanttView control and contains specific data storages
for tasks, resources, calendars and properties
which are used for binding corresponing collections to the data.</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">C1GanttViewStorage</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_C1GanttViewStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GanttViewStorage : StorageComponent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GanttViewStorage
    Inherits StorageComponent</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_GanttView_C1GanttViewStorage_CalendarStorage" data-uid="C1.GanttView.C1GanttViewStorage.CalendarStorage">
          <a class="xref" href="C1.GanttView.C1GanttViewStorage.CalendarStorage.html#C1_GanttView_C1GanttViewStorage_CalendarStorage">CalendarStorage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.GanttView.C1GanttViewStorage.CalendarStorage.html#C1_GanttView_C1GanttViewStorage_CalendarStorage">CalendarStorage</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_GanttView_C1GanttViewStorage_PropertyStorage" data-uid="C1.GanttView.C1GanttViewStorage.PropertyStorage">
          <a class="xref" href="C1.GanttView.C1GanttViewStorage.PropertyStorage.html#C1_GanttView_C1GanttViewStorage_PropertyStorage">PropertyStorage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.GanttView.C1GanttViewStorage.PropertyStorage.html#C1_GanttView_C1GanttViewStorage_PropertyStorage">PropertyStorage</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_GanttView_C1GanttViewStorage_ResourceStorage" data-uid="C1.GanttView.C1GanttViewStorage.ResourceStorage">
          <a class="xref" href="C1.GanttView.C1GanttViewStorage.ResourceStorage.html#C1_GanttView_C1GanttViewStorage_ResourceStorage">ResourceStorage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.GanttView.C1GanttViewStorage.ResourceStorage.html#C1_GanttView_C1GanttViewStorage_ResourceStorage">ResourceStorage</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_GanttView_C1GanttViewStorage_TasksStorage" data-uid="C1.GanttView.C1GanttViewStorage.TasksStorage">
          <a class="xref" href="C1.GanttView.C1GanttViewStorage.TasksStorage.html#C1_GanttView_C1GanttViewStorage_TasksStorage">TasksStorage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.GanttView.C1GanttViewStorage.TasksStorage.html#C1_GanttView_C1GanttViewStorage_TasksStorage">TasksStorage</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
