# C1.Win.FlexGrid.IC1FlexGridRowDetail

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_IC1FlexGridRowDetail" data-uid="C1.Win.FlexGrid.IC1FlexGridRowDetail" class="text-break">IC1FlexGridRowDetail Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by detail controls and used by the grid to host detail controls
on detail rows.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_IC1FlexGridRowDetail_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1FlexGridRowDetail</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1FlexGridRowDetail</code></pre>
  </div>
  <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_FlexGrid_IC1FlexGridRowDetail_Removing_C1_Win_FlexGrid_C1FlexGrid_System_Int32_" data-uid="C1.Win.FlexGrid.IC1FlexGridRowDetail.Removing(C1.Win.FlexGrid.C1FlexGrid,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.IC1FlexGridRowDetail.Removing.html#C1_Win_FlexGrid_IC1FlexGridRowDetail_Removing_C1_Win_FlexGrid_C1FlexGrid_System_Int32_">Removing(C1FlexGrid, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to release resources of the control before removing of it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_IC1FlexGridRowDetail_Setup_C1_Win_FlexGrid_C1FlexGrid_System_Int32_" data-uid="C1.Win.FlexGrid.IC1FlexGridRowDetail.Setup(C1.Win.FlexGrid.C1FlexGrid,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.IC1FlexGridRowDetail.Setup.html#C1_Win_FlexGrid_IC1FlexGridRowDetail_Setup_C1_Win_FlexGrid_C1FlexGrid_System_Int32_">Setup(C1FlexGrid, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to setup control before showing of it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_IC1FlexGridRowDetail_UpdateSize_C1_Win_FlexGrid_C1FlexGrid_System_Int32_System_Drawing_Size_" data-uid="C1.Win.FlexGrid.IC1FlexGridRowDetail.UpdateSize(C1.Win.FlexGrid.C1FlexGrid,System.Int32,System.Drawing.Size)">
          <a class="xref" href="C1.Win.FlexGrid.IC1FlexGridRowDetail.UpdateSize.html#C1_Win_FlexGrid_IC1FlexGridRowDetail_UpdateSize_C1_Win_FlexGrid_C1FlexGrid_System_Int32_System_Drawing_Size_">UpdateSize(C1FlexGrid, int, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to update size of the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
