# C1.Win.FlexGrid.ShowThemedHeadersEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_ShowThemedHeadersEnum" data-uid="C1.Win.FlexGrid.ShowThemedHeadersEnum" class="text-break">ShowThemedHeadersEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether the control should use themes for displaying row or column headers.</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_ShowThemedHeadersEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShowThemedHeadersEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShowThemedHeadersEnum</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_Win_FlexGrid_ShowThemedHeadersEnum_Auto">Auto</td>
        <td><p>Use themed headers when the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.borderstyle">BorderStyle</a> property is set to <b>XpThemes</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ShowThemedHeadersEnum_Both">Both</td>
        <td><p>Use themed headers for row and column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ShowThemedHeadersEnum_Columns">Columns</td>
        <td><p>Use themed headers for column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ShowThemedHeadersEnum_None">None</td>
        <td><p>Do not use themed headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ShowThemedHeadersEnum_Rows">Rows</td>
        <td><p>Use themed headers for row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ShowThemedHeadersEnum_SelectedOnly">SelectedOnly</td>
        <td><p>Use themed headers to indicate selected rows and columns when VisualStyle
is set to one of the Office styles.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
