# C1.WPF.Grid.GridCellFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridCellFactory" data-uid="C1.WPF.Grid.GridCellFactory" class="text-break">GridCellFactory Class
</h1>
  <div class="markdown level0 summary"><p>Implements the functionality to create grid cells dynamically.</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">GridCellFactory</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.html">GridLinkedCellFactory</a></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.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridCellFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridCellFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class 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_Grid_GridCellFactory__ctor" data-uid="C1.WPF.Grid.GridCellFactory.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.-ctor.html#C1_WPF_Grid_GridCellFactory__ctor">GridCellFactory()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridCellFactory.html">GridCellFactory</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_GridCellFactory_AllowCustomCells" data-uid="C1.WPF.Grid.GridCellFactory.AllowCustomCells">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.AllowCustomCells.html#C1_WPF_Grid_GridCellFactory_AllowCustomCells">AllowCustomCells</a>
        </td>
        <td class="markdown level1 summary"><p>When set to true the methods <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetCellKind.html#C1_WPF_Grid_GridCellFactory_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellKind(GridCellType, GridCellRange)</a>, <a class="xref" href="C1.WPF.Grid.GridCellFactory.CreateCell.html#C1_WPF_Grid_GridCellFactory_CreateCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCell(GridCellType, GridCellRange, object)</a>, <a class="xref" href="C1.WPF.Grid.GridCellFactory.BindCell.html#C1_WPF_Grid_GridCellFactory_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">BindCell(GridCellType, GridCellRange, GridCellView)</a> and <a class="xref" href="C1.WPF.Grid.GridCellFactory.UnbindCell.html#C1_WPF_Grid_GridCellFactory_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">UnbindCell(GridCellType, GridCellRange, GridCellView)</a> will be called allowing customized cells, inheriting from <a class="xref" href="C1.WPF.Grid.GridCellView.html">GridCellView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_AllowCustomToggleButton" data-uid="C1.WPF.Grid.GridCellFactory.AllowCustomToggleButton">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.AllowCustomToggleButton.html#C1_WPF_Grid_GridCellFactory_AllowCustomToggleButton">AllowCustomToggleButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the toggle-button for group rows are handled by this cell-factory.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CellsColumnsCount" data-uid="C1.WPF.Grid.GridCellFactory.CellsColumnsCount">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CellsColumnsCount.html#C1_WPF_Grid_GridCellFactory_CellsColumnsCount">CellsColumnsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns belonging to the cells area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CellsRowsCount" data-uid="C1.WPF.Grid.GridCellFactory.CellsRowsCount">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CellsRowsCount.html#C1_WPF_Grid_GridCellFactory_CellsRowsCount">CellsRowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows belonging to the cells area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_ColumnFooterRowsCount" data-uid="C1.WPF.Grid.GridCellFactory.ColumnFooterRowsCount">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.ColumnFooterRowsCount.html#C1_WPF_Grid_GridCellFactory_ColumnFooterRowsCount">ColumnFooterRowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows belonging to the column footers area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_ColumnHeaderRowsCount" data-uid="C1.WPF.Grid.GridCellFactory.ColumnHeaderRowsCount">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.ColumnHeaderRowsCount.html#C1_WPF_Grid_GridCellFactory_ColumnHeaderRowsCount">ColumnHeaderRowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows belonging to the column headers area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_Grid" data-uid="C1.WPF.Grid.GridCellFactory.Grid">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.Grid.html#C1_WPF_Grid_GridCellFactory_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsCellSelection" data-uid="C1.WPF.Grid.GridCellFactory.IsCellSelection">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsCellSelection.html#C1_WPF_Grid_GridCellFactory_IsCellSelection">IsCellSelection</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsColumnSelection" data-uid="C1.WPF.Grid.GridCellFactory.IsColumnSelection">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsColumnSelection.html#C1_WPF_Grid_GridCellFactory_IsColumnSelection">IsColumnSelection</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsMouseOverEnabled" data-uid="C1.WPF.Grid.GridCellFactory.IsMouseOverEnabled">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsMouseOverEnabled.html#C1_WPF_Grid_GridCellFactory_IsMouseOverEnabled">IsMouseOverEnabled</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsMultiRangeSelection" data-uid="C1.WPF.Grid.GridCellFactory.IsMultiRangeSelection">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsMultiRangeSelection.html#C1_WPF_Grid_GridCellFactory_IsMultiRangeSelection">IsMultiRangeSelection</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsMultipleSelection" data-uid="C1.WPF.Grid.GridCellFactory.IsMultipleSelection">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsMultipleSelection.html#C1_WPF_Grid_GridCellFactory_IsMultipleSelection">IsMultipleSelection</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsRowSelection" data-uid="C1.WPF.Grid.GridCellFactory.IsRowSelection">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsRowSelection.html#C1_WPF_Grid_GridCellFactory_IsRowSelection">IsRowSelection</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsSelectionEnabled" data-uid="C1.WPF.Grid.GridCellFactory.IsSelectionEnabled">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsSelectionEnabled.html#C1_WPF_Grid_GridCellFactory_IsSelectionEnabled">IsSelectionEnabled</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_RowHeaderColumnsCount" data-uid="C1.WPF.Grid.GridCellFactory.RowHeaderColumnsCount">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.RowHeaderColumnsCount.html#C1_WPF_Grid_GridCellFactory_RowHeaderColumnsCount">RowHeaderColumnsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns belonging to the row headers area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_SelectionMode" data-uid="C1.WPF.Grid.GridCellFactory.SelectionMode">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.SelectionMode.html#C1_WPF_Grid_GridCellFactory_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"></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_GridCellFactory_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.AllowCustomCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.AllowCustomCell.html#C1_WPF_Grid_GridCellFactory_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">AllowCustomCell(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether custom cells are allowed for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_AllowEditing_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.AllowEditing(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.AllowEditing.html#C1_WPF_Grid_GridCellFactory_AllowEditing_C1_WPF_Grid_GridCellRange_">AllowEditing(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true when the cell in the specified range can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_ApplySelectionState_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_" data-uid="C1.WPF.Grid.GridCellFactory.ApplySelectionState(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.ApplySelectionState.html#C1_WPF_Grid_GridCellFactory_ApplySelectionState_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">ApplySelectionState(GridCellType, GridCellRange, GridCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the selection brushes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_" data-uid="C1.WPF.Grid.GridCellFactory.BindCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.BindCell.html#C1_WPF_Grid_GridCellFactory_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">BindCell(GridCellType, GridCellRange, GridCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridCellFactory.BindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.BindCellContent.html#C1_WPF_Grid_GridCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">BindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CanDragColumn_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.CanDragColumn(C1.WPF.Grid.GridRowColType,System.Int32,C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CanDragColumn.html#C1_WPF_Grid_GridCellFactory_CanDragColumn_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_">CanDragColumn(GridRowColType, int, GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the column can be drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CanDragRow_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.CanDragRow(C1.WPF.Grid.GridRowColType,System.Int32,C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CanDragRow.html#C1_WPF_Grid_GridCellFactory_CanDragRow_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_">CanDragRow(GridRowColType, int, GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row can be drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CanDropColumn_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.CanDropColumn(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CanDropColumn.html#C1_WPF_Grid_GridCellFactory_CanDropColumn_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">CanDropColumn(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a column can be dragged to the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CanDropRow_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.CanDropRow(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CanDropRow.html#C1_WPF_Grid_GridCellFactory_CanDropRow_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">CanDropRow(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a row can be dragged to the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CanSetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.CanSetColumnWidth(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CanSetColumnWidth.html#C1_WPF_Grid_GridCellFactory_CanSetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_">CanSetColumnWidth(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the with of a column can be set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CanSetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.CanSetRowHeight(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CanSetRowHeight.html#C1_WPF_Grid_GridCellFactory_CanSetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_">CanSetRowHeight(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the height of the row can be set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CreateCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.GridCellFactory.CreateCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CreateCell.html#C1_WPF_Grid_GridCellFactory_CreateCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCell(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.GridCellFactory.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CreateCellContent.html#C1_WPF_Grid_GridCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCellContent(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_CreateCellEditor_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.CreateCellEditor(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.CreateCellEditor.html#C1_WPF_Grid_GridCellFactory_CreateCellEditor_C1_WPF_Grid_GridCellRange_">CreateCellEditor(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_DropColumnAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.DropColumnAsync(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.DropColumnAsync.html#C1_WPF_Grid_GridCellFactory_DropColumnAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">DropColumnAsync(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Drops the column from the original index <code class="paramref">from</code> to the index <code class="paramref">to</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_DropRowAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.DropRowAsync(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.DropRowAsync.html#C1_WPF_Grid_GridCellFactory_DropRowAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">DropRowAsync(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Drops the row from the original index <code class="paramref">from</code> to the index <code class="paramref">to</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetCellContentType.html#C1_WPF_Grid_GridCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellContentType(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a key that defines the type of cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.GetCellKind(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetCellKind.html#C1_WPF_Grid_GridCellFactory_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellKind(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a key that defines the kind of cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.GetCellText(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetCellText.html#C1_WPF_Grid_GridCellFactory_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellText(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text representing the content of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetColumnInfo_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.GetColumnInfo(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetColumnInfo.html#C1_WPF_Grid_GridCellFactory_GetColumnInfo_C1_WPF_Grid_GridRowColType_System_Int32_">GetColumnInfo(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetDefaultColumn" data-uid="C1.WPF.Grid.GridCellFactory.GetDefaultColumn">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetDefaultColumn.html#C1_WPF_Grid_GridCellFactory_GetDefaultColumn">GetDefaultColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default column dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetDefaultRow" data-uid="C1.WPF.Grid.GridCellFactory.GetDefaultRow">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetDefaultRow.html#C1_WPF_Grid_GridCellFactory_GetDefaultRow">GetDefaultRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default row dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetFrozenBottomRows" data-uid="C1.WPF.Grid.GridCellFactory.GetFrozenBottomRows">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetFrozenBottomRows.html#C1_WPF_Grid_GridCellFactory_GetFrozenBottomRows">GetFrozenBottomRows()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetFrozenColumns" data-uid="C1.WPF.Grid.GridCellFactory.GetFrozenColumns">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetFrozenColumns.html#C1_WPF_Grid_GridCellFactory_GetFrozenColumns">GetFrozenColumns()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetFrozenRightColumns" data-uid="C1.WPF.Grid.GridCellFactory.GetFrozenRightColumns">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetFrozenRightColumns.html#C1_WPF_Grid_GridCellFactory_GetFrozenRightColumns">GetFrozenRightColumns()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetFrozenRows" data-uid="C1.WPF.Grid.GridCellFactory.GetFrozenRows">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetFrozenRows.html#C1_WPF_Grid_GridCellFactory_GetFrozenRows">GetFrozenRows()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetHoverRange_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.GetHoverRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetHoverRange.html#C1_WPF_Grid_GridCellFactory_GetHoverRange_System_Int32_System_Int32_">GetHoverRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetMergedRange.html#C1_WPF_Grid_GridCellFactory_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetMergedRange(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cells range after merging with neighbor cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetRowInfo_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridCellFactory.GetRowInfo(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetRowInfo.html#C1_WPF_Grid_GridCellFactory_GetRowInfo_C1_WPF_Grid_GridRowColType_System_Int32_">GetRowInfo(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetSelectedTimes_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridCellFactory.GetSelectedTimes(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetSelectedTimes.html#C1_WPF_Grid_GridCellFactory_GetSelectedTimes_C1_WPF_Grid_GridControlRange_">GetSelectedTimes(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_GetSelectionRange_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridCellFactory.GetSelectionRange(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.GetSelectionRange.html#C1_WPF_Grid_GridCellFactory_GetSelectionRange_C1_WPF_Grid_GridControlRange_">GetSelectionRange(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsBottomFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridCellFactory.IsBottomFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsBottomFreezingSeparatorVisible.html#C1_WPF_Grid_GridCellFactory_IsBottomFreezingSeparatorVisible">IsBottomFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsLeftFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridCellFactory.IsLeftFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsLeftFreezingSeparatorVisible.html#C1_WPF_Grid_GridCellFactory_IsLeftFreezingSeparatorVisible">IsLeftFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsRightFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridCellFactory.IsRightFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsRightFreezingSeparatorVisible.html#C1_WPF_Grid_GridCellFactory_IsRightFreezingSeparatorVisible">IsRightFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_IsTopFreezingSeparatorVisible" data-uid="C1.WPF.Grid.GridCellFactory.IsTopFreezingSeparatorVisible">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.IsTopFreezingSeparatorVisible.html#C1_WPF_Grid_GridCellFactory_IsTopFreezingSeparatorVisible">IsTopFreezingSeparatorVisible()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnCellDoubleTapped_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnCellDoubleTapped(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnCellDoubleTapped.html#C1_WPF_Grid_GridCellFactory_OnCellDoubleTapped_C1_WPF_Grid_GridControlTapEventArgs_">OnCellDoubleTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell was double-tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnCellLongPressed_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnCellLongPressed(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnCellLongPressed.html#C1_WPF_Grid_GridCellFactory_OnCellLongPressed_C1_WPF_Grid_GridControlTapEventArgs_">OnCellLongPressed(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell was long-tapped(Holding).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnCellPointerEntered_C1_WPF_Grid_GridControlInputEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnCellPointerEntered(C1.WPF.Grid.GridControlInputEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnCellPointerEntered.html#C1_WPF_Grid_GridCellFactory_OnCellPointerEntered_C1_WPF_Grid_GridControlInputEventArgs_">OnCellPointerEntered(GridControlInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the pointer enters in a cell area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnCellPointerExited_C1_WPF_Grid_GridControlInputEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnCellPointerExited(C1.WPF.Grid.GridControlInputEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnCellPointerExited.html#C1_WPF_Grid_GridCellFactory_OnCellPointerExited_C1_WPF_Grid_GridControlInputEventArgs_">OnCellPointerExited(GridControlInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the pointer exits from a cell area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnCellTapped_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnCellTapped(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnCellTapped.html#C1_WPF_Grid_GridCellFactory_OnCellTapped_C1_WPF_Grid_GridControlTapEventArgs_">OnCellTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell was tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnColumnsChanged_C1_WPF_Grid_GridCellFactoryNotifyChange_" data-uid="C1.WPF.Grid.GridCellFactory.OnColumnsChanged(C1.WPF.Grid.GridCellFactoryNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnColumnsChanged.html#C1_WPF_Grid_GridCellFactory_OnColumnsChanged_C1_WPF_Grid_GridCellFactoryNotifyChange_">OnColumnsChanged(GridCellFactoryNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the cell-factory there was a change in the model columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnColumnsChanging_C1_WPF_Grid_GridCellFactoryNotifyChange_" data-uid="C1.WPF.Grid.GridCellFactory.OnColumnsChanging(C1.WPF.Grid.GridCellFactoryNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnColumnsChanging.html#C1_WPF_Grid_GridCellFactory_OnColumnsChanging_C1_WPF_Grid_GridCellFactoryNotifyChange_">OnColumnsChanging(GridCellFactoryNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the cell-factory there will be changed in the model columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnEditEnded_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_System_Boolean_" data-uid="C1.WPF.Grid.GridCellFactory.OnEditEnded(C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnEditEnded.html#C1_WPF_Grid_GridCellFactory_OnEditEnded_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_System_Boolean_">OnEditEnded(GridCellRange, FrameworkElement, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnKeyDown.html#C1_WPF_Grid_GridCellFactory_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the a keyboard key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnResizedColumn_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnResizedColumn(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnResizedColumn.html#C1_WPF_Grid_GridCellFactory_OnResizedColumn_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizedColumn(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after a column is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnResizedRow_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnResizedRow(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnResizedRow.html#C1_WPF_Grid_GridCellFactory_OnResizedRow_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizedRow(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after a row is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnResizingColumn_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnResizingColumn(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnResizingColumn.html#C1_WPF_Grid_GridCellFactory_OnResizingColumn_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizingColumn(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before a column is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnResizingRow_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnResizingRow(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnResizingRow.html#C1_WPF_Grid_GridCellFactory_OnResizingRow_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizingRow(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before a row is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnRowsChanged_C1_WPF_Grid_GridCellFactoryNotifyChange_" data-uid="C1.WPF.Grid.GridCellFactory.OnRowsChanged(C1.WPF.Grid.GridCellFactoryNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnRowsChanged.html#C1_WPF_Grid_GridCellFactory_OnRowsChanged_C1_WPF_Grid_GridCellFactoryNotifyChange_">OnRowsChanged(GridCellFactoryNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the cell-factory there was a change in the model rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnRowsChanging_C1_WPF_Grid_GridCellFactoryNotifyChange_" data-uid="C1.WPF.Grid.GridCellFactory.OnRowsChanging(C1.WPF.Grid.GridCellFactoryNotifyChange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnRowsChanging.html#C1_WPF_Grid_GridCellFactory_OnRowsChanging_C1_WPF_Grid_GridCellFactoryNotifyChange_">OnRowsChanging(GridCellFactoryNotifyChange)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the cell-factory there will be changed in the model rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_OnScrollTipShown_C1_WPF_Grid_GridScrollTipEventArgs_" data-uid="C1.WPF.Grid.GridCellFactory.OnScrollTipShown(C1.WPF.Grid.GridScrollTipEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.OnScrollTipShown.html#C1_WPF_Grid_GridCellFactory_OnScrollTipShown_C1_WPF_Grid_GridScrollTipEventArgs_">OnScrollTipShown(GridScrollTipEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_System_Windows_Thickness_" data-uid="C1.WPF.Grid.GridCellFactory.PrepareCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.PrepareCell.html#C1_WPF_Grid_GridCellFactory_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"><p>Prepares the cell to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_RefreshSelectedRanges_System_Collections_Generic_IReadOnlyList_C1_WPF_Grid_GridControlRange__" data-uid="C1.WPF.Grid.GridCellFactory.RefreshSelectedRanges(System.Collections.Generic.IReadOnlyList{C1.WPF.Grid.GridControlRange})">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.RefreshSelectedRanges.html#C1_WPF_Grid_GridCellFactory_RefreshSelectedRanges_System_Collections_Generic_IReadOnlyList_C1_WPF_Grid_GridControlRange__">RefreshSelectedRanges(IReadOnlyList&lt;GridControlRange&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_SaveDesiredCellSize_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridCellFactory.SaveDesiredCellSize(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.SaveDesiredCellSize.html#C1_WPF_Grid_GridCellFactory_SaveDesiredCellSize_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">SaveDesiredCellSize(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the desired size for a specific cell is taken into account.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.GridCellFactory.SetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.SetCellValue.html#C1_WPF_Grid_GridCellFactory_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">SetCellValue(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of a specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_SetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_" data-uid="C1.WPF.Grid.GridCellFactory.SetColumnWidth(C1.WPF.Grid.GridRowColType,System.Int32,System.Double)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.SetColumnWidth.html#C1_WPF_Grid_GridCellFactory_SetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_">SetColumnWidth(GridRowColType, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_SetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_" data-uid="C1.WPF.Grid.GridCellFactory.SetRowHeight(C1.WPF.Grid.GridRowColType,System.Int32,System.Double)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.SetRowHeight.html#C1_WPF_Grid_GridCellFactory_SetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_">SetRowHeight(GridRowColType, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_" data-uid="C1.WPF.Grid.GridCellFactory.UnbindCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.UnbindCell.html#C1_WPF_Grid_GridCellFactory_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">UnbindCell(GridCellType, GridCellRange, GridCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridCellFactory.UnbindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridCellFactory.UnbindCellContent.html#C1_WPF_Grid_GridCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">UnbindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
