# C1.Data.DataSource.ClientViewSource.LoadDelay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Data_DataSource_ClientViewSource_LoadDelay_" data-uid="C1.Data.DataSource.ClientViewSource.LoadDelay*">LoadDelay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Data_DataSource_ClientViewSource_LoadDelay_" data-uid="C1.Data.DataSource.ClientViewSource.LoadDelay*"></a>
<h4 id="C1_Data_DataSource_ClientViewSource_LoadDelay" data-uid="C1.Data.DataSource.ClientViewSource.LoadDelay">LoadDelay</h4>
<div class="markdown level1 summary"><p>Gets or sets the delay before an automatic data loading operation is started.
It is the delay from the time a change prompting automatic load occurs until
the time the resulting <a class="xref" href="C1.Data.DataSource.ClientViewSource.Load.html#C1_Data_DataSource_ClientViewSource_Load">Load()</a> is started.
The default delay is 25 milliseconds.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TimeSpan LoadDelay { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LoadDelay As TimeSpan</code></pre>
</div>
<h5 id="C1_Data_DataSource_ClientViewSource_LoadDelay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Multiple changes that occur within the specified time span are aggregated into a single
<a class="xref" href="C1.Data.DataSource.ClientViewSource.Load.html#C1_Data_DataSource_ClientViewSource_Load">Load()</a> operation. For every change that occurs, the delay timer is reset.
This allows many changes to be combined into a single call as long as each change occurs
within the specified delay from the last. Once the delay timer is allowed to elapse
without a change occurring, <a class="xref" href="C1.Data.DataSource.ClientViewSource.Load.html#C1_Data_DataSource_ClientViewSource_Load">Load()</a> will be invoked.</p>
</div>
</div>
