# C1.Win.FlexGrid.CheckEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_CheckEnum" data-uid="C1.Win.FlexGrid.CheckEnum" class="text-break">CheckEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of checkbox to draw in a cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_CheckEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CheckEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CheckEnum</code></pre>
  </div>
  <h5 id="C1_Win_FlexGrid_CheckEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>There are two types of check boxes: regular and tri-state.</p>
<p>Regular check boxes are used to display simple Boolean values.
They cycle through settings <code>Checked</code> and <code>Unchecked</code> when clicked with the mouse.</p>
<p>Tri-state check boxes are used to display values that may be true, false, or 
indeterminate (grayed). They cycle through settings <code>TSChecked</code>, <code>TSGrayed</code>, and 
<code>TSUnchecked</code> when clicked with the mouse.</p>
<p>Visually, <code>Checked</code> and <code>Unchecked</code> look the same as <code>TSChecked</code> and <code>TSUnchecked</code>.</p>
</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_Win_FlexGrid_CheckEnum_Checked">Checked</td>
        <td><p>Check box with a check mark in it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_CheckEnum_Grayed">Grayed</td>
        <td><p>Check box in undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_CheckEnum_None">None</td>
        <td><p>No check box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_CheckEnum_TSChecked">TSChecked</td>
        <td><p>Tri-state check box with a check mark in it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_CheckEnum_TSGrayed">TSGrayed</td>
        <td><p>Tri-state check box in undefined state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_CheckEnum_TSUnchecked">TSUnchecked</td>
        <td><p>Tri-state empty check box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_CheckEnum_Unchecked">Unchecked</td>
        <td><p>Empty check box.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
