# C1.Win.List.Styles.DrawCellFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_Styles_DrawCellFlags" data-uid="C1.Win.List.Styles.DrawCellFlags" class="text-break">DrawCellFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which elements of the cell should be drawn by the grid.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.Styles.html">C1.Win.List.Styles</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_Styles_DrawCellFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum DrawCellFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum DrawCellFlags</code></pre>
  </div>
  <h5 id="C1_Win_List_Styles_DrawCellFlags_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration is used when rendering owner-drawn cells.</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_List_Styles_DrawCellFlags_All">All</td>
        <td><p>Draw all cell elements (background, border, and contents).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Styles_DrawCellFlags_Background">Background</td>
        <td><p>Draw the cell background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Styles_DrawCellFlags_Border">Border</td>
        <td><p>Draw the cell border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Styles_DrawCellFlags_Content">Content</td>
        <td><p>Draw the cell content (text, images, checkboxes, etc).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Styles_DrawCellFlags_None">None</td>
        <td><p>Draw nothing.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
