# C1.WPF.Schedule.CoverElementChunkCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_CoverElementChunkCollection" data-uid="C1.WPF.Schedule.CoverElementChunkCollection" class="text-break">CoverElementChunkCollection Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.html">CoverElementChunkCollection</a> represents the observable collection of
<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a>&gt;</div>
    <div class="level2"><span class="xref">C1ObservableCollection</span>&lt;<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a>&gt;</div>
    <div class="level3"><span class="xref">CoverElementChunkCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.Schedule.CoverElementChunk.html">CoverElementChunk</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.dll</h6>
  <h5 id="C1_WPF_Schedule_CoverElementChunkCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CoverElementChunkCollection : C1ObservableCollection&lt;CoverElementChunk&gt;, IList&lt;CoverElementChunk&gt;, ICollection&lt;CoverElementChunk&gt;, IList, ICollection, IReadOnlyList&lt;CoverElementChunk&gt;, IReadOnlyCollection&lt;CoverElementChunk&gt;, IEnumerable&lt;CoverElementChunk&gt;, IEnumerable, INotifyCollectionChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CoverElementChunkCollection
    Inherits C1ObservableCollection(Of CoverElementChunk)
    Implements IList(Of CoverElementChunk), ICollection(Of CoverElementChunk), IList, ICollection, IReadOnlyList(Of CoverElementChunk), IReadOnlyCollection(Of CoverElementChunk), IEnumerable(Of CoverElementChunk), IEnumerable, INotifyCollectionChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_CoverElementChunkCollection__ctor_C1_WPF_Schedule_CoverElement_" data-uid="C1.WPF.Schedule.CoverElementChunkCollection.#ctor(C1.WPF.Schedule.CoverElement)">
          <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.-ctor.html#C1_WPF_Schedule_CoverElementChunkCollection__ctor_C1_WPF_Schedule_CoverElement_">CoverElementChunkCollection(CoverElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.html">CoverElementChunkCollection</a> collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_CoverElementChunkCollection_Owner" data-uid="C1.WPF.Schedule.CoverElementChunkCollection.Owner">
          <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.Owner.html#C1_WPF_Schedule_CoverElementChunkCollection_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owning <a class="xref" href="C1.WPF.Schedule.CoverElement.html">CoverElement</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_CoverElementChunkCollection_ClearItems" data-uid="C1.WPF.Schedule.CoverElementChunkCollection.ClearItems">
          <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.ClearItems.html#C1_WPF_Schedule_CoverElementChunkCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_CoverElementChunkCollection_InsertItem_System_Int32_C1_WPF_Schedule_CoverElementChunk_" data-uid="C1.WPF.Schedule.CoverElementChunkCollection.InsertItem(System.Int32,C1.WPF.Schedule.CoverElementChunk)">
          <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.InsertItem.html#C1_WPF_Schedule_CoverElementChunkCollection_InsertItem_System_Int32_C1_WPF_Schedule_CoverElementChunk_">InsertItem(int, CoverElementChunk)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_CoverElementChunkCollection_RemoveItem_System_Int32_" data-uid="C1.WPF.Schedule.CoverElementChunkCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.RemoveItem.html#C1_WPF_Schedule_CoverElementChunkCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_CoverElementChunkCollection_SetItem_System_Int32_C1_WPF_Schedule_CoverElementChunk_" data-uid="C1.WPF.Schedule.CoverElementChunkCollection.SetItem(System.Int32,C1.WPF.Schedule.CoverElementChunk)">
          <a class="xref" href="C1.WPF.Schedule.CoverElementChunkCollection.SetItem.html#C1_WPF_Schedule_CoverElementChunkCollection_SetItem_System_Int32_C1_WPF_Schedule_CoverElementChunk_">SetItem(int, CoverElementChunk)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the default behavior.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
