# GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo" class="text-break">ListHeaderInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ListHeaderInfo</b> class that defines header settings.</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">ListHeaderInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ListHeaderInfoConvert))]
public class ListHeaderInfo : ISerializable, IDeserializationCallback, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ListHeaderInfoConvert))&gt;
Public Class ListHeaderInfo
    Implements ISerializable, IDeserializationCallback, 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="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo__ctor">ListHeaderInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.html">ListHeaderInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ListHeaderInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</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="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_AllowResize" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.AllowResize">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.AllowResize.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_AllowResize">AllowResize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> value that indicates whether to allow setting the size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_BackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.BackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.BackColor.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the backcolor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Clickable" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Clickable">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Clickable.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Clickable">Clickable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the header is clickable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_ContentAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.ContentAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.ContentAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_ContentAlignment">ContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Ellipsis" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Ellipsis">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Ellipsis.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Ellipsis">Ellipsis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the ellipsis character when the text is beyond the width of the header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_ForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.ForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.ForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the forecolor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_GradientEffect" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.GradientEffect">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.GradientEffect.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_GradientEffect">GradientEffect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gradient effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Image" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Image">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Image.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_ImageTextSpace" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.ImageTextSpace">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.ImageTextSpace.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_ImageTextSpace">ImageTextSpace</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the space between the image and text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_SortIndicatorAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.SortIndicatorAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.SortIndicatorAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_SortIndicatorAlignment">SortIndicatorAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the sort indicator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Text" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Text">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Text.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_TextAttachAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.TextAttachAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.TextAttachAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_TextAttachAlignment">TextAttachAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to attach the text to the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_TextEffect" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.TextEffect">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.TextEffect.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_TextEffect">TextEffect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the effect setting of the text.</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="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Deserialize.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListHeaderInfo.Serialize.html#GrapeCity_Win_Spread_InputMan_CellType_ListHeaderInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
