# C1.Web.Mvc.Fluent.ColumnBaseBuilder-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2" class="text-break">ColumnBaseBuilder&lt;TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ColumnBase.html">ColumnBase</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;TControl, TBuilder&gt;</div>
    <div class="level3"><span class="xref">ColumnBaseBuilder&lt;TControl, TBuilder&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ColumnBuilder.html">ColumnBuilder</a></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_ColumnBaseBuilder_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ColumnBaseBuilder&lt;TControl, TBuilder&gt; : BaseBuilder&lt;TControl, TBuilder&gt; where TControl : ColumnBase where TBuilder : ColumnBaseBuilder&lt;TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ColumnBaseBuilder(Of TControl As ColumnBase, TBuilder As ColumnBaseBuilder(Of TControl, TBuilder))
    Inherits BaseBuilder(Of TControl, TBuilder)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_ColumnBaseBuilder_2__ctor__0_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.#ctor(`0)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.-ctor.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2__ctor__0_">ColumnBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.html">ColumnBaseBuilder&lt;TControl, TBuilder&gt;</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_ColumnBaseBuilder_2_Aggregate_C1_Web_Mvc_Grid_Aggregate_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Aggregate(C1.Web.Mvc.Grid.Aggregate)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Aggregate.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Aggregate_C1_Web_Mvc_Grid_Aggregate_">Aggregate(Aggregate)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Aggregate.html#C1_Web_Mvc_ColumnBase_Aggregate">Aggregate</a>.
Sets the Aggregate to display in the group header rows for this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Align_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Align(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Align.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Align_System_String_">Align(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Align.html#C1_Web_Mvc_ColumnBase_Align">Align</a>.
Sets the horizontal alignment of items in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowDragging_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.AllowDragging(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.AllowDragging.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowDragging_System_Boolean_">AllowDragging(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.AllowDragging.html#C1_Web_Mvc_ColumnBase_AllowDragging">AllowDragging</a>.
Sets whether the user can move this row or column to a new position with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowMerging_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.AllowMerging(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.AllowMerging.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowMerging_System_Boolean_">AllowMerging(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.AllowMerging.html#C1_Web_Mvc_ColumnBase_AllowMerging">AllowMerging</a>.
Sets whether cells in this row or column can be merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowResizing_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.AllowResizing(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.AllowResizing.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowResizing_System_Boolean_">AllowResizing(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.AllowResizing.html#C1_Web_Mvc_ColumnBase_AllowResizing">AllowResizing</a>.
Sets a value that indicates whether the user can resize the row or column with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowSorting_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.AllowSorting(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.AllowSorting.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_AllowSorting_System_Boolean_">AllowSorting(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.AllowSorting.html#C1_Web_Mvc_ColumnBase_AllowSorting">AllowSorting</a>.
Sets whether the user can sort this column by clicking its header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Binding_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Binding(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Binding.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Binding_System_String_">Binding(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Binding.html#C1_Web_Mvc_ColumnBase_Binding">Binding</a>.
Sets the name of the property this column is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CellTemplate_System_Action_C1_Web_Mvc_Fluent_CellTemplateBuilder__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.CellTemplate(System.Action{C1.Web.Mvc.Fluent.CellTemplateBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.CellTemplate.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CellTemplate_System_Action_C1_Web_Mvc_Fluent_CellTemplateBuilder__">CellTemplate(Action&lt;CellTemplateBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.CellTemplate.html#C1_Web_Mvc_ColumnBase_CellTemplate">CellTemplate</a>.
Sets the cell template in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CollapseTo_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.CollapseTo(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.CollapseTo.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CollapseTo_System_String_">CollapseTo(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.CollapseTo.html#C1_Web_Mvc_ColumnBase_CollapseTo">CollapseTo</a>.
Sets the binding of the child column that should remain visible when the group is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_ColumnGroups_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Column_C1_Web_Mvc_Fluent_ColumnBuilder___" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.ColumnGroups(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.Column,C1.Web.Mvc.Fluent.ColumnBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.ColumnGroups.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_ColumnGroups_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Column_C1_Web_Mvc_Fluent_ColumnBuilder___">ColumnGroups(Action&lt;ListItemFactory&lt;Column, ColumnBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="C1.Web.Mvc.ColumnBase.Columns.html#C1_Web_Mvc_ColumnBase_Columns">Columns</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Columns_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Column_C1_Web_Mvc_Fluent_ColumnBuilder___" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Columns(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.Column,C1.Web.Mvc.Fluent.ColumnBuilder}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Columns.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Columns_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_Column_C1_Web_Mvc_Fluent_ColumnBuilder___">Columns(Action&lt;ListItemFactory&lt;Column, ColumnBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="C1.Web.Mvc.ColumnBase.Columns.html#C1_Web_Mvc_ColumnBase_Columns">Columns</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CssClass_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.CssClass(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.CssClass.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CssClass_System_String_">CssClass(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.CssClass.html#C1_Web_Mvc_ColumnBase_CssClass">CssClass</a>.
Sets a CSS class name to be used when rendering non-header cells in this row or column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CssClassAll_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.CssClassAll(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.CssClassAll.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_CssClassAll_System_String_">CssClassAll(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.CssClassAll.html#C1_Web_Mvc_ColumnBase_CssClassAll">CssClassAll</a>.
Sets a CSS class name to use when rendering all cells (data and headers) in the column or row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DataMap_System_Action_C1_Web_Mvc_Fluent_DataMapBuilder__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.DataMap(System.Action{C1.Web.Mvc.Fluent.DataMapBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.DataMap.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DataMap_System_Action_C1_Web_Mvc_Fluent_DataMapBuilder__">DataMap(Action&lt;DataMapBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.DataMap.html#C1_Web_Mvc_ColumnBase_DataMap">DataMap</a>.
Sets the DataMap used to convert raw values into display values for the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DataMapEditor_C1_Web_Mvc_Grid_DataMapEditor_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.DataMapEditor(C1.Web.Mvc.Grid.DataMapEditor)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.DataMapEditor.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DataMapEditor_C1_Web_Mvc_Grid_DataMapEditor_">DataMapEditor(DataMapEditor)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.DataMapEditor.html#C1_Web_Mvc_ColumnBase_DataMapEditor">DataMapEditor</a>.
Sets a value that indicates the type of editor to use when editing data-mapped cells in this column or row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DataType_System_Nullable_C1_Web_Mvc_Grid_DataType__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.DataType(System.Nullable{C1.Web.Mvc.Grid.DataType})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.DataType.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DataType_System_Nullable_C1_Web_Mvc_Grid_DataType__">DataType(DataType?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.DataType.html#C1_Web_Mvc_ColumnBase_DataType">DataType</a>.
Sets the type of value stored in this column.Values are coerced into the proper type when editing the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DropDownCssClass_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.DropDownCssClass(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.DropDownCssClass.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_DropDownCssClass_System_String_">DropDownCssClass(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.DropDownCssClass.html#C1_Web_Mvc_ColumnBase_DropDownCssClass">DropDownCssClass</a>.
Sets a CSS class name to add to drop-downs in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Editor_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Editor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Editor.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Editor_System_String_">Editor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Editor.html#C1_Web_Mvc_ColumnBase_Editor">Editor</a>.
Sets a reference to an input control to be used as a custom cell editor for this.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Format_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Format(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Format.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Format_System_String_">Format(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Format.html#C1_Web_Mvc_ColumnBase_Format">Format</a>.
Sets the format string used to convert raw values into display values for this column (see Globalize).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Header_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Header.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Header.html#C1_Web_Mvc_ColumnBase_Header">Header</a>.
Sets the text displayed in the column header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Height_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Height(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Height.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Height_System_Nullable_System_Int32__">Height(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Height.html#C1_Web_Mvc_ColumnBase_Height">Height</a>.
Sets the height of this column group</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_InputType_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.InputType(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.InputType.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_InputType_System_String_">InputType(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.InputType.html#C1_Web_Mvc_ColumnBase_InputType">InputType</a>.
Sets the &quot;type&quot; attribute of the HTML input element used to edit values in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsCollapsed_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.IsCollapsed(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.IsCollapsed.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsCollapsed_System_Boolean_">IsCollapsed(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.IsCollapsed.html#C1_Web_Mvc_ColumnBase_IsCollapsed">IsCollapsed</a>.
Sets whether column group is collapse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsContentHtml_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.IsContentHtml(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.IsContentHtml.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsContentHtml_System_Boolean_">IsContentHtml(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.IsContentHtml.html#C1_Web_Mvc_ColumnBase_IsContentHtml">IsContentHtml</a>.
Sets whether cells in this row or column contain HTML content rather than plain text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsReadOnly_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.IsReadOnly(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.IsReadOnly.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsReadOnly_System_Boolean_">IsReadOnly(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.IsReadOnly.html#C1_Web_Mvc_ColumnBase_IsReadOnly">IsReadOnly</a>.
Sets whether cells in this row or column can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsRequired_System_Nullable_System_Boolean__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.IsRequired(System.Nullable{System.Boolean})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.IsRequired.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsRequired_System_Nullable_System_Boolean__">IsRequired(bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.IsRequired.html#C1_Web_Mvc_ColumnBase_IsRequired">IsRequired</a>.
Sets a value that determines whether values in the column are required.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsSelected_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.IsSelected(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.IsSelected.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_IsSelected_System_Boolean_">IsSelected(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.IsSelected.html#C1_Web_Mvc_ColumnBase_IsSelected">IsSelected</a>.
Sets whether this row or column is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Mask_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Mask(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Mask.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Mask_System_String_">Mask(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Mask.html#C1_Web_Mvc_ColumnBase_Mask">Mask</a>.
Sets a mask to be used while editing values in this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MaxLength_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.MaxLength(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.MaxLength.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MaxLength_System_Nullable_System_Int32__">MaxLength(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.MaxLength.html#C1_Web_Mvc_ColumnBase_MaxLength">MaxLength</a>.
Sets the maximum number of characters that the can be entered into the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MaxWidth_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.MaxWidth(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.MaxWidth.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MaxWidth_System_Nullable_System_Int32__">MaxWidth(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.MaxWidth.html#C1_Web_Mvc_ColumnBase_MaxWidth">MaxWidth</a>.
Sets the maximum width of this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MinWidth_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.MinWidth(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.MinWidth.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MinWidth_System_Nullable_System_Int32__">MinWidth(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.MinWidth.html#C1_Web_Mvc_ColumnBase_MinWidth">MinWidth</a>.
Sets the minimum width of this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MultiLine_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.MultiLine(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.MultiLine.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_MultiLine_System_Boolean_">MultiLine(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.MultiLine.html#C1_Web_Mvc_ColumnBase_MultiLine">MultiLine</a>.
Sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Name_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Name(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Name.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Name_System_String_">Name(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Name.html#C1_Web_Mvc_ColumnBase_Name">Name</a>.
Sets the name of this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Placeholder_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Placeholder(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Placeholder.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Placeholder_System_String_">Placeholder(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Placeholder.html#C1_Web_Mvc_ColumnBase_Placeholder">Placeholder</a>.
Sets the place holder for a column which will be displayed when editing an empty cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_QuickAutoSize_System_Nullable_System_Boolean__" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.QuickAutoSize(System.Nullable{System.Boolean})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.QuickAutoSize.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_QuickAutoSize_System_Nullable_System_Boolean__">QuickAutoSize(bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.QuickAutoSize.html#C1_Web_Mvc_ColumnBase_QuickAutoSize">QuickAutoSize</a>.
Sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_SortMemberPath_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.SortMemberPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.SortMemberPath.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_SortMemberPath_System_String_">SortMemberPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.SortMemberPath.html#C1_Web_Mvc_ColumnBase_SortMemberPath">SortMemberPath</a>.
Sets the name of the property to use when sorting this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_SortOrder_C1_Web_Mvc_Grid_SortOrder_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.SortOrder(C1.Web.Mvc.Grid.SortOrder)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.SortOrder.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_SortOrder_C1_Web_Mvc_Grid_SortOrder_">SortOrder(SortOrder)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.SortOrder.html#C1_Web_Mvc_ColumnBase_SortOrder">SortOrder</a>.
Sets the sort order of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Template_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Template(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Template.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Template_System_String_">Template(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Template.html#C1_Web_Mvc_ColumnBase_Template">Template</a>.
Sets a template string to be used for generating the HTML content of data cells in this Column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_TemplateFunction_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.TemplateFunction(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.TemplateFunction.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_TemplateFunction_System_String_">TemplateFunction(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.TemplateFunction.html#C1_Web_Mvc_ColumnBase_TemplateFunction">TemplateFunction</a>.
Sets a template function to be used for generating the HTML content of data cells in this Column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Visible_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Visible(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Visible.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Visible_System_Boolean_">Visible(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Visible.html#C1_Web_Mvc_ColumnBase_Visible">Visible</a>.
Sets whether this row or column is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Width_System_String_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.Width(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.Width.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_Width_System_String_">Width(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.Width.html#C1_Web_Mvc_ColumnBase_Width">Width</a>.
Sets the width of this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_WordWrap_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ColumnBaseBuilder`2.WordWrap(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.WordWrap.html#C1_Web_Mvc_Fluent_ColumnBaseBuilder_2_WordWrap_System_Boolean_">WordWrap(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ColumnBase.WordWrap.html#C1_Web_Mvc_ColumnBase_WordWrap">WordWrap</a>.
Sets whether cells in this row or column should wrap their content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
