# C1.Win.FlexGrid.ClearFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_ClearFlags" data-uid="C1.Win.FlexGrid.ClearFlags" class="text-break">ClearFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which elements of the grid should be cleared by the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.Clear.html#C1_Win_FlexGrid_C1FlexGridBase_Clear_C1_Win_FlexGrid_ClearFlags_C1_Win_FlexGrid_CellRange_">Clear(ClearFlags, CellRange)</a> method.</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_ClearFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ClearFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ClearFlags</code></pre>
  </div>
  <h5 id="C1_Win_FlexGrid_ClearFlags_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration contains flags that can be combined to customize the sorting process.</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_ClearFlags_All">All</td>
        <td><p>All of the above.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ClearFlags_Content">Content</td>
        <td><p>Clear cell content, including data, images, and check boxes if any.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ClearFlags_Filter">Filter</td>
        <td><p>Clear filter of corresponding column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ClearFlags_Style">Style</td>
        <td><p>Clear custom styles assigned to cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ClearFlags_UserData">UserData</td>
        <td><p>Clear user data associated with cells.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
