# FarPoint.Web.Spread.LoadOnDemandTriggerMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Spread_LoadOnDemandTriggerMode" data-uid="FarPoint.Web.Spread.LoadOnDemandTriggerMode" class="text-break">LoadOnDemandTriggerMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the method for loading the next set of rows (after a period of time or after the user scrolls to the row at the <a class="xref" href="FarPoint.Web.Spread.SheetView.LoadOffsetFromBottom.html#FarPoint_Web_Spread_SheetView_LoadOffsetFromBottom">LoadOffsetFromBottom</a> position).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_LoadOnDemandTriggerMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LoadOnDemandTriggerMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LoadOnDemandTriggerMode</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="FarPoint_Web_Spread_LoadOnDemandTriggerMode_OffsetBased">OffsetBased</td>
        <td><p>Indicates that spread only loads the next set of rows after the user scrolls to the row at the <a class="xref" href="FarPoint.Web.Spread.SheetView.LoadOffsetFromBottom.html#FarPoint_Web_Spread_SheetView_LoadOffsetFromBottom">LoadOffsetFromBottom</a> position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_LoadOnDemandTriggerMode_Timed">Timed</td>
        <td><p>Indicates that spread loads the next set of rows after a period of time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
