# C1.Win.Layout.GridLayout

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Layout_GridLayout" data-uid="C1.Win.Layout.GridLayout" class="text-break">GridLayout Class
</h1>
  <div class="markdown level0 summary"><p>Class providing ILayout interface for TableLayoutPanel container that uses Control descendants as itemContainers for Dashboard 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">GridLayout</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Layout.ILayout.html">ILayout</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</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_GridLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridLayout : ILayout, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridLayout
    Implements ILayout, ISupportInitialize</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_GridLayout__ctor_System_Windows_Forms_TableLayoutPanel_" data-uid="C1.Win.Layout.GridLayout.#ctor(System.Windows.Forms.TableLayoutPanel)">
          <a class="xref" href="C1.Win.Layout.GridLayout.-ctor.html#C1_Win_Layout_GridLayout__ctor_System_Windows_Forms_TableLayoutPanel_">GridLayout(TableLayoutPanel)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instanse of <a class="xref" href="C1.Win.Layout.GridLayout.html">GridLayout</a>.</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_GridLayout_BeginInit" data-uid="C1.Win.Layout.GridLayout.BeginInit">
          <a class="xref" href="C1.Win.Layout.GridLayout.BeginInit.html#C1_Win_Layout_GridLayout_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_GridLayout_EndInit" data-uid="C1.Win.Layout.GridLayout.EndInit">
          <a class="xref" href="C1.Win.Layout.GridLayout.EndInit.html#C1_Win_Layout_GridLayout_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
