# C1.Win.TreeView.NodeCellStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_NodeCellStyle" data-uid="C1.Win.TreeView.NodeCellStyle" class="text-break">NodeCellStyle Class
</h1>
  <div class="markdown level0 summary"><p>Defines style of cell of <a class="xref" href="C1.Win.TreeView.C1TreeNode.html">C1TreeNode</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"><span class="xref">NodeCellStyle</span></div>
      <div class="level2"><a class="xref" href="C1.Win.TreeView.HeaderStyle.html">HeaderStyle</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_NodeCellStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class NodeCellStyle : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class NodeCellStyle
    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_NodeCellStyle__ctor" data-uid="C1.Win.TreeView.NodeCellStyle.#ctor">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.-ctor.html#C1_Win_TreeView_NodeCellStyle__ctor">NodeCellStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of cell's style of <a class="xref" href="C1.Win.TreeView.C1TreeNode.html">C1TreeNode</a>.</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_NodeCellStyle_BBProvider" data-uid="C1.Win.TreeView.NodeCellStyle.BBProvider">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.BBProvider.html#C1_Win_TreeView_NodeCellStyle_BBProvider">BBProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets BackgroundBrushProvider used to paint element backgrounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_BackColor" data-uid="C1.Win.TreeView.NodeCellStyle.BackColor">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.BackColor.html#C1_Win_TreeView_NodeCellStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_ForeColor" data-uid="C1.Win.TreeView.NodeCellStyle.ForeColor">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.ForeColor.html#C1_Win_TreeView_NodeCellStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color.</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_NodeCellStyle_Equals_System_Object_" data-uid="C1.Win.TreeView.NodeCellStyle.Equals(System.Object)">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.Equals.html#C1_Win_TreeView_NodeCellStyle_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.TreeView.NodeCellStyle.html">NodeCellStyle</a> is equal to the current <a class="xref" href="C1.Win.TreeView.NodeCellStyle.html">NodeCellStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_GetHashCode" data-uid="C1.Win.TreeView.NodeCellStyle.GetHashCode">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.GetHashCode.html#C1_Win_TreeView_NodeCellStyle_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_OnPropertyChanged_System_String_" data-uid="C1.Win.TreeView.NodeCellStyle.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.OnPropertyChanged.html#C1_Win_TreeView_NodeCellStyle_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the PropertyChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_Reset" data-uid="C1.Win.TreeView.NodeCellStyle.Reset">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.Reset.html#C1_Win_TreeView_NodeCellStyle_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets this style to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_ResetBackColor" data-uid="C1.Win.TreeView.NodeCellStyle.ResetBackColor">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.ResetBackColor.html#C1_Win_TreeView_NodeCellStyle_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_ResetForeColor" data-uid="C1.Win.TreeView.NodeCellStyle.ResetForeColor">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.ResetForeColor.html#C1_Win_TreeView_NodeCellStyle_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ForeColor property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_ShouldSerialize" data-uid="C1.Win.TreeView.NodeCellStyle.ShouldSerialize">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.ShouldSerialize.html#C1_Win_TreeView_NodeCellStyle_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if this style has changed; otherwise, returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_ShouldSerializeBackColor" data-uid="C1.Win.TreeView.NodeCellStyle.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.ShouldSerializeBackColor.html#C1_Win_TreeView_NodeCellStyle_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the BackColor has changed; otherwise, returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_ShouldSerializeForeColor" data-uid="C1.Win.TreeView.NodeCellStyle.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.ShouldSerializeForeColor.html#C1_Win_TreeView_NodeCellStyle_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the ForeColor has changed; otherwise, returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_NodeCellStyle_ToString" data-uid="C1.Win.TreeView.NodeCellStyle.ToString">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.ToString.html#C1_Win_TreeView_NodeCellStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current NodeCellStyle.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_NodeCellStyle_PropertyChanged" data-uid="C1.Win.TreeView.NodeCellStyle.PropertyChanged">
          <a class="xref" href="C1.Win.TreeView.NodeCellStyle.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
