# C1.WPF.FlexGrid.MergeManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_MergeManager" data-uid="C1.WPF.FlexGrid.MergeManager" class="text-break">MergeManager 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">MergeManager</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.FlexGrid.IMergeManager.html">IMergeManager</a></div>
  </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_MergeManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MergeManager : IMergeManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MergeManager
    Implements IMergeManager</code></pre>
  </div>
  <h5 id="C1_WPF_FlexGrid_MergeManager_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.WPF.FlexGrid.C1FlexGrid.MergeManager.html#C1_WPF_FlexGrid_C1FlexGrid_MergeManager">MergeManager</a> property to implement the grid's default
merging behavior. If you need to customize the default merging behavior, create
a class that implements the <a class="xref" href="C1.WPF.FlexGrid.IMergeManager.html">IMergeManager</a> interface and assign an
instance of that class to the grid's <a class="xref" href="C1.WPF.FlexGrid.C1FlexGrid.MergeManager.html#C1_WPF_FlexGrid_C1FlexGrid_MergeManager">MergeManager</a>
property.</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_WPF_FlexGrid_MergeManager__ctor" data-uid="C1.WPF.FlexGrid.MergeManager.#ctor">
          <a class="xref" href="C1.WPF.FlexGrid.MergeManager.-ctor.html#C1_WPF_FlexGrid_MergeManager__ctor">MergeManager()</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_FlexGrid_MergeManager_GetMergedRange_C1_WPF_FlexGrid_C1FlexGrid_C1_WPF_FlexGrid_CellType_C1_WPF_FlexGrid_CellRange_" data-uid="C1.WPF.FlexGrid.MergeManager.GetMergedRange(C1.WPF.FlexGrid.C1FlexGrid,C1.WPF.FlexGrid.CellType,C1.WPF.FlexGrid.CellRange)">
          <a class="xref" href="C1.WPF.FlexGrid.MergeManager.GetMergedRange.html#C1_WPF_FlexGrid_MergeManager_GetMergedRange_C1_WPF_FlexGrid_C1FlexGrid_C1_WPF_FlexGrid_CellType_C1_WPF_FlexGrid_CellRange_">GetMergedRange(C1FlexGrid, CellType, CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a> that specifies the merged extent of a cell
in a <a class="xref" href="C1.WPF.FlexGrid.GridPanel.html">GridPanel</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
