# C1.Win.FlexGrid.C1FlexGrid.AllowMergingFixed

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_C1FlexGrid_AllowMergingFixed_" data-uid="C1.Win.FlexGrid.C1FlexGrid.AllowMergingFixed*">AllowMergingFixed Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_C1FlexGrid_AllowMergingFixed_" data-uid="C1.Win.FlexGrid.C1FlexGrid.AllowMergingFixed*"></a>
<h4 id="C1_Win_FlexGrid_C1FlexGrid_AllowMergingFixed" data-uid="C1.Win.FlexGrid.C1FlexGrid.AllowMergingFixed">AllowMergingFixed</h4>
<div class="markdown level1 summary"><p>Gets or sets how non-scrollable cells should be merged.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public AllowMergingEnum AllowMergingFixed { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property AllowMergingFixed As AllowMergingEnum</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_C1FlexGrid_AllowMergingFixed_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>By default, this property is set to <a class="xref" href="C1.Win.FlexGrid.AllowMergingEnum.html#C1_Win_FlexGrid_AllowMergingEnum_Default">Default</a>, which 
causes fixed cells to be merged with the same setting as scrollable cells.</p>
<p>If you specify a different value for this property, you can use different merging
modes for fixed cells such as column headers than the setting used for scrollable cells.</p>
</div>
</div>
