# C1.Win.Layout.DashboardCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Layout_DashboardCollection" data-uid="C1.Win.Layout.DashboardCollection" class="text-break">DashboardCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of DashboarItem itemContainers</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"><span class="xref">DashboardCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Win.Layout.DashboardItem.html">DashboardItem</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Layout.html">C1.Win.Layout</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DashboardLayout.10.dll</h6>
  <h5 id="C1_Win_Layout_DashboardCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DashboardCollection : IEnumerable&lt;DashboardItem&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DashboardCollection
    Implements IEnumerable(Of DashboardItem), IEnumerable</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_Win_Layout_DashboardCollection__ctor" data-uid="C1.Win.Layout.DashboardCollection.#ctor">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.-ctor.html#C1_Win_Layout_DashboardCollection__ctor">DashboardCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Layout_DashboardCollection_Count" data-uid="C1.Win.Layout.DashboardCollection.Count">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Count.html#C1_Win_Layout_DashboardCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of items</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_Item_System_Int32_" data-uid="C1.Win.Layout.DashboardCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Item.html#C1_Win_Layout_DashboardCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets item by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_Item_System_String_" data-uid="C1.Win.Layout.DashboardCollection.Item(System.String)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Item.html#C1_Win_Layout_DashboardCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets item by id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_Items" data-uid="C1.Win.Layout.DashboardCollection.Items">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Items.html#C1_Win_Layout_DashboardCollection_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets items of collection</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_Win_Layout_DashboardCollection_Add_System_String_System_Collections_IList_" data-uid="C1.Win.Layout.DashboardCollection.Add(System.String,System.Collections.IList)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Add.html#C1_Win_Layout_DashboardCollection_Add_System_String_System_Collections_IList_">Add(string, IList)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.Win.Layout.DashboardItem.html">DashboardItem</a> instance and adds it to the end of collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_Clear" data-uid="C1.Win.Layout.DashboardCollection.Clear">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Clear.html#C1_Win_Layout_DashboardCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_InsertAfter_System_String_C1_Win_Layout_DashboardItem_" data-uid="C1.Win.Layout.DashboardCollection.InsertAfter(System.String,C1.Win.Layout.DashboardItem)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.InsertAfter.html#C1_Win_Layout_DashboardCollection_InsertAfter_System_String_C1_Win_Layout_DashboardItem_">InsertAfter(string, DashboardItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts item after item</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_InsertBefore_System_String_C1_Win_Layout_DashboardItem_" data-uid="C1.Win.Layout.DashboardCollection.InsertBefore(System.String,C1.Win.Layout.DashboardItem)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.InsertBefore.html#C1_Win_Layout_DashboardCollection_InsertBefore_System_String_C1_Win_Layout_DashboardItem_">InsertBefore(string, DashboardItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts item before item</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_MoveAfter_System_String_C1_Win_Layout_DashboardItem_" data-uid="C1.Win.Layout.DashboardCollection.MoveAfter(System.String,C1.Win.Layout.DashboardItem)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.MoveAfter.html#C1_Win_Layout_DashboardCollection_MoveAfter_System_String_C1_Win_Layout_DashboardItem_">MoveAfter(string, DashboardItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Move the item to the place after the item with the specified ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_MoveBefore_System_String_C1_Win_Layout_DashboardItem_" data-uid="C1.Win.Layout.DashboardCollection.MoveBefore(System.String,C1.Win.Layout.DashboardItem)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.MoveBefore.html#C1_Win_Layout_DashboardCollection_MoveBefore_System_String_C1_Win_Layout_DashboardItem_">MoveBefore(string, DashboardItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Move the item to the place before the item with the specified ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_Populate" data-uid="C1.Win.Layout.DashboardCollection.Populate">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Populate.html#C1_Win_Layout_DashboardCollection_Populate">Populate()</a>
        </td>
        <td class="markdown level1 summary"><p>Populates collection</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardCollection_Remove_System_String_" data-uid="C1.Win.Layout.DashboardCollection.Remove(System.String)">
          <a class="xref" href="C1.Win.Layout.DashboardCollection.Remove.html#C1_Win_Layout_DashboardCollection_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes item by id.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
