# FarPoint.Web.Spread.HierBarInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_HierBarInfo" data-uid="FarPoint.Web.Spread.HierBarInfo" class="text-break">HierBarInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about the hierarchy bar in the Spread component.</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">HierBarInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_HierBarInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class HierBarInfo : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class HierBarInfo
    Implements ISerializeSupport</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="FarPoint_Web_Spread_HierBarInfo__ctor" data-uid="FarPoint.Web.Spread.HierBarInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.-ctor.html#FarPoint_Web_Spread_HierBarInfo__ctor">HierBarInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new HierBarInfo object.</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="FarPoint_Web_Spread_HierBarInfo_Align" data-uid="FarPoint.Web.Spread.HierBarInfo.Align">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.Align.html#FarPoint_Web_Spread_HierBarInfo_Align">Align</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the hierarchy bar in the Spread component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HierBarInfo_BackColor" data-uid="FarPoint.Web.Spread.HierBarInfo.BackColor">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.BackColor.html#FarPoint_Web_Spread_HierBarInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the hierarchy bar in the Spread component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HierBarInfo_Font" data-uid="FarPoint.Web.Spread.HierBarInfo.Font">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.Font.html#FarPoint_Web_Spread_HierBarInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font information for the hierarchy bar in the Spread component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HierBarInfo_ForeColor" data-uid="FarPoint.Web.Spread.HierBarInfo.ForeColor">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.ForeColor.html#FarPoint_Web_Spread_HierBarInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of text in the hierarchy bar in the Spread component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HierBarInfo_ShowParentRow" data-uid="FarPoint.Web.Spread.HierBarInfo.ShowParentRow">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.ShowParentRow.html#FarPoint_Web_Spread_HierBarInfo_ShowParentRow">ShowParentRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the parent row of the hierarchy is shown
on the hierarchy bar in the Spread component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HierBarInfo_ShowWholePath" data-uid="FarPoint.Web.Spread.HierBarInfo.ShowWholePath">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.ShowWholePath.html#FarPoint_Web_Spread_HierBarInfo_ShowWholePath">ShowWholePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the whole path to the child view is shown
on the hierarchy bar in the Spread component.</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="FarPoint_Web_Spread_HierBarInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.HierBarInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.Deserialize.html#FarPoint_Web_Spread_HierBarInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the hierarchy bar information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HierBarInfo_Reset" data-uid="FarPoint.Web.Spread.HierBarInfo.Reset">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.Reset.html#FarPoint_Web_Spread_HierBarInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the properties of a hierarchy bar in the Spread component to their default values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_HierBarInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.HierBarInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.HierBarInfo.Serialize.html#FarPoint_Web_Spread_HierBarInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the hierarchy bar information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
