# FarPoint.Web.Spread.GroupInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_GroupInfo" data-uid="FarPoint.Web.Spread.GroupInfo" class="text-break">GroupInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the grouping information.</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">GroupInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ICanSerializeXml.html">ICanSerializeXml</a></div>
    <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_GroupInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_dk))]
public class GroupInfo : ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_dk))&gt;
Public Class GroupInfo
    Implements ICanSerializeXml, 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_GroupInfo__ctor" data-uid="FarPoint.Web.Spread.GroupInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.-ctor.html#FarPoint_Web_Spread_GroupInfo__ctor">GroupInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of grouping information.</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_GroupInfo_BackColor" data-uid="FarPoint.Web.Spread.GroupInfo.BackColor">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.BackColor.html#FarPoint_Web_Spread_GroupInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the grouping information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_Background" data-uid="FarPoint.Web.Spread.GroupInfo.Background">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.Background.html#FarPoint_Web_Spread_GroupInfo_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of the grouping information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_Border" data-uid="FarPoint.Web.Spread.GroupInfo.Border">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.Border.html#FarPoint_Web_Spread_GroupInfo_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border of the grouping information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_CanSerializeXml" data-uid="FarPoint.Web.Spread.GroupInfo.CanSerializeXml">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.CanSerializeXml.html#FarPoint_Web_Spread_GroupInfo_CanSerializeXml">CanSerializeXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the grouping information can be rendered with XML
in its entirety without losing any information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_CssClass" data-uid="FarPoint.Web.Spread.GroupInfo.CssClass">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.CssClass.html#FarPoint_Web_Spread_GroupInfo_CssClass">CssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_Font" data-uid="FarPoint.Web.Spread.GroupInfo.Font">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.Font.html#FarPoint_Web_Spread_GroupInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font settings of the grouping information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_ForeColor" data-uid="FarPoint.Web.Spread.GroupInfo.ForeColor">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.ForeColor.html#FarPoint_Web_Spread_GroupInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the grouping information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_HorizontalAlign" data-uid="FarPoint.Web.Spread.GroupInfo.HorizontalAlign">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.HorizontalAlign.html#FarPoint_Web_Spread_GroupInfo_HorizontalAlign">HorizontalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the grouping information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_TabStop" data-uid="FarPoint.Web.Spread.GroupInfo.TabStop">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.TabStop.html#FarPoint_Web_Spread_GroupInfo_TabStop">TabStop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can set focus to the group using the Tab key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_VerticalAlign" data-uid="FarPoint.Web.Spread.GroupInfo.VerticalAlign">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.VerticalAlign.html#FarPoint_Web_Spread_GroupInfo_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the grouping information.</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_GroupInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.GroupInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.Deserialize.html#FarPoint_Web_Spread_GroupInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the grouping information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_GetAppearance_FarPoint_Web_Spread_Appearance_" data-uid="FarPoint.Web.Spread.GroupInfo.GetAppearance(FarPoint.Web.Spread.Appearance)">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.GetAppearance.html#FarPoint_Web_Spread_GroupInfo_GetAppearance_FarPoint_Web_Spread_Appearance_">GetAppearance(Appearance)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the appearance settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_Reset" data-uid="FarPoint.Web.Spread.GroupInfo.Reset">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.Reset.html#FarPoint_Web_Spread_GroupInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the grouping information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_GroupInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.GroupInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.GroupInfo.Serialize.html#FarPoint_Web_Spread_GroupInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the grouping information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
