# C1.Win.Layout.DashboardItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Layout_DashboardItem" data-uid="C1.Win.Layout.DashboardItem" class="text-break">DashboardItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents a ItemContainer instance for DashboardLayout</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">DashboardItem</span></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_DashboardItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DashboardItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DashboardItem</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_DashboardItem__ctor_C1_Win_Layout_ILayout_System_Object_System_String_System_Collections_IList_" data-uid="C1.Win.Layout.DashboardItem.#ctor(C1.Win.Layout.ILayout,System.Object,System.String,System.Collections.IList)">
          <a class="xref" href="C1.Win.Layout.DashboardItem.-ctor.html#C1_Win_Layout_DashboardItem__ctor_C1_Win_Layout_ILayout_System_Object_System_String_System_Collections_IList_">DashboardItem(ILayout, object, string, IList)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Layout.DashboardItem.html">DashboardItem</a> class.</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_Win_Layout_DashboardItem_Caption" data-uid="C1.Win.Layout.DashboardItem.Caption">
          <a class="xref" href="C1.Win.Layout.DashboardItem.Caption.html#C1_Win_Layout_DashboardItem_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>The caption of ItemContainer</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardItem_Id" data-uid="C1.Win.Layout.DashboardItem.Id">
          <a class="xref" href="C1.Win.Layout.DashboardItem.Id.html#C1_Win_Layout_DashboardItem_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Id for ItemContainer instance</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardItem_IsHidden" data-uid="C1.Win.Layout.DashboardItem.IsHidden">
          <a class="xref" href="C1.Win.Layout.DashboardItem.IsHidden.html#C1_Win_Layout_DashboardItem_IsHidden">IsHidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the item container is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardItem_IsMaximized" data-uid="C1.Win.Layout.DashboardItem.IsMaximized">
          <a class="xref" href="C1.Win.Layout.DashboardItem.IsMaximized.html#C1_Win_Layout_DashboardItem_IsMaximized">IsMaximized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the item container is in maximized state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardItem_ItemContainer" data-uid="C1.Win.Layout.DashboardItem.ItemContainer">
          <a class="xref" href="C1.Win.Layout.DashboardItem.ItemContainer.html#C1_Win_Layout_DashboardItem_ItemContainer">ItemContainer</a>
        </td>
        <td class="markdown level1 summary"><p>ItemContainer instance itself</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardItem_Items" data-uid="C1.Win.Layout.DashboardItem.Items">
          <a class="xref" href="C1.Win.Layout.DashboardItem.Items.html#C1_Win_Layout_DashboardItem_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Items on ItemContainer instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
