# C1.WPF.Grid.GridMergeManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridMergeManager" data-uid="C1.WPF.Grid.GridMergeManager" class="text-break">GridMergeManager 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">GridMergeManager</span></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_GridMergeManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridMergeManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridMergeManager</code></pre>
  </div>
  <h5 id="C1_WPF_Grid_GridMergeManager_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.Grid.FlexGrid.MergeManager.html#C1_WPF_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_WPF_Grid_GridMergeManager__ctor" data-uid="C1.WPF.Grid.GridMergeManager.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridMergeManager.-ctor.html#C1_WPF_Grid_GridMergeManager__ctor">GridMergeManager()</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_WPF_Grid_GridMergeManager_AllowMerging" data-uid="C1.WPF.Grid.GridMergeManager.AllowMerging">
          <a class="xref" href="C1.WPF.Grid.GridMergeManager.AllowMerging.html#C1_WPF_Grid_GridMergeManager_AllowMerging">AllowMerging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether merging is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridMergeManager_Grid" data-uid="C1.WPF.Grid.GridMergeManager.Grid">
          <a class="xref" href="C1.WPF.Grid.GridMergeManager.Grid.html#C1_WPF_Grid_GridMergeManager_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_WPF_Grid_GridMergeManager_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridMergeManager.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridMergeManager.GetMergedRange.html#C1_WPF_Grid_GridMergeManager_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetMergedRange(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridMergeManager_GetMergedRange_C1_WPF_Grid_GridPanel_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellRange_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.GridMergeManager.GetMergedRange(C1.WPF.Grid.GridPanel,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellRange,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridMergeManager.GetMergedRange.html#C1_WPF_Grid_GridMergeManager_GetMergedRange_C1_WPF_Grid_GridPanel_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellRange_System_Boolean_System_Boolean_System_Boolean_">GetMergedRange(GridPanel, GridCellRange, GridCellRange, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
