# C1.DataCollection.VirtualDataCollectionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_DataCollection_VirtualDataCollectionMode" data-uid="C1.DataCollection.VirtualDataCollectionMode" class="text-break">VirtualDataCollectionMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the different modes the data can be loaded.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.html">C1.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.dll</h6>
  <h5 id="C1_DataCollection_VirtualDataCollectionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum VirtualDataCollectionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum VirtualDataCollectionMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_DataCollection_VirtualDataCollectionMode_Automatic">Automatic</td>
        <td><p>The pages will be requested as the items are accessed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_VirtualDataCollectionMode_Manual">Manual</td>
        <td><p>The pages will be loaded when they are requested through the LoadAsync method of <a class="xref" href="C1.DataCollection.C1VirtualDataCollection-1.html">C1VirtualDataCollection&lt;T&gt;</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
