# C1.Framework.GridRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_GridRow" data-uid="C1.Framework.GridRow" class="text-break">GridRow Class
</h1>
  <div class="markdown level0 summary"><p>Keeps track of row heights and positions, stores cells in Children member.</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="C1.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.BasePanel.html">BasePanel</a></div>
    <div class="level3"><span class="xref">GridRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_GridRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridRow : BasePanel, ISupportUia</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridRow
    Inherits BasePanel
    Implements ISupportUia</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_Framework_GridRow__ctor" data-uid="C1.Framework.GridRow.#ctor">
          <a class="xref" href="C1.Framework.GridRow.-ctor.html#C1_Framework_GridRow__ctor">GridRow()</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_Framework_GridRow_Grid" data-uid="C1.Framework.GridRow.Grid">
          <a class="xref" href="C1.Framework.GridRow.Grid.html#C1_Framework_GridRow_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the reference to the owning <a class="xref" href="C1.Framework.GridPanel.html">GridPanel</a> element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_GridRow_Index" data-uid="C1.Framework.GridRow.Index">
          <a class="xref" href="C1.Framework.GridRow.Index.html#C1_Framework_GridRow_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value specifying the index of this row in the owning grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_GridRow_Item_System_Int32_" data-uid="C1.Framework.GridRow.Item(System.Int32)">
          <a class="xref" href="C1.Framework.GridRow.Item.html#C1_Framework_GridRow_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the <a class="xref" href="C1.Framework.GridCell.html">GridCell</a> object with the specified column index.</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_Framework_GridRow_HitTest_System_Drawing_Point_" data-uid="C1.Framework.GridRow.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Framework.GridRow.HitTest.html#C1_Framework_GridRow_HitTest_System_Drawing_Point_">HitTest(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the element at a given point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_GridRow_Render_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Framework.GridRow.Render(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.GridRow.Render.html#C1_Framework_GridRow_Render_System_Drawing_Graphics_System_Drawing_Rectangle_">Render(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the element into a given rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
