# C1.WPF.FlexGrid.ICustomCellRender

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_ICustomCellRender" data-uid="C1.WPF.FlexGrid.ICustomCellRender" class="text-break">ICustomCellRender Interface
</h1>
  <div class="markdown level0 summary"><p>Determine the exact size for custom cell content.
By default, the cell will try to get size by formatted text content and it increase performance.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_ICustomCellRender_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICustomCellRender</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICustomCellRender</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_WPF_FlexGrid_ICustomCellRender_RequireMeasureByLayout" data-uid="C1.WPF.FlexGrid.ICustomCellRender.RequireMeasureByLayout">
          <a class="xref" href="C1.WPF.FlexGrid.ICustomCellRender.RequireMeasureByLayout.html#C1_WPF_FlexGrid_ICustomCellRender_RequireMeasureByLayout">RequireMeasureByLayout()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
