# C1.WPF.FlexGrid.AllowFreezing

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_AllowFreezing" data-uid="C1.WPF.FlexGrid.AllowFreezing" class="text-break">AllowFreezing Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies constants that define what the user can freeze with the mouse.</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_AllowFreezing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum AllowFreezing</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum AllowFreezing</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_AllowFreezing_Both">Both</td>
        <td><p>The user may freeze rows and columns by dragging the frozen region boundaries with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowFreezing_Columns">Columns</td>
        <td><p>The user may freeze columns by dragging the frozen region vertical boundary with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowFreezing_None">None</td>
        <td><p>The user may not use mouse to freeze rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowFreezing_Rows">Rows</td>
        <td><p>The user may freeze rows by dragging the frozen region horizontal boundary with the mouse.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
