# C1.Win.TreeView.Styles.CheckListStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_Styles_CheckListStyles" data-uid="C1.Win.TreeView.Styles.CheckListStyles" class="text-break">CheckListStyles Class
</h1>
  <div class="markdown level0 summary"><p>Represents the styles of <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.TreeView.Styles.CheckListItemStyles.html">CheckListItemStyles</a></div>
    <div class="level2"><span class="xref">CheckListStyles</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.Styles.html">C1.Win.TreeView.Styles</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.10.dll</h6>
  <h5 id="C1_Win_TreeView_Styles_CheckListStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class CheckListStyles : CheckListItemStyles</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class CheckListStyles
    Inherits CheckListItemStyles</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TreeView_Styles_CheckListStyles_CheckBoxColor" data-uid="C1.Win.TreeView.Styles.CheckListStyles.CheckBoxColor">
          <a class="xref" href="C1.Win.TreeView.Styles.CheckListStyles.CheckBoxColor.html#C1_Win_TreeView_Styles_CheckListStyles_CheckBoxColor">CheckBoxColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the checkbox color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_Styles_CheckListStyles_Header" data-uid="C1.Win.TreeView.Styles.CheckListStyles.Header">
          <a class="xref" href="C1.Win.TreeView.Styles.CheckListStyles.Header.html#C1_Win_TreeView_Styles_CheckListStyles_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the styles of header.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
