# C1.WPF.Grid.GridControlAdapter.RowInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridControlAdapter_RowInfo" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo" class="text-break">GridControlAdapter.RowInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains the dimensions of a row.</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">GridControlAdapter.RowInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GridControl.dll</h6>
  <h5 id="C1_WPF_Grid_GridControlAdapter_RowInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridControlAdapter.RowInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridControlAdapter.RowInfo</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_WPF_Grid_GridControlAdapter_RowInfo__ctor_System_Windows_GridLength_System_Double_System_Double_System_Boolean_" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.#ctor(System.Windows.GridLength,System.Double,System.Double,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.-ctor.html#C1_WPF_Grid_GridControlAdapter_RowInfo__ctor_System_Windows_GridLength_System_Double_System_Double_System_Boolean_">RowInfo(GridLength, double, double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.html">GridControlAdapter.RowInfo</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_WPF_Grid_GridControlAdapter_RowInfo_DesiredHeight" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.DesiredHeight">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.DesiredHeight.html#C1_WPF_Grid_GridControlAdapter_RowInfo_DesiredHeight">DesiredHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the desired height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_Height" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.Height">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.Height.html#C1_WPF_Grid_GridControlAdapter_RowInfo_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_IsVisible" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.IsVisible">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.IsVisible.html#C1_WPF_Grid_GridControlAdapter_RowInfo_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the row is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_MaxHeight" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.MaxHeight">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.MaxHeight.html#C1_WPF_Grid_GridControlAdapter_RowInfo_MaxHeight">MaxHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_MinHeight" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.MinHeight">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.MinHeight.html#C1_WPF_Grid_GridControlAdapter_RowInfo_MinHeight">MinHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_RenderHeight" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.RenderHeight">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.RenderHeight.html#C1_WPF_Grid_GridControlAdapter_RowInfo_RenderHeight">RenderHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render height of the row.</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_WPF_Grid_GridControlAdapter_RowInfo_Equals_System_Object_" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.Equals(System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.Equals.html#C1_WPF_Grid_GridControlAdapter_RowInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_GetHashCode" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.GetHashCode">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.GetHashCode.html#C1_WPF_Grid_GridControlAdapter_RowInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_op_Equality_C1_WPF_Grid_GridControlAdapter_RowInfo_C1_WPF_Grid_GridControlAdapter_RowInfo_" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.op_Equality(C1.WPF.Grid.GridControlAdapter.RowInfo,C1.WPF.Grid.GridControlAdapter.RowInfo)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.op_Equality.html#C1_WPF_Grid_GridControlAdapter_RowInfo_op_Equality_C1_WPF_Grid_GridControlAdapter_RowInfo_C1_WPF_Grid_GridControlAdapter_RowInfo_">operator ==(RowInfo, RowInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator ==.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridControlAdapter_RowInfo_op_Inequality_C1_WPF_Grid_GridControlAdapter_RowInfo_C1_WPF_Grid_GridControlAdapter_RowInfo_" data-uid="C1.WPF.Grid.GridControlAdapter.RowInfo.op_Inequality(C1.WPF.Grid.GridControlAdapter.RowInfo,C1.WPF.Grid.GridControlAdapter.RowInfo)">
          <a class="xref" href="C1.WPF.Grid.GridControlAdapter.RowInfo.op_Inequality.html#C1_WPF_Grid_GridControlAdapter_RowInfo_op_Inequality_C1_WPF_Grid_GridControlAdapter_RowInfo_C1_WPF_Grid_GridControlAdapter_RowInfo_">operator !=(RowInfo, RowInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator !=.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
