# C1.Web.Mvc.Fluent.ColumnBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ColumnBuilder" data-uid="C1.Web.Mvc.Fluent.ColumnBuilder" class="text-break">ColumnBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Column.html">Column</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Column.html">Column</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBuilder.html">ColumnBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.html">ColumnBaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Column.html">Column</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBuilder.html">ColumnBuilder</a>&gt;</div>
    <div class="level4"><span class="xref">ColumnBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ColumnBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ColumnBuilder : ColumnBaseBuilder&lt;Column, ColumnBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ColumnBuilder
    Inherits ColumnBaseBuilder(Of Column, ColumnBuilder)</code></pre>
  </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_Web_Mvc_Fluent_ColumnBuilder__ctor_C1_Web_Mvc_Column_" data-uid="C1.Web.Mvc.Fluent.ColumnBuilder.#ctor(C1.Web.Mvc.Column)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBuilder.-ctor.html#C1_Web_Mvc_Fluent_ColumnBuilder__ctor_C1_Web_Mvc_Column_">ColumnBuilder(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBuilder.html">ColumnBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_ColumnBuilder_AllowDragging_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBuilder.AllowDragging(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBuilder.AllowDragging.html#C1_Web_Mvc_Fluent_ColumnBuilder_AllowDragging_System_Boolean_">AllowDragging(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Column.AllowDragging.html#C1_Web_Mvc_Column_AllowDragging">AllowDragging</a>.
Sets whether the user can move this row or column to a new position with the mouse.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
