# GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayOverridePolicy

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_HolidayOverridePolicy" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayOverridePolicy" class="text-break">HolidayOverridePolicy Enum
</h1>
  <div class="markdown level0 summary"><p>Define how a holiday will be handled when it lands on a weekday
that is specified as a holiday.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_HolidayOverridePolicy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HolidayOverridePolicy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HolidayOverridePolicy</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_HolidayOverridePolicy_NextDay">NextDay</td>
        <td><p>Holiday overrides to the next day.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_HolidayOverridePolicy_NextWorkday">NextWorkday</td>
        <td><p>Holiday overrides to the next work day.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_HolidayOverridePolicy_None">None</td>
        <td><p>No holiday override takes place.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
