# C1.Xamarin.Forms.Grid.GridMergeManagerBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Grid_GridMergeManagerBase" data-uid="C1.Xamarin.Forms.Grid.GridMergeManagerBase" class="text-break">GridMergeManagerBase Class
</h1>
  <div class="markdown level0 summary"><p>Implements the grid's default merging behavior.</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">GridMergeManagerBase</span></div>
      <div class="level2"><a class="xref" href="C1.Xamarin.Forms.Grid.GridMergeManager.html">GridMergeManager</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Grid.html">C1.Xamarin.Forms.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Grid.dll</h6>
  <h5 id="C1_Xamarin_Forms_Grid_GridMergeManagerBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridMergeManagerBase</code></pre>
  </div>
  <h5 id="C1_Xamarin_Forms_Grid_GridMergeManagerBase_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>An instance of this class is automatically created and assigned to the grid's
<a class="xref" href="C1.Xamarin.Forms.Grid.FlexGrid.MergeManager.html#C1_Xamarin_Forms_Grid_FlexGrid_MergeManager">MergeManager</a> property to implement the grid's default
merging behavior.</p>
</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_Xamarin_Forms_Grid_GridMergeManagerBase__ctor" data-uid="C1.Xamarin.Forms.Grid.GridMergeManagerBase.#ctor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridMergeManagerBase.-ctor.html#C1_Xamarin_Forms_Grid_GridMergeManagerBase__ctor">GridMergeManagerBase()</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_Xamarin_Forms_Grid_GridMergeManagerBase_Grid" data-uid="C1.Xamarin.Forms.Grid.GridMergeManagerBase.Grid">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridMergeManagerBase.Grid.html#C1_Xamarin_Forms_Grid_GridMergeManagerBase_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated grid.</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_Xamarin_Forms_Grid_GridMergeManagerBase_GetMergedRange_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridMergeManagerBase.GetMergedRange(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridMergeManagerBase.GetMergedRange.html#C1_Xamarin_Forms_Grid_GridMergeManagerBase_GetMergedRange_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_">GetMergedRange(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
