# C1.Blazor.Grid.GridLinkedCellFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Grid_GridLinkedCellFactory" data-uid="C1.Blazor.Grid.GridLinkedCellFactory" class="text-break">GridLinkedCellFactory Class
</h1>
  <div class="markdown level0 summary"><p>This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.</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"><a class="xref" href="C1.Blazor.Grid.GridCellFactory.html">GridCellFactory</a></div>
    <div class="level2"><span class="xref">GridLinkedCellFactory</span></div>
      <div class="level3"><a class="xref" href="C1.Blazor.Grid.GridSkeletonLoadingCellFactory.html">GridSkeletonLoadingCellFactory</a></div>
      <div class="level3"><a class="xref" href="C1.Blazor.Grid.TransposedGridCellFactory.html">TransposedGridCellFactory</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Grid.html">C1.Blazor.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Grid.dll</h6>
  <h5 id="C1_Blazor_Grid_GridLinkedCellFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridLinkedCellFactory : GridCellFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridLinkedCellFactory
    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_Blazor_Grid_GridLinkedCellFactory__ctor" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.#ctor">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.-ctor.html#C1_Blazor_Grid_GridLinkedCellFactory__ctor">GridLinkedCellFactory()</a>
        </td>
        <td class="markdown level1 summary"></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_Blazor_Grid_GridLinkedCellFactory_CellsColumnsCount" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CellsColumnsCount">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CellsColumnsCount.html#C1_Blazor_Grid_GridLinkedCellFactory_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_Blazor_Grid_GridLinkedCellFactory_CellsRowsCount" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CellsRowsCount">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CellsRowsCount.html#C1_Blazor_Grid_GridLinkedCellFactory_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_Blazor_Grid_GridLinkedCellFactory_ColumnFooterRowsCount" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.ColumnFooterRowsCount">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.ColumnFooterRowsCount.html#C1_Blazor_Grid_GridLinkedCellFactory_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_Blazor_Grid_GridLinkedCellFactory_ColumnHeaderRowsCount" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.ColumnHeaderRowsCount">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.ColumnHeaderRowsCount.html#C1_Blazor_Grid_GridLinkedCellFactory_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_Blazor_Grid_GridLinkedCellFactory_RowHeaderColumnsCount" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.RowHeaderColumnsCount">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.RowHeaderColumnsCount.html#C1_Blazor_Grid_GridLinkedCellFactory_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_Blazor_Grid_GridLinkedCellFactory_SelectionMode" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.SelectionMode">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.SelectionMode.html#C1_Blazor_Grid_GridLinkedCellFactory_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_Blazor_Grid_GridLinkedCellFactory_AllowEditing_C1_Blazor_Grid_GridCellRange_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.AllowEditing(C1.Blazor.Grid.GridCellRange)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.AllowEditing.html#C1_Blazor_Grid_GridLinkedCellFactory_AllowEditing_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_CanDragColumn_C1_Blazor_Grid_GridRowColType_System_Int32_C1_Blazor_Grid_GridRowColType_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CanDragColumn(C1.Blazor.Grid.GridRowColType,System.Int32,C1.Blazor.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CanDragColumn.html#C1_Blazor_Grid_GridLinkedCellFactory_CanDragColumn_C1_Blazor_Grid_GridRowColType_System_Int32_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_CanDragRow_C1_Blazor_Grid_GridRowColType_System_Int32_C1_Blazor_Grid_GridRowColType_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CanDragRow(C1.Blazor.Grid.GridRowColType,System.Int32,C1.Blazor.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CanDragRow.html#C1_Blazor_Grid_GridLinkedCellFactory_CanDragRow_C1_Blazor_Grid_GridRowColType_System_Int32_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_CanDropColumn_C1_Blazor_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CanDropColumn(C1.Blazor.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CanDropColumn.html#C1_Blazor_Grid_GridLinkedCellFactory_CanDropColumn_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_CanDropRow_C1_Blazor_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CanDropRow(C1.Blazor.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CanDropRow.html#C1_Blazor_Grid_GridLinkedCellFactory_CanDropRow_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_CanSetColumnWidth_C1_Blazor_Grid_GridRowColType_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CanSetColumnWidth(C1.Blazor.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CanSetColumnWidth.html#C1_Blazor_Grid_GridLinkedCellFactory_CanSetColumnWidth_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_CanSetRowHeight_C1_Blazor_Grid_GridRowColType_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.CanSetRowHeight(C1.Blazor.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.CanSetRowHeight.html#C1_Blazor_Grid_GridLinkedCellFactory_CanSetRowHeight_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_DropColumnAsync_C1_Blazor_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.DropColumnAsync(C1.Blazor.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.DropColumnAsync.html#C1_Blazor_Grid_GridLinkedCellFactory_DropColumnAsync_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_DropRowAsync_C1_Blazor_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.DropRowAsync(C1.Blazor.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.DropRowAsync.html#C1_Blazor_Grid_GridLinkedCellFactory_DropRowAsync_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_GetCellContentRenderFragment_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.GetCellContentRenderFragment(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridCellRange)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.GetCellContentRenderFragment.html#C1_Blazor_Grid_GridLinkedCellFactory_GetCellContentRenderFragment_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_">GetCellContentRenderFragment(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render fragment that will be set inside the cell's div.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridLinkedCellFactory_GetCellCssClasses_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_C1_Blazor_Core_C1Thickness_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.GetCellCssClasses(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridCellRange,C1.Blazor.Core.C1Thickness)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.GetCellCssClasses.html#C1_Blazor_Grid_GridLinkedCellFactory_GetCellCssClasses_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_C1_Blazor_Core_C1Thickness_">GetCellCssClasses(GridCellType, GridCellRange, C1Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Specify the list of css classes for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridLinkedCellFactory_GetCellEditorFragment_C1_Blazor_Grid_GridCellRange_C1_Blazor_Grid_GridControlEditingContext_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.GetCellEditorFragment(C1.Blazor.Grid.GridCellRange,C1.Blazor.Grid.GridControlEditingContext)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.GetCellEditorFragment.html#C1_Blazor_Grid_GridLinkedCellFactory_GetCellEditorFragment_C1_Blazor_Grid_GridCellRange_C1_Blazor_Grid_GridControlEditingContext_">GetCellEditorFragment(GridCellRange, GridControlEditingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridLinkedCellFactory_GetColumnInfo_C1_Blazor_Grid_GridRowColType_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.GetColumnInfo(C1.Blazor.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.GetColumnInfo.html#C1_Blazor_Grid_GridLinkedCellFactory_GetColumnInfo_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_GetMergedRange_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.GetMergedRange(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridCellRange)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.GetMergedRange.html#C1_Blazor_Grid_GridLinkedCellFactory_GetMergedRange_C1_Blazor_Grid_GridCellType_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_GetRowInfo_C1_Blazor_Grid_GridRowColType_System_Int32_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.GetRowInfo(C1.Blazor.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.GetRowInfo.html#C1_Blazor_Grid_GridLinkedCellFactory_GetRowInfo_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_OnEditEnded_C1_Blazor_Grid_GridCellRange_Microsoft_AspNetCore_Components_ComponentBase_System_Boolean_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.OnEditEnded(C1.Blazor.Grid.GridCellRange,Microsoft.AspNetCore.Components.ComponentBase,System.Boolean)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.OnEditEnded.html#C1_Blazor_Grid_GridLinkedCellFactory_OnEditEnded_C1_Blazor_Grid_GridCellRange_Microsoft_AspNetCore_Components_ComponentBase_System_Boolean_">OnEditEnded(GridCellRange, ComponentBase, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridLinkedCellFactory_OnKeyDown_Microsoft_AspNetCore_Components_Web_KeyboardEventArgs_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.OnKeyDown(Microsoft.AspNetCore.Components.Web.KeyboardEventArgs)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.OnKeyDown.html#C1_Blazor_Grid_GridLinkedCellFactory_OnKeyDown_Microsoft_AspNetCore_Components_Web_KeyboardEventArgs_">OnKeyDown(KeyboardEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the a keyboard key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridLinkedCellFactory_PrepareCellStyle_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_C1_Blazor_Core_C1Style_C1_Blazor_Core_C1Thickness_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.PrepareCellStyle(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridCellRange,C1.Blazor.Core.C1Style,C1.Blazor.Core.C1Thickness)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.PrepareCellStyle.html#C1_Blazor_Grid_GridLinkedCellFactory_PrepareCellStyle_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_C1_Blazor_Core_C1Style_C1_Blazor_Core_C1Thickness_">PrepareCellStyle(GridCellType, GridCellRange, C1Style, C1Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the specified <code class="paramref">style</code> for displaying the cell in the specified <code class="paramref">range</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridLinkedCellFactory_SaveDesiredCellSize_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.SaveDesiredCellSize(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridCellRange)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.SaveDesiredCellSize.html#C1_Blazor_Grid_GridLinkedCellFactory_SaveDesiredCellSize_C1_Blazor_Grid_GridCellType_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_SetColumnWidth_C1_Blazor_Grid_GridRowColType_System_Int32_System_Double_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.SetColumnWidth(C1.Blazor.Grid.GridRowColType,System.Int32,System.Double)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.SetColumnWidth.html#C1_Blazor_Grid_GridLinkedCellFactory_SetColumnWidth_C1_Blazor_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_Blazor_Grid_GridLinkedCellFactory_SetRowHeight_C1_Blazor_Grid_GridRowColType_System_Int32_System_Double_" data-uid="C1.Blazor.Grid.GridLinkedCellFactory.SetRowHeight(C1.Blazor.Grid.GridRowColType,System.Int32,System.Double)">
          <a class="xref" href="C1.Blazor.Grid.GridLinkedCellFactory.SetRowHeight.html#C1_Blazor_Grid_GridLinkedCellFactory_SetRowHeight_C1_Blazor_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>
    </tbody>
  </table>

</div>
