# FarPoint.Win.Spread.GroupBarInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_GroupBarInfo" data-uid="FarPoint.Win.Spread.GroupBarInfo" class="text-break">GroupBarInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about the grouping 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">GroupBarInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <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="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_GroupBarInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class GroupBarInfo : ISerializeSupport, ISerializable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class GroupBarInfo
    Implements ISerializeSupport, ISerializable, 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="FarPoint_Win_Spread_GroupBarInfo__ctor" data-uid="FarPoint.Win.Spread.GroupBarInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.-ctor.html#FarPoint_Win_Spread_GroupBarInfo__ctor">GroupBarInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the GroupBarInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.GroupBarInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.-ctor.html#FarPoint_Win_Spread_GroupBarInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GroupBarInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the GroupBarInfo class from serialization.</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_Win_Spread_GroupBarInfo_BackColor" data-uid="FarPoint.Win.Spread.GroupBarInfo.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.BackColor.html#FarPoint_Win_Spread_GroupBarInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the grouping bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_Font" data-uid="FarPoint.Win.Spread.GroupBarInfo.Font">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.Font.html#FarPoint_Win_Spread_GroupBarInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the grouping bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_ForeColor" data-uid="FarPoint.Win.Spread.GroupBarInfo.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.ForeColor.html#FarPoint_Win_Spread_GroupBarInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the grouping bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_GroupVerticalIndent" data-uid="FarPoint.Win.Spread.GroupBarInfo.GroupVerticalIndent">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.GroupVerticalIndent.html#FarPoint_Win_Spread_GroupBarInfo_GroupVerticalIndent">GroupVerticalIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the separation of grouping levels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_Height" data-uid="FarPoint.Win.Spread.GroupBarInfo.Height">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.Height.html#FarPoint_Win_Spread_GroupBarInfo_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the grouping bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_Text" data-uid="FarPoint.Win.Spread.GroupBarInfo.Text">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.Text.html#FarPoint_Win_Spread_GroupBarInfo_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the grouping bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_Visible" data-uid="FarPoint.Win.Spread.GroupBarInfo.Visible">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.Visible.html#FarPoint_Win_Spread_GroupBarInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grouping bar is displayed.</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_Win_Spread_GroupBarInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.GroupBarInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.Deserialize.html#FarPoint_Win_Spread_GroupBarInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the group bar information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.GroupBarInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.GetObjectData.html#FarPoint_Win_Spread_GroupBarInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="FarPoint.Win.Spread.GroupBarInfo.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.OnPropertyChanged.html#FarPoint_Win_Spread_GroupBarInfo_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_Reset" data-uid="FarPoint.Win.Spread.GroupBarInfo.Reset">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.Reset.html#FarPoint_Win_Spread_GroupBarInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets this instance to default.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_ResetBackColor" data-uid="FarPoint.Win.Spread.GroupBarInfo.ResetBackColor">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.ResetBackColor.html#FarPoint_Win_Spread_GroupBarInfo_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_ResetFont" data-uid="FarPoint.Win.Spread.GroupBarInfo.ResetFont">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.ResetFont.html#FarPoint_Win_Spread_GroupBarInfo_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Font property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_ResetForeColor" data-uid="FarPoint.Win.Spread.GroupBarInfo.ResetForeColor">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.ResetForeColor.html#FarPoint_Win_Spread_GroupBarInfo_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ForeColor property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_ResetGroupVerticalIndent" data-uid="FarPoint.Win.Spread.GroupBarInfo.ResetGroupVerticalIndent">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.ResetGroupVerticalIndent.html#FarPoint_Win_Spread_GroupBarInfo_ResetGroupVerticalIndent">ResetGroupVerticalIndent()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the GroupVerticalIndent property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_ResetHeight" data-uid="FarPoint.Win.Spread.GroupBarInfo.ResetHeight">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.ResetHeight.html#FarPoint_Win_Spread_GroupBarInfo_ResetHeight">ResetHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Height property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_ResetText" data-uid="FarPoint.Win.Spread.GroupBarInfo.ResetText">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.ResetText.html#FarPoint_Win_Spread_GroupBarInfo_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Text property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_GroupBarInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.GroupBarInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.Serialize.html#FarPoint_Win_Spread_GroupBarInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the group bar information to XML.</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="FarPoint_Win_Spread_GroupBarInfo_PropertyChanged" data-uid="FarPoint.Win.Spread.GroupBarInfo.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.GroupBarInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
