# C1.Win.TreeView.TreeColumnStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_TreeColumnStyles" data-uid="C1.Win.TreeView.TreeColumnStyles" class="text-break">TreeColumnStyles Class
</h1>
  <div class="markdown level0 summary"><p>Represents the styles of column.</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.TreeNodeCellStyles.html">TreeNodeCellStyles</a></div>
    <div class="level2"><span class="xref">TreeColumnStyles</span></div>
      <div class="level3"><a class="xref" href="C1.Win.TreeView.TreeViewStyles.html">TreeViewStyles</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.html">C1.Win.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.10.dll</h6>
  <h5 id="C1_Win_TreeView_TreeColumnStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class TreeColumnStyles : TreeNodeCellStyles, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class TreeColumnStyles
    Inherits TreeNodeCellStyles
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_TreeColumnStyles__ctor" data-uid="C1.Win.TreeView.TreeColumnStyles.#ctor">
          <a class="xref" href="C1.Win.TreeView.TreeColumnStyles.-ctor.html#C1_Win_TreeView_TreeColumnStyles__ctor">TreeColumnStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the column's styles.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_TreeColumnStyles_ColumnHeader" data-uid="C1.Win.TreeView.TreeColumnStyles.ColumnHeader">
          <a class="xref" href="C1.Win.TreeView.TreeColumnStyles.ColumnHeader.html#C1_Win_TreeView_TreeColumnStyles_ColumnHeader">ColumnHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the styles of column header.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_TreeColumnStyles_ResetStyles" data-uid="C1.Win.TreeView.TreeColumnStyles.ResetStyles">
          <a class="xref" href="C1.Win.TreeView.TreeColumnStyles.ResetStyles.html#C1_Win_TreeView_TreeColumnStyles_ResetStyles">ResetStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets this styles to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_TreeColumnStyles_ShouldSerialize" data-uid="C1.Win.TreeView.TreeColumnStyles.ShouldSerialize">
          <a class="xref" href="C1.Win.TreeView.TreeColumnStyles.ShouldSerialize.html#C1_Win_TreeView_TreeColumnStyles_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if this styles have changed; otherwise, returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_TreeColumnStyles_ToString" data-uid="C1.Win.TreeView.TreeColumnStyles.ToString">
          <a class="xref" href="C1.Win.TreeView.TreeColumnStyles.ToString.html#C1_Win_TreeView_TreeColumnStyles_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current TreeColumnStyles.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
