# C1.Win.Schedule.C1Schedule

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_C1Schedule" data-uid="C1.Win.Schedule.C1Schedule" class="text-break">C1Schedule Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control is a fully functional
Outlook-style schedule that allows users to add, edit, and manage their appointments
by loading all of the appointment data either from a bound DataSource or
the built-in DataSource, which saves and loads data from binary, XML or iCal file formats.
By default, the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control will display
the appointment data in the <a class="xref" href="C1.Win.Schedule.ScheduleViewEnum.html#C1_Win_Schedule_ScheduleViewEnum_DayView">DayView</a> mode,
and the current day is the first date displayed.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><span class="xref">C1Schedule</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isite">ISite</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iserviceprovider">IServiceProvider</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.html">C1.Win.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_C1Schedule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Schedule), &quot;C1Schedule.png&quot;)]
[C1Description(&quot;C1Schedule&quot;, &quot;Represents a fully-functional Outlook-style schedule.&quot;)]
[Docking(DockingBehavior.Ask)]
public class C1Schedule : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISite, IServiceProvider, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Schedule), &quot;C1Schedule.png&quot;)&gt;
&lt;C1Description(&quot;C1Schedule&quot;, &quot;Represents a fully-functional Outlook-style schedule.&quot;)&gt;
&lt;Docking(DockingBehavior.Ask)&gt;
Public Class C1Schedule
    Inherits UserControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISite, IServiceProvider, ISupportInitialize</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_Win_Schedule_C1Schedule__ctor" data-uid="C1.Win.Schedule.C1Schedule.#ctor">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.-ctor.html#C1_Win_Schedule_C1Schedule__ctor">C1Schedule()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> component.</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="C1_Win_Schedule_C1Schedule_AllowDrop" data-uid="C1.Win.Schedule.C1Schedule.AllowDrop">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AllowDrop.html#C1_Win_Schedule_C1Schedule_AllowDrop">AllowDrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control can accept data
that the user drags onto it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentComparison" data-uid="C1.Win.Schedule.C1Schedule.AppointmentComparison">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentComparison.html#C1_Win_Schedule_C1Schedule_AppointmentComparison">AppointmentComparison</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.comparison-1">Comparison&lt;T&gt;</a> delegate which is used by
the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control to sort appointments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentHeight" data-uid="C1.Win.Schedule.C1Schedule.AppointmentHeight">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentHeight.html#C1_Win_Schedule_C1Schedule_AppointmentHeight">AppointmentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the height of appointment elements
in Month, TimeLine and Office 2003 Week View modes.
Default value is -1. If this property is set to default value, appointment height will be
determined automatically according to the current view font size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BackColor" data-uid="C1.Win.Schedule.C1Schedule.BackColor">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BackColor.html#C1_Win_Schedule_C1Schedule_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BackgroundImage" data-uid="C1.Win.Schedule.C1Schedule.BackgroundImage">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BackgroundImage.html#C1_Win_Schedule_C1Schedule_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BackgroundImageLayout" data-uid="C1.Win.Schedule.C1Schedule.BackgroundImageLayout">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BackgroundImageLayout.html#C1_Win_Schedule_C1Schedule_BackgroundImageLayout">BackgroundImageLayout</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BoldedDates" data-uid="C1.Win.Schedule.C1Schedule.BoldedDates">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BoldedDates.html#C1_Win_Schedule_C1Schedule_BoldedDates">BoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Schedule.DateList</span> object that determines
which dates contain appointments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BorderStyle" data-uid="C1.Win.Schedule.C1Schedule.BorderStyle">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BorderStyle.html#C1_Win_Schedule_C1Schedule_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of border around the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_CalendarInfo" data-uid="C1.Win.Schedule.C1Schedule.CalendarInfo">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.CalendarInfo.html#C1_Win_Schedule_C1Schedule_CalendarInfo">CalendarInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.C1Schedule.CalendarInfo.html#C1_Win_Schedule_C1Schedule_CalendarInfo">CalendarInfo</a> object for the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ContextMenuStrip" data-uid="C1.Win.Schedule.C1Schedule.ContextMenuStrip">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ContextMenuStrip.html#C1_Win_Schedule_C1Schedule_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Schedule.C1Schedule.ContextMenuStrip.html#C1_Win_Schedule_C1Schedule_ContextMenuStrip">ContextMenuStrip</a> associated with this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_CurrentDate" data-uid="C1.Win.Schedule.C1Schedule.CurrentDate">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.CurrentDate.html#C1_Win_Schedule_C1Schedule_CurrentDate">CurrentDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value that determines
currently selected date in the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Cursor" data-uid="C1.Win.Schedule.C1Schedule.Cursor">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Cursor.html#C1_Win_Schedule_C1Schedule_Cursor">Cursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Schedule.C1Schedule.Cursor.html#C1_Win_Schedule_C1Schedule_Cursor">Cursor</a> that appears when
the mouse moves over the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_DataStorage" data-uid="C1.Win.Schedule.C1Schedule.DataStorage">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.DataStorage.html#C1_Win_Schedule_C1Schedule_DataStorage">DataStorage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.Schedule.C1ScheduleStorage</span> object for the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_EditOptions" data-uid="C1.Win.Schedule.C1Schedule.EditOptions">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.EditOptions.html#C1_Win_Schedule_C1Schedule_EditOptions">EditOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Win.Schedule.C1Schedule.EditOptions.html#C1_Win_Schedule_C1Schedule_EditOptions">EditOptions</a> value, determining which
actions are allowed to the end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_EmptyGroupName" data-uid="C1.Win.Schedule.C1Schedule.EmptyGroupName">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.EmptyGroupName.html#C1_Win_Schedule_C1Schedule_EmptyGroupName">EmptyGroupName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used as default value for the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.Name.html#C1_Win_Schedule_ScheduleGroupItem_Name">Name</a> property.
The default value is &quot;Calendar&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Font" data-uid="C1.Win.Schedule.C1Schedule.Font">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Font.html#C1_Win_Schedule_C1Schedule_Font">Font</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ForeColor" data-uid="C1.Win.Schedule.C1Schedule.ForeColor">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ForeColor.html#C1_Win_Schedule_C1Schedule_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_GroupBy" data-uid="C1.Win.Schedule.C1Schedule.GroupBy">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.GroupBy.html#C1_Win_Schedule_C1Schedule_GroupBy">GroupBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the type of grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_GroupItems" data-uid="C1.Win.Schedule.C1Schedule.GroupItems">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.GroupItems.html#C1_Win_Schedule_C1Schedule_GroupItems">GroupItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of all available <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> objects for the currently set type of grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_GroupPageSize" data-uid="C1.Win.Schedule.C1Schedule.GroupPageSize">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.GroupPageSize.html#C1_Win_Schedule_C1Schedule_GroupPageSize">GroupPageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the maximum number of the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> objects
displayed in UI at the same time. Increasing this value might affect performance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_IsGrouped" data-uid="C1.Win.Schedule.C1Schedule.IsGrouped">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.IsGrouped.html#C1_Win_Schedule_C1Schedule_IsGrouped">IsGrouped</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether grouping has been set for the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_LargeButtons" data-uid="C1.Win.Schedule.C1Schedule.LargeButtons">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.LargeButtons.html#C1_Win_Schedule_C1Schedule_LargeButtons">LargeButtons</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 determining whether the control
and its dialogs should use large icons and buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Locations" data-uid="C1.Win.Schedule.C1Schedule.Locations">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Locations.html#C1_Win_Schedule_C1Schedule_Locations">Locations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> list containing string descriptions of available locations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_MinAppointmentWidth" data-uid="C1.Win.Schedule.C1Schedule.MinAppointmentWidth">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.MinAppointmentWidth.html#C1_Win_Schedule_C1Schedule_MinAppointmentWidth">MinAppointmentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the minimal width of appointment elements in TimeLine view.
Default value is -1.  If this property is set to default value, appointment width is determined automatically according to current view settings and style options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_MinDaySlotWidth" data-uid="C1.Win.Schedule.C1Schedule.MinDaySlotWidth">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.MinDaySlotWidth.html#C1_Win_Schedule_C1Schedule_MinDaySlotWidth">MinDaySlotWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the minimal width of day slots in TimeLine view when <a class="xref" href="C1.Win.Schedule.C1Schedule.TimeLineStyle.html#C1_Win_Schedule_C1Schedule_TimeLineStyle">TimeLineStyle</a> is <a class="xref" href="C1.Win.Schedule.TimeLineStyleEnum.html#C1_Win_Schedule_TimeLineStyleEnum_Days">Days</a>.
Default value is -1.  If this property is set to default value, slot width is determined automatically according to current view settings and style options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_MinSlotWidth" data-uid="C1.Win.Schedule.C1Schedule.MinSlotWidth">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.MinSlotWidth.html#C1_Win_Schedule_C1Schedule_MinSlotWidth">MinSlotWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the minimal width of slots in TimeLine view.
Default value is -1.  If this property is set to default value, slot width is determined automatically according to current view settings and style options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_PrintInfo" data-uid="C1.Win.Schedule.C1Schedule.PrintInfo">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.PrintInfo.html#C1_Win_Schedule_C1Schedule_PrintInfo">PrintInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.C1Schedule.PrintInfo.html#C1_Win_Schedule_C1Schedule_PrintInfo">PrintInfo</a> object responsible for printing support.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ScrollPosition" data-uid="C1.Win.Schedule.C1Schedule.ScrollPosition">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ScrollPosition.html#C1_Win_Schedule_C1Schedule_ScrollPosition">ScrollPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> value determining the current scroll position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ScrollSize" data-uid="C1.Win.Schedule.C1Schedule.ScrollSize">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ScrollSize.html#C1_Win_Schedule_C1Schedule_ScrollSize">ScrollSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ScrollableRectangle" data-uid="C1.Win.Schedule.C1Schedule.ScrollableRectangle">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ScrollableRectangle.html#C1_Win_Schedule_C1Schedule_ScrollableRectangle">ScrollableRectangle</a>
        </td>
        <td class="markdown level1 summary"><p>This property is used to get the scroll page size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectedAppointments" data-uid="C1.Win.Schedule.C1Schedule.SelectedAppointments">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectedAppointments.html#C1_Win_Schedule_C1Schedule_SelectedAppointments">SelectedAppointments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Schedule.AppointmentList</span> object containing
the list of currently selected <span class="xref">C1.Schedule.Appointment</span> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectedDates" data-uid="C1.Win.Schedule.C1Schedule.SelectedDates">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectedDates.html#C1_Win_Schedule_C1Schedule_SelectedDates">SelectedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Schedule.DateList</span> object that determines
currently selected dates in the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectedGroupItem" data-uid="C1.Win.Schedule.C1Schedule.SelectedGroupItem">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectedGroupItem.html#C1_Win_Schedule_C1Schedule_SelectedGroupItem">SelectedGroupItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selected <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object or returns null if the selection is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectedInterval" data-uid="C1.Win.Schedule.C1Schedule.SelectedInterval">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectedInterval.html#C1_Win_Schedule_C1Schedule_SelectedInterval">SelectedInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.TimeInterval.html">TimeInterval</a> object representing
currently selected time interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Settings" data-uid="C1.Win.Schedule.C1Schedule.Settings">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Settings.html#C1_Win_Schedule_C1Schedule_Settings">Settings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.html">C1ScheduleSettings</a> object for the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowAllDayArea" data-uid="C1.Win.Schedule.C1Schedule.ShowAllDayArea">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowAllDayArea.html#C1_Win_Schedule_C1Schedule_ShowAllDayArea">ShowAllDayArea</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 the control should show
All-Day area in a Day View. The default value is True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowAppointmentStatus" data-uid="C1.Win.Schedule.C1Schedule.ShowAppointmentStatus">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowAppointmentStatus.html#C1_Win_Schedule_C1Schedule_ShowAppointmentStatus">ShowAppointmentStatus</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 the control should show
appointment status in Day, WorkingWeek, Week and TimeLine views.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowAppointmentToolTip" data-uid="C1.Win.Schedule.C1Schedule.ShowAppointmentToolTip">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowAppointmentToolTip.html#C1_Win_Schedule_C1Schedule_ShowAppointmentToolTip">ShowAppointmentToolTip</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 the control should show
tooltip when mouse is over an appointment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowContextMenu" data-uid="C1.Win.Schedule.C1Schedule.ShowContextMenu">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowContextMenu.html#C1_Win_Schedule_C1Schedule_ShowContextMenu">ShowContextMenu</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 the control
should show context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowEmptyGroupItem" data-uid="C1.Win.Schedule.C1Schedule.ShowEmptyGroupItem">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowEmptyGroupItem.html#C1_Win_Schedule_C1Schedule_ShowEmptyGroupItem">ShowEmptyGroupItem</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 determining whether the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control
should display an empty group item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowGroupNavigation" data-uid="C1.Win.Schedule.C1Schedule.ShowGroupNavigation">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowGroupNavigation.html#C1_Win_Schedule_C1Schedule_ShowGroupNavigation">ShowGroupNavigation</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 determining whether the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control
should display group navigation buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowReminderForm" data-uid="C1.Win.Schedule.C1Schedule.ShowReminderForm">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowReminderForm.html#C1_Win_Schedule_C1Schedule_ShowReminderForm">ShowReminderForm</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 the control
should show the reminder form when a reminder alerts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowTitle" data-uid="C1.Win.Schedule.C1Schedule.ShowTitle">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowTitle.html#C1_Win_Schedule_C1Schedule_ShowTitle">ShowTitle</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 determining whether the control
shows the title panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowWeekends" data-uid="C1.Win.Schedule.C1Schedule.ShowWeekends">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowWeekends.html#C1_Win_Schedule_C1Schedule_ShowWeekends">ShowWeekends</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 the control should show
weekends in a Month View. The default value is True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowWorkTimeOnly" data-uid="C1.Win.Schedule.C1Schedule.ShowWorkTimeOnly">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowWorkTimeOnly.html#C1_Win_Schedule_C1Schedule_ShowWorkTimeOnly">ShowWorkTimeOnly</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 the control should show
only working hours in Day and TimeLine views.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Theme" data-uid="C1.Win.Schedule.C1Schedule.Theme">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Theme.html#C1_Win_Schedule_C1Schedule_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.C1Schedule.Theme.html#C1_Win_Schedule_C1Schedule_Theme">Theme</a> object determining the control appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_TimeLineStyle" data-uid="C1.Win.Schedule.C1Schedule.TimeLineStyle">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.TimeLineStyle.html#C1_Win_Schedule_C1Schedule_TimeLineStyle">TimeLineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Schedule.TimeLineStyleEnum.html">TimeLineStyleEnum</a> value determining
the Time Line style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ViewType" data-uid="C1.Win.Schedule.C1Schedule.ViewType">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ViewType.html#C1_Win_Schedule_C1Schedule_ViewType">ViewType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Schedule.ScheduleViewEnum.html">ScheduleViewEnum</a> value determining
currently displayed view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_VisibleGroupItems" data-uid="C1.Win.Schedule.C1Schedule.VisibleGroupItems">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.VisibleGroupItems.html#C1_Win_Schedule_C1Schedule_VisibleGroupItems">VisibleGroupItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of currently visible <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> objects.
This collection can be used in xaml in the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control templates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_WeekTabFormat" data-uid="C1.Win.Schedule.C1Schedule.WeekTabFormat">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.WeekTabFormat.html#C1_Win_Schedule_C1Schedule_WeekTabFormat">WeekTabFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the content of week tabs in the month view mode.
The default value is <a class="xref" href="C1.Win.Schedule.WeekTabFormat.html#C1_Win_Schedule_WeekTabFormat_Floating">Floating</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_WeekViewStyle" data-uid="C1.Win.Schedule.C1Schedule.WeekViewStyle">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.WeekViewStyle.html#C1_Win_Schedule_C1Schedule_WeekViewStyle">WeekViewStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Schedule.WeekViewStyleEnum.html">WeekViewStyleEnum</a> value determining
Week View style.</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_Win_Schedule_C1Schedule_BeginInit" data-uid="C1.Win.Schedule.C1Schedule.BeginInit">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeginInit.html#C1_Win_Schedule_C1Schedule_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeginUpdate" data-uid="C1.Win.Schedule.C1Schedule.BeginUpdate">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeginUpdate.html#C1_Win_Schedule_C1Schedule_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Prevents the control from drawing until the <a class="xref" href="C1.Win.Schedule.C1Schedule.EndUpdate.html#C1_Win_Schedule_C1Schedule_EndUpdate">EndUpdate()</a> method
is called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Compare_C1_Schedule_Appointment_C1_Schedule_Appointment_" data-uid="C1.Win.Schedule.C1Schedule.Compare(C1.Schedule.Appointment,C1.Schedule.Appointment)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Compare.html#C1_Win_Schedule_C1Schedule_Compare_C1_Schedule_Appointment_C1_Schedule_Appointment_">Compare(Appointment, Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a comparison of two <span class="xref">C1.Schedule.Appointment</span> objects based on their start time and subject.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_CreateAllDayEvent" data-uid="C1.Win.Schedule.C1Schedule.CreateAllDayEvent">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.CreateAllDayEvent.html#C1_Win_Schedule_C1Schedule_CreateAllDayEvent">CreateAllDayEvent()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new all-day <span class="xref">C1.Schedule.Appointment</span> object,
shows it in the Edit Appointment dialog, and then adds it
to the <span class="xref">C1.Schedule.AppointmentStorage.Appointments</span> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_CreateAppointment" data-uid="C1.Win.Schedule.C1Schedule.CreateAppointment">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.CreateAppointment.html#C1_Win_Schedule_C1Schedule_CreateAppointment">CreateAppointment()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <span class="xref">C1.Schedule.Appointment</span> object with default settings,
shows it in the Edit Appointment dialog, and then adds it
to the <span class="xref">C1.Schedule.AppointmentStorage.Appointments</span> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_CreateReccuringAllDayEvent" data-uid="C1.Win.Schedule.C1Schedule.CreateReccuringAllDayEvent">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.CreateReccuringAllDayEvent.html#C1_Win_Schedule_C1Schedule_CreateReccuringAllDayEvent">CreateReccuringAllDayEvent()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new recurring all-day <span class="xref">C1.Schedule.Appointment</span> object,
shows it in the Edit Appointment dialog, and then adds it
to the <span class="xref">C1.Schedule.AppointmentStorage.Appointments</span> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_CreateReccuringAppointment" data-uid="C1.Win.Schedule.C1Schedule.CreateReccuringAppointment">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.CreateReccuringAppointment.html#C1_Win_Schedule_C1Schedule_CreateReccuringAppointment">CreateReccuringAppointment()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new recurring <span class="xref">C1.Schedule.Appointment</span> object,
shows it in the Edit Appointment dialog, and then adds it
to the <span class="xref">C1.Schedule.AppointmentStorage.Appointments</span> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Dispose_System_Boolean_" data-uid="C1.Win.Schedule.C1Schedule.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Dispose.html#C1_Win_Schedule_C1Schedule_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_EditAppointment_C1_Schedule_Appointment_" data-uid="C1.Win.Schedule.C1Schedule.EditAppointment(C1.Schedule.Appointment)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.EditAppointment.html#C1_Win_Schedule_C1Schedule_EditAppointment_C1_Schedule_Appointment_">EditAppointment(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows specified <span class="xref">C1.Schedule.Appointment</span> object in the Edit Appointment dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_EditRecurrence_C1_Schedule_Appointment_" data-uid="C1.Win.Schedule.C1Schedule.EditRecurrence(C1.Schedule.Appointment)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.EditRecurrence.html#C1_Win_Schedule_C1Schedule_EditRecurrence_C1_Schedule_Appointment_">EditRecurrence(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens <a class="xref" href="C1.Win.Schedule.Forms.RecurrenceForm.html">RecurrenceForm</a> dialog for editing existent or newly created <span class="xref">C1.Schedule.RecurrencePattern</span> object for the specified <span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_EndInit" data-uid="C1.Win.Schedule.C1Schedule.EndInit">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.EndInit.html#C1_Win_Schedule_C1Schedule_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_EndUpdate" data-uid="C1.Win.Schedule.C1Schedule.EndUpdate">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.EndUpdate.html#C1_Win_Schedule_C1Schedule_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes drawing of the control after drawing is suspended by
the <a class="xref" href="C1.Win.Schedule.C1Schedule.BeginUpdate.html#C1_Win_Schedule_C1Schedule_BeginUpdate">BeginUpdate()</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_EnsureVisibleTime_System_TimeSpan_" data-uid="C1.Win.Schedule.C1Schedule.EnsureVisibleTime(System.TimeSpan)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.EnsureVisibleTime.html#C1_Win_Schedule_C1Schedule_EnsureVisibleTime_System_TimeSpan_">EnsureVisibleTime(TimeSpan)</a>
        </td>
        <td class="markdown level1 summary"><p>Ensures that the specified time is visible within the control,
scrolling the contents if necessary.
This method doesn't make sense for MonthView and Office 2003 WeekView modes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Export_System_Object_System_String_" data-uid="C1.Win.Schedule.C1Schedule.Export(System.Object,System.String)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Export.html#C1_Win_Schedule_C1Schedule_Export_System_Object_System_String_">Export(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.savefiledialog">SaveFileDialog</a> and exports specified data to the selected file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_GetAppointmentAtPoint_System_Drawing_Point_" data-uid="C1.Win.Schedule.C1Schedule.GetAppointmentAtPoint(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.GetAppointmentAtPoint.html#C1_Win_Schedule_C1Schedule_GetAppointmentAtPoint_System_Drawing_Point_">GetAppointmentAtPoint(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <span class="xref">C1.Schedule.Appointment</span> object which is located
in the Schedule at the given screen point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_GetDateTimeAtPoint_System_Drawing_Point_" data-uid="C1.Win.Schedule.C1Schedule.GetDateTimeAtPoint(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.GetDateTimeAtPoint.html#C1_Win_Schedule_C1Schedule_GetDateTimeAtPoint_System_Drawing_Point_">GetDateTimeAtPoint(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value which is located
in the Schedule at the given screen point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_GoToDate_System_DateTime_" data-uid="C1.Win.Schedule.C1Schedule.GoToDate(System.DateTime)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.GoToDate.html#C1_Win_Schedule_C1Schedule_GoToDate_System_DateTime_">GoToDate(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the specified date as the start date of the scheduler,
meaning that on this date the scheduler will show its data.
This operation doesn't change the type of view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Import_System_String_" data-uid="C1.Win.Schedule.C1Schedule.Import(System.String)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Import.html#C1_Win_Schedule_C1Schedule_Import_System_String_">Import(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.openfiledialog">OpenFileDialog</a> and tries to export data from the selected file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_NavigateToScheduleGroup_System_Int32_" data-uid="C1.Win.Schedule.C1Schedule.NavigateToScheduleGroup(System.Int32)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.NavigateToScheduleGroup.html#C1_Win_Schedule_C1Schedule_NavigateToScheduleGroup_System_Int32_">NavigateToScheduleGroup(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates the <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> control back or forth to another
<a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object by the specified increment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_OnFontChanged_System_EventArgs_" data-uid="C1.Win.Schedule.C1Schedule.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.OnFontChanged.html#C1_Win_Schedule_C1Schedule_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_OnHandleCreated_System_EventArgs_" data-uid="C1.Win.Schedule.C1Schedule.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.OnHandleCreated.html#C1_Win_Schedule_C1Schedule_OnHandleCreated_System_EventArgs_">OnHandleCreated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_Refresh" data-uid="C1.Win.Schedule.C1Schedule.Refresh">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.Refresh.html#C1_Win_Schedule_C1Schedule_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_RemoveAppointment_C1_Schedule_Appointment_" data-uid="C1.Win.Schedule.C1Schedule.RemoveAppointment(C1.Schedule.Appointment)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.RemoveAppointment.html#C1_Win_Schedule_C1Schedule_RemoveAppointment_C1_Schedule_Appointment_">RemoveAppointment(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes specified <span class="xref">C1.Schedule.Appointment</span> object from the <span class="xref">C1.Schedule.AppointmentStorage</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ResetTheme" data-uid="C1.Win.Schedule.C1Schedule.ResetTheme">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ResetTheme.html#C1_Win_Schedule_C1Schedule_ResetTheme">ResetTheme()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Schedule.C1Schedule.Theme.html#C1_Win_Schedule_C1Schedule_Theme">Theme</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ResetVisualStyle" data-uid="C1.Win.Schedule.C1Schedule.ResetVisualStyle">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ResetVisualStyle.html#C1_Win_Schedule_C1Schedule_ResetVisualStyle">ResetVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <span class="xref">C1.Win.Schedule.C1Schedule.VisualStyle</span> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectAppointment_C1_Schedule_Appointment_System_Boolean_" data-uid="C1.Win.Schedule.C1Schedule.SelectAppointment(C1.Schedule.Appointment,System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectAppointment.html#C1_Win_Schedule_C1Schedule_SelectAppointment_C1_Schedule_Appointment_System_Boolean_">SelectAppointment(Appointment, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects specified <span class="xref">C1.Schedule.Appointment</span> object in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShouldSerializeTheme" data-uid="C1.Win.Schedule.C1Schedule.ShouldSerializeTheme">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShouldSerializeTheme.html#C1_Win_Schedule_C1Schedule_ShouldSerializeTheme">ShouldSerializeTheme()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowDates_System_DateTime___" data-uid="C1.Win.Schedule.C1Schedule.ShowDates(System.DateTime[])">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowDates.html#C1_Win_Schedule_C1Schedule_ShowDates_System_DateTime___">ShowDates(DateTime[])</a>
        </td>
        <td class="markdown level1 summary"><p>Shows specified dates in the scheduler choosing appropriate type of view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ShowDates_System_DateTime___System_Nullable_C1_Win_Schedule_ScheduleViewEnum__" data-uid="C1.Win.Schedule.C1Schedule.ShowDates(System.DateTime[],System.Nullable{C1.Win.Schedule.ScheduleViewEnum})">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowDates.html#C1_Win_Schedule_C1Schedule_ShowDates_System_DateTime___System_Nullable_C1_Win_Schedule_ScheduleViewEnum__">ShowDates(DateTime[], ScheduleViewEnum?)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows specified dates in the scheduler with the specified view type.</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_Win_Schedule_C1Schedule_AppointmentAdded" data-uid="C1.Win.Schedule.C1Schedule.AppointmentAdded">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentAdded.html">AppointmentAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an <span class="xref">C1.Schedule.Appointment</span> object is added.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentChanged" data-uid="C1.Win.Schedule.C1Schedule.AppointmentChanged">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentChanged.html">AppointmentChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an <span class="xref">C1.Schedule.Appointment</span> object is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentCustomAction" data-uid="C1.Win.Schedule.C1Schedule.AppointmentCustomAction">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentCustomAction.html">AppointmentCustomAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately before a custom action of an <span class="xref">C1.Schedule.Appointment</span> object executes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentDeleted" data-uid="C1.Win.Schedule.C1Schedule.AppointmentDeleted">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentDeleted.html">AppointmentDeleted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an <span class="xref">C1.Schedule.Appointment</span> object is deleted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentLinkClicked" data-uid="C1.Win.Schedule.C1Schedule.AppointmentLinkClicked">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentLinkClicked.html">AppointmentLinkClicked</a>
        </td>
        <td class="markdown level1 summary"><p>Event that fires when the user clicks a hyperlink within the appointment element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentRecurrenceStateChanged" data-uid="C1.Win.Schedule.C1Schedule.AppointmentRecurrenceStateChanged">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentRecurrenceStateChanged.html">AppointmentRecurrenceStateChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <span class="xref">C1.Schedule.Appointment.RecurrenceState</span> property of
an <span class="xref">C1.Schedule.Appointment</span> object is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_AppointmentsLoaded" data-uid="C1.Win.Schedule.C1Schedule.AppointmentsLoaded">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.AppointmentsLoaded.html">AppointmentsLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when <span class="xref">C1.Schedule.AppointmentCollection</span> has been loaded by the C1ScheduleStorage.Import method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentCreate" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentCreate">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentCreate.html">BeforeAppointmentCreate</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately before the new <span class="xref">C1.Schedule.Appointment</span> object is created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentDelete" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentDelete">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentDelete.html">BeforeAppointmentDelete</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an <span class="xref">C1.Schedule.Appointment</span> object is deleted by end-user by pressing
'Delete' button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentDrop" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentDrop">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentDrop.html">BeforeAppointmentDrop</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an <span class="xref">C1.Schedule.Appointment</span> object is dropped by end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentEdit" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentEdit">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentEdit.html">BeforeAppointmentEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the <span class="xref">C1.Schedule.Appointment</span> object is edited in-place.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentFormat" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentFormat">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentFormat.html">BeforeAppointmentFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the appointment content is formatted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentResize" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentResize">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentResize.html">BeforeAppointmentResize</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an <span class="xref">C1.Schedule.Appointment</span> object is resized by end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentSave" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentSave">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentSave.html">BeforeAppointmentSave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the <span class="xref">C1.Schedule.Appointment</span> object is saved by end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentShow" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentShow">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentShow.html">BeforeAppointmentShow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately before the Appointment dialog box is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeAppointmentTooltipShow" data-uid="C1.Win.Schedule.C1Schedule.BeforeAppointmentTooltipShow">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeAppointmentTooltipShow.html">BeforeAppointmentTooltipShow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the appointment tooltip is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeContextMenuShow" data-uid="C1.Win.Schedule.C1Schedule.BeforeContextMenuShow">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeContextMenuShow.html">BeforeContextMenuShow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the context menu is shown.
This event gets fired even if <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowContextMenu.html#C1_Win_Schedule_C1Schedule_ShowContextMenu">ShowContextMenu</a> property is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeExport" data-uid="C1.Win.Schedule.C1Schedule.BeforeExport">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeExport.html">BeforeExport</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before export operation performed by the <a class="xref" href="C1.Win.Schedule.C1Schedule.Export.html#C1_Win_Schedule_C1Schedule_Export_System_Object_System_String_">Export(object, string)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeGroupHeaderFormat" data-uid="C1.Win.Schedule.C1Schedule.BeforeGroupHeaderFormat">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeGroupHeaderFormat.html">BeforeGroupHeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the group header is formatted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeOptionsFormShow" data-uid="C1.Win.Schedule.C1Schedule.BeforeOptionsFormShow">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeOptionsFormShow.html">BeforeOptionsFormShow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before showing print options form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforePrint" data-uid="C1.Win.Schedule.C1Schedule.BeforePrint">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforePrint.html">BeforePrint</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforePrintPreview" data-uid="C1.Win.Schedule.C1Schedule.BeforePrintPreview">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforePrintPreview.html">BeforePrintPreview</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before print preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeReminderShow" data-uid="C1.Win.Schedule.C1Schedule.BeforeReminderShow">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeReminderShow.html">BeforeReminderShow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately before the Reminder dialog box is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeTimeFormat" data-uid="C1.Win.Schedule.C1Schedule.BeforeTimeFormat">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeTimeFormat.html">BeforeTimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the time interval is formatted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_BeforeViewChange" data-uid="C1.Win.Schedule.C1Schedule.BeforeViewChange">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.BeforeViewChange.html">BeforeViewChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fired before the <a class="xref" href="C1.Win.Schedule.C1Schedule.ViewType.html#C1_Win_Schedule_C1Schedule_ViewType">ViewType</a> property change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_PrintDocumentStarting" data-uid="C1.Win.Schedule.C1Schedule.PrintDocumentStarting">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.PrintDocumentStarting.html">PrintDocumentStarting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the print document building is started.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ReminderAdd" data-uid="C1.Win.Schedule.C1Schedule.ReminderAdd">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ReminderAdd.html">ReminderAdd</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a <span class="xref">C1.Schedule.Reminder</span> object is added.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ReminderChange" data-uid="C1.Win.Schedule.C1Schedule.ReminderChange">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ReminderChange.html">ReminderChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a <span class="xref">C1.Schedule.Reminder</span> object has been modified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ReminderFire" data-uid="C1.Win.Schedule.C1Schedule.ReminderFire">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ReminderFire.html">ReminderFire</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the <span class="xref">C1.Schedule.Reminder</span> object is executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ReminderRemove" data-uid="C1.Win.Schedule.C1Schedule.ReminderRemove">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ReminderRemove.html">ReminderRemove</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <span class="xref">C1.Schedule.Reminder</span> object has been removed from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_ReminderSnooze" data-uid="C1.Win.Schedule.C1Schedule.ReminderSnooze">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.ReminderSnooze.html">ReminderSnooze</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <span class="xref">C1.Schedule.Reminder</span> object is dismissed using the Snooze button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectedAppointmentsChanged" data-uid="C1.Win.Schedule.C1Schedule.SelectedAppointmentsChanged">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectedAppointmentsChanged.html">SelectedAppointmentsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the list of selected appointments is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectedDaysChanged" data-uid="C1.Win.Schedule.C1Schedule.SelectedDaysChanged">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectedDaysChanged.html">SelectedDaysChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the range of available days is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectedIntervalChanged" data-uid="C1.Win.Schedule.C1Schedule.SelectedIntervalChanged">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectedIntervalChanged.html">SelectedIntervalChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when selected time interval is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1Schedule_SelectionChanged" data-uid="C1.Win.Schedule.C1Schedule.SelectionChanged">
          <a class="xref" href="C1.Win.Schedule.C1Schedule.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the range of visible days is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
