# C1.DataFilter.CalendarSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataFilter_CalendarSettings" data-uid="C1.DataFilter.CalendarSettings" class="text-break">CalendarSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents a settings of filter calendar.</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">CalendarSettings</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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="C1.DataFilter.html">C1.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DataFilter.4.8.dll</h6>
  <h5 id="C1_DataFilter_CalendarSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class CalendarSettings : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class CalendarSettings
    Implements 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="C1_DataFilter_CalendarSettings__ctor" data-uid="C1.DataFilter.CalendarSettings.#ctor">
          <a class="xref" href="C1.DataFilter.CalendarSettings.-ctor.html#C1_DataFilter_CalendarSettings__ctor">CalendarSettings()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_DataFilter_CalendarSettings_Calendar" data-uid="C1.DataFilter.CalendarSettings.Calendar">
          <a class="xref" href="C1.DataFilter.CalendarSettings.Calendar.html#C1_DataFilter_CalendarSettings_Calendar">Calendar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.calendar">Calendar</a> object that represents time in divisions of calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_CalendarType" data-uid="C1.DataFilter.CalendarSettings.CalendarType">
          <a class="xref" href="C1.DataFilter.CalendarSettings.CalendarType.html#C1_DataFilter_CalendarSettings_CalendarType">CalendarType</a>
        </td>
        <td class="markdown level1 summary"><p>Calendar, used to format date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_CalendarWeekRule" data-uid="C1.DataFilter.CalendarSettings.CalendarWeekRule">
          <a class="xref" href="C1.DataFilter.CalendarSettings.CalendarWeekRule.html#C1_DataFilter_CalendarSettings_CalendarWeekRule">CalendarWeekRule</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets current calendar week rule.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_CurrentCulture" data-uid="C1.DataFilter.CalendarSettings.CurrentCulture">
          <a class="xref" href="C1.DataFilter.CalendarSettings.CurrentCulture.html#C1_DataFilter_CalendarSettings_CurrentCulture">CurrentCulture</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets current culture for the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_FirstDayOfWeek" data-uid="C1.DataFilter.CalendarSettings.FirstDayOfWeek">
          <a class="xref" href="C1.DataFilter.CalendarSettings.FirstDayOfWeek.html#C1_DataFilter_CalendarSettings_FirstDayOfWeek">FirstDayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first day of the week as displayed in the month calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_ShowArrowButtons" data-uid="C1.DataFilter.CalendarSettings.ShowArrowButtons">
          <a class="xref" href="C1.DataFilter.CalendarSettings.ShowArrowButtons.html#C1_DataFilter_CalendarSettings_ShowArrowButtons">ShowArrowButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether calendar displays arrow buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_ShowToday" data-uid="C1.DataFilter.CalendarSettings.ShowToday">
          <a class="xref" href="C1.DataFilter.CalendarSettings.ShowToday.html#C1_DataFilter_CalendarSettings_ShowToday">ShowToday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to display today date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_ShowWeekNumbers" data-uid="C1.DataFilter.CalendarSettings.ShowWeekNumbers">
          <a class="xref" href="C1.DataFilter.CalendarSettings.ShowWeekNumbers.html#C1_DataFilter_CalendarSettings_ShowWeekNumbers">ShowWeekNumbers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether calendar displays week numbers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_CalendarSettings_VerticalOrientationLayout" data-uid="C1.DataFilter.CalendarSettings.VerticalOrientationLayout">
          <a class="xref" href="C1.DataFilter.CalendarSettings.VerticalOrientationLayout.html#C1_DataFilter_CalendarSettings_VerticalOrientationLayout">VerticalOrientationLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether positioned vertically of the month.</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="C1_DataFilter_CalendarSettings_OnPropertyChanged_System_String_" data-uid="C1.DataFilter.CalendarSettings.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.DataFilter.CalendarSettings.OnPropertyChanged.html#C1_DataFilter_CalendarSettings_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.DataFilter.CalendarSettings.PropertyChanged.html">PropertyChanged</a> event.</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="C1_DataFilter_CalendarSettings_PropertyChanged" data-uid="C1.DataFilter.CalendarSettings.PropertyChanged">
          <a class="xref" href="C1.DataFilter.CalendarSettings.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
