# C1.Win.TrueDBGrid.BaseGrid.ViewRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TrueDBGrid_BaseGrid_ViewRow" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow" class="text-break">ViewRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row in a split.</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">ViewRow</span></div>
      <div class="level2"><a class="xref" href="C1.Win.TrueDBGrid.GroupRow.html">GroupRow</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.html">C1.Win.TrueDBGrid.BaseGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_BaseGrid_ViewRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ViewRow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ViewRow</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_TrueDBGrid_BaseGrid_ViewRow_DataRowIndex" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow.DataRowIndex">
          <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.DataRowIndex.html#C1_Win_TrueDBGrid_BaseGrid_ViewRow_DataRowIndex">DataRowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets index of the row in data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BaseGrid_ViewRow_Height" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow.Height">
          <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.Height.html#C1_Win_TrueDBGrid_BaseGrid_ViewRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BaseGrid_ViewRow_RowError" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow.RowError">
          <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.RowError.html#C1_Win_TrueDBGrid_BaseGrid_ViewRow_RowError">RowError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom error description for a row in a bounded grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BaseGrid_ViewRow_RowType" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow.RowType">
          <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.RowType.html#C1_Win_TrueDBGrid_BaseGrid_ViewRow_RowType">RowType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BaseGrid_ViewRow_Visible" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow.Visible">
          <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.Visible.html#C1_Win_TrueDBGrid_BaseGrid_ViewRow_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visiblity of a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BaseGrid_ViewRow_Width" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow.Width">
          <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.Width.html#C1_Win_TrueDBGrid_BaseGrid_ViewRow_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of a 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_Win_TrueDBGrid_BaseGrid_ViewRow_AutoSize" data-uid="C1.Win.TrueDBGrid.BaseGrid.ViewRow.AutoSize">
          <a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.AutoSize.html#C1_Win_TrueDBGrid_BaseGrid_ViewRow_AutoSize">AutoSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Adjust the size of the row to fully display cell data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
