# C1.WPF.FlexGrid.AllowMerging

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_AllowMerging" data-uid="C1.WPF.FlexGrid.AllowMerging" class="text-break">AllowMerging Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies constants that define which areas of the grid support cell merging.</p>
</div>
  <div class="markdown level0 conceptual"></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_AllowMerging_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum AllowMerging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum AllowMerging</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowMerging_All">All</td>
        <td><p>Merge all areas.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowMerging_AllHeaders">AllHeaders</td>
        <td><p>Merge column and row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowMerging_Cells">Cells</td>
        <td><p>Merge scrollable cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowMerging_ColumnFooters">ColumnFooters</td>
        <td><p>Merge column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowMerging_ColumnHeaders">ColumnHeaders</td>
        <td><p>Merge column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowMerging_None">None</td>
        <td><p>No merging.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowMerging_RowHeaders">RowHeaders</td>
        <td><p>Merge row headers.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
