# C1.Win.Schedule.C1ScheduleSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_C1ScheduleSettings" data-uid="C1.Win.Schedule.C1ScheduleSettings" class="text-break">C1ScheduleSettings Class
</h1>
  <div class="markdown level0 summary"><p>Determines auxiliary properties providing different <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a> object settings.</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"><span class="xref">C1ScheduleSettings</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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>
  <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_C1ScheduleSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1ScheduleSettings : Component, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class C1ScheduleSettings
    Inherits Component
    Implements IComponent, IDisposable</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_C1ScheduleSettings__ctor" data-uid="C1.Win.Schedule.C1ScheduleSettings.#ctor">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.-ctor.html#C1_Win_Schedule_C1ScheduleSettings__ctor">C1ScheduleSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.html">C1ScheduleSettings</a> class.</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_C1ScheduleSettings_AllowCategoriesEditing" data-uid="C1.Win.Schedule.C1ScheduleSettings.AllowCategoriesEditing">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.AllowCategoriesEditing.html#C1_Win_Schedule_C1ScheduleSettings_AllowCategoriesEditing">AllowCategoriesEditing</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether end-user has permission to edit Categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_AllowCategoriesMultiSelection" data-uid="C1.Win.Schedule.C1ScheduleSettings.AllowCategoriesMultiSelection">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.AllowCategoriesMultiSelection.html#C1_Win_Schedule_C1ScheduleSettings_AllowCategoriesMultiSelection">AllowCategoriesMultiSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether multiple Category objects might be assigned to the single Appointment object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_AllowContactsEditing" data-uid="C1.Win.Schedule.C1ScheduleSettings.AllowContactsEditing">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.AllowContactsEditing.html#C1_Win_Schedule_C1ScheduleSettings_AllowContactsEditing">AllowContactsEditing</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether end-user has permission to edit Contacts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_AllowContactsMultiSelection" data-uid="C1.Win.Schedule.C1ScheduleSettings.AllowContactsMultiSelection">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.AllowContactsMultiSelection.html#C1_Win_Schedule_C1ScheduleSettings_AllowContactsMultiSelection">AllowContactsMultiSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether multiple Contact objects might be assigned to the single Appointment object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_AllowResourcesEditing" data-uid="C1.Win.Schedule.C1ScheduleSettings.AllowResourcesEditing">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.AllowResourcesEditing.html#C1_Win_Schedule_C1ScheduleSettings_AllowResourcesEditing">AllowResourcesEditing</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether end-user has permission to edit Resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_AllowResourcesMultiSelection" data-uid="C1.Win.Schedule.C1ScheduleSettings.AllowResourcesMultiSelection">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.AllowResourcesMultiSelection.html#C1_Win_Schedule_C1ScheduleSettings_AllowResourcesMultiSelection">AllowResourcesMultiSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether multiple Resource objects might be assigned to the single Appointment object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_AutoScrollToFirstAppointment" data-uid="C1.Win.Schedule.C1ScheduleSettings.AutoScrollToFirstAppointment">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.AutoScrollToFirstAppointment.html#C1_Win_Schedule_C1ScheduleSettings_AutoScrollToFirstAppointment">AutoScrollToFirstAppointment</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 control
scrolls itself to the earliest appointment in the current view.
This property only affects Day/Work Week/Week/TimeLine views.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_DefaultFileFormat" data-uid="C1.Win.Schedule.C1ScheduleSettings.DefaultFileFormat">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.DefaultFileFormat.html#C1_Win_Schedule_C1ScheduleSettings_DefaultFileFormat">DefaultFileFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.Schedule.FileFormatEnum</span> value,
specifying the default file format for import and export operations.
It is honored in the &quot;Import Data&quot; and &quot;Export Data&quot; dialogs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_FirstVisibleTime" data-uid="C1.Win.Schedule.C1ScheduleSettings.FirstVisibleTime">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.FirstVisibleTime.html#C1_Win_Schedule_C1ScheduleSettings_FirstVisibleTime">FirstVisibleTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a> value representing
the first visible time slot in a Day/Working Week/Week/TimeLine views.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_ReminderTimeBeforeStart" data-uid="C1.Win.Schedule.C1ScheduleSettings.ReminderTimeBeforeStart">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.ReminderTimeBeforeStart.html#C1_Win_Schedule_C1ScheduleSettings_ReminderTimeBeforeStart">ReminderTimeBeforeStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a> value which should be used as initial value for the
<span class="xref">C1.Schedule.Appointment.ReminderTimeBeforeStart</span> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_C1ScheduleSettings_SetReminder" data-uid="C1.Win.Schedule.C1ScheduleSettings.SetReminder">
          <a class="xref" href="C1.Win.Schedule.C1ScheduleSettings.SetReminder.html#C1_Win_Schedule_C1ScheduleSettings_SetReminder">SetReminder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether reminder should be set for the newly created appointments.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
