# C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory" class="text-break">FlexPivotGrid.FlexPivotCellFactory Class
</h1>
  <div class="markdown level0 summary"><p>Custom CellFactory for grid control.</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">FlexPivotGrid.FlexPivotCellFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexPivotGrid.FlexPivotCellFactory : GridCellFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexPivotGrid.FlexPivotCellFactory
    Inherits GridCellFactory</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_Pivot_FlexPivotGrid_FlexPivotCellFactory__ctor" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.#ctor">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.-ctor.html#C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory__ctor">FlexPivotCellFactory()</a>
        </td>
        <td class="markdown level1 summary"><p>Default constructor</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_Pivot_FlexPivotGrid_FlexPivotCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.BindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.BindCellContent.html#C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">BindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_ClearStyleCaches" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.ClearStyleCaches">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.ClearStyleCaches.html#C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_ClearStyleCaches">ClearStyleCaches()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears style cache in case user changed the styles</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.CreateCellContent.html#C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCellContent(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.GetCellContentType.html#C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellContentType(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_System_Windows_Thickness_" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.PrepareCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.PrepareCell.html#C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_System_Windows_Thickness_">PrepareCell(GridCellType, GridCellRange, GridCellView, Thickness)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.UnbindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.FlexPivotCellFactory.UnbindCellContent.html#C1_WPF_Pivot_FlexPivotGrid_FlexPivotCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">UnbindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
