# C1.Win.Layout.DashboardOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Layout_DashboardOptions" data-uid="C1.Win.Layout.DashboardOptions" class="text-break">DashboardOptions Class
</h1>
  <div class="markdown level0 summary"><p>Additional Dashboard options to use by layout control</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">DashboardOptions</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.4.8.dll</h6>
  <h5 id="C1_Win_Layout_DashboardOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DashboardOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DashboardOptions</code></pre>
  </div>
  <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_DashboardOptions_AllowDrag" data-uid="C1.Win.Layout.DashboardOptions.AllowDrag">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.AllowDrag.html#C1_Win_Layout_DashboardOptions_AllowDrag">AllowDrag</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to drag and drop ItemContainers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_AllowResize" data-uid="C1.Win.Layout.DashboardOptions.AllowResize">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.AllowResize.html#C1_Win_Layout_DashboardOptions_AllowResize">AllowResize</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to resize ItemContainers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_ContextMenuStrip" data-uid="C1.Win.Layout.DashboardOptions.ContextMenuStrip">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.ContextMenuStrip.html#C1_Win_Layout_DashboardOptions_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>ContextMenuStrip to use on ItemContainer instances.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_Cues" data-uid="C1.Win.Layout.DashboardOptions.Cues">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.Cues.html#C1_Win_Layout_DashboardOptions_Cues">Cues</a>
        </td>
        <td class="markdown level1 summary"><p>Use cues while dragging ItemContainers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_DashboardLayout" data-uid="C1.Win.Layout.DashboardOptions.DashboardLayout">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.DashboardLayout.html#C1_Win_Layout_DashboardOptions_DashboardLayout">DashboardLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the C1DashboardLayout instance the DashboardOptions belongs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_GlobalDrag" data-uid="C1.Win.Layout.DashboardOptions.GlobalDrag">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.GlobalDrag.html#C1_Win_Layout_DashboardOptions_GlobalDrag">GlobalDrag</a>
        </td>
        <td class="markdown level1 summary"><p>Defines whether the item containers can be dragged from this C1DashboardLayout control to others where this global dragging also allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_HeaderAppearance" data-uid="C1.Win.Layout.DashboardOptions.HeaderAppearance">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.HeaderAppearance.html#C1_Win_Layout_DashboardOptions_HeaderAppearance">HeaderAppearance</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the header appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_HeaderElements" data-uid="C1.Win.Layout.DashboardOptions.HeaderElements">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.HeaderElements.html#C1_Win_Layout_DashboardOptions_HeaderElements">HeaderElements</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of the ItemContainer header additional elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_MaximumItemContainerSize" data-uid="C1.Win.Layout.DashboardOptions.MaximumItemContainerSize">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.MaximumItemContainerSize.html#C1_Win_Layout_DashboardOptions_MaximumItemContainerSize">MaximumItemContainerSize</a>
        </td>
        <td class="markdown level1 summary"><p>Maximum ItemContainer instance size. When the size of parent container increases the child ItemContainer instances increase accordingly proportionally till the ItemContainer instance size reaches MamimumSize.In discrete system MaximumSize is a maximal size of child grid cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_MinimumItemContainerSize" data-uid="C1.Win.Layout.DashboardOptions.MinimumItemContainerSize">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.MinimumItemContainerSize.html#C1_Win_Layout_DashboardOptions_MinimumItemContainerSize">MinimumItemContainerSize</a>
        </td>
        <td class="markdown level1 summary"><p>Minimum ItemContainer instance size. When the size of parent container decreases the child ItemContainer instances decrease accordingly proportionally till the ItemContainer instance size reaches MinimumSize. In discrete system MinimumSize is a minimal size of child grid cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_Span" data-uid="C1.Win.Layout.DashboardOptions.Span">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.Span.html#C1_Win_Layout_DashboardOptions_Span">Span</a>
        </td>
        <td class="markdown level1 summary"><p>Discrete size multiplier. This can be used for discrete resizing of ItemContainer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DashboardOptions_ToolIconAppearance" data-uid="C1.Win.Layout.DashboardOptions.ToolIconAppearance">
          <a class="xref" href="C1.Win.Layout.DashboardOptions.ToolIconAppearance.html#C1_Win_Layout_DashboardOptions_ToolIconAppearance">ToolIconAppearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets location of tool icon if Caption property is not defined for ItemContainer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
