# GrapeCity.Win.Spread.InputMan.CellType.SideButton.Delay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Delay_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Delay*">Delay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Delay_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Delay*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Delay" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Delay">Delay</h4>
<div class="markdown level1 summary"><p>Gets or sets the delay time, in milliseconds, before repeating the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Click.html">Click</a> event.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Delay { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Delay As Integer</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that indicates the delay time, in milliseconds, before repeating the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Click.html">Click</a> events.
The default is 250.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Delay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The value must be greater than or equals to 0.
If <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.CheckOnClick.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_CheckOnClick">CheckOnClick</a> property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>
or <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Interval">Interval</a> property is 0, the Spin action will be stopped.</p>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentoutofrangeexception">ArgumentOutOfRangeException</a></td>
      <td><p>The value is smaller than 0.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
