# C1.Web.Mvc.Grid.AllowResizing

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Grid_AllowResizing" data-uid="C1.Web.Mvc.Grid.AllowResizing" class="text-break">AllowResizing Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies constants that define the row/column sizing behavior.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Grid.html">C1.Web.Mvc.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Grid_AllowResizing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AllowResizing</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AllowResizing</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_Web_Mvc_Grid_AllowResizing_Both">Both</td>
        <td><p>The user may resize rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_BothAllCells">BothAllCells</td>
        <td><p>The user may resize rows and columns by dragging the edge of any cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_BothAllCellsOverflow">BothAllCellsOverflow</td>
        <td><p>The user may resize rows and columns by dragging the edge of any cell beyond the grid boundary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_BothOverflow">BothOverflow</td>
        <td><p>The user may resize rows and columns by dragging the edge of the headers beyond the grid boundary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_Columns">Columns</td>
        <td><p>The user may resize columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_ColumnsAllCells">ColumnsAllCells</td>
        <td><p>The user may resize columns by dragging the edge of any cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_ColumnsAllCellsOverflow">ColumnsAllCellsOverflow</td>
        <td><p>The user may resize columns by dragging the edge of any cell beyond the grid boundary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_ColumnsOverflow">ColumnsOverflow</td>
        <td><p>The user may resize columns by dragging the edge of the column headers beyond the grid boundary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_None">None</td>
        <td><p>The user may not resize rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_Rows">Rows</td>
        <td><p>The user may resize rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_RowsAllCells">RowsAllCells</td>
        <td><p>The user may resize rows by dragging the edge of any cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_RowsAllCellsOverflow">RowsAllCellsOverflow</td>
        <td><p>The user may resize rows by dragging the edge of any cell beyond the grid boundary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_AllowResizing_RowsOverflow">RowsOverflow</td>
        <td><p>The user may resize rows by dragging the edge of the row headers beyond the grid boundary.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
