# C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_C1CalendarItem_DateTimeInfoCollection" data-uid="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection" class="text-break">C1CalendarItem.DateTimeInfoCollection Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection.html">C1CalendarItem.DateTimeInfoCollection</a> class keeps the list of <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.html">DateTimeInfo</a>
objects which can be used for the <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.html">C1CalendarItem</a> control navigation.</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">C1CalendarItem.DateTimeInfoCollection</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.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_C1CalendarItem_DateTimeInfoCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1CalendarItem.DateTimeInfoCollection : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1CalendarItem.DateTimeInfoCollection
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <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_WPF_Schedule_C1CalendarItem_DateTimeInfoCollection_Collection" data-uid="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection.Collection">
          <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection.Collection.html#C1_WPF_Schedule_C1CalendarItem_DateTimeInfoCollection_Collection">Collection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlyobservablecollection-1">ReadOnlyObservableCollection&lt;T&gt;</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1CalendarItem_DateTimeInfoCollection_SelectedValue" data-uid="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection.SelectedValue">
          <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection.SelectedValue.html#C1_WPF_Schedule_C1CalendarItem_DateTimeInfoCollection_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.html">DateTimeInfo</a> object corresponding to the month
and year which are currently displayed by the owning <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.html">C1CalendarItem</a> control.</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_WPF_Schedule_C1CalendarItem_DateTimeInfoCollection_PropertyChanged" data-uid="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection.PropertyChanged">
          <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.DateTimeInfoCollection.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
