# FarPoint.Win.Spread.PreviewRowInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_PreviewRowInfo" data-uid="FarPoint.Win.Spread.PreviewRowInfo" class="text-break">PreviewRowInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about preview row 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">PreviewRowInfo</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_PreviewRowInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class PreviewRowInfo : ISerializeSupport, ISerializable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class PreviewRowInfo
    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_PreviewRowInfo__ctor" data-uid="FarPoint.Win.Spread.PreviewRowInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.-ctor.html#FarPoint_Win_Spread_PreviewRowInfo__ctor">PreviewRowInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the PreviewRowInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.PreviewRowInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.-ctor.html#FarPoint_Win_Spread_PreviewRowInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">PreviewRowInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the PreviewRowInfo 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_PreviewRowInfo_BackColor" data-uid="FarPoint.Win.Spread.PreviewRowInfo.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.BackColor.html#FarPoint_Win_Spread_PreviewRowInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for preview row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_Border" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Border">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Border.html#FarPoint_Win_Spread_PreviewRowInfo_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border for preview row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ColumnIndex" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ColumnIndex">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ColumnIndex.html#FarPoint_Win_Spread_PreviewRowInfo_ColumnIndex">ColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index of preview row bound to.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_Font" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Font">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Font.html#FarPoint_Win_Spread_PreviewRowInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font settings for preview row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ForeColor" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ForeColor.html#FarPoint_Win_Spread_PreviewRowInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color for preview row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_Height" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Height">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Height.html#FarPoint_Win_Spread_PreviewRowInfo_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height for preview row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_HorizontalAlignment" data-uid="FarPoint.Win.Spread.PreviewRowInfo.HorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.HorizontalAlignment.html#FarPoint_Win_Spread_PreviewRowInfo_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the content for preview row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_Padding" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Padding">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Padding.html#FarPoint_Win_Spread_PreviewRowInfo_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of spaces to preview row in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_VerticalAlignment" data-uid="FarPoint.Win.Spread.PreviewRowInfo.VerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.VerticalAlignment.html#FarPoint_Win_Spread_PreviewRowInfo_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the content for preview row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_Visible" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Visible">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Visible.html#FarPoint_Win_Spread_PreviewRowInfo_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether preview row is visible.</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_PreviewRowInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Deserialize.html#FarPoint_Win_Spread_PreviewRowInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads preview row information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.PreviewRowInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.GetObjectData.html#FarPoint_Win_Spread_PreviewRowInfo_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_PreviewRowInfo_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="FarPoint.Win.Spread.PreviewRowInfo.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.OnPropertyChanged.html#FarPoint_Win_Spread_PreviewRowInfo_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the PropertyChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_Reset" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Reset">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Reset.html#FarPoint_Win_Spread_PreviewRowInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets this instance to default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ResetBackColor" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetBackColor">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetBackColor.html#FarPoint_Win_Spread_PreviewRowInfo_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_PreviewRowInfo_ResetBorder" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetBorder">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetBorder.html#FarPoint_Win_Spread_PreviewRowInfo_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Border property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ResetColumnIndex" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetColumnIndex">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetColumnIndex.html#FarPoint_Win_Spread_PreviewRowInfo_ResetColumnIndex">ResetColumnIndex()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ColumnIndex property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ResetFont" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetFont">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetFont.html#FarPoint_Win_Spread_PreviewRowInfo_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_PreviewRowInfo_ResetForeColor" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetForeColor">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetForeColor.html#FarPoint_Win_Spread_PreviewRowInfo_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_PreviewRowInfo_ResetHeight" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetHeight">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetHeight.html#FarPoint_Win_Spread_PreviewRowInfo_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_PreviewRowInfo_ResetHorizontalAlignment" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetHorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetHorizontalAlignment.html#FarPoint_Win_Spread_PreviewRowInfo_ResetHorizontalAlignment">ResetHorizontalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the HorizontalAlignment property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ResetPadding" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetPadding">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetPadding.html#FarPoint_Win_Spread_PreviewRowInfo_ResetPadding">ResetPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Padding property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ResetVerticalAlignment" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetVerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetVerticalAlignment.html#FarPoint_Win_Spread_PreviewRowInfo_ResetVerticalAlignment">ResetVerticalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the VerticalAlignment property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_ResetVisible" data-uid="FarPoint.Win.Spread.PreviewRowInfo.ResetVisible">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.ResetVisible.html#FarPoint_Win_Spread_PreviewRowInfo_ResetVisible">ResetVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Visible property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PreviewRowInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.PreviewRowInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.Serialize.html#FarPoint_Win_Spread_PreviewRowInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves preview row 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_PreviewRowInfo_PropertyChanged" data-uid="FarPoint.Win.Spread.PreviewRowInfo.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.PreviewRowInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
