# FarPoint.Web.Spread.SheetView.LoadOnDemandMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_SheetView_LoadOnDemandMode_" data-uid="FarPoint.Web.Spread.SheetView.LoadOnDemandMode*">LoadOnDemandMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_SheetView_LoadOnDemandMode_" data-uid="FarPoint.Web.Spread.SheetView.LoadOnDemandMode*"></a>
<h4 id="FarPoint_Web_Spread_SheetView_LoadOnDemandMode" data-uid="FarPoint.Web.Spread.SheetView.LoadOnDemandMode">LoadOnDemandMode</h4>
<div class="markdown level1 summary"><p>Gets or sets the LoadOnDemandMode property.
In Standard mode, spread loads the next set of rows, if after scrolling, there are no bottom rows (in the view) that are hidden.
In Background mode, spread loads 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 level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LoadOnDemandMode LoadOnDemandMode { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LoadOnDemandMode As LoadOnDemandMode</code></pre>
</div>
</div>
