# C1.Web.Mvc.Grid.DataType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Grid_DataType" data-uid="C1.Web.Mvc.Grid.DataType" class="text-break">DataType Enum
</h1>
  <div class="markdown level0 summary"><p>Enumeration with value types.</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.Web.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Grid_DataType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataType</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_DataType_Array">Array</td>
        <td><p>Array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_DataType_Boolean">Boolean</td>
        <td><p>Boolean.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_DataType_Date">Date</td>
        <td><p>Date (date and time).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_DataType_Number">Number</td>
        <td><p>Number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_DataType_Object">Object</td>
        <td><p>Object (anything).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_DataType_String">String</td>
        <td><p>String.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
