# C1.Web.Mvc.ColumnInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_ColumnInfo" data-uid="C1.Web.Mvc.ColumnInfo" class="text-break">ColumnInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a column info that describes a column on the grid.</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">ColumnInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_ColumnInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ColumnInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ColumnInfo</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_ColumnInfo__ctor" data-uid="C1.Web.Mvc.ColumnInfo.#ctor">
          <a class="xref" href="C1.Web.Mvc.ColumnInfo.-ctor.html#C1_Web_Mvc_ColumnInfo__ctor">ColumnInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Web.Mvc.ColumnInfo.html">ColumnInfo</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_ColumnInfo_Binding" data-uid="C1.Web.Mvc.ColumnInfo.Binding">
          <a class="xref" href="C1.Web.Mvc.ColumnInfo.Binding.html#C1_Web_Mvc_ColumnInfo_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property this column is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ColumnInfo_DataMap" data-uid="C1.Web.Mvc.ColumnInfo.DataMap">
          <a class="xref" href="C1.Web.Mvc.ColumnInfo.DataMap.html#C1_Web_Mvc_ColumnInfo_DataMap">DataMap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data map info used to convert raw values into display values for the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ColumnInfo_Format" data-uid="C1.Web.Mvc.ColumnInfo.Format">
          <a class="xref" href="C1.Web.Mvc.ColumnInfo.Format.html#C1_Web_Mvc_ColumnInfo_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets format of column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ColumnInfo_Index" data-uid="C1.Web.Mvc.ColumnInfo.Index">
          <a class="xref" href="C1.Web.Mvc.ColumnInfo.Index.html#C1_Web_Mvc_ColumnInfo_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the column in the grid's columns collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ColumnInfo_Visible" data-uid="C1.Web.Mvc.ColumnInfo.Visible">
          <a class="xref" href="C1.Web.Mvc.ColumnInfo.Visible.html#C1_Web_Mvc_ColumnInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets visibility of column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
