# GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlackoutDatesCollection__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.#ctor*">BlackoutDatesCollection Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlackoutDatesCollection__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.#ctor*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlackoutDatesCollection__ctor_GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.#ctor(GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar)">BlackoutDatesCollection(GcDropDownCalendar)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.html">BlackoutDatesCollection</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BlackoutDatesCollection(GcDropDownCalendar owner)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(owner As GcDropDownCalendar)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a></td>
      <td><span class="parametername">owner</span></td>
      <td><p>The GrapeCity.Windows.InputMan.GcDropDownCalendar whose dates this object represents.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlackoutDatesCollection__ctor_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.#ctor*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlackoutDatesCollection__ctor_GrapeCity_Wpf_SpreadSheet_CellType_Editors_BlackoutDatesCollection_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.#ctor(GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection)">BlackoutDatesCollection(BlackoutDatesCollection)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.html">BlackoutDatesCollection</a> class based on existed instance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BlackoutDatesCollection(BlackoutDatesCollection source)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(source As BlackoutDatesCollection)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.html">BlackoutDatesCollection</a></td>
      <td><span class="parametername">source</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
