# FarPoint.Web.Spread.CalendarDropDownStyleInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_CalendarDropDownStyleInfo" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo" class="text-break">CalendarDropDownStyleInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the set of style settings for CalendarDropDownControl instances.</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">CalendarDropDownStyleInfo</span></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_CalendarDropDownStyleInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarDropDownStyleInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarDropDownStyleInfo</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_CalendarDropDownStyleInfo__ctor" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.-ctor.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo__ctor">CalendarDropDownStyleInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the CalendarDropDownStyleInfo</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_CalendarDropDownStyleInfo_BackColor" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.BackColor">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.BackColor.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets background color for the CalendarDropDownControl.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_CalendarType" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.CalendarType">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.CalendarType.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_CalendarType">CalendarType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets calendar type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_Font" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.Font">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.Font.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font for the CalendarDropDownControl.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_ForeColor" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.ForeColor">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.ForeColor.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets fore color for the CalendarDropDownControl.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_HeaderBackColor" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.HeaderBackColor">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.HeaderBackColor.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_HeaderBackColor">HeaderBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets background color for the CalendarDropDownControl header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_HeaderForeColor" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.HeaderForeColor">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.HeaderForeColor.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_HeaderForeColor">HeaderForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets fore color for the CalendarDropDownControl header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_HeaderFormat" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.HeaderFormat">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.HeaderFormat.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_HeaderFormat">HeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets header date format(ie: yyy年 MMMM).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_ShowToday" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.ShowToday">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.ShowToday.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_ShowToday">ShowToday</a>
        </td>
        <td class="markdown level1 summary"><p>Enables or disables showing Today marker.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_TodayMarkColor" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.TodayMarkColor">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.TodayMarkColor.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_TodayMarkColor">TodayMarkColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets color for Today marker.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_YearMonthFormat" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.YearMonthFormat">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.YearMonthFormat.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_YearMonthFormat">YearMonthFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set Year-Month date format(ie: yyy,MMMM).</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_CalendarDropDownStyleInfo_Deserialize_System_Xml_XmlNodeReader_System_String_" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.Deserialize(System.Xml.XmlNodeReader,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.Deserialize.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_Deserialize_System_Xml_XmlNodeReader_System_String_">Deserialize(XmlNodeReader, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the CalendarDropDownStyleInfo object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CalendarDropDownStyleInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.CalendarDropDownStyleInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.CalendarDropDownStyleInfo.Serialize.html#FarPoint_Web_Spread_CalendarDropDownStyleInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the CalendarDropDownStyleInfo object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
