﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.XtraScheduler.v25.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.XtraScheduler">
      <summary>
        <para>Contains classes which are used to implement the main functionality of the Scheduler.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.ActiveViewChangingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanging">SchedulerControl.ActiveViewChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerViewBase,DevExpress.XtraScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ActiveViewChangingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="oldView">An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant. This object represents the previous active <see href="https://docs.devexpress.com/WindowsForms/1757/controls-and-libraries/scheduler/views">scheduler view</see>. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.OldView">ActiveViewChangingEventArgs.OldView</see> property.</param>
      <param name="newView">An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant. This object represents the new active <see href="https://docs.devexpress.com/WindowsForms/1757/controls-and-libraries/scheduler/views">scheduler view</see>. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.NewView">ActiveViewChangingEventArgs.NewView</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether to cancel switching to another Scheduler view.</para>
      </summary>
      <value>true to cancel the operation performed on the event; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.NewView">
      <summary>
        <para>Gets the new value of the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> property.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.OldView">
      <summary>
        <para>Gets the old value of the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> property.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.ActiveViewChangingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanging">SchedulerControl.ActiveViewChanging</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.ActiveViewChangingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.AgendaView">
      <summary>
        <para>A view that lists appointments by day.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AgendaView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AgendaView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control assigned to the day view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.AgendaView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DayViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.AgendaView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to options that enable you to show or hide certain view elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions"/> object that contains settings which affect the appointment appearance.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.DateTimeScrollbarVisible">
      <summary>
        <para>Overrides the property of the base class. Has no effect for the Agenda view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.DayCount">
      <summary>
        <para>Gets or sets the number of days displayed in the view.</para>
      </summary>
      <value>An integer that specifies the number of days whose appointments are listed in the view.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AgendaView.DisposeViewControls">
      <summary>
        <para>Disposes of a grid control contained in the Agenda view and removes it from the collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.GroupSeparatorWidth">
      <summary>
        <para>Overrides the property of the base class to hide it. Has no effect for the Agenda view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AgendaView.InitializeViewControls">
      <summary>
        <para>Creates and initializes inner grid control contained in the Agenda view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AgendaView.Invalidate(System.Drawing.Rectangle)">
      <summary>
        <para>Invalidates the specified region occupied by the current View (adds it to the control’s update region which will be repainted during the next paint operation), and send a paint message to the scheduler control.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure specifying the region to update.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.MenuCaption">
      <summary>
        <para>Gets or sets the menu caption string to indicate the Agenda view.</para>
        <para>.</para>
      </summary>
      <value>A string that is the menu caption for commands switching the scheduler to the Agenda view.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.MenuItemId">
      <summary>
        <para>Gets the ID of the menu item which relates to the Agenda View.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToAgendaView">SchedulerMenuItemId.SwitchToAgendaView</see> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.ResourcesPerPage">
      <summary>
        <para>Overrides the property of the base class to hide it. Has no effect for the Agenda view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.ShowMoreButtons">
      <summary>
        <para>Overrides the property of the base class to hide it. Has no effect for the Agenda view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.StatusDisplayType">
      <summary>
        <para>Implemented to hide the property of the base class.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Agenda">SchedulerViewType.Agenda</see> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AgendaViewAppearance">
      <summary>
        <para>Provides appearance settings used to paint the Agenda view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AgendaViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AgendaViewAppearance"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaViewAppearance.ResourceHeaderCaption">
      <summary>
        <para>Overrides the property of the base class to hide it. Not in use.</para>
      </summary>
      <value>Always null.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaViewAppearance.ResourceHeaderCaptionLine">
      <summary>
        <para>Overrides the property of the base class to hide it. Not in use.</para>
      </summary>
      <value>Always null.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AgendaViewAppearance.Selection">
      <summary>
        <para>Overrides the property of the base class to hide it. Not in use.</para>
      </summary>
      <value>Always null</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentDataStorage">
      <summary>
        <para>A storage that holds a collection of appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.#ctor(DevExpress.XtraScheduler.SchedulerDataStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/> class with the specified settings.</para>
      </summary>
      <param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Add(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to the collection which can be accessed via the storage’s <see cref="P:DevExpress.XtraScheduler.AppointmentDataStorage.Items">AppointmentDataStorage.Items</see> property.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to append to the collection.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Add(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime,System.String)">
      <summary>
        <para>Adds a new appointment with specific properties to this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> enumeration value that specifies the appointment type.</param>
      <param name="start">A DateTime value that specifies the start of a time interval related to the appointment.</param>
      <param name="end">A DateTime value that specifies the end of a time interval related to the appointment.</param>
      <param name="subject">A String value that specifies the appointment subject.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the added appointment.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Add(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime)">
      <summary>
        <para>Adds a new appointment with specific properties to this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> enumeration value that specifies the appointment type.</param>
      <param name="start">A DateTime value that specifies the start of a time interval related to the appointment.</param>
      <param name="end">A DateTime value that specifies the end of a time interval related to the appointment.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the added appointment.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Add(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan,System.String)">
      <summary>
        <para>Adds a new appointment with specific properties to this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> enumeration value that specifies the appointment type.</param>
      <param name="start">A DateTime value that specifies the start of a time interval related to the appointment.</param>
      <param name="duration">A TimeSpan value that specifies the duration of a time interval related to the appointment.</param>
      <param name="subject">A String value that specifies the appointment subject.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the added appointment.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Add(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan)">
      <summary>
        <para>Adds a new appointment with specific properties to this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> enumeration value that specifies the appointment type.</param>
      <param name="start">A DateTime value that specifies the start of a time interval related to the appointment.</param>
      <param name="duration">A TimeSpan value that specifies the duration of a time interval related to the appointment.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the added appointment.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.AddRange(DevExpress.XtraScheduler.Appointment[])">
      <summary>
        <para>Appends an array of appointments to the storage’s collection.</para>
      </summary>
      <param name="appointments">An array of <see cref="T:DevExpress.XtraScheduler.Appointment"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.AddRange(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.Appointment})">
      <summary>
        <para>Adds an collection of appointments to the storage’s collection.</para>
      </summary>
      <param name="appointments">An IEnumerable object that stores <see cref="T:DevExpress.XtraScheduler.Appointment"/> objects to append to the collection.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.AutoReload">
      <summary>
        <para>Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.</para>
      </summary>
      <value>true if automatic data loading and reloading is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Clear">
      <summary>
        <para>Removes all appointments from this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Contains(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Determines whether or not the storage contains the specified appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to locate in the collection.</param>
      <returns>true if the storage’s collection contains the specified appointment; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Count">
      <summary>
        <para>Returns the number of appointments stored in this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
      <value>An Int32 value that is the number of appointments stored in this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, end time and a subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start and end time.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, duration and a subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time and duration.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
      <summary>
        <para>Creates an appointment of the specified type.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to the collection of objects, representing mappings of the appointments’ custom properties to appropriate data fields.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.DataMember">
      <summary>
        <para>Gets or sets the data source member which supplies data to the storage object.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the data source member.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.DataSource">
      <summary>
        <para>Gets or sets the object used as the data source to store appointments for this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that represents the storage’s data source.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Filter">
      <summary>
        <para>Gets or set an expression used as a criteria to filter appointments in the storage.</para>
      </summary>
      <value>A string containing a logical expression.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.FilterCriteria">
      <summary>
        <para>Gets or sets the criteria to filter appointments in the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.GetAppointmentById(System.Object)">
      <summary>
        <para>Gets the appointment by its identifier.</para>
      </summary>
      <param name="id">An object that is the unique identifier of an appointment.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.GetColumnNames">
      <summary>
        <para>Returns names of data fields that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>‘s data source.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.Specialized.StringCollection"/> object that stores names of data fields that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>‘s data source.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.GetObjectRow(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Returns the data source record (row) associated with the specific appointment.</para>
      </summary>
      <param name="obj">An Appointment whose related data source record is to be obtained.</param>
      <returns>An Object that is the data source entity associated with the specific appointment.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.IsDisposed">
      <summary>
        <para>Returns whether or not this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/> is disposed.</para>
      </summary>
      <value>true if this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/> is disposed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the appointment collection which can be accessed using the <see cref="P:DevExpress.XtraScheduler.AppointmentStorageBase.Items">AppointmentStorageBase.Items</see> property.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment at the specified position.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Items">
      <summary>
        <para>Gets the collection of appointments within the storage.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentCollection"/> object that contains a collection of appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Labels">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">labels</see> associated with this appointment storage.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.PersistentAppointmentLabelCollection object that stores <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">labels</see> associated with this appointment storage.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.LoadFromXml(System.IO.Stream)">
      <summary>
        <para>Loads settings of appointments from the specified stream to the appointment storage.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which appointments are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.LoadFromXml(System.String)">
      <summary>
        <para>Loads settings of appointments from the specified XML file to the appointment storage.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which appointments should be loaded. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Mappings">
      <summary>
        <para>Gets an object that specifies how appointment properties map to the data source fields.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentMappingInfo"/> object that provides information on the mapping of the appointment properties to the data fields.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.ReloadData">
      <summary>
        <para>Forces the storage to reload data from the <see cref="P:DevExpress.XtraScheduler.AppointmentDataStorage.DataSource"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.Remove(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Removes the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object from the collection.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to remove.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.ResourceSharing">
      <summary>
        <para>Gets or sets a value indicating whether an appointment could be shared between multiple resources.</para>
      </summary>
      <value>true if the resource sharing is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.SaveToXml(System.IO.Stream)">
      <summary>
        <para>Saves appointments from the storage to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which appointments should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDataStorage.SaveToXml(System.String)">
      <summary>
        <para>Saves appointments from the storage to an XML file.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where appointments should be written. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Statuses">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">statuses</see> associated with this appointment storage.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.PersistentAppointmentStatusCollection object that stores <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">labels</see> associated with this appointment storage.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.Storage">
      <summary>
        <para>Returns the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> object that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.SupportsRecurrence">
      <summary>
        <para>Gets whether the data mapping for appointment recurrence information is specified.</para>
      </summary>
      <value>true if the information on appointment recurrence is obtained from a data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDataStorage.SupportsReminders">
      <summary>
        <para>Gets whether the appointment reminder data mapping is specified.</para>
      </summary>
      <value>true if the information on appointment reminders is obtained from a data source so that the scheduler can have appointments with reminders; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage">
      <summary>
        <para>A storage which holds a collection of appointment dependencies.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.#ctor(DevExpress.XtraScheduler.SchedulerDataStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/> class with the specified settings.</para>
      </summary>
      <param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this newly created <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Add(DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Adds the specific <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="dependency">The <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> to add.</param>
      <returns>An Int32 value that is the index of the inserted appointment dependency in the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Add(System.Object,System.Object,DevExpress.XtraScheduler.AppointmentDependencyType)">
      <summary>
        <para>Adds the <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> with the specific parent and child IDs and dependency type to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="parentId">An Object that is the parent appointment ID.</param>
      <param name="dependentId">An Object that is the child appointment ID.</param>
      <param name="type">An AppointmentDependencyType enumerator value that specifies the appointment dependency type.</param>
      <returns>The <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> that was added.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Add(System.Object,System.Object)">
      <summary>
        <para>Adds the <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> with the specific parent and child IDs to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="parentId">An Object that is the parent appointment ID.</param>
      <param name="dependentId">An Object that is the child appointment ID.</param>
      <returns>The <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> that was added.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.AddRange(DevExpress.XtraScheduler.AppointmentDependency[])">
      <summary>
        <para>Adds an array of the appointment dependencies to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="dependencies">An array of dependencies to be added.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.AddRange(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.AppointmentDependency})">
      <summary>
        <para>Adds an list of the appointment dependencies to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="dependencies">An IEnumerable object that is the list of dependencies to be added.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.AutoReload">
      <summary>
        <para>Gets or sets whether dependencies are automatically fetched from the data source when it is modified.</para>
      </summary>
      <value>true if automatic data loading and reloading is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Clear">
      <summary>
        <para>Removes all dependencies from this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Count">
      <summary>
        <para>Retrieves the total number of dependencies stored in this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <value>An Int32 value that is the total number of dependencies stored in this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.CreateAppointmentDependency(System.Object,System.Object,DevExpress.XtraScheduler.AppointmentDependencyType)">
      <summary>
        <para>Adds a new appointment dependency to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="parentId">An Object that is the parent appointment ID.</param>
      <param name="dependentId">An Object that is the child appointment ID.</param>
      <param name="type">An AppointmentDependencyType enumerator value that specifies the added dependency’s type.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> added to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.CreateAppointmentDependency(System.Object,System.Object)">
      <summary>
        <para>Adds a new appointment dependency to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="parentId">An Object that is the parent appointment ID.</param>
      <param name="dependentId">An Object that is the child appointment ID.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> added to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.DataMember">
      <summary>
        <para>Gets or sets the data source member which supplies data to the storage.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the data source member.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.DataSource">
      <summary>
        <para>Gets or sets the object used as the data source to store appointment dependencies.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that represents the storage’s data source.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Filter">
      <summary>
        <para>Gets or set an expression used as a criteria to filter dependencies in the storage.</para>
      </summary>
      <value>A String value containing a logical expression.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.FilterCriteria">
      <summary>
        <para>Gets or sets the criteria to filter appointment dependencies in the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.GetColumnNames">
      <summary>
        <para>Returns names of data fields that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>‘s data source.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.Specialized.StringCollection"/> object that stores names of data fields that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>‘s data source.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.GetObjectRow(DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Returns the data row object that contains information about the specified appointment dependency.</para>
      </summary>
      <param name="obj">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> whose related data source row is to be retrieved.</param>
      <returns>A <see cref="T:System.Object"/> which is the data source object (or the data row) containing information about the dependency.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.IsDisposed">
      <summary>
        <para>Determines whether or not this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/> is disposed.</para>
      </summary>
      <value>true if this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/> is disposed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Item(System.Int32)">
      <summary>
        <para>Retrieves an appointment dependency from the <see cref="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Items">AppointmentDependencyDataStorage.Items</see> collection.</para>
      </summary>
      <param name="index">An Int32 value that specifies the index of a returned <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> inside the <see cref="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Items">AppointmentDependencyDataStorage.Items</see> collection.</param>
      <value>The <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> retrieved from the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Items">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> collection owned by this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCollection"/> object that stores <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> objects, owned by this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.LoadFromXml(System.IO.Stream)">
      <summary>
        <para>Loads dependencies from the specified stream file to this storage.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which dependencies are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.LoadFromXml(System.String)">
      <summary>
        <para>Loads dependencies from the specified XML file to this storage.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which dependencies should be loaded. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Mappings">
      <summary>
        <para>Gets an object that specifies bindings established between persistent properties of the appointment dependencies maintained by the current storage and appropriate fields in the data source.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo"/> object containing information on the mapping of the dependency’s properties to the appropriate data fields.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.ReloadData">
      <summary>
        <para>Forces the storage to reload data from the <see cref="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.DataSource"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Remove(DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Removes the specific <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> from this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <param name="dependency">The <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> to be removed.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.SaveToXml(System.IO.Stream)">
      <summary>
        <para>Saves appointment dependencies from this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/> to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which dependencies should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.SaveToXml(System.String)">
      <summary>
        <para>Saves appointment dependencies from this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/> to an XML file.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where dependencies should be written. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyDataStorage.Storage">
      <summary>
        <para>Returns the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</para>
      </summary>
      <value>The <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyDataStorage"/>.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentDependencyFormShowing">SchedulerControl.EditAppointmentDependencyFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.#ctor(DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> value. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.AppointmentDependency">AppointmentDependencyFormEventArgs.AppointmentDependency</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.AppointmentDependency">
      <summary>
        <para>Gets the appointment dependency for which the dialog will be shown.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the appointment dependency currently being processed.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.CommandSourceType">
      <summary>
        <para>Indicates the mechanism of the command input, e.g. keyboard, mouse, menu.</para>
      </summary>
      <value>A DevExpress.Utils.Commands.CommandSource enumeration member, specifying the command input method.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.ReadOnly">
      <summary>
        <para>Gets a value indicating whether an appointment dependency is read-only.</para>
      </summary>
      <value>true if the dependency is read-only; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentDependencyFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentDependencyFormShowing">SchedulerControl.EditAppointmentDependencyFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentDependencyStorage">
      <summary>
        <para>A storage which holds a collection of appointment dependencies.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDependencyStorage.#ctor(DevExpress.XtraScheduler.SchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyStorage"/> class with the specified scheduler storage.</para>
      </summary>
      <param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> value that specifies the scheduler storage to store appointment dependencies.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDependencyStorage.Mappings">
      <summary>
        <para>Gets an object that specifies bindings established between persistent properties of the appointment dependencies maintained by the current storage and appropriate fields in the data source.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo"/> object containing information on the mapping of the dependency’s properties to the appropriate data fields.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentDisplayMode">
      <summary>
        <para>Enumerates values that specify whether to display appointments that belong to all resources in a <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">category</see> or to the selected resource only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.AppointmentDisplayMode.AllResources">
      <summary>
        <para>A category displays appointments for all resources, regardless of the selected resource.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.AppointmentDisplayMode.SelectedResource">
      <summary>
        <para>A category displays appointments for the selected resource only.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentDragDropOptions">
      <summary>
        <para>Contains options specific for appointment drag-and-drop operations.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentDragDropOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDragDropOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDragDropOptions.AutoScrollEnabled">
      <summary>
        <para>Gets or sets whether the control is automatically scrolled when a user drags an appointment beyond the control’s top or bottom bound.</para>
      </summary>
      <value>true if the control scrolls automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentDragDropOptions.DragDropMode">
      <summary>
        <para>Gets or sets the drag-and-drop mode which is active in the SchedulerControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DragDropMode"/> enumeration member</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentFlyoutHtmlElementMouseEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutHtmlElementMouseClick"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFlyoutHtmlElementMouseEventArgs.Appointment">
      <summary>
        <para>Gets an appointment whose flyout is clicked.</para>
      </summary>
      <value>The appointment whose flyout is clicked.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentFlyoutOptions">
      <summary>
        <para>Contains options which define how appointment flyouts are displayed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentFlyoutOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentFlyoutOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFlyoutOptions.HtmlTemplate">
      <summary>
        <para>Returns the template applied to the appointment flyout.</para>
      </summary>
      <value>The template applied to the appointment flyout.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFlyoutOptions.SubjectAutoHeight">
      <summary>
        <para>Gets or sets whether the subject area height is automatically adjusted to fit the text.</para>
      </summary>
      <value>True if the height is automatically adjusted; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutShowing">SchedulerControl.AppointmentFlyoutShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.#ctor(DevExpress.XtraScheduler.IAppointmentFlyoutData,DevExpress.Utils.Html.HtmlTemplate)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the appointment flyout is not shown.</para>
      </summary>
      <value>True if the appointment flyout form is not displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.Control">
      <summary>
        <para>Allows you to set a control to display instead of default appointment flyout content.</para>
      </summary>
      <value>A control displayed as an appointment flyout content.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.FlyoutData">
      <summary>
        <para>Provides access to data displayed in the appointment flyout.</para>
      </summary>
      <value>An object with the <see cref="T:DevExpress.XtraScheduler.IAppointmentFlyoutData"/> interface containing appointment flyout data.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.HtmlTemplate">
      <summary>
        <para>Specifies an <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML-CSS template</see> for an appointment flyout.</para>
      </summary>
      <value>A template to draw.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutShowing">SchedulerControl.AppointmentFlyoutShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentFormShowing">SchedulerControl.EditAppointmentFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentFormEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which is the event’s appointment. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment">AppointmentFormEventArgs.Appointment</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment">
      <summary>
        <para>Gets the appointment for which the dialog will be shown.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment currently being processed.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.CommandSourceType">
      <summary>
        <para>Indicates the mechanism of the command input, e.g. keyboard, mouse, menu.</para>
      </summary>
      <value>A DevExpress.Utils.Commands.CommandSource enumeration member, specifying the command input method.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.OpenRecurrenceForm">
      <summary>
        <para>Gets a value indicating whether the Appointment Recurrence form is displayed on the top of the Edit Appointment form.</para>
      </summary>
      <value>true if the Appointment Recurrence form is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.ReadOnly">
      <summary>
        <para>Gets a value indicating whether an appointment is read-only.</para>
      </summary>
      <value>true if the appointment is read-only; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentFormShowing">SchedulerControl.EditAppointmentFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentImagesEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages">SchedulerControl.InitAppointmentImages</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentImagesEventArgs.#ctor(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo,DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentImagesEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="viewInfo">An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> interface defining view information for the appointment.</param>
      <param name="imageInfos">An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection"/> collection, representing the collection of images used to display an appointment.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentImagesEventArgs.Appointment">
      <summary>
        <para>Provides access to the appointment for which the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages">SchedulerControl.InitAppointmentImages</see> event is fired.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> that is prepared for display.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentImagesEventArgs.ImageInfoList">
      <summary>
        <para>Gets a collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo"/> objects.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection"/> object which represents the event’s collection of images.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentImagesEventArgs.ViewInfo">
      <summary>
        <para>Provides access to the characteristics of the appointment prepared for display.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> interface defining view characteristics for the appointment.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentImagesEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages">SchedulerControl.InitAppointmentImages</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentImagesEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentLabel">
      <summary>
        <para>Represents an appointment’s identification label.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"></see> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.Drawing.Color,System.String)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"></see> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"></see> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.String)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"></see> class with the specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabel.Color">
      <summary>
        <para>Gets or sets the color associated with the appointment label.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabel.ColorId">
      <summary>
        <para>Gets or sets the label identifier in a Scheduler legacy color scheme.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration member that specifies the label color.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabel.GetDefaultColorByStringId(DevExpress.XtraScheduler.SchedulerColorId)">
      <summary>
        <para>Obtains a color from the legacy label color scheme.</para>
      </summary>
      <param name="colorId">A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration member that specifies a legacy Scheduler label whose color is obtained.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> that is the label color.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabel.GetSkinElementName(DevExpress.XtraScheduler.SchedulerColorId)">
      <summary>
        <para>Obtain the skin element name for the specified Scheduler label color scheme identifier.</para>
      </summary>
      <param name="colorId">A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration member that is the Scheduler label color scheme identifier.</param>
      <returns>A string that is the name of a skin element.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentLabelCollection">
      <summary>
        <para>A collection of appointment labels.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabelCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(DevExpress.XtraScheduler.AppointmentLabel)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object to the collection of appointment labels.</para>
      </summary>
      <param name="value">An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object to append to the collection.</param>
      <returns>An integer value indicating the position of the newly added label in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(DevExpress.XtraScheduler.SchedulerColorId,System.String,System.String)">
      <summary>
        <para>Creates a new label with the specified color identifier and displayed name, and appends it to the collection of appointment labels.</para>
      </summary>
      <param name="colorId">A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration specifying the label’s color identifier.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a label for an appointment.</param>
      <returns>An integer value indicating the position of the newly added label in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object specifying the label’s color.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a label for an appointment.</param>
      <returns>An integer value indicating the position of the newly added label in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(System.Drawing.Color,System.String)">
      <summary>
        <para>Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object specifying the label’s color.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <returns>An integer value indicating the position of the newly added label in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(System.Object,System.String,System.String,System.Drawing.Color)">
      <summary>
        <para>Creates a new label with the specified settings and adds it to the collection of appointment labels.</para>
      </summary>
      <param name="id">An object that is the unique label identifier.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string used in a context menu that allows changing the label of an appointment.</param>
      <param name="labelColor">A <see cref="T:System.Drawing.Color"/> structure that specifies the color which indicates the label.</param>
      <returns>An integer value indicating the position of the newly added appointment in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String,System.String,System.Drawing.Color)">
      <summary>
        <para>Creates a new label with the specified identifier, display name, menu caption and color.</para>
      </summary>
      <param name="id">An object that is the unique label identifier assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a label for an appointment.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that is the label’s color.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String,System.String)">
      <summary>
        <para>Creates a new label with the specified identifier, display name and menu caption.</para>
      </summary>
      <param name="id">An object that is the unique label identifier assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</param>
      <param name="displayName">A string that is the label name used for identification in label editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a label for an appointment.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String)">
      <summary>
        <para>Creates a new label with the specified identifier and displayed name, and with menu caption which is the same as display name.</para>
      </summary>
      <param name="id">An object that is the unique label identifier assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.CreateNewLabel(System.String)">
      <summary>
        <para>Creates a new label with the identifier created by default, specified displayed name and menu caption which is the same as display name.</para>
      </summary>
      <param name="displayName">A string that is the label name used for identification in label editors.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Dispose">
      <summary>
        <para>Disposes of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabelCollection"></see> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.GetById(System.Object)">
      <summary>
        <para>Obtains a label object specified by its identifier.</para>
      </summary>
      <param name="id">An object that is the identifier of the appointment label.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property value if found; otherwise, a new <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object is created with default settings.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.GetByIndex(System.Int32)">
      <summary>
        <para>Gets the label at the specified index of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabelCollection"/> collection.</para>
      </summary>
      <param name="index">An integer that is the index of an object in a collection.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object at the specified index.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">Scheduler Labels</see> that specify appointments’ background colors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.#ctor(DevExpress.XtraScheduler.SchedulerDataStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> class with the specified settings.</para>
      </summary>
      <param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Add(DevExpress.XtraScheduler.AppointmentLabel)">
      <summary>
        <para>Adds a specific Label to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> collection.</para>
      </summary>
      <param name="label">An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> to be added.</param>
      <returns>An Int32 value that specifies the added Label’s index within the <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Add(DevExpress.XtraScheduler.SchedulerColorId,System.String,System.String)">
      <summary>
        <para>Adds a new Label with specific settings to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> collection.</para>
      </summary>
      <param name="colorId">A SchedulerColorId enumeration value that specifies the Label ID (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Id">LabelMappingInfo.Id</see> property).</param>
      <param name="displayName">A String value that is the primary Label name (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.DisplayName">LabelMappingInfo.DisplayName</see> property).</param>
      <param name="menuCaption">A String value that is the secondary Label name (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.MenuCaption">LabelMappingInfo.MenuCaption</see> property).</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object added to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Add(System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Adds a new Label with specific settings to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> collection.</para>
      </summary>
      <param name="color">A System.Drawing.Color value that specifies the appointment background color (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property).</param>
      <param name="displayName">A String value that is the primary Label name (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.DisplayName">LabelMappingInfo.DisplayName</see> property).</param>
      <param name="menuCaption">A String value that is the secondary Label name (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.MenuCaption">LabelMappingInfo.MenuCaption</see> property).</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object added to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Add(System.String,System.String)">
      <summary>
        <para>Adds a new Label with specific settings to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> collection.</para>
      </summary>
      <param name="displayName">A String value that is the primary Label name (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.DisplayName">LabelMappingInfo.DisplayName</see> property).</param>
      <param name="menuCaption">A String value that is the secondary Label name (see the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.MenuCaption">LabelMappingInfo.MenuCaption</see> property).</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object added to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.AddRange(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.AppointmentLabel})">
      <summary>
        <para>Adds a Label collection to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</para>
      </summary>
      <param name="labels">An IEnumerable Label collection to be added.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Clear">
      <summary>
        <para>Removes all <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> Labels.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.ColorSaving">
      <summary>
        <para>Gets or sets the type of values stored in the data source field mapped to the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DXColorSavingType"/> enumerator value that specifies the value type.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Contains(DevExpress.XtraScheduler.AppointmentLabel)">
      <summary>
        <para>Identifies whether this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> contains the required Label.</para>
      </summary>
      <param name="label">An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> to check.</param>
      <returns>true if this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> contains the required Label; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Count">
      <summary>
        <para>Returns the total number of Labels stored in this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</para>
      </summary>
      <value>An Int32 value that is the Label count.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/17137/controls-and-libraries/scheduler/data-binding/mappings/custom-fields">custom field mappings</see> for Labels.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.AppointmentLabelCustomFieldMappingCollection object that stores Labels’ <see href="https://docs.devexpress.com/WindowsForms/17137/controls-and-libraries/scheduler/data-binding/mappings/custom-fields">custom field mappings</see></value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.DataMember">
      <summary>
        <para>Gets or sets the data source field which supplies data to the storage object.</para>
      </summary>
      <value>A String value that is the data source field’s name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.DataSource">
      <summary>
        <para>Gets or sets the source from which this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> should retrieve Labels.</para>
      </summary>
      <value>An Object that is the Label source.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.GetColumnNames">
      <summary>
        <para>Returns data field names that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>‘s data source.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.Specialized.StringCollection"/> object that stores data field names that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>‘s data source.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.GetObjectRow(DevExpress.XtraScheduler.AppointmentLabel)">
      <summary>
        <para>Returns the data source record (row) associated with the specific Label.</para>
      </summary>
      <param name="obj">An Object that is the data source entity associated with the specific Label.</param>
      <returns>A Label whose related data source is to be returned.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.IsDisposed">
      <summary>
        <para>Returns whether or not this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> is disposed.</para>
      </summary>
      <value>true if this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> is disposed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the appointment collection which can be accessed using the <see cref="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Items">AppointmentLabelDataStorage.Items</see> property.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object that is the Label at the specific position within the <see cref="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Items">AppointmentLabelDataStorage.Items</see> collection.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Items">
      <summary>
        <para>Returns the Label collection within the storage.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.PersistentAppointmentLabelCollection object that stores Labels.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Mappings">
      <summary>
        <para>Gets an object that specifies how Label properties <see href="https://docs.devexpress.com/WindowsForms/120538/controls-and-libraries/scheduler/data-binding/mappings/label-mappings">map</see> to the data source fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.LabelMappingInfo"/> object that provides information on <see href="https://docs.devexpress.com/WindowsForms/120538/controls-and-libraries/scheduler/data-binding/mappings/label-mappings">Label mappings</see>.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.ReloadData">
      <summary>
        <para>Forces the storage to reload data from the <see cref="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.DataSource"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Remove(DevExpress.XtraScheduler.AppointmentLabel)">
      <summary>
        <para>Removes the specific Label from this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</para>
      </summary>
      <param name="label">An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> to be removed.</param>
      <returns>true if the Label was successfully removed; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentLabelDataStorage.Storage">
      <summary>
        <para>Returns the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</para>
      </summary>
      <value>The <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/>.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentLabelExtension">
      <summary>
        <para>Defines extension methods for the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> interface.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelExtension.GetColor(DevExpress.XtraScheduler.IAppointmentLabel)">
      <summary>
        <para>Gets the color of the appointment label.</para>
      </summary>
      <param name="label">A <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is the appointment label.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> object that is the color used to paint appointment with the label color.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentLabelExtension.SetColor(DevExpress.XtraScheduler.IAppointmentLabel,System.Drawing.Color)">
      <summary>
        <para>Sets the color of the specified appointment label.</para>
      </summary>
      <param name="label">A <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is the appointment label.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that is the color used to paint appointment with the label color.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentStatus">
      <summary>
        <para>Appointment’s availability status.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> class with the specified type, color, display name and menu caption.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type">AppointmentStatus.Type</see> property.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</param>
      <param name="menuCaption">A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.Drawing.Color,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> class with the specified type, color and display name.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type">AppointmentStatus.Type</see> property.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"></see> class with the specified settings.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type">AppointmentStatus.Type</see> property.</param>
      <param name="displayName">A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</param>
      <param name="menuCaption">A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.String)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"></see> class with the specified settings.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type">AppointmentStatus.Type</see> property.</param>
      <param name="displayName">A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">
      <summary>
        <para>Gets or sets the brush used to visualize the status.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> that is the brush specified for the status.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatus.Color">
      <summary>
        <para>Extracts color from the <see cref="T:System.Drawing.Brush"/> object of the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property or creates a new <see cref="T:System.Drawing.SolidBrush"/> with the specified color and assigns it to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value used in the <see cref="T:System.Drawing.Brush"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatus.Empty">
      <summary>
        <para>Obtains a special empty appointment status, which is a status of undefined type.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> with undefined characteristics.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.ResetBrush">
      <summary>
        <para>Sets the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property to its default value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.SetBrush(System.Drawing.Brush)">
      <summary>
        <para>Gets the brush used to visualize the appointment status.</para>
      </summary>
      <param name="brush">A <see cref="T:System.Drawing.Brush"/> object that is the color used to paint the appointment status strip.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatus.ShouldSerializeBrush">
      <summary>
        <para>Used by Visual Studio Designer to check whether the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property has changed from its default value.</para>
      </summary>
      <returns>True if the Brush property value should be serialized; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatus.Type">
      <summary>
        <para>Gets or sets the type of the appointment status.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value representing the type of the appointment status.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentStatusCollection">
      <summary>
        <para>Represents a collection of appointment statuses.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatusCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Brush)">
      <summary>
        <para>Creates a status with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates the availability.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the name of the status used in menus.</param>
      <param name="brush">A <see cref="T:System.Drawing.Brush"/> descendant used to draw a rectangle which indicates a status.</param>
      <returns>An integer that is the position of status in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Color)">
      <summary>
        <para>Creates a status with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="type">A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member specifying the status type.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the name of the status used in menus.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> structure used to create a <see cref="T:System.Drawing.SolidBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <returns>An integer that is the position of status in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Creates a status with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> structure used to create a <see cref="T:System.Drawing.SolidBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the name of the status used in menus.</param>
      <returns>An integer that is the position of status in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(System.Drawing.Color,System.String)">
      <summary>
        <para>Creates a new status with the specified settings and adds it to the collection of appointment statuses.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> structure used to create a <see cref="T:System.Drawing.SolidBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A string that is the name of the status used in editors. This string is also assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property and used in menus.</param>
      <returns>An integer that is the position of status in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(System.Object,DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Brush)">
      <summary>
        <para>Creates a new status with the specified settings and adds it to the collection of appointment statuses.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that is the status type.</param>
      <param name="displayName">A string that is the name of the status displayed in status editors.</param>
      <param name="menuCaption">A string used in a context menu that allows changing the status of an appointment.</param>
      <param name="brush">A <see cref="T:System.Drawing.Brush"/> structure that specifies the color brush used to paint a status strip.</param>
      <returns>An integer value indicating the position of the newly added status in the collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String,System.Drawing.Brush)">
      <summary>
        <para>Creates a new appointment status with the specified settings.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a status for an appointment.</param>
      <param name="brush">A <see cref="T:System.Drawing.Brush"/> structure that specifies the color brush used to paint a status strip.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String)">
      <summary>
        <para>Creates a status with the specified identifier, display name and menu caption.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a status for an appointment.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String)">
      <summary>
        <para>Creates a status with the specified identifier and display name.</para>
      </summary>
      <param name="id">An object that is the status unique identifier.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.String)">
      <summary>
        <para>Creates a status with the specified display name.</para>
      </summary>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Dispose">
      <summary>
        <para>Disposes of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatusCollection"></see> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetById(System.Object)">
      <summary>
        <para>Obtains a status object specified by its identifier.</para>
      </summary>
      <param name="id">An object that is the identifier of the appointment status.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property value.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetByIndex(System.Int32)">
      <summary>
        <para>Gets the status at the specified index of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatusCollection"/> collection.</para>
      </summary>
      <param name="index">An integer that is the index of an object in a collection.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object at the specified index.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetByType(DevExpress.XtraScheduler.AppointmentStatusType)">
      <summary>
        <para>Obtains a status object specified by its type.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that is the status type.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object with the specified <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type">AppointmentStatus.Type</see> property value.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetDefaultStatusColor(DevExpress.XtraScheduler.AppointmentStatusType)">
      <summary>
        <para>Obtains the default status color by the status type.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that specified the appointment status.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> that is the color use to create a brush to paint the appointment status.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">Scheduler Statuses</see> that specify appointments’ side color stripes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.#ctor(DevExpress.XtraScheduler.SchedulerDataStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> class with the specified settings.</para>
      </summary>
      <param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Add(DevExpress.XtraScheduler.AppointmentStatus)">
      <summary>
        <para>Adds a new <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">Status</see> with specified settings to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
      <param name="status">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object to be added to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</param>
      <returns>An Int32 value that specifies the added Status position within the <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Add(System.Drawing.Brush,System.String,System.String)">
      <summary>
        <para>Adds a new <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">Status</see> with specified settings to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
      <param name="brush">A Brush object that specifies the Status appearance. Assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A String value that is the primary Status caption. Assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</param>
      <param name="menuCaption">A String value that is the secondary Status caption. Assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object added to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Add(System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Adds a new <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">Status</see> with specified settings to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
      <param name="color">A Color value that specifies the Status appearance. Assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A String value that is the primary Status caption. Assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</param>
      <param name="menuCaption">A String value that is the secondary Status caption. Assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object added to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Add(System.String,System.String)">
      <summary>
        <para>Adds a new <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">Status</see> with specified settings to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
      <param name="displayName">A String value that is the primary Status caption. Assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</param>
      <param name="menuCaption">A String value that is the secondary Status caption. Assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object added to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.AddRange(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.AppointmentStatus})">
      <summary>
        <para>Adds multiple <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">Statuses</see> to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
      <param name="statuses">An IEnumerable object that stores Statuses to be added to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.BrushSaving">
      <summary>
        <para>Gets or sets the type of values stored in the data source field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.BrushSavingType"/> enumerator value that specifies the value type.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Clear">
      <summary>
        <para>Removes all Statuses from this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Contains(DevExpress.XtraScheduler.AppointmentStatus)">
      <summary>
        <para>Returns whether this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> contains the target <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/>.</para>
      </summary>
      <param name="status">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object to be checked.</param>
      <returns>true if this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> contains the target <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/>; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Count">
      <summary>
        <para>Returns the number of Statuses stored within this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
      <value>An Int32 value that is the number of Statuses stored within this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/17137/controls-and-libraries/scheduler/data-binding/mappings/custom-fields">custom field mappings</see> for Statuses.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.AppointmentStatusCustomFieldMappingCollection object that stores Statuses’ <see href="https://docs.devexpress.com/WindowsForms/17137/controls-and-libraries/scheduler/data-binding/mappings/custom-fields">custom field mappings</see></value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.DataMember">
      <summary>
        <para>Gets or sets the data source field which supplies data to the storage object.</para>
      </summary>
      <value>A String value that is the data source field’s name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.DataSource">
      <summary>
        <para>Gets or sets the source from which this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> should retrieve Statuses.</para>
      </summary>
      <value>An Object that is the Status source.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.GetColumnNames">
      <summary>
        <para>Returns data field names that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>‘s data source.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.Specialized.StringCollection"/> object that stores data field names that belong to this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>‘s data source.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.GetObjectRow(DevExpress.XtraScheduler.AppointmentStatus)">
      <summary>
        <para>Returns the data source record (row) associated with the specific Status.</para>
      </summary>
      <param name="obj">An Object that is the data source entity associated with the specific Status.</param>
      <returns>A Status whose related data source is to be returned.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.IsDisposed">
      <summary>
        <para>Returns whether or not this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> is disposed.</para>
      </summary>
      <value>true if this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> is disposed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the appointment collection which can be accessed using the <see cref="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Items">AppointmentStatusDataStorage.Items</see> property.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the Status at the specific position within the <see cref="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Items">AppointmentStatusDataStorage.Items</see> collection.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Items">
      <summary>
        <para>Returns the Status collection within the storage.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.PersistentAppointmentStatusCollection object that stores Statuses.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Mappings">
      <summary>
        <para>Gets an object that specifies how Status properties <see href="https://docs.devexpress.com/WindowsForms/120548/controls-and-libraries/scheduler/data-binding/mappings/status-mappings">map</see> to the data source fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.StatusMappingInfo"/> object that provides information on <see href="https://docs.devexpress.com/WindowsForms/120548/controls-and-libraries/scheduler/data-binding/mappings/status-mappings">Status mappings</see>.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.ReloadData">
      <summary>
        <para>Forces the storage to reload data from the <see cref="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.DataSource"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Remove(DevExpress.XtraScheduler.AppointmentStatus)">
      <summary>
        <para>Removes the target <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> from this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</para>
      </summary>
      <param name="status">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> to be removed from this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/>.</param>
      <returns>true if the target Status was successfully removed; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStatusDataStorage.Storage">
      <summary>
        <para>Returns the storage that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> object.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentStatusExtension">
      <summary>
        <para>Defines extension methods for the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> interface.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusExtension.GetBrush(DevExpress.XtraScheduler.IAppointmentStatus)">
      <summary>
        <para>Gets the brush used to visualize the appointment status.</para>
      </summary>
      <param name="status">A <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.</param>
      <returns>A <see cref="T:System.Drawing.Brush"/> object that is the color used to paint the appointment status strip.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStatusExtension.SetBrush(DevExpress.XtraScheduler.IAppointmentStatus,System.Drawing.Brush)">
      <summary>
        <para>Gets the brush used to visualize the appointment status.</para>
      </summary>
      <param name="status">A <see cref="T:System.Drawing.Brush"/> object that is the color used to paint the appointment status strip.</param>
      <param name="brush">A <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentStorage">
      <summary>
        <para>Represents a storage which holds a collection of appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentStorage.#ctor(DevExpress.XtraScheduler.SchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentStorage"/> class with the specified scheduler storage.</para>
      </summary>
      <param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> value that specifies the scheduler storage of the appointment storage.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.AutoRetrieveId">
      <summary>
        <para>Gets or sets whether to automatically retrieve an appointment’s identity from a data source.</para>
      </summary>
      <value>True, to retrieve an appointment identifier from the appointment data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.CommitIdToDataSource">
      <summary>
        <para>Gets or sets whether the appointment ID value should be passed to the data source.</para>
      </summary>
      <value>true, to pass the appointment’s <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> value to the mapped field in the data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to the collection of objects, representing mappings of the appointments’ custom properties to appropriate data fields.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.Filter">
      <summary>
        <para>Gets or set an expression used as a criteria to filter appointments in the storage.</para>
      </summary>
      <value>A string containing a logical expression.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.FilterCriteria">
      <summary>
        <para>Gets or sets the criteria to filter appointments in the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.Labels">
      <summary>
        <para>Gets the collection of appointment labels contained in the storage.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabelCollection"/> which is the collection of <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> objects.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.Statuses">
      <summary>
        <para>Use the <see cref="P:DevExpress.XtraScheduler.SchedulerDataStorage.Statuses">SchedulerDataStorage.Statuses</see> property instead. Gets the collection of <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses#appointment-statuses">appointment statuses</see> contained in the storage.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusCollection"/> which represents the collection of appointment statuses.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentStorage.Storage">
      <summary>
        <para>Returns the storage that owns this <see cref="T:DevExpress.XtraScheduler.AppointmentStorage"/>.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> interface and owns this <see cref="T:DevExpress.XtraScheduler.AppointmentStorage"/>.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing">SchedulerControl.AppointmentViewInfoCustomizing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs.#ctor(DevExpress.XtraScheduler.Drawing.AppointmentViewInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="viewInfo">An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object which represents the event’s view information. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo">AppointmentViewInfoCustomizingEventArgs.ViewInfo</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo">
      <summary>
        <para>Provides access to the object which contains the information used to render the appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing">SchedulerControl.AppointmentViewInfoCustomizing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.BaseHeaderAppearance">
      <summary>
        <para>Serves as the base class for classes that provide the appearance settings for the scheduler’s elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.BaseHeaderAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AdditionalHeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint an additional header shown in the <see href="https://docs.devexpress.com/WindowsForms/115961/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see> and far aligned.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint a far-aligned header  in the <see cref="T:DevExpress.XtraScheduler.AgendaView"/>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AlternateAdditionalHeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint additional alternate (“Today”) header shown in the <see href="https://docs.devexpress.com/WindowsForms/115961/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see> and far aligned.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint far-aligned alternate header  in the <see cref="T:DevExpress.XtraScheduler.AgendaView"/>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AlternateHeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint the alternate (Today) header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the alternate header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AlternateHeaderCaptionLine">
      <summary>
        <para>Gets the appearance settings used to paint the horizontal line under the alternate (Today) header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the alternate header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.HeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint headers.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint headers.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.HeaderCaptionLine">
      <summary>
        <para>Gets the appearance settings used to paint the horizontal line under the header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.Selection">
      <summary>
        <para>Gets the appearance settings used to paint a selection within the View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a selection.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.BaseViewAppearance">
      <summary>
        <para>Serves as the base class for classes that provide the appearance settings used to paint view elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.BaseViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.BaseViewAppearance"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseViewAppearance.Appointment">
      <summary>
        <para>Gets the appearance settings used to paint an <see href="https://docs.devexpress.com/WindowsForms/1731/controls-and-libraries/scheduler/visual-elements/scheduler-control/appointments">appointment</see> within the View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint an <see href="https://docs.devexpress.com/WindowsForms/1731/controls-and-libraries/scheduler/visual-elements/scheduler-control/appointments">appointment</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseViewAppearance.NavigationButton">
      <summary>
        <para>Provides access to an object that specifies the appearance settings for the Navigation button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> class instance.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseViewAppearance.NavigationButtonDisabled">
      <summary>
        <para>Provides access to an object that specifies the appearance settings for the disabled Navigation button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> class instance.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseViewAppearance.ResourceHeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint resource headers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint resource headers.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.BaseViewAppearance.ResourceHeaderCaptionLine">
      <summary>
        <para>Gets the appearance settings used to paint the horizontal line under the resource header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the resource header.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.BrushSavingType">
      <summary>
        <para>Provides values that specify the type of values stored in the data source field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.ArgbColor">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property must store 32-bit ARGB values (integer values in the “AARRGGBB” format, e.g. “-65536” for red). You can retrieve integer ARGB values using the Color.ToArgb method.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.Auto">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property can store values of any supported type. A correct value type is determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.Brush">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property must store Brush values (Brushes, HatchBrushes, LinearGradientBrushes, etc.).</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.ColorInstance">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property must store System.Drawing.Color type values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.ColorString">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property must store values that specify colors in the hexadecimal format (e.g., “0xFFFF0000” for red).</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.Image">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property must store Image objects.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.ImageBytes">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property must store byte arrays with images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.BrushSavingType.OleColor">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">StatusMappingInfo.Brush</see> property must store OLE_Color values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomAppointmentFlyoutTemplateValueEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomAppointmentFlyoutTemplateValue"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomAppointmentFlyoutTemplateValueEventArgs.Appointment">
      <summary>
        <para>Gets an appointment for which the flyout is invoked.</para>
      </summary>
      <value>The appointment whose information is displayed in the flyout.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomAppointmentFlyoutTemplateValueEventArgs.FieldName">
      <summary>
        <para>Gets the field name that is displayed in the <see cref="P:DevExpress.XtraScheduler.CustomAppointmentFlyoutTemplateValueEventArgs.Appointment"/>‘s HTML-CSS template.</para>
      </summary>
      <value>The field name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomAppointmentFlyoutTemplateValueEventArgs.FieldValue">
      <summary>
        <para>Gets the field value that is displayed in the <see cref="P:DevExpress.XtraScheduler.CustomAppointmentFlyoutTemplateValueEventArgs.Appointment"/>‘s HTML-CSS template.</para>
      </summary>
      <value>The field value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject">SchedulerControl.CustomDrawAppointmentFlyoutSubject</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.Utils.Drawing.ObjectInfoArgs,DevExpress.XtraScheduler.Appointment,System.Drawing.Rectangle,System.Drawing.Rectangle,DevExpress.XtraScheduler.DefaultDrawDelegate,DevExpress.XtraScheduler.DefaultDrawDelegate,DevExpress.XtraScheduler.DefaultDrawDelegate)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.Appointment">
      <summary>
        <para>Provides access to an appointment for which the flyout is invoked.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment whose information is displayed in the flyout.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.DrawBackgroundDefault">
      <summary>
        <para>Renders the Subject rectangle background using the default drawing mechanism.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.DrawStatusDefault">
      <summary>
        <para>Renders the status line using the default drawing mechanism.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.StatusBounds">
      <summary>
        <para>Gets the location and size of the status line in the flyout’s Subject rectangle.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> structure that is the rectangle to display the status line.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject">SchedulerControl.CustomDrawAppointmentFlyoutSubject</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomDrawObjectEventArgs">
      <summary>
        <para>Provides data for the custom draw events of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.#ctor(DevExpress.Utils.Drawing.ObjectInfoArgs,System.Drawing.Rectangle,DevExpress.XtraScheduler.DefaultDrawDelegate,DevExpress.Utils.Html.IDxHtmlFieldValueProvider,DevExpress.Utils.AppearanceObject,DevExpress.LookAndFeel.UserLookAndFeel,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CustomDrawObjectEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Bounds">
      <summary>
        <para>Returns the bounding rectangle of the drawing area.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> value which specifies the object’s bounding rectangle.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Cache">
      <summary>
        <para>Gets an object which specifies the storage for the pens, fonts and brushes. Use it for custom painting in Scheduler Reports.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.DrawDefault">
      <summary>
        <para>Renders the element using the default drawing mechanism.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,DevExpress.Utils.Html.DxHtmlPainterContext,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Paints the required <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside an element that raised this event. The context parameter allows you to assign an object that transfers mouse events to template elements.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="context">The object that transfers mouse events from a control to a template instance. This allows you to switch visual states (regular, hovered, pressed, and others) of template elements.</param>
      <param name="setupArgs">Sets up required properties of the DxHtmlPainterArgs object.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Paints the required <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside an element that raised this event.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="setupArgs">Sets up required properties of the DxHtmlPainterArgs object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Graphics">
      <summary>
        <para>Gets an object used for painting.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Graphics"/> object which provides a means for painting.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Handled">
      <summary>
        <para>Gets or sets whether an event was handled. If it was handled, the default actions are not required.</para>
      </summary>
      <value>true if default painting isn’t required; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.ObjectInfo">
      <summary>
        <para>Gets information on the painted element.</para>
      </summary>
      <value>A DevExpress.Utils.Drawing.ObjectInfoArgs class which provides information on the painted element.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomDrawObjectEventHandler">
      <summary>
        <para>A method that handles the custom draw events of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraScheduler.CustomDrawObjectEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout">SchedulerControl.CustomizeAppointmentFlyout</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Appearance">
      <summary>
        <para>Provides access to an object used to control the appearance of the flyout contents, except the Subject rectangle.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of the flyout contents.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Appointment">
      <summary>
        <para>Provides access to an appointment for which the flyout is invoked.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment whose information is displayed in the flyout.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.End">
      <summary>
        <para>Gets or sets the DateTime value displayed after the End text label.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value whose default value equals the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Location">
      <summary>
        <para>Gets or sets the text displayed after the Location text label.</para>
      </summary>
      <value>A string whose default value equals the <see cref="P:DevExpress.XtraScheduler.Appointment.Location">Appointment.Location</see> property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Reminder">
      <summary>
        <para>Gets or sets a reminder whose information is displayed in the appointment flyout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is the <see href="https://docs.devexpress.com/WindowsForms/1778/controls-and-libraries/scheduler/appointments/reminders-for-appointments">reminder</see> associated with an appointment.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowEndDate">
      <summary>
        <para>Gets or sets whether to display the End information.</para>
      </summary>
      <value>True, to display the End information in the flyout; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowLocation">
      <summary>
        <para>Gets or sets whether to display the Location information.</para>
      </summary>
      <value>True, to display the Location information in the flyout; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowReminder">
      <summary>
        <para>Gets or sets whether to display the time before start information of the appointment reminder.</para>
      </summary>
      <value>True, to display the <see cref="P:DevExpress.XtraScheduler.ReminderBase.TimeBeforeStart">ReminderBase.TimeBeforeStart</see> information in the flyout; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowStartDate">
      <summary>
        <para>Gets or sets whether to display the Start information.</para>
      </summary>
      <value>True, to display the Start information in the flyout; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowStatus">
      <summary>
        <para>Gets or sets whether to display the status line.</para>
      </summary>
      <value>True, to display the status line in the flyout’s Subject rectangle; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowSubject">
      <summary>
        <para>Gets or sets whether to display the Subject rectangle.</para>
      </summary>
      <value>True, to display the subject in the flyout; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Start">
      <summary>
        <para>Gets or sets the DateTime value displayed after the Start text label.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value whose default value equals the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Subject">
      <summary>
        <para>Gets or sets the text displayed in the Subject rectangle.</para>
      </summary>
      <value>A string whose default value is the text of the appointment subject.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.SubjectAppearance">
      <summary>
        <para>Provides access to an object used to specify the appearance of the text in the Subject rectangle of the appointment flyout.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of the Subject rectangle text.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout">SchedulerControl.CustomizeAppointmentFlyout</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutTemplateEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyoutTemplate"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutTemplateEventArgs.Appointment">
      <summary>
        <para>Gets an appointment for which the flyout is invoked.</para>
      </summary>
      <value>The appointment whose information is displayed in the flyout.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutTemplateEventArgs.HtmlElement">
      <summary>
        <para>Gets an HTML Element whose properties you need to customize.</para>
      </summary>
      <value>A template’s HTML Element.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.CustomizeDateNavigationBarCaptionEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeDateNavigationBarCaption">SchedulerControl.CustomizeDateNavigationBarCaption</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeDateNavigationBarCaptionEventArgs.Caption">
      <summary>
        <para>Gets or sets a text displayed as a caption in the <see cref="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar"/> control.</para>
      </summary>
      <value>A string that is the <see href="https://docs.devexpress.com/WindowsForms/116035/controls-and-libraries/scheduler/visual-elements/scheduler-control/date-navigation-bar">Date Navigation Bar</see> caption.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.CustomizeDateNavigationBarCaptionEventArgs.Interval">
      <summary>
        <para>Gets the visible date interval of the SchedulerControl which should be indicated in the Date Navigation Bar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is the interval displayed in the SchedulerControl.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.DateNavigationMode">
      <summary>
        <para>Defines the behavior mode of the DateNavigator selection when navigating months.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DateNavigationMode.MoveSelection">
      <summary>
        <para>Each time you switch month, the selection moves with the month.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DateNavigationMode.ScrollCalendar">
      <summary>
        <para>Keep the selection at the position and scroll only months.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.DateNavigator">
      <summary>
        <para>The calendar control for navigating dates. Can be associated with a SchedulerControl to retrieve various information (e.g., appointment dates).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.DateNavigator"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.AllowDrop">
      <summary>
        <para>Overrides the <see cref="P:System.Windows.Forms.Control.AllowDrop"/> property.</para>
      </summary>
      <value>true if drag-and-drop operations are allowed in the control; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.AutoScroll">
      <summary>
        <para>Gets or sets whether automatic scrolling is enabled when the mouse pointer hovers over the scroll zones.</para>
      </summary>
      <value>True, to enable automatic scrolling when the mouse pointer moves outside the visible boundaries and hovers over the scroll zones; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.AutoSize">
      <summary>
        <para>Gets or sets whether the control’s size is determined by its content, i.e., by the number and layout of displayed months.</para>
      </summary>
      <value>True to set the control dimensions to display the month grid as specified by the <see cref="P:DevExpress.XtraEditors.Controls.CalendarControlBase.RowCount">CalendarControlBase.RowCount</see> and <see cref="P:DevExpress.XtraEditors.Controls.CalendarControlBase.ColumnCount">CalendarControlBase.ColumnCount</see> properties; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.BeginInit">
      <summary>
        <para>Starts the Date Navigator‘s initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.XtraScheduler.DateNavigator"></see> object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.BoldAppointmentDates">
      <summary>
        <para>Gets or sets a value indicating if the dates which contain appointments should be shown bold.</para>
      </summary>
      <value>true to bold the dates which contain at least one scheduled appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.CalendarView">
      <summary>
        <para>This property is implemented to hide the property of the base class. At the moment the Classic view is the only view available.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Repository.CalendarView"/> enumeration member that specifies the style of a calendar.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.CancelUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.DateNavigator"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.DateTime">
      <summary>
        <para>Gets or sets a single date selected in the <see cref="T:DevExpress.XtraScheduler.DateNavigator"/> control.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object that is the selected date.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.EndInit">
      <summary>
        <para>Ends the Date Navigator‘s initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.DateNavigator"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.FirstDayOfWeek">
      <summary>
        <para>Gets the day to display as the first day of the week within the calendar.</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the first day of the week.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.GetHitInfo(System.Windows.Forms.MouseEventArgs)">
      <summary>
        <para>Obtains information on the <see cref="T:DevExpress.XtraScheduler.DateNavigator"/> control’s element located at the specified point.</para>
      </summary>
      <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> object that contains the test point coordinates.</param>
      <returns>A <see cref="T:DevExpress.XtraEditors.Calendar.CalendarHitInfo"/> object containing information about the element at the test point.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.HighlightHolidays">
      <summary>
        <para>Gets or sets a value indicating if holiday dates should be highlighted with Red color.</para>
      </summary>
      <value>true to highlight holiday dates; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.HotDate">
      <summary>
        <para>Obtains the date displayed in a cell that the mouse hovers over.</para>
      </summary>
      <value>The <see cref="T:System.DateTime"/> date of the cell that is hovered over or null.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.InactiveDaysVisibility">
      <summary>
        <para>Gets or sets whether inactive days (dates which do not belong to a current month but are displayed to fill in the first or last row) are shown.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.CalendarInactiveDaysVisibility"/> enumeration member that specifies the mode for displaying inactive days.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.IsUpdateLocked">
      <summary>
        <para>Gets whether the object has been locked for updating.</para>
      </summary>
      <value>true if the control is locked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.MaxValue">
      <summary>
        <para>Gets or sets the upper limit of the operational date range for the unbound DateNavigator.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value specifying the maximum date value in the date range.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.MinValue">
      <summary>
        <para>Gets or sets the lower limit of the operational date range for the unbound DateNavigator.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value specifying the minimum date value in the date range.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.NavigationMode">
      <summary>
        <para>Gets or sets the mode that defines how a selection behaves when navigating dates in the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DateNavigationMode"/> enumeration member that specifies how a selection behaves during date navigation.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.DateNavigator.Refresh">
      <summary>
        <para>Updates a <see href="https://docs.devexpress.com/WindowsForms/1740/controls-and-libraries/scheduler/visual-elements/date-navigator">Date Navigator</see> control to display selected dates.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.SchedulerControl">
      <summary>
        <para>Gets or sets the scheduler control assigned to the Date Navigator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler which will be controlled by this Date Navigator.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.SelectedRanges">
      <summary>
        <para>Gets the selected date ranges (DateRange objects). Each DateRange object identifies dates that are EQUAL OR GREATER THAN the DateRange.StartDate and LESS THAN the DateRange.EndDate. Thus the last date is excluded from the range.</para>
      </summary>
      <value>A collection of selected date ranges.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.SelectionBehavior">
      <summary>
        <para>Gets or sets a mode for selecting dates by dragging over them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.CalendarSelectionBehavior"/> enumeration member that specifies the selection mode.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.SelectionMode">
      <summary>
        <para>Gets or sets whether the end-user can select multiple dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Repository.CalendarSelectionMode"/>  enumeration member that specifies whether single or multiple selection is allowed.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.ShowClearButton">
      <summary>
        <para>Gets or sets whether the Clear button is displayed.</para>
      </summary>
      <value>True to show the Clear button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.ShowMonthHeaders">
      <summary>
        <para>Gets or sets whether to display captions for each visible month.</para>
      </summary>
      <value>True to display month name for each month shown; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.ShowTodayButton">
      <summary>
        <para>Gets or sets a value which specifies whether the <see href="https://docs.devexpress.com/WindowsForms/1740/controls-and-libraries/scheduler/visual-elements/date-navigator">Today Button</see> is visible.</para>
      </summary>
      <value>true to show the Today button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.ShowWeekNumbers">
      <summary>
        <para>Gets or sets a value indicating if <see href="https://docs.devexpress.com/WindowsForms/1740/controls-and-libraries/scheduler/visual-elements/date-navigator">week numbers</see> will be shown in the Date Navigator.</para>
      </summary>
      <value>true to show week numbers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.SyncSelectionWithEditValue">
      <summary>
        <para>Overrides the base property to hide it. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DateNavigator.UpdateSelectionWhenNavigating">
      <summary>
        <para>Overrides the base property to hide it. For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.DayView">
      <summary>
        <para>Displays a detailed picture of events across one or more days.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.DayView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.DayView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control assigned to the day view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.AllDayAreaScrollBarVisible">
      <summary>
        <para>Specifies whether the scrolling of the <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">All-Day Area</see> is enabled, and the corresponding scrollbar is visible.</para>
      </summary>
      <value>true if the scrollbar for the all-day area is enabled and visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.AllowScrollAnimation">
      <summary>
        <para>Gets or sets whether to enable animation for vertical scrolling.</para>
      </summary>
      <value>True, to enable scroll animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.DayView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DayViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.DayView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the appointment display options for the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and its descendants.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.AppointmentShadows">
      <summary>
        <para>Gets or sets a value indicating if shadows are shown for appointments.</para>
      </summary>
      <value>true to show shadows for appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ColumnWidth">
      <summary>
        <para>Gets or sets the custom column width. This custom width is in effect only when the <see cref="P:DevExpress.XtraScheduler.DayView.ColumnWidthMode">ColumnWidthMode</see> is set to Fixed.</para>
      </summary>
      <value>The width of all View columns.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ColumnWidthMode">
      <summary>
        <para>Gets or sets whether all DayView columns are equal in width or if column width is calculated individually depending on the number of appointments scheduled for the same time.</para>
      </summary>
      <value>Specifies whether column widths are equal.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.DayCount">
      <summary>
        <para>Gets or sets the number of days that are simultaneously displayed within the Day View.</para>
      </summary>
      <value>A positive integer value that specifies the number of days displayed by the View.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.MenuItemId">
      <summary>
        <para>Gets the ID of the menu item which corresponds to the Day View.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToDayView">SchedulerMenuItemId.SwitchToDayView</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.RowHeight">
      <summary>
        <para>Gets or sets the height of time cells in the working area.</para>
      </summary>
      <value>An integer, specifying the cell height, in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ShowAllAppointmentsAtTimeCells">
      <summary>
        <para>Gets or sets whether all-day appointments should be shown at time cells rather than in a special area.</para>
      </summary>
      <value>true if all-day appointments are shown at time cells along with other appointments; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ShowAllDayArea">
      <summary>
        <para>Gets or sets a value which specifies whether the <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">All-Day Area</see> is displayed in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work-Week View</see> and the <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>true, to show the All-Day area; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ShowDayHeaders">
      <summary>
        <para>Gets or sets a value which specifies if <see href="https://docs.devexpress.com/WindowsForms/1732/controls-and-libraries/scheduler/visual-elements/scheduler-control/day-headers">day headers</see> are shown in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work-Week View</see> and the <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>true to show the day headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ShowDayNumberInAllDayArea">
      <summary>
        <para>Gets or sets whether the Scheduler should display day numbers inside the all-day event area instead of day column headers.</para>
      </summary>
      <value>Specifies the day number location. The “Default” value is identical to “False”.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ShowMoreButtonsOnEachColumn">
      <summary>
        <para>Gets or sets a value indicating whether to show the <see href="https://docs.devexpress.com/WindowsForms/1733/controls-and-libraries/scheduler/visual-elements/scheduler-control/more-buttons">more buttons</see> on each column or only on the <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">Time Ruler</see> in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work-Week View</see> and the <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>true to show “more” buttons on each column; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ShowWorkTimeOnly">
      <summary>
        <para>Gets or sets a value indicating if the scheduler should show its data only for the working hours in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work-Week View</see> and the <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>true to show data for working hours only; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.StatusLineWidth">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/WindowsForms/1739/controls-and-libraries/scheduler/visual-elements/scheduler-control/status-lines">Status Lines</see> in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work-Week View</see> and the <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see> (measured in pixels).</para>
      </summary>
      <value>An integer that specifies the status line width in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.TimeIndicatorDisplayOptions">
      <summary>
        <para>Provides access to options specifying how the TimeIndicator is displayed in the view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions"/> object that contains settings specific to the TimeIndicator.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.TimeMarkerStyle">
      <summary>
        <para>Specifies the style of a <see href="https://docs.devexpress.com/WindowsForms/114790/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-indicator">Time Marker</see> - an element inside the Time Ruler that marks the current time.</para>
      </summary>
      <value>The Time Marker style.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.TimeMarkerVisibility">
      <summary>
        <para>Gets or sets the visibility mode of the Time Marker for all <see cref="P:DevExpress.XtraScheduler.DayView.TimeRulers">DayView.TimeRulers</see> of the view. Use the <see cref="P:DevExpress.XtraScheduler.DayView.TimeMarkerStyle">TimeMarkerStyle</see> property to select the preferred Time Marker appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeMarkerVisibility"/> enumeration member.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.TimeRulers">
      <summary>
        <para>Gets the View’s collection of <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time rulers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeRulerCollection"/> object that represents a time ruler collection.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.TimeScale">
      <summary>
        <para>Gets or sets the time interval for the time slots in the scheduling area.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value representing the time interval for the time slots.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.TimeSlots">
      <summary>
        <para>Gets the View’s collection of time slots.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> object that represents a time slot collection.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.TopRowTime">
      <summary>
        <para>Gets or sets the time of the topmost row which is currently shown in the Day View.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value which represents the time value for the top row.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.DayView.TopRowTimeChanged">
      <summary>
        <para>Occurs after the <see cref="P:DevExpress.XtraScheduler.DayView.TopRowTime">DayView.TopRowTime</see> property value was changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Day">SchedulerViewType.Day</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.UseOptimizedScrolling">
      <summary>
        <para>Gets or sets whether optimized fast scrolling is enabled.</para>
      </summary>
      <value>True, if optimized fast scrolling is enabled; false if the formerly used scrolling is in effect.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.ViewInfo">
      <summary>
        <para>Gets the current object’s view information.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.DayViewInfo object which contains information on visualization of the <see cref="T:DevExpress.XtraScheduler.DayView"/>‘s elements.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.DayView.VisibleRowCountChanged">
      <summary>
        <para>Occurs after the number of visible rows is changed within a <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.VisibleTime">
      <summary>
        <para>Gets or sets the time of the view’s day interval.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which specifies the time of the view’s day interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.VisibleTimeSnapMode">
      <summary>
        <para>Enables display of the specified start of the scheduler visible interval while a custom <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see> is applied in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work-Week</see> view.</para>
      </summary>
      <value>true if the start of the scheduler visible interval should be shown as specified without stretching it to the time slot of the ruler; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayView.WorkTime">
      <summary>
        <para>Gets or sets the work time interval for the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work-Week View</see> and the <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.DayViewAppearance">
      <summary>
        <para>Provides the appearance settings used to paint a <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.DayViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.DayViewAppearance"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.AllDayArea">
      <summary>
        <para>Gets the appearance settings used to paint an <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">all-day area</see> within the Day View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint an <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">all-day area</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.AllDayAreaSeparator">
      <summary>
        <para>Gets the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">all-day area</see>‘s separator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">all-day area</see>‘s separator.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.SelectedAllDayArea">
      <summary>
        <para>Gets the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">all-day area</see> being selected within the current <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the selected <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">all-day area</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRuler">
      <summary>
        <para>Gets the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see> within the Day View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerHourLine">
      <summary>
        <para>Gets the appearance settings for the hour lines inside the Day View’s <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>. Custom appearance settings are in effect only when the Scheduler is not <see href="https://docs.devexpress.com/WindowsForms/2399/build-an-application/skins">skinned</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings for the <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>‘s hour lines.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerLine">
      <summary>
        <para>Gets the appearance settings used to paint the lines displayed between hours within the Day View’s <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>‘s lines.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerNowArea">
      <summary>
        <para>Gets the appearance settings used to paint the area that represents the current time within the Day View’s <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>‘s now area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerNowLine">
      <summary>
        <para>Gets the appearance settings used to paint the now area’s line that points to the current time within the Day View’s <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the <see href="https://docs.devexpress.com/WindowsForms/1737/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-ruler">time ruler</see>‘s now line.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx">
      <summary>
        <para>Extends the <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.AllDayAppointmentMaxHeight">
      <summary>
        <para>Gets or sets the maximum appointment height. This property is in effect when appointments can automatically resize based on their content (the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AppointmentAutoHeight">AppointmentDisplayOptions.AppointmentAutoHeight</see> property is enabled). In Day, FullWeek and WorkWeek Views, only all-day appointments can adjust their sizes.</para>
      </summary>
      <value>The maximum height for all-day appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.AllDayAppointmentMinHeight">
      <summary>
        <para>Gets or sets the minimum appointment height. This property is in effect when appointments can automatically resize based on their content (the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AppointmentAutoHeight">AppointmentDisplayOptions.AppointmentAutoHeight</see> property is enabled). In Day, WorkWeek and FullWeek Views, only all-day appointments can automatically adjust their sizes.</para>
      </summary>
      <value>The minimum height for all-day appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.AllDayAppointmentsStatusDisplayType">
      <summary>
        <para>Gets or sets how the status of appointments located in the <see href="https://docs.devexpress.com/WindowsForms/1730/controls-and-libraries/scheduler/visual-elements/scheduler-control/all-day-area">all-day area</see> is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration member specifying how the status should be displayed for the appointments in the all-day area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.AllowHtmlText">
      <summary>
        <para>Gets or sets whether to parse <see href="https://docs.devexpress.com/WindowsForms/4874/common-features/html-text-formatting">HTML tags</see> that allow you to format the text in appointments.</para>
      </summary>
      <value>true, to parse HTML tags; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.AppointmentWidth">
      <summary>
        <para>Gets or sets the custom width for all Appointments. This custom width is in effect only when the <see cref="P:DevExpress.XtraScheduler.DayView.ColumnWidthMode">ColumnWidthMode</see> is set to Auto, and can be ignored depending on other Scheduler settings (see the description below).</para>
      </summary>
      <value>The Appointment width.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies all settings from the options object passed as the parameter and assigns them to the current object.</para>
      </summary>
      <param name="baseOtherOptions">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.ShowAllDayAppointmentStatusVertically">
      <summary>
        <para>Gets or sets whether to display an all-day appointment status strip vertically on the left or horizontally at the top.</para>
      </summary>
      <value>True, to display all-day appointment status as a vertical strip on the left; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.ShowClippedImages">
      <summary>
        <para>Gets or sets whether Day View appointments should draw truncated images when these appointments are too small to display their images entirely.</para>
      </summary>
      <value>true to display clipped images inside small appointments; false to only draw images that fit into appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.ShowClippedText">
      <summary>
        <para>Gets or sets whether Day View appointments should draw their text strings even when there is not enough space to do that.</para>
      </summary>
      <value>true, to draw strings when appointments have not enough height; false to hide text strings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.StretchAppointments">
      <summary>
        <para>Gets or sets whether Appointments should stretch horizontally to occupy the remaining cell space. Depending on other Scheduler settings, either all Appointments in one row stretch proportionally to the cell size, or the rightmost Appointment occupies the entire available space while other Appointments retain their sizes.</para>
      </summary>
      <value>true if Appointments should stretch to fill the time cell; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">SchedulerControl.DeleteRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment for which an event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment">AppointmentFormEventArgs.Appointment</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs.DeleteSeries">
      <summary>
        <para>Gets or sets a value indicating if the entire series or a single appointment should be deleted.</para>
      </summary>
      <value>true if the entire series should be deleted; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">SchedulerControl.DeleteRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.DragDropMode">
      <summary>
        <para>Lists the values used to specify the drag-and-drop mode of the scheduler control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DragDropMode.Manual">
      <summary>
        <para>This mode is suitable for mutli-thread applications, when no Drag~ events of the Scheduler Control can be raised.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DragDropMode.Standard">
      <summary>
        <para>This mode is suitable for single-thread applications. If this mode is enabled, all Drag~ events of the Scheduler Control are correctly raised when appointments are dragged &amp; dropped.</para>
      </summary>
    </member>
    <member name="N:DevExpress.XtraScheduler.Drawing">
      <summary>
        <para>Contains classes and enumerations that are used to implement drawing for the XtraScheduler.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.AllDayAreaCell">
      <summary>
        <para>An all-day appointment cell in a scheduler’s layout when it is drawn.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.AllDayAreaCell"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.DrawLeftSeparator">
      <summary>
        <para>Specifies whether the all-day appointment cell displays its left boundary.</para>
      </summary>
      <value>true, to display the left boundary of the cell; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>An <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AllDayArea">SchedulerHitTest.AllDayArea</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.LeftSeparatorBounds">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo">
      <summary>
        <para>Provides information on the image object displayed within the appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo.Image">
      <summary>
        <para>Gets or sets the image to be displayed within the appointment.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Image"/> object which represents the appointment’s image.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo.SvgImage">
      <summary>
        <para>Gets or sets an SVG image to be displayed within the appointment.</para>
      </summary>
      <value>An object that specifies a vector image.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo.SvgImageSize">
      <summary>
        <para>Gets or sets the SVG image size.</para>
      </summary>
      <value>The SVG image size.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection">
      <summary>
        <para>Represents a collection of objects that contain information on appointment images.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection.#ctor(DevExpress.XtraScheduler.Drawing.AppointmentImageProvider)">
      <summary>
        <para>Initializes a new instance of the AppointmentImageInfoCollection class with the specified image provider.</para>
      </summary>
      <param name="imageProvider">A DevExpress.XtraScheduler.Drawing.AppointmentImageProvider object which provides images for the created collection.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection.Images">
      <summary>
        <para>Gets or sets the source of images that can be displayed within appointments.</para>
      </summary>
      <value>An object that provides images for appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection.InnerImages">
      <summary>
        <para>Provides access to the collection of images used to draw an appointment. Intended for internal use.</para>
      </summary>
      <value>An object that provides images for appointments.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo">
      <summary>
        <para>Provides information on the visual representation of the appointment.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appearance">
      <summary>
        <para>Provides access to an object used to specify the appointment appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of an appointment.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appointment">
      <summary>
        <para>Provides access to an appointment for which the visual representation has been built.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.AppointmentInterval">
      <summary>
        <para>Gets the time interval which the current appointment occupies.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the appointment time interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.BackColor">
      <summary>
        <para>Gets or sets the appointment coloring. Use the Appearance.BackColor instead.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object representing the appointment fill color.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.CalculateHitInfo(System.Drawing.Point,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
      <summary>
        <para>Calculates hit information for the specified test point.</para>
      </summary>
      <param name="pt">A <see cref="T:System.Drawing.Point"/> object containing coordinates of the test point.</param>
      <param name="nextHitInfo">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ConvertToVisualBounds(System.Drawing.Rectangle)">
      <summary>
        <para>Converts coordinates of the rectangle specifying ViewInfo item bounds to the client coordinates that are relative to the upper-left corner of the visible area of the Scheduler view.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> object which is the appointment’s bounding rectangle in the client coordinate system (in pixels).</param>
      <returns>A <see cref="T:System.Drawing.Rectangle"/> object which is the appointment’s bounding rectangle in the Scheduler view coordinate system (in pixels).</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Description">
      <summary>
        <para>Gets the appointment description.</para>
      </summary>
      <value>A string representing the appointment description.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.DisableDrop">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.DisplayText">
      <summary>
        <para>Gets the text of the appointment subject.</para>
      </summary>
      <value>A string containing the text of the appointment subject.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.GetVisualBounds">
      <summary>
        <para>Obtains the location and size of an appointment’s visual representation in pixels, relative to the upper-left corner of the visible area of the Scheduler view.</para>
      </summary>
      <returns>A <see cref="T:System.Drawing.Rectangle"/> object which is the appointment’s bounding rectangle in the client coordinate system (in pixels).</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentContent">SchedulerHitTest.AppointmentContent</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.InnerBounds">
      <summary>
        <para>Gets or sets the rectangle representing the appointment body.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object representing the appointment body for display.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.IsLongTime">
      <summary>
        <para>Indicates whether an appointment spans across several days.</para>
      </summary>
      <returns>true if an appointment spans across several days; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Options">
      <summary>
        <para>Provides access to several options for the visual representation of an appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions"/> object containing specific options.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Selected">
      <summary>
        <para>Gets or sets whether the appointment is shown as selected.</para>
      </summary>
      <value>True to display the appointment as selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowBell">
      <summary>
        <para>Gets or sets whether to display a bell icon indicating an associated reminder.</para>
      </summary>
      <value>true to display a bell icon; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowEndTime">
      <summary>
        <para>Gets or sets a value specifying whether the end time of the current appointment is displayed.</para>
      </summary>
      <value>true to show the appointment end time; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowRecurrence">
      <summary>
        <para>Gets or sets whether the recurrence symbol should be displayed for the recurring appointment.</para>
      </summary>
      <value>true if a recurrence symbol should be displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowStartTime">
      <summary>
        <para>Gets or sets a value specifying whether the start time of the current appointment is displayed.</para>
      </summary>
      <value>true to show the appointment start time; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowTimeAsClock">
      <summary>
        <para>Gets or sets whether the start and end time are displayed as clock symbols.</para>
      </summary>
      <value>true to display time as clock symbols; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Status">
      <summary>
        <para>Gets or sets the visual status of the appointment for display.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.StatusDisplayType">
      <summary>
        <para>Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration specifying how the status is displayed.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.StatusItems">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection">
      <summary>
        <para>A collection of AppointmentViewInfo objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.#ctor(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.Drawing.AppointmentViewInfo})">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection"></see> class with the specified settings.</para>
      </summary>
      <param name="collection">A collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> objects.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.#ctor(System.Int32)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection"></see> class with the specified settings.</para>
      </summary>
      <param name="capacity">An integer that is the number of elements that the internal list can contain before resizing is required.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.AddRange(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection)">
      <summary>
        <para>Adds <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> items contained in the specified object to the collection.</para>
      </summary>
      <param name="value">An DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection object that contains <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> instances.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.Contains(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Gets whether the collection contains an <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object which relates to the specified appointment.</para>
      </summary>
      <param name="apt">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to match the <see cref="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appointment">AppointmentViewInfo.Appointment</see> property value of an item in the collection.</param>
      <returns>True if the specified appointment is represented by its visual information in the collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.ContainsId(System.Object)">
      <summary>
        <para>Gets whether the collection contains an <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object which relates to the appointment with the specified identifier.</para>
      </summary>
      <param name="appointmentId">An object that is the identifier of an appointment to match the <see cref="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appointment">AppointmentViewInfo.Appointment</see> property value of an item in the collection.</param>
      <returns>True if the appointment with the specified ID is represented by its visual information in the collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.GetAppointmentViewInfosById(System.Object)">
      <summary>
        <para>Gets AppointmentViewInfo object(s) by an appointment identifier.</para>
      </summary>
      <param name="appointmentId">An object that is the appointment identifier (a value of the Appointment.Id property).</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection"/> object that contains AppointmentViewInfo object(s) related to an appointment with the specified ID.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.BottomLeft">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.BottomRight">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.GetNextPoint(DevExpress.XtraScheduler.Drawing.ConnectorLocation,System.Drawing.Point)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.Left">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.ReturnNextPoint(DevExpress.XtraScheduler.Drawing.ConnectorLocation,System.Drawing.Point)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.Right">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.TopLeft">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.TopRight">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.DayHeader">
      <summary>
        <para>Represents a scheduler’s visual element, located above the time cells area and used to identify days in the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.DayHeader.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.DayHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> class with default settings.</para>
      </summary>
      <param name="appearance">A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, that provides appearance settings for the visual element.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DayHeader.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.DayHeader">SchedulerHitTest.DayHeader</see> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader">
      <summary>
        <para>Represents a scheduler’s visual element, located above the time cells area and used to identify days of the week in the <see href="https://docs.devexpress.com/WindowsForms/1760/controls-and-libraries/scheduler/views/month-view">Month View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance,System.DayOfWeek)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> class with default settings.</para>
      </summary>
      <param name="appearance">A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, that provides appearance settings for the visual element.</param>
      <param name="dayOfWeek">A System.DayOfWeek enumeration member, specifying a day of the week.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader.DayOfWeek">
      <summary>
        <para>Gets the day of the week, associated with the current DayOfWeekHeader</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> object</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.DayOfWeekHeader">SchedulerHitTest.DayOfWeekHeader</see> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.DependencyTableType">
      <summary>
        <para>Lists types of dependency connections to the appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.IncomingInFinish">
      <summary>
        <para>Dependency line enters the appointment’s end.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.IncomingInStart">
      <summary>
        <para>Dependency line enters the appointment’s start.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.OutcomingFromFinish">
      <summary>
        <para>Dependency line goes off from the appointment’s end.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.OutcomingFromStart">
      <summary>
        <para>Dependency line goes off from the appointment’s start.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.DependencyViewInfo">
      <summary>
        <para>Provides information on the visual representation of the dependency.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.DependencyViewInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.#ctor(System.Drawing.Point,System.Drawing.Point)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.DependencyViewInfo"/> class with the specified start and end points.</para>
      </summary>
      <param name="start">A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency starts.</param>
      <param name="end">A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency ends.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Appearance">
      <summary>
        <para>Provides access to an object used to specify the appearance of the dependency object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance specifying look and feel characteristics of a dependency.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Dependencies">
      <summary>
        <para>Gets a collection of dependencies for which the current view info is calculated.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCollection"/> object that contains dependencies for the current view info.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Dispose">
      <summary>
        <para>Disposes of the <see cref="T:DevExpress.XtraScheduler.Drawing.DependencyViewInfo"/> object.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.End">
      <summary>
        <para>Gets or sets the ending point of a visual dependency object.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency ends.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.EndAppointmentViewInfo">
      <summary>
        <para>Gets information about the position of a dependent appointment in the dependency link.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object that can be used to determine the appointment bounds.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>An <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentDependency">SchedulerHitTest.AppointmentDependency</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Interval">
      <summary>
        <para>Overrides the corresponding method of the base class to hide it.</para>
      </summary>
      <value>An <see cref="P:DevExpress.XtraScheduler.TimeInterval.Empty">TimeInterval.Empty</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Items">
      <summary>
        <para>Provides access to a collection of graphic elements, such as roundings or arrows, drawn within a dependency object.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.ViewInfoItemCollection object containing graphic elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.LineEnd">
      <summary>
        <para>Gets or sets the start point of a dependency line.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency line starts.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.LineStart">
      <summary>
        <para>Gets or sets the start point of a dependency line.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency line starts.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Resource">
      <summary>
        <para>Overrides the corresponding value of the base class to hide it. Always returns an empty resource.</para>
      </summary>
      <value>A <see cref="P:DevExpress.XtraScheduler.ResourceEmpty.Resource">ResourceEmpty.Resource</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.SelectedAppearance">
      <summary>
        <para>Provides access to an object used to specify the appearance of the selected dependency.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance specifying the look and feel characteristics of a dependency.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Start">
      <summary>
        <para>Gets or sets the starting point of a visual dependency object.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency starts.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.StartAppointmentViewInfo">
      <summary>
        <para>Gets information about the position of a parent appointment in the dependency link.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object that can be used to determine the appointment bounds.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.ToString">
      <summary>
        <para>Returns the textual representation of the visual dependency location.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of the location.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.ExtendedCell">
      <summary>
        <para>Repesents a cell shown at the bottom of the DayView report, intended to display appointments which do not fit the visible area.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.ExtendedCell.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.ExtendedCell"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.ExtendedCell.#ctor(DevExpress.XtraScheduler.Appointment,System.String,DevExpress.XtraScheduler.TimeInterval)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.ExtendedCell"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> whose information is used for the <see cref="T:DevExpress.XtraScheduler.Drawing.ExtendedCell"/> instance.</param>
      <param name="text">A string that is the text displayed in the extended cell.</param>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the time interval of the time cell in which the extended cell is displayed.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ExtendedCell.Appointment">
      <summary>
        <para>Gets the appointment to which the extended cell is related.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ExtendedCell.Text">
      <summary>
        <para>Gets the text displayed in the extended cell.</para>
      </summary>
      <value>A string representing the text displayed in the cell.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.HorizontalResourceHeader">
      <summary>
        <para>Contains information on the horizontal Resource Header visual element of the Scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.HorizontalResourceHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance,DevExpress.XtraScheduler.SchedulerResourceHeaderOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.HorizontalResourceHeader"/> class with the specified settings.</para>
      </summary>
      <param name="appearance">A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, which provides the appearance settings for the visual element.</param>
      <param name="options">A <see cref="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions"/> object, providing various visual settings for the resource headers.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.HorizontalSingleWeekCell">
      <summary>
        <para>Base class for the time cell in the Month view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.HorizontalSingleWeekCell.#ctor(DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.HorizontalSingleWeekCell"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.HorizontalSingleWeekCell.FirstVisible">
      <summary>
        <para>Indicates whether the current cell is the first visible cell in the cell area of the Month view.</para>
      </summary>
      <value>True if the cell is the first (upper leftmost) cell in the Month view’s time cell area; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.MonthSingleWeekCell">
      <summary>
        <para>A time cell in the main area of the Month view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.MonthSingleWeekCell.#ctor(DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer,System.Boolean,DevExpress.XtraScheduler.TimeCellHighlightMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.MonthSingleWeekCell"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.MonthSingleWeekCell.#ctor(DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.MonthSingleWeekCell"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.MoreButton">
      <summary>
        <para>Provides information on the visual representation of <see href="https://docs.devexpress.com/WindowsForms/1733/controls-and-libraries/scheduler/visual-elements/scheduler-control/more-buttons">More Buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.MoreButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.MoreButton.#ctor(DevExpress.Utils.AppearanceObject,DevExpress.Utils.AppearanceObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.Bounds">
      <summary>
        <para>Gets or sets the size and location of the visual element.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object that specifies the size and location of the control, in pixels.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.MoreButton.CalculateHitInfo(System.Drawing.Point,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
      <summary>
        <para>Calculates hit information for the specified test point.</para>
      </summary>
      <param name="pt">A <see cref="T:System.Drawing.Point"/> object containing coordinates of the test point.</param>
      <param name="nextHitInfo">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.DirectionUp">
      <summary>
        <para>Gets or sets whether an arrow in the MoreButton is directed up.</para>
      </summary>
      <value>True if an arrow is directed up; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.Empty">
      <summary>
        <para>Gets a special value that represents an uninitialized MoreButton.</para>
      </summary>
      <value>The empty MoreButton.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.GoUp">
      <summary>
        <para>Gets or sets whether the button is directed up. Use the <see cref="P:DevExpress.XtraScheduler.Drawing.MoreButton.DirectionUp">MoreButton.DirectionUp</see> property instead.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.MoreButton">SchedulerHitTest.MoreButton</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.HotTracked">
      <summary>
        <para>Gets whether the MoreButton changes in appearance when the mouse hovers over it.</para>
      </summary>
      <value>True, to enable mouse-sensitive highlighting; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.TargetViewStart">
      <summary>
        <para>Gets or sets the start of the interval that will be displayed in the view when the MoreButton is clicked.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies the interval start.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.Visible">
      <summary>
        <para>Gets or sets whether the MoreButton visual element is displayed.</para>
      </summary>
      <value>True to display the MoreButton visual element; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.MoreButtonCollection">
      <summary>
        <para>A collection of MoreButton objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.MoreButtonCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButtonCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.MoreButtonCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.Drawing.MoreButton})">
      <summary>
        <para>Adds <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> items contained in the specified collection.</para>
      </summary>
      <param name="moreButtons">A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/>,&gt; generic collection containing items to add.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.ResourceHeader">
      <summary>
        <para>Serves as the base class for classes that represent the <see href="https://docs.devexpress.com/WindowsForms/1775/controls-and-libraries/scheduler/visual-elements/scheduler-control/resource-headers">Resource Headers</see> visual elements of the Scheduler.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.ResourceHeader.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.ResourceHeader">SchedulerHitTest.ResourceHeader</see> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo">
      <summary>
        <para>Contains information about a specific point within a scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.#ctor(DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo,DevExpress.XtraScheduler.Drawing.SchedulerHitTest,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo,System.Drawing.Point)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.#ctor(DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo,DevExpress.XtraScheduler.Drawing.SchedulerHitTest,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> class with the specified view and hit testing information, and in addition, hit information about the next scheduler element under the test point.</para>
      </summary>
      <param name="viewInfo">A DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo object which contains view information. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.ViewInfo">SchedulerHitInfo.ViewInfo</see> property.</param>
      <param name="hitTest">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which specifies the scheduler element under the test point. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.HitTest">SchedulerHitInfo.HitTest</see> property.</param>
      <param name="nextHitInfo">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object which contains information about the next (underlying) scheduler element under the test point. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.NextHitInfo">SchedulerHitInfo.NextHitInfo</see> property.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.#ctor(DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo,DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> class with the specified view and hit testing information.</para>
      </summary>
      <param name="viewInfo">A DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo object which contains view information. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.ViewInfo">SchedulerHitInfo.ViewInfo</see> property.</param>
      <param name="hitTest">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which specifies the scheduler element under the test point. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.HitTest">SchedulerHitInfo.HitTest</see> property.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.Contains(DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
      <summary>
        <para>Determines whether the current hit information contains the specified <see href="https://docs.devexpress.com/WindowsForms/1729/controls-and-libraries/scheduler/visual-elements/scheduler-control">Scheduler element</see>.</para>
      </summary>
      <param name="types">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which specifies the scheduler element to locate.</param>
      <returns>true if the specified Scheduler element is located under the test point; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.FindFirstLayoutHitInfo">
      <summary>
        <para>Finds the first SchedulerHitInfo object that is not null for the current hit.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.FindHitInfo(DevExpress.XtraScheduler.Drawing.SchedulerHitTest,DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
      <summary>
        <para>Searches the hit information for the specified type(s) of the element, traversing to the depth of the specified stop type(s).</para>
      </summary>
      <param name="types">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value.</param>
      <param name="stopTypes">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.FindHitInfo(DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
      <summary>
        <para>Searches the hit information for the specified type(s) of the element.</para>
      </summary>
      <param name="types">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.HitTest">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which identifies the type of the visual element that contains the test point.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.NextHitInfo">
      <summary>
        <para>Provides the hit information about the element that is positioned next below the current hit element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.None">
      <summary>
        <para>Gets the hit information that specifies that the test point does not belong to any part of the scheduler.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object that contains empty hit information.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.ViewInfo">
      <summary>
        <para>Gets the object which contains the information used to render the visual element located under the test point.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo class descendant providing view information on the visual element located under the test point.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase">
      <summary>
        <para>Exposes the basic functionality for the scheduler cells when they are drawn.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings for the <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.ContentBounds">
      <summary>
        <para>Gets the rectangle which encompasses the cell area excluding its header.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> that is the area for displaying the cell content.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.Dispose">
      <summary>
        <para>Disposes of this <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase"/> and releases the resources it occupied.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.Cell">SchedulerHitTest.Cell</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.ScrollContentBounds">
      <summary>
        <para>The area to fill when indicating an appointment status.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the area to paint with the status brush.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.SelectionAppearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the selected <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings for the <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase"/> elements under selection.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase">
      <summary>
        <para>Serves as a base for classes which provide view information for a selected element within a scheduler.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.AppointmentAutoHeight">
      <summary>
        <para>Gets or sets whether an appointment should change its height automatically for the current view.</para>
      </summary>
      <value>true if an appointment’s height is changed automatically to fit the text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the appointment’s display options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> object containing options for displaying appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.AppointmentHeight">
      <summary>
        <para>Gets or sets the height of a single appointment for the current View (in pixels).</para>
      </summary>
      <value>An integer value which represents the appointment height measured in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Bounds">
      <summary>
        <para>Gets the bounds contained in the view information.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> value.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcFinalLayout">
      <summary>
        <para>Calculates the final layout for display of all visible elements of the current <see href="https://docs.devexpress.com/WindowsForms/1757/controls-and-libraries/scheduler/views">scheduler view</see> on the screen.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcHitInfo(System.Drawing.Point,System.Boolean)">
      <summary>
        <para>Returns information on scheduler elements located at the specified point.</para>
      </summary>
      <param name="pt">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the scheduler’s top-left corner.</param>
      <param name="layoutOnly">true if the appointments are ignored and only the scheduler’s layout is taken into consideration; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object which contains information about scheduler elements located at the test point.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcPreliminaryAppointments">
      <summary>
        <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcPreliminaryCellContainers">
      <summary>
        <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcScrollBarVisibility">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CellContainers">
      <summary>
        <para>Provides access to visible time cells in the current View.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.SchedulerViewCellContainerCollection class instance, representing a container for visible cells.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CopyAllAppointmentViewInfos">
      <summary>
        <para>Provides access to the collection of objects containing information on appointments and their visual representation.</para>
      </summary>
      <returns>A DevExpress.XtraScheduling.Drawing.AppointmentViewInfoCollection object, that is a collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.DeferredExecuteNavigationButtonsLayoutCalculator(System.Drawing.Graphics)">
      <summary>
        <para>For internal use. The method is required for the animated view navigation.</para>
      </summary>
      <param name="g">A <see cref="T:System.Drawing.Graphics"/> object that outputs to the graphics buffer.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Dispose">
      <summary>
        <para>Disposes of the <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GetAllAppointmentViewInfos">
      <summary>
        <para>Provides access to the collection of objects containing information on appointments and their visual representation.</para>
      </summary>
      <returns>A collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GetCellContainers">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GetMoreButtons">
      <summary>
        <para>Provides access to a collection of <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> elements in the current view.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/>,&gt; collection containing <see href="https://docs.devexpress.com/WindowsForms/1733/controls-and-libraries/scheduler/visual-elements/scheduler-control/more-buttons">More Buttons</see>.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GroupSeparators">
      <summary>
        <para>Gets the group separators settings.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.SchedulerHeaderCollection object.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Initialize">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Utils.AppearanceObject"/> instances required for painting the view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.MakeAppointmentVisibleInScrollContainers(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.MoreButtons">
      <summary>
        <para>Gets the collection of all <see href="https://docs.devexpress.com/WindowsForms/1733/controls-and-libraries/scheduler/visual-elements/scheduler-control/more-buttons">More Buttons</see> shown in the current scheduler view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButtonCollection"/> instance, that is the collection of <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> objects.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.NavigationButtons">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WindowsForms/3299/controls-and-libraries/scheduler/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see> collection of the current view.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.NavigationButtonCollection object that represents navigation buttons for the view.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.PaintAppearance">
      <summary>
        <para>Gets the appearance settings applied to the current scheduler view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.BaseViewAppearance"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Painter">
      <summary>
        <para>Gets an object that provides the painting functionality of the scheduler control’s Views.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.ViewPainter class instance.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.ResourceHeaders">
      <summary>
        <para>Gets the resource headers currently shown in the current scheduler view.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.SchedulerHeaderCollection object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.ScrollOffset">
      <summary>
        <para>To be overridden in a derived class to provide the scroll offset of the View’s content.</para>
      </summary>
      <value>A zero (0) value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.View">
      <summary>
        <para>Gets the current scheduler view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.VisibleIntervals">
      <summary>
        <para>Gets the visible intervals of the current view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.VisibleResources">
      <summary>
        <para>Gets a collection of visible resources for the current view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.SelectionBarCell">
      <summary>
        <para>A cell located in the Selection Bar of the Timeline view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SelectionBarCell.#ctor">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SelectionBarCell.HitTestType">
      <summary>
        <para>Gets a value identifying the type of the visual element located under the test point.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.SelectionBarCell">SchedulerHitTest.SelectionBarCell</see> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase">
      <summary>
        <para>Base class for a time cell in the Week and Month views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.CalculateHitInfo(System.Drawing.Point,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
      <summary>
        <para>Calculates hit information for the specified test point.</para>
      </summary>
      <param name="pt">A System.Drawing.Point object containing coordinates of the text point.</param>
      <param name="nextHitInfo">A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.ContentBounds">
      <summary>
        <para>Gets the rectangle which encompasses the cell area excluding its header.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> that is the area for displaying the cell content.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Date">
      <summary>
        <para>Gets the date assigned to the cell.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the date represented by a time cell.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Header">
      <summary>
        <para>Provides access to the Day of Week headers of a <see cref="T:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase"/> instance.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.SchedulerHeader object that is the Day of Week header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.HeaderBounds">
      <summary>
        <para>Provides access to the Day of Week header bounds.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object representing the header bounds.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.HeaderPreliminaryResult">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Interval">
      <summary>
        <para>Retrieves the specific time interval within the <see cref="T:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase"/> instance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that is the time interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Resource">
      <summary>
        <para>Provides access to the visible resource headers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.ScrollContentBounds">
      <summary>
        <para>Gets the <see cref="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.ContentBounds">SingleWeekCellBase.ContentBounds</see> corrected by the scroll offset.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> structure that determines the bounds used to paint the view.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Selected">
      <summary>
        <para>Gets or sets whether the time cell is selected.</para>
      </summary>
      <value>true if the time cell is selected; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.TimeCell">
      <summary>
        <para>An ordinary time cell in a scheduler’s layout when it is drawn.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.TimeCell.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.TimeCell"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.Bounds">
      <summary>
        <para>Gets or sets the bounds used to paint the time cell.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> structure that is the time cell visual bounds.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.EndOfHour">
      <summary>
        <para>Determines if the cell border is drawn with a darker color.</para>
      </summary>
      <value>true to use the dark color; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.IsWorkTime">
      <summary>
        <para>Determines if the cell belongs to the working time range and should be colored accordingly.</para>
      </summary>
      <value>true if the cell belongs to the working time range; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.ScrollBounds">
      <summary>
        <para>Gets the original bounds calculated for painting the time cell corrected by the scroll offset.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> structure which determines the bounds to paint the time cell.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.ScrollOffset">
      <summary>
        <para>Gets or sets the scroll offset used to paint the time cell.</para>
      </summary>
      <value>An integer that is the scroll offset value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader">
      <summary>
        <para>Contains information on the vertical Resource Header visual element of the Scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance,DevExpress.XtraScheduler.SchedulerResourceHeaderOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader"/> class with the specified settings.</para>
      </summary>
      <param name="appearance">A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, which provides the appearance settings for the visual element.</param>
      <param name="options">A <see cref="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions"/> object, providing various visual settings for the resource headers.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader.Assign(DevExpress.Utils.Drawing.ObjectInfoArgs)">
      <summary>
        <para>Copies all settings from the object passed as the parameter and assigns them to the current object.</para>
      </summary>
      <param name="info">The object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader.RotateCaption">
      <summary>
        <para>Gets or sets the value indicating whether to rotate the caption’s text.</para>
      </summary>
      <value>true to rotate the caption’s text; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Drawing.VerticalSingleWeekCell">
      <summary>
        <para>A time cell in the main area of the Week view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Drawing.VerticalSingleWeekCell.#ctor(DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.VerticalSingleWeekCell"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.DXColorSavingType">
      <summary>
        <para>Provides values that specify the type of values stored in the data source field mapped to the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DXColorSavingType.ArgbColor">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property must store 32-bit ARGB values (integer values in the “AARRGGBB” format, e.g. “-65536” for red). You can retrieve integer ARGB values using the <see cref="Overload:System.Drawing.Color.ToArgb">Color.ToArgb</see> method.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DXColorSavingType.Auto">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property can store values of any supported type. A correct value type is determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DXColorSavingType.ColorInstance">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property must store System.Drawing.Color type values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DXColorSavingType.ColorString">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property must store string values that specify colors in the hexadecimal format (e.g., “0xFFFF0000” for red).</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.DXColorSavingType.OleColor">
      <summary>
        <para>A data field mapped to the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">LabelMappingInfo.Color</see> property must store OLE_Color values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditRecurrentAppointmentFormShowing">SchedulerControl.EditRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.Utils.Commands.CommandSourceType,System.Boolean,System.Boolean)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which an event has been raised This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment">AppointmentFormEventArgs.Appointment</see> property.</param>
      <param name="commandSourceType">A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration member that informs about the source of a command which raised the event.</param>
      <param name="readOnly">True if the form is opended in read-only mode; otherwise, false.</param>
      <param name="openRecurrenceForm">True to invoke the corresponding recurrence form; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which an event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment">AppointmentFormEventArgs.Appointment</see> property.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditRecurrentAppointmentFormShowing">SchedulerControl.EditRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs"/> object, which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.FullWeekView">
      <summary>
        <para>Represents a view that displays the entire week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.FullWeekView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control assigned to the view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.FullWeekView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.FullWeekView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.FullWeekView.Enabled">
      <summary>
        <para>Gets or sets if the view is enabled for the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
      </summary>
      <value>true if the view is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.FullWeekView.MenuItemId">
      <summary>
        <para>Gets the ID of the menu item which switches to the Full Week View.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToFullWeekView">SchedulerMenuItemId.SwitchToFullWeekView</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.FullWeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.FullWeek">SchedulerViewType.FullWeek</see> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.GanttView">
      <summary>
        <para>A view that shows tasks, the relationship among the tasks and task progress in relation to time.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.GanttView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.GanttView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control of the view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.GanttView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.GanttViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.GanttView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to a set of options that specify how the view and its visual elements are displayed onscreen.</para>
      </summary>
      <value>An object that represents a set of options.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.GanttView.ChangeDependencySelection(DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Selects a single dependency.</para>
      </summary>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object to select.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttView.Scales">
      <summary>
        <para>Provides access to a collection of time scales displayed in the Gantt view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object containing time scales for this view.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.GanttView.SelectDependency(DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Selects the specified appointment dependency so that it is the only selected dependency within the View.</para>
      </summary>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that specifies the appointment dependency to be selected.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttView.StatusDisplayType">
      <summary>
        <para>Implemented to hide the property of the base class.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttView.TimelineScrollBarVisible">
      <summary>
        <para>Overrides the corresponding property of the base class, to hide it.</para>
      </summary>
      <value>Always false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Gantt">SchedulerViewType.Gantt</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttView.ViewInfo">
      <summary>
        <para>Gets the information on the visual representation of the object.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.TimelineViewInfo object providing information on the visual representation of the <see cref="T:DevExpress.XtraScheduler.GanttView"/>‘s elements.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.GanttViewAppearance">
      <summary>
        <para>Provides appearance settings used to paint the Gantt view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.GanttViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.GanttViewAppearance"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttViewAppearance.Dependency">
      <summary>
        <para>Gets the appearance settings used to paint a dependency within the View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a <see href="https://docs.devexpress.com/WindowsForms/10776/controls-and-libraries/scheduler/visual-elements/scheduler-control/dependencies">Dependency</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.GanttViewAppearance.SelectedDependency">
      <summary>
        <para>Gets the appearance settings used to paint a selected dependency within the View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a selected <see href="https://docs.devexpress.com/WindowsForms/10776/controls-and-libraries/scheduler/visual-elements/scheduler-control/dependencies">Dependency</see>.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.GotoDateFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.GotoDateFormShowing">SchedulerControl.GotoDateFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.GotoDateFormEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.GotoDateFormEventArgs"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.GotoDateFormEventArgs.Date">
      <summary>
        <para>Gets or sets the date shown in the Go To Date dialog window.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object representing the date shown in the dialog.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.GotoDateFormEventArgs.SchedulerViewType">
      <summary>
        <para>Gets or sets the View type shown in the Go To Date dialog window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value representing the View type.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.GotoDateFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.GotoDateFormShowing">SchedulerControl.GotoDateFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraScheduler.GotoDateFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.IAppointmentFlyoutData">
      <summary>
        <para>Contains data used in the <see href="https://docs.devexpress.com/WindowsForms/118551/controls-and-libraries/scheduler/visual-elements/scheduler-control/appointment-flyout">Appointment Flyout</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Appearance">
      <summary>
        <para>Provides access to an object used to specify how the appointment flyout is painted.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of an appointment flyout element.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Appointment">
      <summary>
        <para>Gets an appontment whose information the appointment flyout displays.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object whose information is displayed.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.End">
      <summary>
        <para>Gets or sets the End value displayed in the appointment flyout.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Location">
      <summary>
        <para>Gets or sets the Location value displayed in the appointment flyout.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.Location">Appointment.Location</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Reminder">
      <summary>
        <para>Gets a reminder associated with an appontment whose information the appointment flyout displays.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Reminder"/> object associated with an appointment whose information is displayed.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowEndDate">
      <summary>
        <para>Gets or sets whether to display the End value.</para>
      </summary>
      <value>True if the End value is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowLocation">
      <summary>
        <para>Gets or sets whether to display the Location value.</para>
      </summary>
      <value>True if the Location value is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowReminder">
      <summary>
        <para>Gets or sets whether to display the Reminder value.</para>
      </summary>
      <value>True if the Reminder value is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowStartDate">
      <summary>
        <para>Gets or sets whether to display the Start value.</para>
      </summary>
      <value>True if the Start value is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowStatus">
      <summary>
        <para>Gets or sets whether to display the Status value.</para>
      </summary>
      <value>True if the Status value is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowSubject">
      <summary>
        <para>Gets or sets whether to display the Subject value.</para>
      </summary>
      <value>True if the Subject value is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Start">
      <summary>
        <para>Gets or sets the Start value displayed in the appointment flyout.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Subject">
      <summary>
        <para>Gets or sets the Subject value displayed in the appointment flyout.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.SubjectAppearance">
      <summary>
        <para>Provides access to an object used to specify how the subject area in the appointment flyout is painted.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to specify how the subject area is painted.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.IAppointmentStorage">
      <summary>
        <para>Defines the base interface for different types of the Scheduler storage - the legacy appointment storage and a new asynchronous storage.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentStorage.CommitIdToDataSource">
      <summary>
        <para>Gets or sets whether the appointment ID value should be passed to the data source.</para>
      </summary>
      <value>true, to pass the appointment’s <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> value to the mapped field in the data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.IAppointmentStorage.Storage">
      <summary>
        <para>Returns the storage that owns this <see cref="T:DevExpress.XtraScheduler.IAppointmentStorage"/>.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> interface and owns this <see cref="T:DevExpress.XtraScheduler.IAppointmentStorage"/>.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.InplaceEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing">SchedulerControl.InplaceEditorShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.InplaceEditorEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.InplaceEditorEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment for which the editor is invoked.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.InplaceEditorEventArgs.InplaceEditor">
      <summary>
        <para>Gets or sets the in-place editor which is invoked when an end-user adds a new appointment or edits an existing one “in place”.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerInplaceEditor"/> object which represents the in-place editor.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.InplaceEditorEventArgs.InplaceEditorEx">
      <summary>
        <para>Gets or sets the in-place editor which is invoked when an end-user adds a new appointment or edits an existing one “in place”.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx"/> object which represents the in-place editor.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.InplaceEditorEventArgs.SchedulerInplaceEditorEventArgs">
      <summary>
        <para>Gets or sets the object that specifies the scheduler control instance and basic characteristics used to customize the inplace editor appearance and layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs"/> object.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.InplaceEditorEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing">SchedulerControl.InplaceEditorShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.XtraScheduler.InplaceEditorEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.ISchedulerInplaceEditor">
      <summary>
        <para>Provides methods to customize properties of an in-place editor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.BackColor">
      <summary>
        <para>Gets or sets the background color of the control.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the background color of the control.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Bounds">
      <summary>
        <para>Gets or sets the size and location of the control.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object that specifies the size and location of the control, in pixels.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditor.CommitChanges">
      <summary>
        <para>Occurs before a modified value is saved to the underlying data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Focus">
      <summary>
        <para>Sets input focus to the control.</para>
      </summary>
      <returns>true if the input focus request was successful; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Font">
      <summary>
        <para>Gets or sets the font of the text displayed by the control.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Font"/> to apply to the text displayed by the control.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.ForeColor">
      <summary>
        <para>Gets or sets the foreground color of the control.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color of the control.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditor.LostFocus">
      <summary>
        <para>Occurs when the control loses focus.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Parent">
      <summary>
        <para>Gets or sets the parent container of the control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.Control"/> that represents the parent or container of the control.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditor.RollbackChanges">
      <summary>
        <para>Occurs before changes are cancelled and the modified value is replaced with the former value (a value before modification).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditor.SelectAll">
      <summary>
        <para>Selects all text in the control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditor.SetPositionToTheEndOfText">
      <summary>
        <para>Sets the selection start to the end of text.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Text">
      <summary>
        <para>Gets or sets the current text in the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/>, representing a control’s text.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Visible">
      <summary>
        <para>Gets or sets a value indicating whether the control is displayed.</para>
      </summary>
      <value>true if the control is displayed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.ISchedulerStorage">
      <summary>
        <para>A storage containing persistent objects - appointments, resources and appointment dependencies.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerStorage.Appointments">
      <summary>
        <para>Gets a storage object that contains appointments.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStorage"/> object that is the storage for appointments.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ISchedulerStorage.GetLabelColor(System.Object)">
      <summary>
        <para>Obtains the color of the label by the label’s ID.</para>
      </summary>
      <param name="labelId">An object that is the label’s identifier available by the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> property of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> value that is the label’s color.</returns>
    </member>
    <member name="E:DevExpress.XtraScheduler.ISchedulerStorage.PrepareAppointmentFilterColumn">
      <summary>
        <para>Fires when a column, representing an appointment’s field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.ISchedulerStorage.PrepareResourceFilterColumn">
      <summary>
        <para>Fires when a column, representing a resource’s field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ISchedulerStorage.Resources">
      <summary>
        <para>Returns the resource storage owned by this storage.</para>
      </summary>
      <value>An object that implements the DevExpress.XtraScheduler.IResourceStorage interface and stores resources owned by this <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/>.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ISchedulerStorage.SetAppointmentId(DevExpress.XtraScheduler.Appointment,System.Object)">
      <summary>
        <para>Sets the identifier of the specified appointment to a specified value.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</param>
      <param name="id">An object that is the appointment identifier to assign.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.LabelMappingInfo">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/120538/controls-and-libraries/scheduler/data-binding/mappings/label-mappings">Label Mappings</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.LabelMappingInfo.#ctor(DevExpress.XtraScheduler.AppointmentLabelDataStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.LabelMappingInfo"/> class with the specified settings.</para>
      </summary>
      <param name="itemStorage">An <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> that stores Labels whose mappings are specified by this <see cref="T:DevExpress.XtraScheduler.LabelMappingInfo"/> object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.Color">
      <summary>
        <para>Gets or sets the data source field that stores color values. These values specify the Appointments’ background colors.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores color values.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.ColorConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.AppointmentLabel.Color">AppointmentLabel.Color</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, the data source and the object’s property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.ColorConverter">
      <summary>
        <para>Gets or sets a value converter for the Label’s <see cref="P:DevExpress.XtraScheduler.AppointmentLabel.Color">AppointmentLabel.Color</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.DisplayName">
      <summary>
        <para>Gets or sets the data source field that stores Labels’ primary names. These names are displayed at runtime in the Edit Appointment dialog.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores Labels’ primary names.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.DisplayNameConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the Label’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, the data source and the object’s property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.DisplayNameConverter">
      <summary>
        <para>Gets or sets a value converter for the Label’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.LabelMappingInfo.GetRequiredMappingNames">
      <summary>
        <para>Returns the string array that specifies what <see cref="T:DevExpress.XtraScheduler.LabelMappingInfo"/> properties are required to map to data source fields. For Labels, you are required to map the <see cref="P:DevExpress.XtraScheduler.LabelMappingInfo.Id">LabelMappingInfo.Id</see> property only, other mappings are optional.</para>
      </summary>
      <returns>A String array that specifies what <see cref="T:DevExpress.XtraScheduler.LabelMappingInfo"/> properties are required to map to data source fields.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.Id">
      <summary>
        <para>Gets or sets the data source field that stores unique Label IDs. This mapping is required.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores unique Label IDs.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.IdConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the Label’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, the data source and the object’s property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.IdConverter">
      <summary>
        <para>Gets or sets a value converter for the Label’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.MenuCaption">
      <summary>
        <para>Gets or sets the data source field that stores Labels’ secondary names. These names are displayed at runtime in the “Label As” sub-menu item in the Appointment context menu.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores Labels’ secondary names.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.MenuCaptionConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the Label’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, the data source and the object’s property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LabelMappingInfo.MenuCaptionConverter">
      <summary>
        <para>Gets or sets a value converter for the Label’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.LayoutElementKind">
      <summary>
        <para>Lists types of visual elements in a scheduler control that triggered the event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.LayoutElementKind.Cell">
      <summary>
        <para>A time cell.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.LayoutElementKind.DateHeader">
      <summary>
        <para>A date header.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.LayoutElementKind.ResourceHeader">
      <summary>
        <para>A resource header.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.LayoutElementKind.TimeRulerItem">
      <summary>
        <para>A time ruler element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.LayoutViewInfoCustomizing">SchedulerControl.LayoutViewInfoCustomizing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.#ctor(System.Object,DevExpress.XtraScheduler.LayoutElementKind)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="viewInfo">An object of a type that depends on the visual element which raised the event.</param>
      <param name="kind">A <see cref="T:DevExpress.XtraScheduler.LayoutElementKind"/> enumeration member that enables you to determine what kind of a visual element triggered the event.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.Kind">
      <summary>
        <para>Gets the type of a visual element that raises the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.LayoutElementKind"/> enumeration member that determines what kind of an element has triggered the event.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.ShouldRecalculateLayout">
      <summary>
        <para>Forces layout recalculation after applying changes specified in the event handler.</para>
      </summary>
      <value>True, to recalculate the layout to properly display modified visual elements; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.ViewInfo">
      <summary>
        <para>Provides access to the object which contains the information used to render the layout element.</para>
      </summary>
      <value>An object which can be casted to one of the ViewInfo types specific to the Scheduler view layout elements.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.MonthView">
      <summary>
        <para>Displays events across multiple weeks.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.MonthView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.MonthView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control assigned to the month view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.MonthView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MonthViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.MonthView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the appointment display options for the <see href="https://docs.devexpress.com/WindowsForms/1760/controls-and-libraries/scheduler/views/month-view">Month view</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the <see href="https://docs.devexpress.com/WindowsForms/1760/controls-and-libraries/scheduler/views/month-view">Month view</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthView.CompressWeekend">
      <summary>
        <para>Gets or sets a value indicating if the weekend days (Saturday and Sunday) should be displayed as one day.</para>
      </summary>
      <value>true to compress weekends; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthView.MenuItemId">
      <summary>
        <para>Gets the ID of the menu item which corresponds to the Month View.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToMonthView">SchedulerMenuItemId.SwitchToMonthView</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthView.ShowWeekend">
      <summary>
        <para>Gets or sets a value indicating if the scheduler should also show its data for the weekend days (Saturday and Sunday) in a Month View.</para>
      </summary>
      <value>true to show data for weekend days; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Month">SchedulerViewType.Month</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthView.WeekCount">
      <summary>
        <para>Gets or sets the number of weeks that are simultaneously displayed within the Month View.</para>
      </summary>
      <value>A positive integer value that specifies the number of weeks displayed by the View.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.MonthViewAppearance">
      <summary>
        <para>Provides the appearance settings used to paint a <see href="https://docs.devexpress.com/WindowsForms/1760/controls-and-libraries/scheduler/views/month-view">Month View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.MonthViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.MonthViewAppearance"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx">
      <summary>
        <para>Extends the <see cref="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.AllowHtmlText">
      <summary>
        <para>Gets or sets whether to parse <see href="https://docs.devexpress.com/WindowsForms/4874/common-features/html-text-formatting">HTML tags</see> that allow you to format the text in appointments.</para>
      </summary>
      <value>true, to parse HTML tags; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.AppointmentMaxHeight">
      <summary>
        <para>Gets or sets the maximum appointment height. This property is in effect when appointments can automatically resize based on their content (the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AppointmentAutoHeight">AppointmentDisplayOptions.AppointmentAutoHeight</see> property is enabled).</para>
      </summary>
      <value>The maximum appointment height.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.AppointmentMinHeight">
      <summary>
        <para>Gets or sets the minimum appointment height. This property is in effect when appointments can automatically resize based on their content (the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AppointmentAutoHeight">AppointmentDisplayOptions.AppointmentAutoHeight</see> property is enabled).</para>
      </summary>
      <value>The minimum appointment height.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies all settings from the options object passed as the parameter and assigns them to the current object.</para>
      </summary>
      <param name="baseOtherOptions">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically">
      <summary>
        <para>Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.</para>
      </summary>
      <value>True to display appointment status as a vertical strip on the left; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.ShowClippedImages">
      <summary>
        <para>Gets or sets whether Month View appointments should draw truncated images when these appointments are too small to display their images entirely.</para>
      </summary>
      <value>true, to display clipped images inside small appointments; false to only draw images that fit into appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.ShowClippedText">
      <summary>
        <para>Gets or sets whether Month View appointments should draw their text strings even when there is not enough space to do that.</para>
      </summary>
      <value>true*, to draw strings when appointments have not enough height; **false to hide text strings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.StatusDisplayType">
      <summary>
        <para>Gets or sets how the appointment status is displayed in the Month view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration member specifying how the status should be displayed within the appointment rectangle.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.StretchAppointments">
      <summary>
        <para>Gets or sets whether appointments should automatically stretch to fill Month View time cells. When this property is enabled, you can also use the <see cref="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.StretchAppointmentsMode">AppointmentDisplayOptions.StretchAppointmentsMode</see> property to specify whether appointments can also shrink to prevent the “More Appointments” button from being displayed.</para>
      </summary>
      <value>true if appointments should automatically stretch; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.StretchAppointmentsMode">
      <summary>
        <para>When a Scheduler cell has too many appointments, the Scheduler hides some of them under the “More Appointments” button to maintain readability. This property allows you to force the Scheduler cells to display all of their appointments. This property is in effect only when the <see cref="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.StretchAppointments">AppointmentDisplayOptions.StretchAppointments</see> setting is on.</para>
      </summary>
      <value>GrowOnly, if the Scheduler should display the “More Appointments” button in case a cell has too many appointments. GrowAndShrink, if cells can squeeze appointments to display all of them at once.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.PopupMenuShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerPopupMenu,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo,System.Drawing.Point,DevExpress.XtraScheduler.Views.SchedulerMenuType,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.PopupMenuShowingEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.Allow">
      <summary>
        <para>Gets or sets whether to enable the popup menu.</para>
      </summary>
      <value>true if the popup menu is enabled; otherwise, false. By default, this property is set to true.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.HitInfo">
      <summary>
        <para>Gets an object that identifies the menu UI element that the user clicked on.</para>
      </summary>
      <value>An object that identifies the menu UI element that the user clicked on.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.Menu">
      <summary>
        <para>Gets or sets the popup (context) menu for which this event was raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object, which is the popup menu.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.MenuType">
      <summary>
        <para>Gets the type of the popup menu.</para>
      </summary>
      <value>The type of the popup menu to be invoked.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.Point">
      <summary>
        <para>Gets the position to invoke the popup menu.</para>
      </summary>
      <value>The position to invoke the popup menu.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.PopupMenuShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> or <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraTreeList.PopupMenuShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.PrepareContextMenuEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PrepareContextMenu">SchedulerControl.PrepareContextMenu</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.PrepareContextMenuEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerPopupMenu,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo,System.Drawing.Point,DevExpress.XtraScheduler.Views.SchedulerMenuType,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the PrepareContextMenuEventArgs class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.PrepareContextMenuEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PrepareContextMenu">SchedulerControl.PrepareContextMenu</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareAppointmentFilterColumn">SchedulerStorage.PrepareAppointmentFilterColumn</see>  and <see cref="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareResourceFilterColumn">SchedulerStorage.PrepareResourceFilterColumn</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs.#ctor(DevExpress.XtraEditors.Filtering.FilterColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs"/> class with the specified arguments.</para>
      </summary>
      <param name="filterColumn">A DevExpress.XtraEditors.Filtering.FilterColumn object, representing a field to be filtered.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs.FilterColumn">
      <summary>
        <para>Gets or sets a field to which a filter criteria is applied.</para>
      </summary>
      <value>A DevExpress.XtraEditors.Filtering.FilterColumn object, representing a field to be filtered.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.PrepareFilterColumnEventHandler">
      <summary>
        <para>A method that handles the <see cref="P:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs.FilterColumn">PrepareFilterColumnEventArgs.FilterColumn</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.PreparePopupMenuEventArgs">
      <summary>
        <para>Provides data for the SchedulerControl.PreparePopupMenu event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.PreparePopupMenuEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerPopupMenu,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo,System.Drawing.Point,DevExpress.XtraScheduler.Views.SchedulerMenuType,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the PreparePopupMenuEventArgs class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.PreparePopupMenuEventHandler">
      <summary>
        <para>A method that handles the SchedulerControl.PreparePopupMenuevent.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A PreparePopupMenuEventArgs object which contains event data.</param>
    </member>
    <member name="N:DevExpress.XtraScheduler.Printing">
      <summary>
        <para>Contains classes and enumerations that are used to implement default printing in the XtraScheduler.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Printing.DailyPrintStyle">
      <summary>
        <para>A print style used to print the <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.DailyPrintStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Printing.DailyPrintStyle"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.DailyPrintStyle.#ctor(System.Boolean)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.XtraScheduler.Printing.DailyPrintStyle"/> class and specifies whether it is a base printing style.</para>
      </summary>
      <param name="baseStyle">true if it is a base printing style; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.Kind">
      <summary>
        <para>Gets the main characteristic of the printing style.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Daily">SchedulerPrintStyleKind.Daily</see> enumeration member.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.PrintAllAppointments">
      <summary>
        <para>Gets or sets whether to print text information on appointments which do not fall within the <see cref="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.PrintTime">DailyPrintStyle.PrintTime</see> interval.</para>
      </summary>
      <value>true, to print text information on appointments outside the selected print interval; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.PrintTime">
      <summary>
        <para>Gets or sets the time interval for printing.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object that specifies the time interval.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.DailyPrintStyle.ShouldSerializeTimeSlots">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.TimeSlots">
      <summary>
        <para>Provides access to a collection of time slots used to determine a horizontal grid in the printed schedule.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.UseActiveViewTimeScale">
      <summary>
        <para>Gets or sets whether the scheduler attempts to use the <see cref="P:DevExpress.XtraScheduler.DayView.TimeScale">DayView.TimeScale</see> value to determine the horizontal grid lines printed in the schedule .</para>
      </summary>
      <value>true, to use the time scale of the scheduler view to determine the time scale in the printout; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind">
      <summary>
        <para>Lists the values specifying the user interface of the Print Preview form.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind.Bars">
      <summary>
        <para>The Print Preview form with the <see href="https://docs.devexpress.com/WindowsForms/5361/controls-and-libraries/ribbon-bars-and-menu/bars">Bars</see> user interface.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind.Ribbon">
      <summary>
        <para>The Print Preview form with the <see href="https://docs.devexpress.com/WindowsForms/2500/controls-and-libraries/ribbon-bars-and-menu/ribbon">Ribbon</see> user interface.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle">
      <summary>
        <para>A print style used to print the Scheduler’s data.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.AppointmentFont">
      <summary>
        <para>Gets or sets the font used to print appointments.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Font"/> object specifying the font used to print the contents of appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.AutoScaleHeadingsFont">
      <summary>
        <para>Gets or sets whether auto-adjustment of the print heading font size can be performed.</para>
      </summary>
      <value>true to enable font auto-scaling; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.BaseStyle">
      <summary>
        <para>Gets a value indicating if this print style is one of the base styles.</para>
      </summary>
      <value>true if this is one of the base styles; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Clone">
      <summary>
        <para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which is a copy of the current object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Clone(System.Boolean)">
      <summary>
        <para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object, and if specified, preserves the option that indicates if this is a base style or not.</para>
      </summary>
      <param name="keepBase">true to preserve the <see cref="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.BaseStyle">SchedulerPrintStyle.BaseStyle</see> property value in the new print style object; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which is a copy of the current object.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.ColorConverter">
      <summary>
        <para>Gets or sets a color converter used by this print style when converting colors.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Printing.PrintColorConverter object which represents the color converter for this print style.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.CreateBitmap(System.Int32,System.Int32)">
      <summary>
        <para>Creates an image with the specified dimensions specific to this print style.</para>
      </summary>
      <param name="width">An integer value which specifies the width of the image.</param>
      <param name="height">An integer value which specifies the height of the image.</param>
      <returns>A <see cref="T:System.Drawing.Bitmap"/> object representing the image which corresponds to the current print style.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Dispose">
      <summary>
        <para>Disposes of the resources used by the <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Equals(System.Object)">
      <summary>
        <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> instance.</para>
      </summary>
      <param name="obj">The object to compare with the current object.</param>
      <returns>true if the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> instance; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.GetHashCode">
      <summary>
        <para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object.</para>
      </summary>
      <returns>An integer value representing the hash code for the current object.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.HeadingsFont">
      <summary>
        <para>Gets or sets the font used to print headings.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Font"/> object specifying the font used to print the headings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.IsDisposed">
      <summary>
        <para>Gets whether the current object has been disposed of.</para>
      </summary>
      <value>true if the current object has been disposed of; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Kind">
      <summary>
        <para>Gets the kind of a print style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind"/> enumeration value which represents the kind of print style.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.PageSettings">
      <summary>
        <para>Gets or sets the page settings for this print style.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Printing.PageSettings"/> object which contains the page settings for this print style.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Reset">
      <summary>
        <para>Resets all print style options to their default values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind">
      <summary>
        <para>Lists the styles available for printing the scheduler’s data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.CalendarDetails">
      <summary>
        <para>A style which lists appointments in the specified interval in chronological order. The printout is a table with two columns grouped by date. The first column indicates the appointment time, the next column contains appointment details.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Daily">
      <summary>
        <para>A style which prints the calendar in the specified interval one day per page. Each page includes the reference month calendar in the page header.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Default">
      <summary>
        <para>Default style for the current Scheduler view. If the ActiveViewType is Month, the default print style is Monthly, for the Week view the default print style is Weekly. Otherwise, it is Daily.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Memo">
      <summary>
        <para>A style which prints all the data of the selected appointments in a memo-like fashion.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Monthly">
      <summary>
        <para>A style which prints a calendar page or two for each month in the selected date range. Each month containing appointments includes the reference month calendar in the page header.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.TriFold">
      <summary>
        <para>A style which prints the calendar of the specified interval in three columns, each column having its own printing style - Daily, Weekly or Monthly.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Weekly">
      <summary>
        <para>A style which prints the selected date range so that each week is printed on one or two separate pages. The page header includes the reference calendars for the selected and the following months.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">SchedulerControl.DeleteRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.Utils.Commands.CommandSourceType,System.Boolean,System.Boolean)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which an event has been raised This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment">AppointmentFormEventArgs.Appointment</see> property.</param>
      <param name="commandSourceType">A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration member that informs about the source of a command which raised the event.</param>
      <param name="readOnly">True if the form is opended in read-only mode; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs"></see> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs.QueryResult">
      <summary>
        <para>When a user tries to delete a <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">recurring Appointment</see>, the Scheduler raises the confirmation dialog that asks whether they want to delete this entire series, or the currently selected occurrence only. This property allows you to forcibly set this option.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration member specifying an action to perform.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.RemindersFormActionEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormAction"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.RemindersFormActionEventArgs.#ctor(DevExpress.XtraScheduler.RemindersFormActionType,DevExpress.XtraScheduler.ReminderAlertNotificationCollection,DevExpress.XtraScheduler.ReminderAlertNotificationCollection,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RemindersFormActionEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="actionType">The Reminders Form action type.</param>
      <param name="alertNotifications">The list of items displayed in the Reminder Form’s list box.</param>
      <param name="selectedAlertNotifications">The list of items selected in the Reminder Form’s list box.</param>
      <param name="snoozeSpan">The Reminders Form‘s snooze period.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.RemindersFormActionEventArgs.ActionType">
      <summary>
        <para>Gets the type of the Reminders Form action.</para>
      </summary>
      <value>The type of the Reminders Form action.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.RemindersFormActionEventArgs.AlertNotifications">
      <summary>
        <para>Gets the list of items displayed in the Reminder Form’s list box.</para>
      </summary>
      <value>The list of items.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.RemindersFormActionEventArgs.Handled">
      <summary>
        <para>Gets or sets whether the default behavior of the Reminder Form buttons/close form should not be performed.</para>
      </summary>
      <value>true to disable the default button/close form click behavior; otherwise false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.RemindersFormActionEventArgs.SelectedAlertNotifications">
      <summary>
        <para>Gets the list of items that are selected in the Reminder Form’s list box.</para>
      </summary>
      <value>The list of selected items.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.RemindersFormActionEventArgs.SnoozeSpan">
      <summary>
        <para>Gets the Reminders Form‘s snooze time span.</para>
      </summary>
      <value>The Reminders Form‘s snooze time span.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.RemindersFormActionType">
      <summary>
        <para>Lists actions of the Reminders Form.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.RemindersFormActionType.Dismiss">
      <summary>
        <para>The Dismiss button is pressed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.RemindersFormActionType.DismissAll">
      <summary>
        <para>The Dismiss All button is pressed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.RemindersFormActionType.OnFormClose">
      <summary>
        <para>The form close button is pressed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.RemindersFormActionType.Snooze">
      <summary>
        <para>The Snooze button is pressed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.RemindersFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormShowing">SchedulerControl.RemindersFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.RemindersFormEventArgs.#ctor(DevExpress.XtraScheduler.ReminderAlertNotificationCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RemindersFormEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="alerts">A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> value which represents the event’s collection of reminder alerts. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RemindersFormEventArgs.AlertNotifications">RemindersFormEventArgs.AlertNotifications</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.RemindersFormEventArgs.AlertNotifications">
      <summary>
        <para>Gets any reminders currently triggered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> object which holds a collection of notifications.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.RemindersFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormShowing">SchedulerControl.RemindersFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.XtraScheduler.RemindersFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.ResourceCategory">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments#resource-categories">resource category</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceCategory.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCategory"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceCategory.#ctor(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.Resource})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCategory"/> class with specified settings.</para>
      </summary>
      <param name="resources">A collection of resources that belong to the category.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceCategory.Caption">
      <summary>
        <para>Gets or sets the category caption.</para>
      </summary>
      <value>A string value that specifies the category caption.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceCategory.Resources">
      <summary>
        <para>Provides access to a collection of resources in the category.</para>
      </summary>
      <value>A collection of resources that belong to the category.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceCategory.SelectedResource">
      <summary>
        <para>Gets or sets the resource (tab) selected in the category.</para>
      </summary>
      <value>An object that specifies the resource (tab) selected in the category.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.ResourceCategoryOptions">
      <summary>
        <para>Provides access to options that specify <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments#resource-categories">resource categories</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceCategoryOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCategoryOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceCategoryOptions.AppointmentDisplayMode">
      <summary>
        <para>Gets or sets whether a category displays appointments for the selected resource only or for all resources, regardless of the selected resource.</para>
      </summary>
      <value>A value that specifies how appointments should be displayed.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceCategoryOptions.ResourceDisplayStyle">
      <summary>
        <para>Gets or sets whether to display resources as resource tabs or category headers.</para>
      </summary>
      <value>A value that specifies how to display resources in categories.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceCategoryOptions.ShowAddButton">
      <summary>
        <para>Gets or sets whether the button that allows the user to show a hidden resource is displayed in the <see href="https://docs.devexpress.com/WindowsForms/1775/controls-and-libraries/scheduler/visual-elements/scheduler-control/resource-headers#resource-category-headers">resource header area</see>.</para>
      </summary>
      <value>true if the button that allows the user to show a hidden resource is displayed in the resource header area; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceCategoryOptions.ShowCloseButton">
      <summary>
        <para>Gets or sets whether the button that closes a resource is displayed in <see href="https://docs.devexpress.com/WindowsForms/1775/controls-and-libraries/scheduler/visual-elements/scheduler-control/resource-headers#resource-category-headers">resource headers</see>.</para>
      </summary>
      <value>true if the button that closes a resource is displayed in resource headers; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.ResourceDataStorage">
      <summary>
        <para>A storage that holds appointment resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.#ctor(DevExpress.XtraScheduler.SchedulerDataStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/> class with the specified settings.</para>
      </summary>
      <param name="storage">The <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that owns this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.Add(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Adds the specified <see cref="T:DevExpress.XtraScheduler.Resource"/> object to the collection of resources in the storage.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object to append to the collection.</param>
      <returns>An integer value indicating the position into which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.Add(System.Object,System.String,System.Drawing.Color)">
      <summary>
        <para>Adds a new resource with the specific ID, caption and color.</para>
      </summary>
      <param name="id">An Object value that specifies the unique resource ID.</param>
      <param name="caption">A String value that specifies the resource caption.</param>
      <param name="color">A Color value that specifies the resource color.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the created resource.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.Add(System.Object,System.String)">
      <summary>
        <para>Adds a new resource with the specific ID and caption.</para>
      </summary>
      <param name="id">A Object that is the unique resource ID.</param>
      <param name="caption">A String value that specifies the resource caption.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the created resource.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.Add(System.Object)">
      <summary>
        <para>Adds a new resource with the specific ID.</para>
      </summary>
      <param name="id">An Object that specifies the unique resource ID.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the created resource.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.AddRange(DevExpress.XtraScheduler.Resource[])">
      <summary>
        <para>Appends an array of resources to the storage’s collection.</para>
      </summary>
      <param name="resources">An array of <see cref="T:DevExpress.XtraScheduler.Resource"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.AddRange(System.Collections.Generic.IEnumerable{DevExpress.XtraScheduler.Resource})">
      <summary>
        <para>Adds a resource collection to this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>.</para>
      </summary>
      <param name="resources">An IEnumerable structure that stores resources to be added to this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.AutoReload">
      <summary>
        <para>Gets or sets whether resources are automatically fetched from the data source when it is modified.</para>
      </summary>
      <value>true if automatic data loading and reloading is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.Clear">
      <summary>
        <para>Removes all <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/> resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.ColorSaving">
      <summary>
        <para>Gets or sets a type of format to store the color information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ColorSavingType"/> enumeration value, indicating the type in which the color is stored.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.Contains(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Determines whether the storage contains the specified resource.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object to locate in the storage.</param>
      <returns>true if the storage contains the specified resource; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.Count">
      <summary>
        <para>Returns the number of resources stored in this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>.</para>
      </summary>
      <value>An Int32 value that is the amount of resources stored in this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.CreateResource(System.Object,System.String,System.Drawing.Color)">
      <summary>
        <para>Creates a new resource with the specified ID, caption and color.</para>
      </summary>
      <param name="id">An Object that is the unique resource ID.</param>
      <param name="caption">A String value that is the resource caption.</param>
      <param name="color">A Color value that specifies the resource color.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the newly created resource.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.CreateResource(System.Object,System.String)">
      <summary>
        <para>Creates a new resource with the specified ID and caption.</para>
      </summary>
      <param name="id">An object, that is a unique resource identifier.</param>
      <param name="caption">A string that is displayed as resource’s caption (<see cref="P:DevExpress.XtraScheduler.Resource.Caption">Resource.Caption</see>).</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.CreateResource(System.Object)">
      <summary>
        <para>Creates a new resource with the specified ID.</para>
      </summary>
      <param name="id">An object that is the resource identifier.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Resource"/> with the specified identifier.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to the collection of objects, representing mappings of the resources’ custom properties to appropriate data fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.DataMember">
      <summary>
        <para>Gets or sets the data source member which supplies data to the storage.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the data source member.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.DataSource">
      <summary>
        <para>Gets or sets the object used as the data source to store resources.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that is the storage’s data source.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.Filter">
      <summary>
        <para>Gets or set an expression used as a criteria to filter resources in the storage.</para>
      </summary>
      <value>A string containing a logical expression.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.FilterCriteria">
      <summary>
        <para>Gets or sets the criteria to filter resources in the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.GetColumnNames">
      <summary>
        <para>Returns names of data fields that belong to this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>‘s data source.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.Specialized.StringCollection"/> object that stores names of data fields that belong to this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>‘s data source.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.GetObjectRow(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Returns the data row object that contains information about the specified resource.</para>
      </summary>
      <param name="obj">A Resource whose related data row object is to be retrieved.</param>
      <returns>A <see cref="T:System.Object"/> which is the data source object (or the data row) containing information about the resource.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.GetResourceById(System.Object)">
      <summary>
        <para>Gets a resource within the collection by its ID value.</para>
      </summary>
      <param name="resourceId">A <see cref="T:System.Object"/> which is the resource ID.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object whose <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> property value is equal to the specified. If no resource with the specified ID is found, then the <see cref="T:DevExpress.XtraScheduler.ResourceEmpty"/> value will be returned.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.IsDisposed">
      <summary>
        <para>Gets a value indicating whether a storage has been disposed of.</para>
      </summary>
      <value>true if the storage has been disposed of; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to the individual items in the collection which can be accessed via the storage’s <see cref="P:DevExpress.XtraScheduler.ResourceDataStorage.Items">ResourceDataStorage.Items</see> property.</para>
      </summary>
      <param name="index">A zero-based integer specifying the item’s position within the resource collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the resource at the specified position.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.Items">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see> within the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceCollection"/> object that contains a collection of resources.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.LoadFromXml(System.IO.Stream)">
      <summary>
        <para>Loads settings of resources from the specified stream to the resource storage.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which resources are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.LoadFromXml(System.String)">
      <summary>
        <para>Loads settings of resources from the specified XML file to the resource storage.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which resources should be loaded. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.Mappings">
      <summary>
        <para>Gets an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceMappingInfo"/> object that provides functionality for mapping the properties of the resources to appropriate data fields.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.ReloadData">
      <summary>
        <para>Forces the <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/> to reload data from its <see cref="P:DevExpress.XtraScheduler.ResourceDataStorage.DataSource">ResourceDataStorage.DataSource</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.Remove(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Removes the specified <see cref="T:DevExpress.XtraScheduler.Resource"/> object from the storage.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource to be removed.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.SaveToXml(System.IO.Stream)">
      <summary>
        <para>Saves resources from the resource storage to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which resources should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceDataStorage.SaveToXml(System.String)">
      <summary>
        <para>Saves resources from the resource storage to an XML file.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where resources should be written. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceDataStorage.Storage">
      <summary>
        <para>Returns the storage that owns this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> object that owns this <see cref="T:DevExpress.XtraScheduler.ResourceDataStorage"/>.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.ResourceDisplayStyle">
      <summary>
        <para>Enumerates values that specify how to display <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments#resource-categories">resources in categories</see>: as resource tabs or category headers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.ResourceDisplayStyle.Headers">
      <summary>
        <para>All resources in a category are displayed as a single category header and users cannot select a resource in a category.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.ResourceDisplayStyle.Tabs">
      <summary>
        <para>Each resource in a category is displayed as a separate tab and users can select a resource (tab) in a category.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.ResourceExtension">
      <summary>
        <para>Defines extension methods for the <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceExtension.GetColor(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Obtains a color assigned to the specified resource.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose color is obtained.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> object that is the color assigned to the resource.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceExtension.GetImage(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Obtains an image assigned to the specified resource.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose image is obtained.</param>
      <returns>A <see cref="T:System.Drawing.Image"/> object that is the image assigned to the resource.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceExtension.MatchIds(DevExpress.XtraScheduler.Resource,DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Determines whether resource identifiers are equal.</para>
      </summary>
      <param name="res1">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the first resource to test.</param>
      <param name="res2">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the second resource to test.</param>
      <returns>True if the resource identifiers match; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceExtension.SetColor(DevExpress.XtraScheduler.Resource,System.Drawing.Color)">
      <summary>
        <para>Assigns color to the specified resource.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose color is specified.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object to assign to the resource.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceExtension.SetImage(DevExpress.XtraScheduler.Resource,System.Drawing.Image)">
      <summary>
        <para>Assigns an image to the specified resource.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose image is specified.</param>
      <param name="image">A <see cref="T:System.Drawing.Image"/> object to assign to the resource.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.ResourceNavigator">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WindowsForms/2137/controls-and-libraries/scheduler/visual-elements/scheduler-control/resource-navigator">Resource Navigator</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceNavigator.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceNavigator"/> class with the specified Scheduler Control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which specifies the owner of this resource navigator.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceNavigator.Buttons">
      <summary>
        <para>Provides access to buttons displayed in a scheduler resource navigator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtons"/> object representing buttons of a scheduler resource navigator.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceNavigator.Dispose">
      <summary>
        <para>Disposes of the <see cref="T:DevExpress.XtraScheduler.ResourceNavigator"/> object.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceNavigator.ShowToolTips">
      <summary>
        <para>Gets or sets a value which specifies whether the navigator can display hints.</para>
      </summary>
      <value>true if the navigator can display hints; otherwise false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceNavigator.Visibility">
      <summary>
        <para>Gets or sets the visibility behaviour of the <see cref="T:DevExpress.XtraScheduler.ResourceNavigator"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceNavigatorVisibility"/> enumeration value which specifies the visibility behaviour of the resource navigator.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.ResourceStorage">
      <summary>
        <para>Represents a storage which holds appointment resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ResourceStorage.#ctor(DevExpress.XtraScheduler.ISchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceStorage"/> class with the specified settings.</para>
      </summary>
      <param name="storage">An object implementing the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> interface.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceStorage.CustomFieldMappings">
      <summary>
        <para>Provides access to the collection of objects, representing mappings of the resources’ custom properties to appropriate data fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceStorage.Filter">
      <summary>
        <para>Gets or set an expression used as a criteria to filter resources in the storage.</para>
      </summary>
      <value>A string containing a logical expression.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceStorage.FilterCriteria">
      <summary>
        <para>Gets or sets the criteria to filter resources in the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ResourceStorage.Mappings">
      <summary>
        <para>Gets an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceMappingInfo"/> object that provides functionality for mapping the properties of the resources to appropriate data fields.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions">
      <summary>
        <para>A base class for options that specify the interaction settings for a <see cref="T:DevExpress.XtraEditors.RangeControl"/> and <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> that are integrated.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.AutoFormatScaleCaptions">
      <summary>
        <para>Specifies whether auto-formats should be applied to header captions of RangeControl scales.</para>
      </summary>
      <value>true if auto-formats are applied to header captions of scales; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.DataDisplayType">
      <summary>
        <para>Specifies how <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">appointments</see> contained in a <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> should be indicated in a <see cref="T:DevExpress.XtraEditors.RangeControl"/> - using thumbnails or numbers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RangeControlDataDisplayType"/> enumeration member.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.MaxIntervalWidth">
      <summary>
        <para>Gets or sets the RangeControl intervals’ maximum width that can be set when resizing or zooming the RangeControl viewport (in pixels).</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.MaxSelectedIntervalCount">
      <summary>
        <para>Gets or sets the maximum number of <see href="https://docs.devexpress.com/WindowsForms/11742/controls-and-libraries/scheduler/visual-elements/rangecontrol">intervals</see> that the selected range can include.</para>
      </summary>
      <value>An integer value that specifies the maximum number of intervals that can be included in the selected range.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.MinIntervalWidth">
      <summary>
        <para>Gets or sets the RangeControl intervals’ minimum width that can be set when resizing or zooming the RangeControl viewport (in pixels).</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.RangeMaximum">
      <summary>
        <para>Gets or sets the maximum limit of the time range that is available in the <see cref="T:DevExpress.XtraEditors.RangeControl"/> to navigate within the SchedulerControl.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies the maximum limit of the range.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.RangeMinimum">
      <summary>
        <para>Gets or sets the minimum limit of the time range that is available in the <see cref="T:DevExpress.XtraEditors.RangeControl"/> to navigate within the SchedulerControl.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies the minimum limit of the range.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.Scales">
      <summary>
        <para>Provides access to a collection of scales displayed in the <see cref="T:DevExpress.XtraEditors.RangeControl"/> when it is bound to a <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object containing scales for a RangeControl.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.ThumbnailHeight">
      <summary>
        <para>Gets or sets the height of a single appointment thumbnail displayed in the <see cref="T:DevExpress.XtraEditors.RangeControl"/>.</para>
      </summary>
      <value>An integer value which specifies the appointment thumbnail height measured in pixels.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerAppearance">
      <summary>
        <para>Provides the appearance settings used to paint a scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerAppearance"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerColorId">
      <summary>
        <para>Lists legacy label colors.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.AnniversaryLabel">
      <summary>
        <para>The Anniversary label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.BirthdayLabel">
      <summary>
        <para>The Birthday label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.BusinessLabel">
      <summary>
        <para>The Business label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.ImportantLabel">
      <summary>
        <para>The Important label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.MustAttendLabel">
      <summary>
        <para>The Must Attend label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.NeedsPreparationLabel">
      <summary>
        <para>The Needs Preparation label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.NoneLabel">
      <summary>
        <para>The None label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.Nothing">
      <summary>
        <para>Indicates that the color is specified using the <see cref="P:DevExpress.XtraScheduler.AppointmentLabel.Color">AppointmentLabel.Color</see> property and does not correlate to SchedulerColorId enumeration members.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.PersonalLabel">
      <summary>
        <para>The Personal label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.PhoneCallLabel">
      <summary>
        <para>The Phone Call label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.TravelRequiredLabel">
      <summary>
        <para>The Travel Required label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerColorId.VacationLabel">
      <summary>
        <para>The Vacation label color.</para>
        <para>The legacy default color is shown below:</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerColorSchema">
      <summary>
        <para>A color schema which contains colors for a scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerColorSchema.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerColorSchema.#ctor(System.Drawing.Color)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> class and assigns values to its members using the parameter as a color base.</para>
      </summary>
      <param name="baseColor">A <see cref="T:System.Drawing.Color"/> value specifying the color to be used for calculating other colors of the color schema.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.BaseColor">
      <summary>
        <para>Gets or sets the schema’s base color, whose variations, according to an internal algorithm, are used as other color components of the schema.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.Cell">
      <summary>
        <para>Gets or sets the color value of the cell’s color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellBorder">
      <summary>
        <para>Gets or sets the color value of the normal cell border’s color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellBorderDark">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellLight">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellLightBorder">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellLightBorderDark">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerColorSchema.ToString">
      <summary>
        <para>Returns the textual representation of the color schema.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of the color schema.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection">
      <summary>
        <para>A collection of color schemas.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerColorSchemaCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerColorSchemaCollection.GetSchema(System.Drawing.Color,System.Int32)">
      <summary>
        <para>Creates a color schema based on the schema with the specified index with the specified base color.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> structure specifying the base color of the new schema.</param>
      <param name="index">An integer specifying the index of a color schema used as a base for calculating a new schema.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> object.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerControl">
      <summary>
        <para>Displays scheduled data using one of the available views and provides the capability to edit, save and load appointments. See <see href="https://docs.devexpress.com/WindowsForms/1971/controls-and-libraries/scheduler">Scheduler</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.#ctor(DevExpress.XtraScheduler.ISchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> class with the specified settings.</para>
      </summary>
      <param name="storage">An object implementing the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> interface.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.About">
      <summary>
        <para>Invokes the scheduler’s About dialog box.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,DevExpress.Accessibility.BaseAccessible)">
      <summary>
        <para>Notifies accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents"/> event for the specified child control.</para>
      </summary>
      <param name="accessibleEvents">An <see cref="T:System.Windows.Forms.AccessibleEvents"/> event being fired.</param>
      <param name="accessible">An object that identifies the control to notify regarding the accessible event.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32)">
      <summary>
        <para>Notifies the accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents"/> event for the specified child control.</para>
      </summary>
      <param name="accessibleEvents">An <see cref="T:System.Windows.Forms.AccessibleEvents"/> event being fired.</param>
      <param name="childID">The child <see cref="T:System.Windows.Forms.Control"/> which fires the event.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ActivePrintStyle">
      <summary>
        <para>Gets or sets the print style selected to print the scheduler data using printing library.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which represents the print style used to print the scheduler’s data.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView">
      <summary>
        <para>Gets the View currently used by the Scheduler to show its data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> object which is one of the views listed in the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanged">
      <summary>
        <para>Occurs after the active <see href="https://docs.devexpress.com/WindowsForms/1757/controls-and-libraries/scheduler/views">view</see> of the Scheduler control has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanging">
      <summary>
        <para>Occurs when the Scheduler control is changing its active <see href="https://docs.devexpress.com/WindowsForms/1757/controls-and-libraries/scheduler/views">view</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ActiveViewType">
      <summary>
        <para>Gets or sets the type of the View which is currently used by the Scheduler to show its data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the active View type.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.</param>
      <param name="promote">true to promote this request to any parent service containers; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.Object,System.Boolean)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.</param>
      <param name="promote">true to promote this request to any parent service containers; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.Object)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.AgendaView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/115961/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AgendaView"/> object that is the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/115961/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see>.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentConflicts">
      <summary>
        <para>Occurs when the scheduler finds appointments that are in conflict, and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentConflicts">SchedulerOptionsCustomization.AllowAppointmentConflicts</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentCopy">
      <summary>
        <para>Occurs when an end-user tries to copy an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCopy">SchedulerOptionsCustomization.AllowAppointmentCopy</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentCreate">
      <summary>
        <para>Occurs when an end-user tries to create a new appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCreate">SchedulerOptionsCustomization.AllowAppointmentCreate</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentDelete">
      <summary>
        <para>Occurs when the SchedulerControl checks whether the appointment can be deleted. The event fires only if the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDelete">SchedulerOptionsCustomization.AllowAppointmentDelete</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentDrag">
      <summary>
        <para>Occurs when an end-user tries to drag an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDrag">SchedulerOptionsCustomization.AllowAppointmentDrag</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentDragBetweenResources">
      <summary>
        <para>Occurs when an end-user tries to drag an drop an appointment between resources and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDragBetweenResources">SchedulerOptionsCustomization.AllowAppointmentDragBetweenResources</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentEdit">
      <summary>
        <para>Occurs when an end-user tries to edit an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentEdit">SchedulerOptionsCustomization.AllowAppointmentEdit</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentResize">
      <summary>
        <para>Occurs when an end-user tries to resize an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentResize">SchedulerOptionsCustomization.AllowAppointmentResize</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.AllowDrop">
      <summary>
        <para>Overrides the <see cref="P:System.Windows.Forms.Control.AllowDrop"/> property.</para>
      </summary>
      <value>true if drag-and-drop operations are allowed in the control; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowInplaceEditor">
      <summary>
        <para>Occurs when an end-user tries to invoke an appointment’s in-place editor and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowInplaceEditor">SchedulerOptionsCustomization.AllowInplaceEditor</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerAppearance"/> object that provides the appearance settings for specific elements of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrag">
      <summary>
        <para>Occurs when appointment is dragged in the Scheduler control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrop">
      <summary>
        <para>Fires when you drop the appointment dragged with the mouse.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutHtmlElementMouseClick">
      <summary>
        <para>Occurs when a user clicks any HTML element within a flyout tooltip whose content is specified with an HTML template.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutShowing">
      <summary>
        <para>Occurs before the appointment flyout is shown and allows you to substitute a flyout with another control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.AppointmentImages">
      <summary>
        <para>Gets or sets the source of the images that can be displayed within appointments.</para>
      </summary>
      <value>An object providing images for the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentResized">
      <summary>
        <para>Occurs after the user modifies the appointment’s interval by dragging its border with the mouse.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentResizing">
      <summary>
        <para>Occurs when the user starts modifying the appointment’s interval by dragging its border with the mouse.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentsDrag">
      <summary>
        <para>The resulting event that fires after the last <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrag"/> event. Allows you to schedule appointments added to the AdditionalAppointments collection, and perform other actions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentsDrop">
      <summary>
        <para>The resulting event that fires after the last <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrop"/> event. Allows you to perform custom actions when the drag-and-drop operation is over.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing">
      <summary>
        <para>Use this event to customize the appointment’s appearance by modifying the style elements when it is painted. If the multi-threading is on, this event does not raise in the UI thread.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.BeforeLoadLayout">
      <summary>
        <para>Occurs before a layout is restored from storage (a stream, xml file or the system registry).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.BeginInit">
      <summary>
        <para>Starts the Scheduler Control‘s initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.BorderStyle">
      <summary>
        <para>Gets or sets the border style for the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style of the Scheduler control.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.CancelUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateAppointment(System.Boolean,System.Boolean)">
      <summary>
        <para>Invokes the dialog for editing a newly created appointment. Allows you to initialize the editors as the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay">Appointment.AllDay</see> option suggests and show the <see href="https://docs.devexpress.com/WindowsForms/115477/controls-and-libraries/scheduler/visual-elements/dialogs/appointment-recurrence-form">Appointment Recurrence Form</see> for a recurring appointment.</para>
      </summary>
      <param name="allDay">true if the appointment being created will be <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay">Appointment.AllDay</see>; otherwise, false.</param>
      <param name="recurring">true if the appointment being created will be <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">recurring</see>; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewAllDayEvent">
      <summary>
        <para>Invokes the dialog for editing a newly created all-day appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewAppointment">
      <summary>
        <para>Invokes the dialog for editing a newly created appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewRecurringAppointment">
      <summary>
        <para>Invokes the dialog for editing a newly created appointment and a child dialog for editing the recurrence information.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewRecurringEvent">
      <summary>
        <para>Invokes the dialog for editing a newly created all-day appointment and a child dialog for editing the recurrence information.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomAppointmentFlyoutTemplateValue">
      <summary>
        <para>Allows you to pass values to elements bound to an appointment flyout’s data fields.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomAppointmentGroup">
      <summary>
        <para>Allows you to split appointments into groups.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomAppointmentSort">
      <summary>
        <para>Allows you to sort appointments in any custom order.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomAppointmentTemplateValue">
      <summary>
        <para>Allows you to assign custom values to HTML elements bound to data fields.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDayViewColumnWidth">
      <summary>
        <para>Allows you to set custom relative widths to DayView, WorkWeekView and FullWeekView columns.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointment">
      <summary>
        <para>Enables appointments to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentBackground">
      <summary>
        <para>Enables the backgrounds of appointments to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject">
      <summary>
        <para>Occurs before displaying the appointment flyout. Follows the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout">SchedulerControl.CustomizeAppointmentFlyout</see> event. Enables you to manually draw the visual elements composing the Subject rectangle without having to do a full default draw.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayHeader">
      <summary>
        <para>Enables day headers to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayOfWeekHeader">
      <summary>
        <para>Enables day of week headers to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayViewAllDayArea">
      <summary>
        <para>Enables the All-Day Area to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayViewTimeRuler">
      <summary>
        <para>Enables the time ruler to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDependency">
      <summary>
        <para>Enables dependencies to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawGroupSeparator">
      <summary>
        <para>Enables group separators to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawNavigationButton">
      <summary>
        <para>Enables navigation buttons to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawResourceHeader">
      <summary>
        <para>Enables resource headers to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawTabHeader">
      <summary>
        <para>Allows you to paint resource tab headers.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawTimeCell">
      <summary>
        <para>Allows you to manually paint time cells.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawTimeIndicator">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/WindowsForms/114790/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-indicator">Time Indicator</see> to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawTimeRegion">
      <summary>
        <para>Handle this event to manually re-paint Time Regions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawView">
      <summary>
        <para>Enables drawing objects on the top of the scheduler view.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawWeekViewTopLeftCorner">
      <summary>
        <para>Enables the top left corner of the week view to be painted manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout">
      <summary>
        <para>Occurs before displaying an appointment flyout and allows you to change the displayed text, background and the subject’s font. Precedes the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject">SchedulerControl.CustomDrawAppointmentFlyoutSubject</see> event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyoutTemplate">
      <summary>
        <para>Allows you to dynamically customize elements of appointment flyout rendered from HTML-CSS templates.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentTemplate">
      <summary>
        <para>Allows you to hide specific HTML elements at runtime, or change their CSS style properties.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeDateNavigationBarCaption">
      <summary>
        <para>Handle this event to specify the caption of the <see href="https://docs.devexpress.com/WindowsForms/116035/controls-and-libraries/scheduler/visual-elements/scheduler-control/date-navigation-bar">Date Navigation Bar</see> control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeMessageBoxCaption">
      <summary>
        <para>Allows you to change the caption of a built-in message box that prompts the user for an action after an error condition has occurred.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeResourceHeaderTemplate">
      <summary>
        <para>Allows you to modify resource header templates at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomResourceHeaderTemplateValue">
      <summary>
        <para>Allows you to pass values to elements bound to custom data fields.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.DataStorage">
      <summary>
        <para>Gets or sets the storage for the Scheduler control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> object that is the data storage for the Scheduler control.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.DateNavigationBar">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WindowsForms/116035/controls-and-libraries/scheduler/visual-elements/scheduler-control/date-navigation-bar">Date Navigation Bar</see> control used for quick navigation several days forward/backward.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar"/> control.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.DateNavigatorQueryActiveViewType">
      <summary>
        <para>Enables you to specify the active view type of the Scheduler when the user selects dates in the bound DateNavigator.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.DateTimeScrollBar">
      <summary>
        <para>Gets the date-time scroll bar of the Scheduler Control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.ScrollBarBase"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.DayView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DayView"/> object representing the Day View in the scheduling area.</value>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerControl.DefaultPaintStyleName">
      <summary>
        <para>Gets the default paint style name.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.DeleteAppointment(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Deletes the specified appointment from the scheduler’s storage.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to delete.</param>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">
      <summary>
        <para>Occurs before the Confirm Delete dialog window is invoked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.DeleteSelectedAppointments">
      <summary>
        <para>Deletes the selected appointments.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.DragDropMode">
      <summary>
        <para>Gets or sets the drag-and-drop mode which is active in the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DragDropMode"/> enumeration value.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentDependencyFormShowing">
      <summary>
        <para>Occurs before the Appointment Dependency dialog window is invoked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentFormShowing">
      <summary>
        <para>Occurs before the Edit Appointment dialog window is invoked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.EditRecurrentAppointmentFormShowing">
      <summary>
        <para>Occurs before the Open Recurring Item dialog window is invoked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.EndInit">
      <summary>
        <para>Ends the Scheduler Control‘s initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.FirstDayOfWeek">
      <summary>
        <para>Gets the day which the Scheduler Control‘s week starts from.</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week for the Scheduler.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.Focused">
      <summary>
        <para>Gets a value indicating whether the control has input focus.</para>
      </summary>
      <value>true if the control is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.FullWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> object that is the scheduler’s Full Week View.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.GanttView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Gantt View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.GanttView"/> object that is the Gantt View in the scheduling area.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GetPaintStyle">
      <summary>
        <para>Returns the paint style currently used to paint a scheduler control.</para>
      </summary>
      <returns>A DevExpress.XtraScheduler.Drawing.SchedulerPaintStyle object representing the paint style currently used.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GetPrintPreviewDocument(DevExpress.XtraScheduler.Printing.SchedulerPrintStyle)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GetResourceColorSchemasCopy">
      <summary>
        <para>Returns copies of color schemas that are currently used to paint visible <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GetService(System.Type)">
      <summary>
        <para>Gets the service object of the specified type.</para>
      </summary>
      <param name="serviceType">An object that specifies the type of service object to get.</param>
      <returns>A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GetService``1">
      <summary>
        <para>Gets the service object of the specified generic type.</para>
      </summary>
      <returns>A service object of the specified generic type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GetToolTipController">
      <summary>
        <para>Returns the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Scheduler control.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed by the Scheduler control.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GoToDate(System.DateTime,DevExpress.XtraScheduler.SchedulerViewType)">
      <summary>
        <para>Sets the specified date as the start date of the scheduler and makes the scheduler show its data for this date using the specified type of view.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> value specifying the new start date.</param>
      <param name="viewType">A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the view in which the scheduler will show its data.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GoToDate(System.DateTime)">
      <summary>
        <para>Sets the specified date as the start date of the scheduler, meaning that on this date the scheduler will show its data.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> value specifying the new start date.</param>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.GotoDateFormShowing">
      <summary>
        <para>Occurs before the Go To Date dialog window is invoked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.GoToToday">
      <summary>
        <para>Sets the start date of the scheduler control to the current date on the local machine.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.GroupType">
      <summary>
        <para>Gets or sets a value that specifies the type of grouping applied to the View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the scheduler control.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.GroupTypeChanged">
      <summary>
        <para>Occurs after the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.GroupType">SchedulerControl.GroupType</see> property of the Scheduler control has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.HtmlImages">
      <summary>
        <para>Gets or sets the collection of images that can be embedded in the text in appointments using <see href="https://docs.devexpress.com/WindowsForms/4874/common-features/html-text-formatting">HTML tags</see>.</para>
      </summary>
      <value>An object that represents an image collection.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentDisplayText">
      <summary>
        <para>Enables custom text and a description to be displayed within appointments.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages">
      <summary>
        <para>Enables custom images to be displayed within appointments.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.InitNewAppointment">
      <summary>
        <para>Occurs before a new <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">appointment</see> is created in the Scheduler.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing">
      <summary>
        <para>Occurs every time an in-place editor is invoked in place of the edited appointment. This event is not cancelable. If you want to disable in-place editors for specific appointments, handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AllowInplaceEditor"/> event (this event fires when the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowInplaceEditor"/> property equals “Custom”).</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.IsPrintingAvailable">
      <summary>
        <para>Indicates whether the Scheduler control can be printed.</para>
      </summary>
      <value>true if the scheduler can be printed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.IsUpdateLocked">
      <summary>
        <para>Gets whether the scheduler control has been locked for updating.</para>
      </summary>
      <value>true if the scheduler control is locked; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.LayoutUpgrade">
      <summary>
        <para>Occurs when a layout is restored from a data store (a stream, xml file or system registry), and its version differs from the version of the current layout.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.LayoutViewInfoCustomizing">
      <summary>
        <para>Use this event to customize the appearance of certain visual elements before they are painted.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.LimitInterval">
      <summary>
        <para>Gets or sets the time interval available for end-users.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.LookAndFeel">
      <summary>
        <para>Provides access to the settings that specify the Scheduler control’s look and feel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the Scheduler control’s look and feel.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.MenuManager">
      <summary>
        <para>Gets or sets the menu manager which controls the look and feel of the context menus.</para>
      </summary>
      <value>An object which implements the DevExpress.Utils.Menu.IDXMenuManager interface.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.MonthView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1760/controls-and-libraries/scheduler/views/month-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MonthView"/> object representing the Month View in the scheduling area.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.MoreButtonClicked">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/WindowsForms/1733/controls-and-libraries/scheduler/visual-elements/scheduler-control/more-buttons">More Button</see> is clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsBehavior">
      <summary>
        <para>Provides access to the scheduler’s behavior options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsBehavior"/> object which contains the scheduler’s behavior options.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsCustomization">
      <summary>
        <para>Provides access to the scheduler’s customization options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization"/> object which provides the scheduler’s customization options.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsDragDrop">
      <summary>
        <para>Provides access to options for appointment drag-and-drop action in the scheduler view.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDragDropOptions"/> object containing available options for appointment drag-and-drop action.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsFlyout">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WindowsForms/118551/controls-and-libraries/scheduler/visual-elements/scheduler-control/appointment-flyout">Appointment Flyout</see> options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentFlyoutOptions"/> object containing options which determine the appointment flyout appearance.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsLayout">
      <summary>
        <para>Provides access to the property specifying the layout’s version.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> object, containing layout characteristics.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsPrint">
      <summary>
        <para>Provides access to the scheduler’s printing options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsPrint"/> object which provides access to the scheduler’s printing options.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsRangeControl">
      <summary>
        <para>Provides access to interaction options that specify the <see cref="T:DevExpress.XtraEditors.RangeControl"/> and <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> appearance and behavior when these controls are integrated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsRangeControl"/> object which contains interaction options for RangeControl and SchedulerControl.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsView">
      <summary>
        <para>Provides access to the scheduler’s view options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsView"/> object which provides access to the scheduler’s view options.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.PaintEx">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WindowsForms/119441/common-features/graphics-performance-and-high-dpi/directx-hardware-acceleration">DirectX</see>-compatible method that replaces the standard Control.Paint method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.PaintStyleName">
      <summary>
        <para>Gets or sets the paint scheme used, by its name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> specifying the name of the paint style used for the scheduler control.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.PaintStyles">
      <summary>
        <para>Contains paint information on the available paint schemes.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.SchedulerPaintStyleCollection object representing the collection of paint styles.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing">
      <summary>
        <para>Occurs before a popup menu is displayed for a SchedulerControl. Allows you to customize the built-in menu or display a custom menu.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.PrepareContextMenu">
      <summary>
        <para>This member is obsolete. Handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event instead.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.PrepareDragData">
      <summary>
        <para>Fires when a user drags data items from another control or application, and allows you to create appointments based on the dragged data.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.PreparePopupMenu">
      <summary>
        <para>This member is obsolete. Handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.Print">
      <summary>
        <para>Prints the Scheduler control’s data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.Print(DevExpress.XtraScheduler.Printing.SchedulerPrintStyle)">
      <summary>
        <para>Prints the Scheduler control’s data using the specified print style.</para>
      </summary>
      <param name="printStyle">A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which specifies the print style to be used when printing the Scheduler’s data.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.PrintStyles">
      <summary>
        <para>Gets the collection of styles used when printing the Scheduler control.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Printing.SchedulerPrintStyleCollection object representing the collection of printing styles.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.QueryAppointmentTemplate">
      <summary>
        <para>Allows you to assign unique HTML templates to individual Appointments.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.QueryResourceColorSchema">
      <summary>
        <para>Enables visible resources to be painted according to certain conditions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.QueryResourceHeaderTemplate">
      <summary>
        <para>Allows you to assign individual templates to different resource headers.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.QueryWorkTime">
      <summary>
        <para>Occurs when the scheduler’s view calculates the work time interval for the specific resource.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.RangeControlAutoAdjusting">
      <summary>
        <para>Occurs before the RangeControl has been automatically adjusted when the scheduler active <see href="https://docs.devexpress.com/WindowsForms/1757/controls-and-libraries/scheduler/views">view</see> or start date is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.Refresh">
      <summary>
        <para>Updates the Scheduler and forces the control to reflect any changes made to the View’s layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.RefreshData">
      <summary>
        <para>Updates the XtraScheduler control to reflect any changes made in the data sources which store appointments and appointment resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.RemindersEnabled">
      <summary>
        <para>Gets whether the reminders are enabled.</para>
      </summary>
      <value>true if the reminders are enabled; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormAction">
      <summary>
        <para>Occurs when a user clicks the Dismiss, Dismiss All, Snooze buttons on the Reminders Form, or closes the form.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormDefaultAction">
      <summary>
        <para>Occurs when an end-user doesn’t click the Dismiss or Snooze button on the Reminders Form, but simply closes it. The <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RemindersFormDefaultAction">SchedulerOptionsBehaviorBase.RemindersFormDefaultAction</see> property should be set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormShowing">
      <summary>
        <para>Occurs before the Reminders form is displayed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.RemoveService(System.Type,System.Boolean)">
      <summary>
        <para>Removes the service of specified type from the service container.</para>
      </summary>
      <param name="serviceType">The type of service to remove.</param>
      <param name="promote">true to promote this request to any parent service containers; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.RemoveService(System.Type)">
      <summary>
        <para>Removes the service of specified type from the service container.</para>
      </summary>
      <param name="serviceType">The type of service to remove.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ResourceCategories">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments#resource-categories">resource categories</see>.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.XtraScheduler.ResourceCategory"/> objects that specify resource categories.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ResourceColorSchemas">
      <summary>
        <para>Gets the color schemas used to paint resource columns in a grouped view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ResourceNavigator">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WindowsForms/2137/controls-and-libraries/scheduler/visual-elements/scheduler-control/resource-navigator">resource navigator</see> control used to navigate through resources by end-users.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceNavigator"/> object representing the scheduler control’s resource navigator.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ResourceSharing">
      <summary>
        <para>Gets a value indicating whether an appointment can be shared between multiple resources.</para>
      </summary>
      <value>true if the resource sharing is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.RestoreLayoutFromJson(System.IO.Stream)">
      <summary>
        <para>Loads the Scheduler’s layout from a file in JSON format.</para>
        <para />
        <para><strong>Security note: </strong>Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: <see href="https://docs.devexpress.com/GeneralInformation/404441/security/safe-deserialization">Safe Deserialization</see>.</para>
      </summary>
      <param name="utf8jsonStream">The layout in UTF-8 encoded JSON format.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.RestoreLayoutFromRegistry(System.String)">
      <summary>
        <para>Restores the control’s layout from the layout stored at the specified system registry path.</para>
        <para />
        <para><strong>Security note: </strong>Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: <see href="https://docs.devexpress.com/GeneralInformation/404441/security/safe-deserialization">Safe Deserialization</see>.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value specifying the system registry path. If the specified path doesn’t exist, calling this method has no effect.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.RestoreLayoutFromStream(System.IO.Stream)">
      <summary>
        <para>Restores the control’s layout from the specified stream.</para>
        <para />
        <para><strong>Security note: </strong>Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: <see href="https://docs.devexpress.com/GeneralInformation/404441/security/safe-deserialization">Safe Deserialization</see>.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which settings are read.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.RestoreLayoutFromXml(System.String)">
      <summary>
        <para>Restores the control’s layout from the specified XML file.</para>
        <para />
        <para><strong>Security note: </strong>Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: <see href="https://docs.devexpress.com/GeneralInformation/404441/security/safe-deserialization">Safe Deserialization</see>.</para>
      </summary>
      <param name="xmlFile">A <see cref="T:System.String"/> value specifying the path to the XML file to read settings from. If the specified file doesn’t exist a System.IO.FileNotFoundException type exception is raised.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.SaveLayoutToJson(System.IO.Stream)">
      <summary>
        <para>Saves the Scheduler’s layout to a file in JSON format.</para>
      </summary>
      <param name="utf8jsonStream">The layout in UTF-8 encoded JSON format.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.SaveLayoutToRegistry(System.String)">
      <summary>
        <para>Saves the control’s layout to the system registry.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value specifying the system registry path in which to save the layout.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.SaveLayoutToStream(System.IO.Stream)">
      <summary>
        <para>Saves the control’s layout to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the control’s layout is written.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.SaveLayoutToXml(System.String)">
      <summary>
        <para>Saves the control’s layout to the specified XML file.</para>
      </summary>
      <param name="xmlFile">A <see cref="T:System.String"/> value specifying the path to the file where the layout is to be saved. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedAppointments">
      <summary>
        <para>Provides access to the collection of selected appointments.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> descendant which represents the collection of selected appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedDependencies">
      <summary>
        <para>Provides access to the collection of selected appointment dependencies.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection"/> descendant which is the collection of selected dependencies.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedInterval">
      <summary>
        <para>Gets the time interval currently selected in the scheduler’s active view by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedResource">
      <summary>
        <para>Gets the resource which contains the time interval currently selected in the scheduler’s active view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the selected resource.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.SelectionChanged">
      <summary>
        <para>Fires after the selection has been changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.SelectNextAppointment">
      <summary>
        <para>Selects the next appointment within the visible area of the view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.SelectPrevAppointment">
      <summary>
        <para>Selects the previous appointment  within the visible area of the view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.Services">
      <summary>
        <para>Provides access to the object which contains all implemented services and service-oriented methods. Facilitates the use of Scheduler services.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Services.SchedulerServices object, which provides access to implemented services and related methods.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ShowAnotherEditAppointmentForm">
      <summary>
        <para>For internal use only. Required for the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentFormController"/> on the appointment editing form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowDeleteRecurrentAppointmentForm(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Invokes the confirmation dialog for the specified recurring appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to delete.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration member that specifies the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentDependencyForm(DevExpress.XtraScheduler.AppointmentDependency,System.Boolean,DevExpress.Utils.Commands.CommandSourceType)">
      <summary>
        <para>Invokes the Appointment Dependency form used to modify or delete a specified dependency.</para>
      </summary>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the <see href="https://docs.devexpress.com/WindowsForms/10776/controls-and-libraries/scheduler/visual-elements/scheduler-control/dependencies">appointment dependency</see> to modify or delete.</param>
      <param name="readOnly">True, to display a form as read-only; otherwise, false.</param>
      <param name="commandSourceType">A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration member that enables you to identify the source of the command to display a form.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentDependencyForm(DevExpress.XtraScheduler.AppointmentDependency,System.Boolean)">
      <summary>
        <para>Invokes the Appointment Dependency form used to modify or delete a specified dependency.</para>
      </summary>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the <see href="https://docs.devexpress.com/WindowsForms/10776/controls-and-libraries/scheduler/visual-elements/scheduler-control/dependencies">appointment dependency</see> to modify or delete.</param>
      <param name="readOnly">True to display a form as read-only; otherwise, false.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentDependencyForm(DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Invokes the Appointment Dependency form used to modify or delete a specified dependency.</para>
      </summary>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the <see href="https://docs.devexpress.com/WindowsForms/10776/controls-and-libraries/scheduler/visual-elements/scheduler-control/dependencies">appointment dependency</see> to modify or delete.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment,System.Boolean,System.Boolean)">
      <summary>
        <para>Invokes the Edit Appointment dialog for the specified appointment. Also, optionally invokes the Recurrence dialog and disables all editors on this form, if required.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to be edited in the dialog.</param>
      <param name="openRecurrenceForm">True to open the Recurrence dialog; otherwise, false.</param>
      <param name="readOnly">True to open this form to display properties of a read-only appointment (in this situation all form editors are disabled); otherwise, false.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment,System.Boolean)">
      <summary>
        <para>Invokes the Edit Appointment dialog for the specified recurring appointment. Optionally invokes the Recurrence dialog, if required. Does nothing for non recurring appointments.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the recurring appointment to be edited in the dialog.</param>
      <param name="openRecurrenceForm">true to open the Recurrence dialog; otherwise, false.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Invokes the Edit Appointment dialog for the specified appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which represents the appointment to be edited in the dialog.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditRecurrentAppointmentForm(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Invokes the editor dialog the specified recurring appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> for which the delete command is processed.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration value, specifying the type of action being performed.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ShowFeaturesIndicator">
      <summary>
        <para>Gets or sets a value indicating if the Features Indicator should be drawn over the Scheduler Control at design time.</para>
      </summary>
      <value>true to show the Features Indicator at design-time; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowGotoDateForm">
      <summary>
        <para>Invokes the Go To Date dialog.</para>
      </summary>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowGotoDateForm(System.Windows.Forms.IWin32Window)">
      <summary>
        <para>Invokes the Go To Date dialog as a child of the specified parent window.</para>
      </summary>
      <param name="parent">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowPrintOptionsForm">
      <summary>
        <para>Invokes the Page Setup dialog.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowPrintPreview">
      <summary>
        <para>Opens the Print Preview window for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowPrintPreview(DevExpress.XtraScheduler.Printing.SchedulerPrintStyle)">
      <summary>
        <para>Opens the Print Preview window for the scheduler control’s print output, using the specified print style.</para>
      </summary>
      <param name="printStyle">A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which specifies the print style to be used when printing the Scheduler’s data.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowRecurrentAppointmentDeleteForm(DevExpress.XtraScheduler.Appointment,System.Boolean@)">
      <summary>
        <para>Invokes the Confirm Delete dialog for the specified recurring appointment. Obsolete. Use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to delete.</param>
      <param name="deleteSeries">True to delete the entire series of a recurring appointment; otherwise, false.</param>
      <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowRecurrentAppointmentDeleteForm(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Invokes the Confirm Delete dialog for the specified recurring appointment. Obsolete. Use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to delete.</param>
      <returns>The return value of the dialog.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.Start">
      <summary>
        <para>Gets or sets the first date of the time interval displayed by the scheduler view.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the start date of the scheduler.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.Storage">
      <summary>
        <para>Gets or sets the storage object for the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> object that is the data storage for the Scheduler control.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.StorageChanged">
      <summary>
        <para>Fires after the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.DataStorage">SchedulerControl.DataStorage</see> property value has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.SupportsRecurrence">
      <summary>
        <para>Gets whether the Scheduler can have recurring appointments.</para>
      </summary>
      <value>True if the scheduler can have recurring appointments; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.SupportsReminders">
      <summary>
        <para>Gets whether the Scheduler can have appointments with reminders.</para>
      </summary>
      <value>True if the Scheduler can have appointments with reminders; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.TimelineView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/3109/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimelineView"/> object representing the Timeline View in the scheduling area.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.TimeRegionCustomize">
      <summary>
        <para>When you disable the <see cref="P:DevExpress.XtraScheduler.TimeRegion.Editable">TimeRegion.Editable</see> setting, users are unable to create or modify existing appointments so that they belong to this region. Handle this event and override its e.Editable parameter to remove restrictions for specific appointments and/or users.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.TimeRegions">
      <summary>
        <para>A collection of time regions (the <see cref="T:DevExpress.XtraScheduler.TimeRegion">TimeRegion</see> class objects).</para>
      </summary>
      <value>An IList object that stores time regions.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.TimeZoneHelper">
      <summary>
        <para>Provides access to an object used for converting time between time zones.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object used for time zone conversion.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ToolTipController">
      <summary>
        <para>Gets or sets the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Scheduler control.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed by the Scheduler control.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.UnboundMode">
      <summary>
        <para>Gets a value indicating if the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> is bound to data.</para>
      </summary>
      <value>true if the Scheduler isn’t bound to appointments data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.UseDirectXPaint">
      <summary>
        <para>Gets or sets whether or not this <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> employs the <see href="https://docs.devexpress.com/WindowsForms/119441/common-features/graphics-performance-and-high-dpi/directx-hardware-acceleration">DirectX Hardware Acceleration</see>.</para>
      </summary>
      <value>A DefaultBoolean enumerator value that specifies whether or not this <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> employs the <see href="https://docs.devexpress.com/WindowsForms/119441/common-features/graphics-performance-and-high-dpi/directx-hardware-acceleration">DirectX Hardware Acceleration</see>.
The DefaultBoolean.Default value is equivalent to DefaultBoolean.True if the static <see cref="M:DevExpress.XtraEditors.WindowsFormsSettings.ForceDirectXPaint">WindowsFormsSettings.ForceDirectXPaint</see> method was called, or to DefaultBoolean.False otherwise.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerControl.UseLegacyTimeRuler">
      <summary>
        <para>Reverts the Time Ruler appearance back to its pre-v21.1 version.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ViewBounds">
      <summary>
        <para>Gets the bounds of the scheduler control’s client region.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object which represents the bounding rectangle of the scheduler control’s client region.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.ViewRectangle">
      <summary>
        <para>Gets the bounds of the scheduler control’s client region.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object which represents the bounding rectangle of the scheduler control’s client region.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.Views">
      <summary>
        <para>Contains the settings of the Views that are used to represent information within the Scheduler Control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewRepository"/> object which stores the settings of the calendar Views.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.VisibleIntervalChanged">
      <summary>
        <para>Fires when the time interval displayed by the control’s scheduling area is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerControl.VisibleResourcesChanged">
      <summary>
        <para>Occurs when resources displayed in the scheduler view are changed, or the number of visible resources is changed, or the scheduler switches views.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.VScrollBar">
      <summary>
        <para>Gets the vertical scrollbar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.VScrollBar"/> object which represents the vertical scrollbar.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.WeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1759/controls-and-libraries/scheduler/views/week-view">Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekView"/> object representing the Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.WorkDays">
      <summary>
        <para>Provides access to the collection which identifies which days are assigned to a workweek.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object which identifies work days.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.WorkWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/> object representing the Work Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerControl.YearView">
      <summary>
        <para>Gets an object that defines the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.YearView"/> object. This object is the scheduler’s Year View.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerDataStorage">
      <summary>
        <para>The component that holds data for the SchedulerControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.#ctor(System.ComponentModel.IContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> class with the specified settings.</para>
      </summary>
      <param name="components">A <see cref="T:System.ComponentModel.IContainer"/> that represents the container for the default Scheduler Data Storage.</param>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentChanging">
      <summary>
        <para>Fires when an appointment is about to change.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentCollectionAutoReloading">
      <summary>
        <para>Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentCollectionCleared">
      <summary>
        <para>Fires after the appointment collection has been cleared.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentCollectionLoaded">
      <summary>
        <para>Fires after the appointment collection has been cleared.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDeleting">
      <summary>
        <para>Allows you to cancel the deletion of an appointment.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependencies">
      <summary>
        <para>Gets a storage object which manages dependencies between appointments.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyStorage"/> object that manages information on appointment dependencies for the scheduler.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependenciesChanged">
      <summary>
        <para>Fires when the properties of the appointment dependency have been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependenciesDeleted">
      <summary>
        <para>Fires after deletion of one or several appointment dependencies.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependenciesInserted">
      <summary>
        <para>Fires after one or several appointment dependencies have been added to the collection.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependencyChanging">
      <summary>
        <para>Fires when the appointment dependency type is changing.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependencyCollectionAutoReloading">
      <summary>
        <para>Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependencyCollectionCleared">
      <summary>
        <para>Fires after the appointment dependency collection has been cleared.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependencyCollectionLoaded">
      <summary>
        <para>Fires after appointment dependencies have been loaded into the storage.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependencyDeleting">
      <summary>
        <para>Allows you to cancel the deletion of an appointment dependency.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentDependencyInserting">
      <summary>
        <para>Allows you to cancel the insertion of an appointment dependency.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentInserting">
      <summary>
        <para>Allows you to cancel the insertion of an appointment.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.Appointments">
      <summary>
        <para>Gets a storage object that contains appointments.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDataStorage"/> object that is the storage for appointments.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentsChanged">
      <summary>
        <para>Fires when the appointments’ properties have been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentsDeleted">
      <summary>
        <para>Occurs after one or more appointments have been deleted from the SchedulerDataStorage.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.AppointmentsInserted">
      <summary>
        <para>Fires after one or several appointments have been added to the collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.BeginInit">
      <summary>
        <para>Notifies the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that the initialization has begun.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, end time and the subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>Creates an appointment of the specified type with the specified start time and duration.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start and end time.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, duration and subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time and duration.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
      <summary>
        <para>Creates an appointment of the specified type.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateAppointmentDependency(System.Object,System.Object,DevExpress.XtraScheduler.AppointmentDependencyType)">
      <summary>
        <para>Creates a <see href="https://docs.devexpress.com/WindowsForms/10776/controls-and-libraries/scheduler/visual-elements/scheduler-control/dependencies">dependency</see> of the specified type between two appointments specified by their IDs.</para>
      </summary>
      <param name="parentId">An object that is the ID of the parent appointment.</param>
      <param name="dependentId">An object that is the ID of the dependent appointment.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateAppointmentDependency(System.Object,System.Object)">
      <summary>
        <para>Creates a <see href="https://docs.devexpress.com/WindowsForms/10776/controls-and-libraries/scheduler/visual-elements/scheduler-control/dependencies">dependency</see> between two appointments specified by their Ids.</para>
      </summary>
      <param name="parentId">An object that is the Id of the parent appointment.</param>
      <param name="dependentId">An object that is the Id of the dependent appointment.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateOutlookExporter">
      <summary>
        <para>Creates an object which provides the capability to control how data is exported to MS Outlook’s Calendar.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentExporter"/> object which can export data to MS Outlook’s Calendar.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateOutlookExportSynchronizer">
      <summary>
        <para>Creates an object which allows you to control how  MS Outlook’s Calendar is synchronized with data in the storage.</para>
      </summary>
      <returns>A DevExpress.XtraScheduler.Exchange.AppointmentExportSynchronizer object which allows MS Outlook’s Calendar to be synchronized with the data in storage.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateOutlookImporter">
      <summary>
        <para>Creates an object which allows you to control how data is imported from MS Outlook’s Calendar.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter"/> object which can import data from MS Outlook’s Calendar.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateOutlookImportSynchronizer">
      <summary>
        <para>Creates an object which allows you to control how data in the storage is synchronized with data in MS Outlook’s Calendar.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImportSynchronizer"/> object which can synchronize data in the storage with data in MS Outlook’s Calendar.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateReminder(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Creates a reminder for the specified appointment.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that us the appointment for which a reminder is created.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is the reminder for an appointment.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateResource(System.Object,System.String)">
      <summary>
        <para>Creates a new resource with the specified ID and a caption.</para>
      </summary>
      <param name="resourceId">An object that is the unique resource identifier.</param>
      <param name="resourceCaption">A string that is the resource caption accessible using the <see cref="P:DevExpress.XtraScheduler.Resource.Caption">Resource.Caption</see> property.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.CreateResource(System.Object)">
      <summary>
        <para>Creates a new resource with the specified ID.</para>
      </summary>
      <param name="resourceId">An object that is the unique resource identifier.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.CreateSourceObject">
      <summary>
        <para>Allows you to set the source object for a newly created appointment.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.DateTimeSavingMode">
      <summary>
        <para>Gets or sets in what time zone to store the appointment dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DateTimeSavingMode"/> enumeration member that specifies a conversion required before storing the DateTime value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.EnableReminders">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.XtraScheduler.Reminder"/> availability for appointments is enabled.</para>
      </summary>
      <value>true to enable reminders; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.EnableSmartFetch">
      <summary>
        <para>Gets or sets whether certain internal criteria for raising the <see cref="E:DevExpress.XtraScheduler.SchedulerDataStorage.FetchAppointments">SchedulerDataStorage.FetchAppointments</see> event are applied to reduce the number of data requests.</para>
      </summary>
      <value>True, to use more restrictive internal criteria for determining whether to raise the FetchAppointments event; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.EnableTimeZones">
      <summary>
        <para>Gets or sets whether the scheduler saves the appointment time zone information.</para>
      </summary>
      <value>True, to save the appointment time zone information; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.EndInit">
      <summary>
        <para>Notifies the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> that the initialization is over.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ExportToICalendar(System.IO.Stream)">
      <summary>
        <para>Exports appointments in the scheduler to a stream in the iCalendar format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/>  object which specifies the stream into which the scheduler’s data will be exported.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ExportToICalendar(System.String)">
      <summary>
        <para>Saves all appointments to file in iCalendar format.</para>
      </summary>
      <param name="path">A string that represents a file path to which the appointments will be exported.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ExportToOutlook">
      <summary>
        <para>Exports the data in the storage to the MS Outlook calendar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ExportToVCalendar(System.IO.Stream)">
      <summary>
        <para>Exports the data in the scheduler to a stream in the vCalendar format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/>  object which specifies the stream into which the scheduler’s data will be exported.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ExportToVCalendar(System.String)">
      <summary>
        <para>Exports the data in the scheduler to a file in the vCalendar format.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/>, containing the full path (including the file name and extension) of the file to which the scheduler’s data will be exported.</param>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.FetchAppointments">
      <summary>
        <para>Occurs before the <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> starts retrieving the appointments for the specified time interval.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.FetchOnVisibleResourcesChanged">
      <summary>
        <para>Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed.</para>
      </summary>
      <value>True, to raise FetchAppointments event in smart fetch mode when visible resources are changed; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.FilterAppointment">
      <summary>
        <para>Hides specific appointments in the Scheduler control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.FilterDependency">
      <summary>
        <para>Hides certain appointment dependencies in the Gantt view.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.FilterReminderAlert">
      <summary>
        <para>Enables you to fire alerts only for specific reminders.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.FilterResource">
      <summary>
        <para>Hides specific resources in the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.GetAppointments(DevExpress.XtraScheduler.TimeInterval)">
      <summary>
        <para>Retrieves the collection of appointments that fall within the specified time interval.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is the required time interval.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.GetAppointments(DevExpress.XtraScheduler.TimeIntervalCollection)">
      <summary>
        <para>Retrieves the collection of appointments that fall within the specified time interval.</para>
      </summary>
      <param name="intervals">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object whose Start and End members identify the required time interval.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.GetAppointments(System.DateTime,System.DateTime)">
      <summary>
        <para>Retrieves the collection of appointments that fall within the specified time interval.</para>
      </summary>
      <param name="start">A System.DateTime value that specifies the start time of the required time interval.</param>
      <param name="end">A System.DateTime value that specifies the end time of the required time interval.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.GetLabelColor(System.Object)">
      <summary>
        <para>Obtains the color of the label by its ID.</para>
      </summary>
      <param name="labelId">An object that is the label’s identifier available by the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> property of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> value that is the label’s color.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.GetObjectRow(DevExpress.XtraScheduler.IPersistentObject)">
      <summary>
        <para>Returns the data row object that contains information about the specified persistent object.</para>
      </summary>
      <param name="obj">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> descendant which represents the persistent object (appointment, resource or <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object).</param>
      <returns>A <see cref="T:System.Object"/> which is the data source object (or the data row) containing information about the persistent object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.GetObjectValue(DevExpress.XtraScheduler.IPersistentObject,System.String)">
      <summary>
        <para>Gets the value of the specified field in the data row that supplies data for the persistent object.</para>
      </summary>
      <param name="obj">An object exposing the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> interface (persistent object, such as an appointment or resource).</param>
      <param name="columnName">A <see cref="T:System.String"/> which specifies the name of the data field.</param>
      <returns>A <see cref="T:System.Object"/> which is the value of the data field.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.GetResourceById(System.Object)">
      <summary>
        <para>Returns a resource by its ID.</para>
      </summary>
      <param name="resourceId">An Object that specifies the ID.</param>
      <returns>The resource that has the specified ID.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ImportFromICalendar(System.IO.Stream)">
      <summary>
        <para>Imports appointments from the file in iCalendar format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/>  object which specifies the stream from which the appointment data is imported.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ImportFromICalendar(System.String)">
      <summary>
        <para>Imports appointments from the file in iCalendar format.</para>
      </summary>
      <param name="path">A string that represents a file path from which the appointments will be imported.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ImportFromOutlook">
      <summary>
        <para>Imports data from MS Outlook’s Calendar to the scheduler’s storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ImportFromVCalendar(System.IO.Stream)">
      <summary>
        <para>Imports the scheduler’s data from a stream whose data is in the vCalendar format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object which specifies the stream that contains the data to import to the scheduler.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.ImportFromVCalendar(System.String)">
      <summary>
        <para>Imports data into the scheduler from a file in the vCalendar format.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/>, containing the full path (including the file name and extension) of the file from which the scheduler’s data will be loaded.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.IsDisposed">
      <summary>
        <para>Returns whether or not this <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> is disposed.</para>
      </summary>
      <value>true if this <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> is disposed; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ItemPropertyChanged">
      <summary>
        <para>Raises when any item (appointment, resource, appointment dependency, label or status) stored within this <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> changes its property value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.Labels">
      <summary>
        <para>Gets a storage object that contains <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">appointment labels</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentLabelDataStorage"/> object that stores labels.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.PrepareAppointmentFilterColumn">
      <summary>
        <para>Fires when a column, representing an appointment’s field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.PrepareResourceFilterColumn">
      <summary>
        <para>Fires when a column, representing a resource’s field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.RefreshData">
      <summary>
        <para>Updates Scheduler to reflect any changes made in the data sources which store the appointments and appointment resources.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ReminderAlert">
      <summary>
        <para>Occurs when a reminder alert is invoked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.ReminderDstBehaviorType">
      <summary>
        <para>Gets or sets the reminder’s behavior if the reminder alert falls within the interval that actually doesn’t exist because of the Daylight Saving Time shift.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DstBehaviorType"/> enumeration value that specifies at what time the alert is triggered.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.RemindersCheckInterval">
      <summary>
        <para>Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds).</para>
      </summary>
      <value>An integer value which represents the time interval between checks of the reminder’s alert.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.RemindersEnabled">
      <summary>
        <para>Returns whether or not this <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> supports <see href="https://docs.devexpress.com/WindowsForms/1778/controls-and-libraries/scheduler/appointments/reminders-for-appointments">reminders</see>.</para>
      </summary>
      <value>true if this <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> supports <see href="https://docs.devexpress.com/WindowsForms/1778/controls-and-libraries/scheduler/appointments/reminders-for-appointments">reminders</see>; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourceChanging">
      <summary>
        <para>Fires when a resource’s property is about to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourceCollectionAutoReloading">
      <summary>
        <para>Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourceCollectionCleared">
      <summary>
        <para>Fires after the resource collection has been cleared.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourceCollectionLoaded">
      <summary>
        <para>Fires after resources have been loaded into the Scheduler storage.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourceDeleting">
      <summary>
        <para>Allows the deletion of a resource to be cancelled.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourceInserting">
      <summary>
        <para>Allows you to cancel the addition of a resource.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.Resources">
      <summary>
        <para>Gets the object which manages resources for appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceStorage"/> object which manages resources for appointments.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourcesChanged">
      <summary>
        <para>Occurs when a scheduler’s resource in a collection is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourcesDeleted">
      <summary>
        <para>Occurs after a scheduler’s resource(s) is deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDataStorage.ResourcesInserted">
      <summary>
        <para>Occurs when new resources are inserted into the scheduler storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.SetAppointmentId(DevExpress.XtraScheduler.Appointment,System.Object)">
      <summary>
        <para>Sets the identifier of the specified appointment to a specified value.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</param>
      <param name="id">An object that is the appointment identifier to assign.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.SetObjectValue(DevExpress.XtraScheduler.IPersistentObject,System.String,System.Object)">
      <summary>
        <para>Assigns the specified value to a field in the data row that contains information about the specified persistent object.</para>
      </summary>
      <param name="obj">An object implementing the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> interface (appointment, resource or appointment dependency).</param>
      <param name="columnName">A <see cref="T:System.String"/> value which specifies the name of the required data field.</param>
      <param name="val">A <see cref="T:System.Object"/> which specifies the required data field’s value.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.Statuses">
      <summary>
        <para>Gets a storage object that contains <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses#appointment-statuses">appointment statuses</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> object that stores appointment statuses.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.SupportsRecurrence">
      <summary>
        <para>Gets whether the scheduler storage can contain information on appointment recurrence.</para>
      </summary>
      <value>true if the scheduler storage can contain information on appointment recurrence; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.SupportsReminders">
      <summary>
        <para>Gets whether the appointment reminder data mapping is specified.</para>
      </summary>
      <value>True if the information on appointment reminders is obtained from a data source so that the scheduler can have appointments with reminders; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.SynchronizeOutlookWithStorage(System.String)">
      <summary>
        <para>Updates MS Outlook’s Calendar entries with appointments from the Scheduler storage.</para>
      </summary>
      <param name="outlookEntryIdFieldName">A  <see cref="T:System.String"/> that is the name of the data field which contains the Outlook Entry ID value.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.SynchronizeStorageWithOutlook(System.String)">
      <summary>
        <para>Updates Scheduler appointments with MS Outlook’s Calendar entries.</para>
      </summary>
      <param name="outlookEntryIdFieldName">A  <see cref="T:System.String"/> that is the name of the data field which contains the Outlook Entry ID value.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDataStorage.TimeZoneId">
      <summary>
        <para>Gets or sets the time zone in which the SchedulerDataStorage operates.</para>
      </summary>
      <value>A string that identifies a time zone available in the system (one of the System.TimeZoneInfo.Id values).</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDataStorage.TriggerAlerts">
      <summary>
        <para>Invokes reminder alerts for the current time.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WindowsForms/116035/controls-and-libraries/scheduler/visual-elements/scheduler-control/date-navigation-bar">Date Navigation Bar</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDateNavigationBar.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar"/> class with the specified Scheduler Control.</para>
      </summary>
      <param name="schedulerControl">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which specifies the owner of the Date Navigation Bar.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDateNavigationBar.CalendarButton">
      <summary>
        <para>Allows you to display the Calendar button in the Date Navigation Bar and access button settings.</para>
      </summary>
      <value>Stores Calendar button settings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDateNavigationBar.Panel">
      <summary>
        <para>Provides access to the inner control of the date navigation bar. For internal use.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraEditors.XtraUserControl"/> object that is the inner control of the date navigation bar.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerDateNavigationBar.PropertyChanged">
      <summary>
        <para>Occurs when a value of the public property of the <see cref="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar"/> instance is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDateNavigationBar.ShowViewSelectorButton">
      <summary>
        <para>Gets or sets whether the Date Navigation Bar should show a button that allows users to select the active Scheduler View.</para>
      </summary>
      <value>true, to display the View Selector button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDateNavigationBar.Visible">
      <summary>
        <para>Gets or sets whether the date navigation bar is shown on the top of the scheduler.</para>
      </summary>
      <value>True, to display the date navigation bar; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption">
      <summary>
        <para>Provides access to an object that specifies how deferred scrolling is performed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption.Allow">
      <summary>
        <para>Gets or sets whether the deferred scrolling feature is enabled.</para>
      </summary>
      <value>true to enable deferred scrolling; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerHtmlTemplateItem">
      <summary>
        <para>An HTML-CSS template used to render Scheduler visual elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerHtmlTemplateItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerHtmlTemplateItem"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs">
      <summary>
        <para>Provides parameters which can be used to instantiate a custom in-place editor within the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing">SchedulerControl.InplaceEditorShowing</see> event handler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.BackColor">
      <summary>
        <para>Gets or sets the background color of the inplace editor.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the background color.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.BackColor2">
      <summary>
        <para>The color which is interpreted as the second color of the background’s gradient brush.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object specifying the end color of the linear gradient brush used to fill the background.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Bounds">
      <summary>
        <para>Gets or sets the size and location of the inplace editor.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object that represents the size and location of the inplace editor control, in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Control">
      <summary>
        <para>Gets or sets the containing Scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object, which is the container control for the inplace editor.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Font">
      <summary>
        <para>Gets or sets the font of the text displayed by the inplace editor.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Font"/> to apply to the text displayed by the control.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.ForeColor">
      <summary>
        <para>Gets or sets the foreground color of the inplace editor.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Handled">
      <summary>
        <para>Gets or sets whether an event was handled and no default actions are required.</para>
      </summary>
      <value>true if no default processing is required; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.UseFullCellEditor">
      <summary>
        <para>Indicates whether the in-place editor should occupy the entire time cell.</para>
      </summary>
      <value>True, to create an in-place editor that fills the entire cell; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.ViewInfo">
      <summary>
        <para>Gets or sets the object which contains the information used to render the appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem">
      <summary>
        <para>Represents an individual check item that is displayed within a Scheduler‘s popup (context) menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean,System.Drawing.Image,System.EventHandler,System.EventHandler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> class with the specified caption, check state, image, and event handlers for check state changing and updating.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
      <param name="check">true if the menu item is checked; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked">DXMenuCheckItem.Checked</see> property.</param>
      <param name="image">A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the DXMenuItem.ImageOptions.Image property.</param>
      <param name="checkedChanged">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuCheckItem.CheckedChanged">DXMenuCheckItem.CheckedChanged</see> event.</param>
      <param name="update">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the DevExpress.Utils.Menu.CommandMenuCheckItem&lt;T&gt;.Update event.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean,System.Drawing.Image,System.EventHandler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> class with the specified caption, check state, image, and an event handler for check state changing.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
      <param name="check">true if the menu item is checked; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked">DXMenuCheckItem.Checked</see> property.</param>
      <param name="image">A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the DXMenuItem.ImageOptions.Image property.</param>
      <param name="checkedChanged">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuCheckItem.CheckedChanged">DXMenuCheckItem.CheckedChanged</see> event.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean,System.EventHandler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> class with the specified caption, check state, and the event handler for updating.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
      <param name="check">true if the menu item is checked; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked">DXMenuCheckItem.Checked</see> property.</param>
      <param name="update">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the DevExpress.Utils.Menu.CommandMenuCheckItem&lt;T&gt;.Update event.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> class with the specified caption and check state.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
      <param name="check">true if the menu item is checked; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked">DXMenuCheckItem.Checked</see> property.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerMenuItem">
      <summary>
        <para>Represents an individual item that is displayed within a Scheduler‘s popup (context) menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String,System.EventHandler,System.Drawing.Image,System.EventHandler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> class with the specified caption, image, and event handlers for clicking and updating.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
      <param name="click">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuItem.Click">DXMenuItem.Click</see> event.</param>
      <param name="image">A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the DXMenuItem.ImageOptions.Image property.</param>
      <param name="update">A <see cref="T:System.EventHandler"/> object that specifies the event handler for theDevExpress.Utils.Menu.CommandMenuItem&lt;T&gt;.Update event.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String,System.EventHandler,System.Drawing.Image)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> class with the specified caption, image, and click event handler.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
      <param name="click">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuItem.Click">DXMenuItem.Click</see> event.</param>
      <param name="image">A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the DXMenuItem.ImageOptions.Image property.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String,System.EventHandler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> class with the specified caption and click event handler.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
      <param name="click">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuItem.Click">DXMenuItem.Click</see> event.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption">DXMenuItem.Caption</see> property.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerOptionsBehavior">
      <summary>
        <para>Provides behavior options for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerOptionsBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsBehavior"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerOptionsBehavior.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies all settings from the options object passed as the parameter and assigns them to the current object.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehavior.MouseWheelScrollAction">
      <summary>
        <para>Gets or sets how the mouse wheel scrolling direction is interpreted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MouseWheelScrollAction"/> enumeration member that specifies the scheduler coordinate from which to scroll.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehavior.TouchAllowed">
      <summary>
        <para>Gets or sets whether the touch device input is analyzed.</para>
      </summary>
      <value>true if touch input is analyzed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehavior.UseAsyncMode">
      <summary>
        <para>Gets or sets whether the SchedulerControl performs layout calculations on multiple threads.</para>
      </summary>
      <value>true to enable asynchronous layout calculation to improve performance.; false to disable asynchronous mode.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerOptionsPrint">
      <summary>
        <para>Provides print options for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerOptionsPrint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsPrint"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsPrint.PrintPreviewFormKind">
      <summary>
        <para>Specifies the user interface of the Print Preview form.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsPrint.PrintStyle">
      <summary>
        <para>Gets or sets the type of the printing style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind"/> enumeration value which specifies the scheduler’s printing style type.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerOptionsPrint.ToString">
      <summary>
        <para>Returns the textual representation of printing options.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of printing options.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerOptionsRangeControl">
      <summary>
        <para>Provides interaction options for a <see cref="T:DevExpress.XtraEditors.RangeControl"/> and <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> that are integrated.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerOptionsRangeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsRangeControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsRangeControl.AllowChangeActiveView">
      <summary>
        <para>Gets or sets whether to automatically change the SchedulerControl’s active <see href="https://docs.devexpress.com/WindowsForms/1757/controls-and-libraries/scheduler/views">view</see> depending on which time range is selected in the <see cref="T:DevExpress.XtraEditors.RangeControl"/>.</para>
      </summary>
      <value>true to automatically switch between scheduler views; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsRangeControl.AutoAdjustMode">
      <summary>
        <para>Gets or sets a value indicating if the RangeControl should be automatically adjusted after the scheduler visible interval or active view has been changed.</para>
      </summary>
      <value>true if the RangeControl is automatically adjusted ; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerOptionsView">
      <summary>
        <para>Provides view options for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerOptionsView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerOptionsView.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies all settings from the options object passed as the parameter and assigns them to the current object.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.EnableAnimation">
      <summary>
        <para>Gets or sets whether a specific animation effect should be applied when an end-user navigates though dates and scrolls <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see>.</para>
      </summary>
      <value>true if an animation effect is applied; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.HideSelection">
      <summary>
        <para>Gets or sets a value that specifies whether the selected time slot remains highlighted when the scheduler control loses focus.</para>
      </summary>
      <value>true to hide the highlighting of the selected time slot when the scheduler loses focus; false to keep the selected time slot highlighted.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.HighlightTodayDate">
      <summary>
        <para>Gets or sets whether the current date cell (column) should be highlighted.</para>
      </summary>
      <value>Specifies whether to highlight the current day cell (column).</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.ResourceCategories">
      <summary>
        <para>Provides access to options that specify <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments#resource-categories">resource categories</see>.</para>
      </summary>
      <value>An object that contains resource category options.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.ResourceHeaders">
      <summary>
        <para>Gets the object which combines appearance options for a scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1775/controls-and-libraries/scheduler/visual-elements/scheduler-control/resource-headers">resource headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions"/> object that represents the resource headers options.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.ToolTipVisibility">
      <summary>
        <para>Gets or sets the visibility of the scheduler’s tooltips.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ToolTipVisibility"/> enumeration value which specifies the visibility of the tool tips.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.UseInplaceEditor2016">
      <summary>
        <para>Enables an in-place appointment editor that looks like the appointment editor in Outlook 2016.</para>
      </summary>
      <value>True, to enable Outlook 2016 style for in-place editor; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerPopupMenu">
      <summary>
        <para>Represents a popup (context) menu of the Scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.#ctor(System.EventHandler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> class with the specified before popup event handler.</para>
      </summary>
      <param name="beforePopup">A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXSubMenuItem.BeforePopup">DXSubMenuItem.BeforePopup</see> event.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuCheckItemById(DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
      <summary>
        <para>Gets the menu check item within the specified popup (context) menu by its ID value. Also optionally recursively searches for this check item in all submenus, if it isn’t found in the main popup menu.</para>
      </summary>
      <param name="menu">A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the popup menu to search in.</param>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu check item to search.</param>
      <param name="recursive">true to recursively search for the menu check item in all submenus; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> object whose ID is equal to the specified ID value. If a check item with the specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuCheckItemById(DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
      <summary>
        <para>Gets a menu check item by its ID value. Also optionally recursively searches for this menu check item in all submenus, if it isn’t found in the main popup menu.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu check item to search.</param>
      <param name="recursive">true to search for the menu check item recursively in all submenus; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> object whose ID is equal to the specified ID value. If a check item with the specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuCheckItemById(DevExpress.XtraScheduler.SchedulerMenuItemId)">
      <summary>
        <para>Gets a menu check item by its ID value.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu check item to search.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> object whose ID is equal to the specified ID value. If a check item with the specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuItemById(DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
      <summary>
        <para>Gets the menu item within the specified popup (context) menu by its ID value. Also optionally recursively searches for this menu item in all submenus, if it isn’t found in the main popup menu.</para>
      </summary>
      <param name="menu">A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the popup menu to search in.</param>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu item to search.</param>
      <param name="recursive">true to recursively search for the menu item in all submenus; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> object whose ID is equal to the specified ID value. If a menu item with the  specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuItemById(DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
      <summary>
        <para>Gets a menu item by its ID value. Also optionally recursively searches for this menu item in all submenus, if it isn’t found in the main popup menu.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu item to search.</param>
      <param name="recursive">true to recursively search for the menu item in all submenus; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> object whose ID is equal to the specified ID value. If a menu item with the  specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuItemById(DevExpress.XtraScheduler.SchedulerMenuItemId)">
      <summary>
        <para>Gets a menu item by its ID value.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu item to be searched for.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> object whose ID is equal to the specified ID value. If a menu item with the  specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetPopupMenuById(DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
      <summary>
        <para>Gets a popup menu (a menu item which contains a submenu) by its ID value within the specified popup menu. Also optionally recursively searches for this popup menu in all submenus, if it isn’t found in the main popup menu.</para>
      </summary>
      <param name="menu">A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the popup menu to search in.</param>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the popup menu to search.</param>
      <param name="recursive">true to recursively search for the popup menu in all submenus; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object whose ID is equal to the specified ID value. If a popup menu item with the specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetPopupMenuById(DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
      <summary>
        <para>Gets a popup menu (menu item which contains a submenu) by its ID value. Also optionally recursively searches for this popup menu in all submenus, if it isn’t found in the main popup menu.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the popup menu to search.</param>
      <param name="recursive">true to recursively search for the popup menu in all submenus; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object whose ID is equal to the specified ID value. If a popup menu item with the specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetPopupMenuById(DevExpress.XtraScheduler.SchedulerMenuItemId)">
      <summary>
        <para>Gets a popup menu (menu item which contains a submenu) by its ID value.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the popup menu to search.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object whose ID is equal to the specified ID value. If a popup menu item with the specified ID isn’t found, then the null (Nothing in Visual Basic) value will be returned.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions">
      <summary>
        <para>Provides resource header options for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.ImageInterpolationMode">
      <summary>
        <para>Gets or sets the algorithm used for image scaling in the headers.</para>
      </summary>
      <value>An <see cref="T:System.Drawing.Drawing2D.InterpolationMode"/> enumeration member specifying the algorithm that is used when images are scaled.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.ImageSize">
      <summary>
        <para>Gets or sets the size of an image which is shown within a resource header.</para>
      </summary>
      <value>A System.Drawing.Size value which represents the size of an image.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.ResourceHeaderHtmlTemplate">
      <summary>
        <para>Returns the template applied to the resource header area.</para>
      </summary>
      <value>The template applied to the resource header area.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerStorage">
      <summary>
        <para>Use a <see cref="T:DevExpress.XtraScheduler.SchedulerDataStorage"/> as a component that holds data for the SchedulerControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerStorage.#ctor(System.ComponentModel.IContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> class with the specified container.</para>
      </summary>
      <param name="components">A <see cref="T:System.ComponentModel.IContainer"/> that represents the container for the default Scheduler storage.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerStorage.AppointmentDependencies">
      <summary>
        <para>Gets a storage object which manages dependencies between appointments.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyStorage"/> object that manages information on appointment dependencies for the scheduler.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerStorage.Appointments">
      <summary>
        <para>Gets a storage object that contains appointments.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStorage"/> object that is the storage for appointments.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerStorage.GetFilteredComponents">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerStorage.GetLabelColor(System.Object)">
      <summary>
        <para>Obtains the color of the label by its ID.</para>
      </summary>
      <param name="labelId">An object that is the label’s identifier available by the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> property of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.</param>
      <returns>A <see cref="T:System.Drawing.Color"/> value that is the label’s color.</returns>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareAppointmentFilterColumn">
      <summary>
        <para>Fires when a column, representing an appointment’s field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareResourceFilterColumn">
      <summary>
        <para>Fires when a column, representing a resource’s field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerStorage.Resources">
      <summary>
        <para>Gets the object which manages resources for appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceStorage"/> object which manages resources for appointments.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerStorage.SetAppointmentId(DevExpress.XtraScheduler.Appointment,System.Object)">
      <summary>
        <para>Sets the identifier of the specified appointment to a specified value.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</param>
      <param name="id">An object that is the appointment identifier to assign.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerViewBase">
      <summary>
        <para>A base class for the scheduler views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.AddAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Selects the specified appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.BaseViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the appointment’s display options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> object containing options for displaying appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.AppointmentHeight">
      <summary>
        <para>Gets or sets the height of a single appointment for the current View (in pixels).</para>
      </summary>
      <value>An integer value which represents the appointment height measured in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Bounds">
      <summary>
        <para>Gets or sets the bounds of the current View.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the View’s boundaries.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.CalcHitInfo(System.Drawing.Point,System.Boolean)">
      <summary>
        <para>Returns information on scheduler elements located at the specified point.</para>
      </summary>
      <param name="pt">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the scheduler’s top-left corner.</param>
      <param name="layoutOnly">true if the appointments are ignored and only the scheduler’s layout is taken into consideration; otherwise, false.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object which contains information about scheduler elements located at the test point.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ChangeAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Selects a single appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to select.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">
      <summary>
        <para>Gets the scheduler control which the current View belongs to.</para>
      </summary>
      <value>The <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which the View belongs to.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.DateTimeScrollbarVisible">
      <summary>
        <para>Gets or sets a value indicating whether the date-time scrollbar is visible.</para>
      </summary>
      <value>true if the date-time scrollbar is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName">
      <summary>
        <para>Gets or sets the string to display to indicate the scheduler’s view.</para>
      </summary>
      <value>A string, specifying the view’s name. The default is the view’s name with the word “Calendar” appended.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.Dispose">
      <summary>
        <para>Disposes of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.DisposeViewControls">
      <summary>
        <para>Disposes of controls contained in the view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Enabled">
      <summary>
        <para>Gets or sets if the view is enabled for the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
      </summary>
      <value>true if the View is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.FirstVisibleResourceIndex">
      <summary>
        <para>Gets or sets the visible index of the first <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resourse</see> currently displayed on-screen.</para>
      </summary>
      <value>An integer value which represents the zero-based index of the first visible resource.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetAppointments">
      <summary>
        <para>Gets the collection of appointments displayed in the current Scheduler view.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/>  object, representing an appointments’ collection.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetFilteredResources">
      <summary>
        <para>Obtains a collection of filtered resources from the Storage.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/>  object, that is a collection of filtered resources.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetResources">
      <summary>
        <para>Gets a collection of visible resources for the current Scheduler view.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/>  object, representing a collection of visible resources.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetVisibleIntervals">
      <summary>
        <para>Returns a copy of the visible time interval collection for the current view.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object containing the information on visible intervals for the current view.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GotoTimeInterval(DevExpress.XtraScheduler.TimeInterval)">
      <summary>
        <para>Selects the specified time interval and scrolls the View to it if it’s not currently visible.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the required time interval.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.GroupSeparatorWidth">
      <summary>
        <para>Gets or sets the width of a separator bar between groups (measured in pixels).</para>
      </summary>
      <value>An integer value which represents the width of a group separator in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.GroupType">
      <summary>
        <para>Gets or sets a value that specifies the type of grouping applied to the View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the View.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Id">
      <summary>
        <para>Overrides the corresponding property of the base class to hide it.</para>
      </summary>
      <value>A <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Type">SchedulerViewBase.Type</see> value.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.InitializeViewControls">
      <summary>
        <para>Creates and initializes additional controls contained in complex views, such as <see href="https://docs.devexpress.com/WindowsForms/115961/controls-and-libraries/scheduler/views/agenda-view">Agenda view</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.Invalidate">
      <summary>
        <para>Invalidates the region occupied by the current View (adds it to the control’s update region which will be repainted during the next paint operation), and causes a paint message to be sent to the scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.Invalidate(System.Drawing.Rectangle)">
      <summary>
        <para>Invalidates the specified region of the current View (adds it to the control’s update region which will be repainted during the next paint operation), and sends a paint message to the scheduler control.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the region to paint.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.LayoutChanged">
      <summary>
        <para>Updates the View and forces the scheduler control to display any changes made to the View’s layout.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.MenuCaption">
      <summary>
        <para>Gets or sets the menu caption string to indicate the <see href="https://docs.devexpress.com/AspNet/3803/components/scheduler/concepts/views">View</see>.</para>
      </summary>
      <value>A string, representing the menu caption for a scheduler’s view.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.MenuItemId">
      <summary>
        <para>Gets the ID of the menu item which corresponds to the current View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.NavigationButtonAppointmentSearchInterval">
      <summary>
        <para>Specifies the time span used to search for appointments by <see href="https://docs.devexpress.com/WindowsForms/3299/controls-and-libraries/scheduler/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see>.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value, reprsenting the searched time interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.NavigationButtonVisibility">
      <summary>
        <para>Gets or sets the condition for display of the <see href="https://docs.devexpress.com/WindowsForms/3299/controls-and-libraries/scheduler/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.NavigationButtonVisibility"/> enumeration value which specifies when the <see href="https://docs.devexpress.com/WindowsForms/3299/controls-and-libraries/scheduler/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see> are visible.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Painter">
      <summary>
        <para>Gets an object that provides the painting functionality of the scheduler control’s Views.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.ViewPainter object implementing the View’s base painting functionality.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ResourcesPerPage">
      <summary>
        <para>Gets or sets the number of resources shown at a time on a screen.</para>
      </summary>
      <value>An integer value which represents the number of resources.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ReverseAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Switches the selection status of the specified appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Makes the specified appointment on the specified resource the only selected appointment within the View and scrolls to it.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.</param>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies the resource associated with an appointment to be selected.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Makes the specified appointment the only selected appointment within the View and scrolls to it.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.SelectedInterval">
      <summary>
        <para>Gets the time interval currently selected in the scheduler’s active view by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.SelectedResource">
      <summary>
        <para>Gets the resource which contains the time interval currently selected in the scheduler’s active view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the selected resource.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SetSelection(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Selects time cells which encompass the specified time interval.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the time interval to select.</param>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies to which resource the specified time interval belongs.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SetVisibleIntervals(DevExpress.XtraScheduler.TimeIntervalCollection)">
      <summary>
        <para>Fills the visible time interval collection with new items.</para>
      </summary>
      <param name="intervals">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object representing a collection of the SchedulerViewBase visible intervals.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName">
      <summary>
        <para>Gets or sets a short name of the current view.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which represents the view’s short name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ShowMoreButtons">
      <summary>
        <para>Gets or sets a value which specifies if the <see href="https://docs.devexpress.com/WindowsForms/1733/controls-and-libraries/scheduler/visual-elements/scheduler-control/more-buttons">More buttons</see> should be shown in the current View.</para>
      </summary>
      <value>true if the ‘More’ buttons should be shown; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ShowNumbersInMoreButtons">
      <summary>
        <para>Gets or sets whether More buttons should display the number of appointments outside the currently visible area.</para>
      </summary>
      <value>true if More buttons should display the number of appointments outside the currently visible area. false if buttons should display only up/down chevron images.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.StatusDisplayType">
      <summary>
        <para>Gets or sets how the appointment status is displayed in the Scheduler view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Type">
      <summary>
        <para>Gets the View’s type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration’s values that specifies the View’s type.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ViewInfo">
      <summary>
        <para>Gets the current object’s view information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase"/> object providing view information on all the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/>‘s elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewBase.VisibleIntervals">
      <summary>
        <para>Gets the collection of visible intervals (for instance, days or weeks) displayed by the View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object that represents the collection of time intervals which are displayed within the View.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ZoomIn">
      <summary>
        <para>Performs scaling up to display content in more detail.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ZoomOut">
      <summary>
        <para>Performs scaling down to display a broader look of the View.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerViewRepository">
      <summary>
        <para>Represents the view repository.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.SchedulerViewRepository.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewRepository"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.AgendaView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/115961/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AgendaView"/> object representing the Agenda View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.DayView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1758/controls-and-libraries/scheduler/views/day-view">Day View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DayView"/> object representing the Day View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.FullWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/17623/controls-and-libraries/scheduler/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekView"/> object that is the scheduler’s Full Week View.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.GanttView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Gantt view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.GanttView"/> object that is the Gantt View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.MonthView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1760/controls-and-libraries/scheduler/views/month-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MonthView"/> object representing the Month View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.TimelineView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/3109/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimelineView"/> object representing the Timeline View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.WeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1759/controls-and-libraries/scheduler/views/week-view">Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekView"/> object representing the Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.WorkWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/> object representing the Work Week View in the scheduling area.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType">
      <summary>
        <para>Lists how the appointment <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">status</see> can be displayed in the view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType.None">
      <summary>
        <para>Does not display all-day appointment status in the view. The status is displayed only in the appointment.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType.StatusLine">
      <summary>
        <para>Displays all-day appointment status in the status line. The status line width is specified by the <see cref="P:DevExpress.XtraScheduler.DayView.StatusLineWidth">DayView.StatusLineWidth</see> property (by default it is 0 so the status line is hidden).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType.TimeCell">
      <summary>
        <para>Displays appointment status as the time cell background.</para>
        <para />
        <para>If multiple appointments with different statuses occupy the same interval, the highest priority status is displayed. The priority is defined as follows (the lower number is higher priority):</para>
        <para />
        <para />
        <para />
        <para />
      </summary>
    </member>
    <member name="N:DevExpress.XtraScheduler.Services">
      <summary>
        <para>Contains interfaces, which declare properties and methods of <see href="https://docs.devexpress.com/WindowsForms/4106/controls-and-libraries/scheduler/services">XtraScheduler services</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Services.IHeaderCaptionService">
      <summary>
        <para>Provides methods for custom formatting the header captions in different Scheduler views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetDayColumnHeaderCaption(DevExpress.XtraScheduler.Drawing.DayHeader)">
      <summary>
        <para>Implements a method which returns the format of the column header caption in the Day View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetDayOfWeekAbbreviatedHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying short day of week captions in the Month View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetDayOfWeekHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying the DayOfWeek header caption in a Month View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetHorizontalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying the HorizontalWeekCell header caption in a Month View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.SchedulerHeader object, representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetTimeScaleHeaderCaption(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying the TimeScale header caption in a Timescale View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.TimeScaleHeader object, representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetVerticalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying the VerticalWeekCell header caption in Week View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.SchedulerHeader object, representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.Services.IHeaderToolTipService">
      <summary>
        <para>Provides methods for custom formatting the tooltips of the header captions in different Scheduler views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderToolTipService.GetDayColumnHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying the tooltip for the DayColumnHeader in a Day View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderToolTipService.GetDayOfWeekHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying the tooltip for the DayOfWeekHeader in a Month View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header in the Month View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.IHeaderToolTipService.GetTimeScaleHeaderToolTip(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
      <summary>
        <para>Implements a method which returns a format string for displaying the tooltip for the TimeScaleHeader in  a Timescale View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.TimeScaleHeader object representing a header in the Timescale View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="N:DevExpress.XtraScheduler.Services.Implementation">
      <summary>
        <para>Contains classes, which represent <see href="https://docs.devexpress.com/WindowsForms/4106/controls-and-libraries/scheduler/services">XtraScheduler services</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService">
      <summary>
        <para>Provides a wrapper for overriding methods used for custom formatting the header captions in different Scheduler views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetDayColumnHeaderCaption(DevExpress.XtraScheduler.Drawing.DayHeader)">
      <summary>
        <para>Override this method to change the format of the column header caption in the Day View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetDayOfWeekAbbreviatedHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
      <summary>
        <para>Override this method to return a format string for displaying short day of week captions in the Month View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetDayOfWeekHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
      <summary>
        <para>Override this method to return a format string for displaying the DayOfWeek header caption in  a Month View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetHorizontalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
      <summary>
        <para>Override this method to return a format string for displaying the HorizontalWeekCell header caption in a Month View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.SchedulerHeader object, representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetTimeScaleHeaderCaption(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
      <summary>
        <para>Override this method to return a format string for displaying the TimeScale header caption in  a Timescale View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.TimeScaleHeader object, representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetVerticalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
      <summary>
        <para>Override this method to return a format string for displaying the VerticalWeekCell header caption in a Week View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.SchedulerHeader object, representing a header.</param>
      <returns>A format string.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService">
      <summary>
        <para>Provides a wrapper for overriding methods used for custom formatting of the tooltips for header captions in different Scheduler views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.GetDayColumnHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayHeader)">
      <summary>
        <para>Override this method to return a format string for displaying the tooltip for the DayColumnHeader in  a Day View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.GetDayOfWeekHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
      <summary>
        <para>Override this method to return a format string for displaying the tooltip for the DayOfWeekHeader in a Month View.</para>
      </summary>
      <param name="header">A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header in the Month View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.GetTimeScaleHeaderToolTip(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
      <summary>
        <para>Override this method to return a format string for displaying the tooltip for the TimeScaleHeader in  a Timescale View.</para>
      </summary>
      <param name="header">A DevExpress.XtraScheduler.Drawing.TimeScaleHeader object representing a header in the Timescale View.</param>
      <returns>A format string.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.ShowFormEventArgs">
      <summary>
        <para>Provides data for the events which show dialogs in the XtraScheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.ShowFormEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ShowFormEventArgs"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.ShowFormEventArgs.DialogResult">
      <summary>
        <para>Gets or sets the return value of a dialog box.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that specifies the value that is returned by the dialog box.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ShowFormEventArgs.Handled">
      <summary>
        <para>Gets or sets whether an event was handled, if it was handled the default actions are not required.</para>
      </summary>
      <value>true if it was handled and the default dialog doesn’t need to be shown; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.ShowFormEventArgs.Parent">
      <summary>
        <para>Gets or sets a parent of the form being shown.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Forms.IWin32Window"/> object.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.StatusMappingInfo">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/120548/controls-and-libraries/scheduler/data-binding/mappings/status-mappings">Status mappings</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.StatusMappingInfo.#ctor(DevExpress.XtraScheduler.AppointmentStatusDataStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.StatusMappingInfo"/> class with the specified settings.</para>
      </summary>
      <param name="itemStorage">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDataStorage"/> object that owns this <see cref="T:DevExpress.XtraScheduler.StatusMappingInfo"/> collection.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.Brush">
      <summary>
        <para>Gets or sets the data source field that stores brush values. These values specify the Appointments’ side strips.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores brush values.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.BrushConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, data source and object property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.BrushConverter">
      <summary>
        <para>Gets or sets a value converter for the Status’s <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.DisplayName">
      <summary>
        <para>Gets or sets the data source field that stores Statuses’ primary names. These names are displayed at runtime in the Edit Appointment dialog.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores Statuses’ primary names.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.DisplayNameConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, data source and object property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.DisplayNameConverter">
      <summary>
        <para>Gets or sets a value converter for the Status’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">UserInterfaceObject.DisplayName</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.StatusMappingInfo.GetRequiredMappingNames">
      <summary>
        <para>Returns the string array that specifies what <see cref="T:DevExpress.XtraScheduler.StatusMappingInfo"/> properties are required to map to data source fields. For Statuses, you are required to map the <see cref="P:DevExpress.XtraScheduler.StatusMappingInfo.Id">StatusMappingInfo.Id</see> property only, other mappings are optional.</para>
      </summary>
      <returns>A String array that specifies what <see cref="T:DevExpress.XtraScheduler.StatusMappingInfo"/> properties are required to map to data source fields.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.Id">
      <summary>
        <para>Gets or sets the data source field that stores unique Status IDs. This mapping is required.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores unique Status IDs.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.IdConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, data source and object property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.IdConverter">
      <summary>
        <para>Gets or sets a value converter for the Status’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.MenuCaption">
      <summary>
        <para>Gets or sets the data source field that stores Statuses’ secondary names. These names are displayed at runtime in the “Show Time As” sub-menu item in the Appointment context menu.</para>
      </summary>
      <value>A String value that is the name of a data source field that stores Statuses’ secondary names.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.MenuCaptionConversionBehavior">
      <summary>
        <para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value that specifies the position between the mapping, data source and object property.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.StatusMappingInfo.MenuCaptionConverter">
      <summary>
        <para>Gets or sets a value converter for the Status’s <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate data between the property and the data source field.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions">
      <summary>
        <para>Contains options which determine how the <see href="https://docs.devexpress.com/WindowsForms/114790/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-indicator">Time Indicator</see> is displayed in the Scheduler view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions.#ctor">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies all settings of the <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions"/> object passed as a parameter to the current object.</para>
      </summary>
      <param name="options">An <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions.ShowOverAppointment">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WindowsForms/114790/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-indicator">Time Indicator</see> is displayed over appointments in the view.</para>
      </summary>
      <value>True to display a current time line over appointments; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions.Visibility">
      <summary>
        <para>Specifies conditions under which the Time Indicator element is displayed. See this property for more information: <see cref="P:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase.Visibility">TimeIndicatorDisplayOptionsBase.Visibility</see>.</para>
      </summary>
      <value>The selected Time Indicator visibility mode.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.TimelineView">
      <summary>
        <para>Arranges events and appointments across horizontal timelines.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimelineView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimelineView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control assigned to the timeline view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.TimelineView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimelineViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.TimelineView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the appointment display options for the <see href="https://docs.devexpress.com/WindowsForms/3109/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the <see href="https://docs.devexpress.com/WindowsForms/3109/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.CellsAutoHeight">
      <summary>
        <para>Use the <see cref="P:DevExpress.XtraScheduler.CellsAutoHeightOptions.AutoHeightMode">CellsAutoHeightOptions.AutoHeightMode</see> property to specify whether resources change their height automatically.</para>
      </summary>
      <value>true to switch auto height adjustment on; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.CellsAutoHeightOptions">
      <summary>
        <para>Provides access to options for specifying cell auto height behavior in the <see href="https://docs.devexpress.com/WindowsForms/3109/controls-and-libraries/scheduler/views/timeline-view">Timeline</see> or <see href="https://docs.devexpress.com/WindowsForms/10698/controls-and-libraries/scheduler/views/gantt-view">Gantt</see> view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.CellsAutoHeightOptions"/> object containing options that affect cell height calculations.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.DeferredScrolling">
      <summary>
        <para>Provides access to parameters that control deferred scrolling.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption"/> instance that specifies parameters for deferred scrolling.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.EnableInfiniteScrolling">
      <summary>
        <para>Gets or sets whether the horizontal scroll bar is mapped to the visible interval.</para>
      </summary>
      <value>true if the visible interval is not mapped to the scroll bar length; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimelineView.GetBaseTimeScale">
      <summary>
        <para>Gets the time scale with the most detailed time interval.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.TimeScale"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimelineView.Invalidate(System.Drawing.Rectangle)">
      <summary>
        <para>Invaldates the specified region of the current <see cref="T:DevExpress.XtraScheduler.TimelineView"/> object.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure which is the region to invalidate.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.MenuItemId">
      <summary>
        <para>Gets the id of the scheduler menu item corresponding to the SwitchToTimelineView command.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration member, representing the id of the scheduler menu.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.OptionsSelectionBehavior">
      <summary>
        <para>Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.OptionsSelectionBehavior"/> class instance.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.ResourceHeight">
      <summary>
        <para>Sets fixed <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resource</see> height and enables pixel scrolling for the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
      </summary>
      <value>Fixed resource height.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.Scales">
      <summary>
        <para>Provides access to a collection of time scales displayed in the Timeline view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object containing time scales for this view.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.SelectionBar">
      <summary>
        <para>Provides access to the selection bar options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SelectionBarOptions"/> object specifying the appearance of the selection bar.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.ShowResourceHeaders">
      <summary>
        <para>Gets or sets whether resource headers are displayed.</para>
      </summary>
      <value>true to show resource headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.TimeIndicatorDisplayOptions">
      <summary>
        <para>Provides access to options for displaying the <see href="https://docs.devexpress.com/WindowsForms/114790/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-indicator">Time Indicator</see> in the view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions"/> object whose properties allow you to specify the visibility, relative position over the appointment and other options of the time indicator, if any.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.TimelineScrollBarVisible">
      <summary>
        <para>Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in rows of the Timeline view grouped by resource.</para>
      </summary>
      <value>True to enable a vertical scrollbar; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Timeline">SchedulerViewType.Timeline</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.ViewInfo">
      <summary>
        <para>Gets the information on visual representation of the object.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.TimelineViewInfo object providing information on visual representation of the <see cref="T:DevExpress.XtraScheduler.TimelineView"/>‘s elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineView.WorkTime">
      <summary>
        <para>Gets or sets the work time interval for a Timeline View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.TimelineViewAppearance">
      <summary>
        <para>Provides the appearance settings used to paint a <see href="https://docs.devexpress.com/WindowsForms/3109/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimelineViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimelineViewAppearance"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx">
      <summary>
        <para>Extends the <see cref="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.AllowHtmlText">
      <summary>
        <para>Gets or sets whether to parse <see href="https://docs.devexpress.com/WindowsForms/4874/common-features/html-text-formatting">HTML tags</see> that allow you to format the text in appointments.</para>
      </summary>
      <value>true, to parse HTML tags; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.AppointmentMaxHeight">
      <summary>
        <para>Gets or sets the maximum appointment height. This property is in effect when appointments can automatically resize based on their content (the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AppointmentAutoHeight">AppointmentDisplayOptions.AppointmentAutoHeight</see> property is enabled).</para>
      </summary>
      <value>The maximum appointment height.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.AppointmentMinHeight">
      <summary>
        <para>Gets or sets the minimum appointment height. This property is in effect when appointments can automatically resize based on their content (the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AppointmentAutoHeight">AppointmentDisplayOptions.AppointmentAutoHeight</see> property is enabled).</para>
      </summary>
      <value>The minimum appointment height.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies all setting values from the target object to this <see cref="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx"/> instance.</para>
      </summary>
      <param name="options">A  object whose settings are to be copied.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically">
      <summary>
        <para>Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.</para>
      </summary>
      <value>True to display appointment status as a vertical strip on the left; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.ShowClippedImages">
      <summary>
        <para>Gets or sets whether Timeline View appointments should draw truncated images when these appointments are too small to display their images entirely.</para>
      </summary>
      <value>true, to display clipped images inside small appointments; false to only draw images that fit into appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.ShowClippedText">
      <summary>
        <para>Gets or sets whether Timeline View appointments should draw their text strings even when there is not enough space to do that.</para>
      </summary>
      <value>true, to draw strings when appointments have not enough height; false to hide text strings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.StatusDisplayType">
      <summary>
        <para>Specifies how to display the status line.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.StretchAppointments">
      <summary>
        <para>Gets or sets whether Timeline View appointments should automatically stretch to occupy the entire time cell height. When this property is enabled, you can also use the <see cref="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.StretchAppointmentsMode">AppointmentDisplayOptions.StretchAppointmentsMode</see> property to specify whether appointments can also shrink to prevent the “More Appointments” button from being displayed.</para>
      </summary>
      <value>true if appointments should stretch; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.StretchAppointmentsMode">
      <summary>
        <para>When a Scheduler cell has too many appointments, the Scheduler hides some of them under the “More Appointments” button to maintain readability. This property allows you to force the Scheduler cells to display all of their appointments. This property is in effect only when the <see cref="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.StretchAppointments">AppointmentDisplayOptions.StretchAppointments</see> setting is on.</para>
      </summary>
      <value>GrowOnly, if the Scheduler should display the “More Appointments” button when a cell has too many appointments. GrowAndShrink, if cells can squeeze appointments to display all of them at once.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.TimeRegion">
      <summary>
        <para>An area with unique user restrictions. Limits the appointments that can be placed inside this time interval and/or users that can add these appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimeRegion.#ctor">
      <summary>
        <para>Initializes a new instance of the TimeRegion class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeRegion.Editable">
      <summary>
        <para>Specifies whether users can add new appointments to a time interval occupied by this region, and modify existing appointments that belong to this region.</para>
      </summary>
      <value>true if users can modify these regions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeRegion.End">
      <summary>
        <para>Gets or sets the date and time when this region ends.</para>
      </summary>
      <value>The region’s end date and time.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeRegion.ExceptionDates">
      <summary>
        <para>Gets or sets the list of dates free of this recurring time region.</para>
      </summary>
      <value>The List of dates that do not display this recurring time region.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeRegion.Recurrence">
      <summary>
        <para>Provides access to settings that specify the rule (pattern), according to which this region reoccurs.</para>
      </summary>
      <value>Stores recurrence settings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeRegion.ResourceIds">
      <summary>
        <para>Gets or sets the list of <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">Resources</see> for which this time region is active.</para>
      </summary>
      <value>The list of Resources related to this time region.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.TimeRegion.Start">
      <summary>
        <para>Gets or sets the date and time when this region starts.</para>
      </summary>
      <value>The region’s starting date and time.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.TimeScaleWorkDay">
      <summary>
        <para>A time scale whose time cell is equal to a single day. Does not include weekends and holidays.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimeScaleWorkDay.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the TimeScaleWorkDay owned by the specific Scheduler Control.</para>
      </summary>
      <param name="control">A Scheduler Control that owns this newly created scale and provides the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.WorkDays">SchedulerControl.WorkDays</see> collection that specifies which days belong to this scale.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimeScaleWorkDay.IsDateVisible(System.DateTime)">
      <summary>
        <para>Checks whether the specific date belongs to non-working day that is not included in this time scale. You can override this method for custom scales to control which DateTime intervals should be visible. See the <see href="https://docs.devexpress.com/WindowsForms/3303/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-scales">Time Scales</see> article for an example.</para>
      </summary>
      <param name="date">A date to check.</param>
      <returns>true, if the target date belongs to this time scale; false if this date belongs to a weekend or a holiday.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.TimeScaleWorkHour">
      <summary>
        <para>A time scale whose time cell is equal to a single day. Does not include non-working hours of a day.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimeScaleWorkHour.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the TimeScaleWorkHour owned by the specific Scheduler Control.</para>
      </summary>
      <param name="control">A Scheduler Control that owns this newly created scale and provides the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.WorkDays">SchedulerControl.WorkDays</see> and WorkTime collections (<see cref="P:DevExpress.XtraScheduler.DayView.WorkTime">DayView.WorkTime</see> and <see cref="P:DevExpress.XtraScheduler.TimelineView.WorkTime">TimelineView.WorkTime</see>) that specify which hours belong to this scale.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.TimeScaleWorkHour.IsDateVisible(System.DateTime)">
      <summary>
        <para>Checks whether the specific DateTime value belongs to non-working hour that is not included in this time scale. You can override this method for custom scales to control which DateTime intervals should be visible. See the <see href="https://docs.devexpress.com/WindowsForms/3303/controls-and-libraries/scheduler/visual-elements/scheduler-control/time-scales">Time Scales</see> article for an example.</para>
      </summary>
      <param name="date">A date to check.</param>
      <returns>true, if the target date belongs to this time scale; false, if this date belongs to a holiday, a weekend, or a non-working hour of a work week day.</returns>
    </member>
    <member name="N:DevExpress.XtraScheduler.UI">
      <summary>
        <para>Contains classes which implement the user-interface interaction functionality of XtraScheduler.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentDependencyForm">
      <summary>
        <para>Default form used to modify or delete the appointment dependency.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyForm.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentDependencyForm"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentDependencyForm"></see> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object specifying the owner of the form.</param>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object whose properties are being edited.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyForm.ReadOnly">
      <summary>
        <para>Gets or sets whether the form allows editing.</para>
      </summary>
      <value>true to open a form in read-only mode; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController">
      <summary>
        <para>Provides all the settings which are required to edit a particular dependency in the Appointment Dependency form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.AppointmentDependency)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController"/> class for the specified Scheduler control and appointment dependency.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object specifying the owner of the form.</param>
      <param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object whose properties are being edited.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.ApplyChanges">
      <summary>
        <para>Copies the Type value of the AppointmentDependency copy that is currently being edited in the form to the corresponding properties of the source appointment dependency.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.DependencyType">
      <summary>
        <para>Gets or sets the type of the appointment dependency currently being edited.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.DependentTaskDescription">
      <summary>
        <para>Gets the Description property value of the appointment that corresponds to the dependent task in the current dependency.</para>
      </summary>
      <value>A string that is the appointment (task) description.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.ParentTaskDescription">
      <summary>
        <para>Gets the Description property value of the appointment that corresponds to the parent task in the current dependency.</para>
      </summary>
      <value>A string that is the appointment (task) description.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.PropertyChanged">
      <summary>
        <para>Occurs when a dependency type of the AppointmentDependency object handled by the AppointmentDependencyFormController changes.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit">
      <summary>
        <para>A control used to select a type of appointment dependency.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A string identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.EditValue">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.Properties">
      <summary>
        <para>Gets an object that contains editor specific settings.</para>
      </summary>
      <value>A RepositoryItemRegisterAppointmentDependencyType object that contains editor settings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.Type">
      <summary>
        <para>Gets or sets a dependency type shown in the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyType"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentForm">
      <summary>
        <para>Simple appointment editing form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentForm"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentForm"/> class bound to the specified SchedulerControl, loads the specified appointment and invokes the recurrence form if required.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.</param>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.</param>
      <param name="openRecurrenceForm">true, to invoke the recurrence form; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentForm"></see> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.</param>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.IsAppointmentChanged(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>This method is called automatically to determine whether a user has modified an appointment. If your appointments have custom fields that are editable through that form, override this method to manually compare custom field data.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment edited in the appointment form.</param>
      <returns>true if a custom appointment field is changed for the appointment loaded in the editing form; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.LoadFormData(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Override this method in a custom form to load custom fields to form editors.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentForm.MenuManager">
      <summary>
        <para>Gets or sets the menu manager which controls the look and feel of context menus on the form.</para>
      </summary>
      <value>An object that implements the DevExpress.Utils.Menu.IDXMenuManager interface.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentForm.ReadOnly">
      <summary>
        <para>Gets or sets whether the appointment form allows appointment modification.</para>
      </summary>
      <value>true if appointment modification is denied; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.SaveFormData(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Override this method in a custom form to save custom fields.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.</param>
      <returns>true if all data are saved successfully; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
      <summary>
        <para>Sets the object that controls the look and feel of the popup menus for all controls on the form.</para>
      </summary>
      <param name="menuManager">An object with the DevExpress.Utils.Menu.IDXMenuManager interface that controls the look and feel of the popup menus.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentForm.SvgImage">
      <summary>
        <para>Gets or sets the form’s <see href="https://docs.devexpress.com/WindowsForms/117631/devexpress-icon-library/how-to-draw-and-use-svg-images">vector</see> icon in the title bar.</para>
      </summary>
      <value>An object that specifies a vector image.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentFormController">
      <summary>
        <para>Provides all the settings which are required to edit a particular appointment in an Edit Appointment form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentFormController"></see> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which is the scheduler control of the appointment form controller.</param>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment of the appointment form controller.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.ApplyChanges">
      <summary>
        <para>Copies the values of all the appointment copy’s properties that are currently being edited in the form to the corresponding properties of the source appointment.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.AppointmentLabel">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">label</see> of the appointment currently being edited in the form.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> interface which is the label of the appointment.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.AppointmentStatus">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">status</see> of the appointment currently being edited in the form.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> interface which is the status of the appointment.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayEndDate">
      <summary>
        <para>Gets or sets the value to display as the appointment’s end date within the editing form.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/>  value, representing the end of the scheduled interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayEndTime">
      <summary>
        <para>Gets or sets the value to display as the appointment’s end time within the editing form.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/>  value, representing the end of the scheduled interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayStartDate">
      <summary>
        <para>Gets or sets the value to display as the appointment’s start date within the editing form.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/>  value, representing the beginning of the scheduled interval.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayStartTime">
      <summary>
        <para>Gets or sets the value to display as the appointment’s start time within the editing form.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/>  value, representing the beginning of the scheduled interval.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.GetLabel">
      <summary>
        <para>Returns the current <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">label</see> of the appointment currently being edited in the form.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object which is the label of the appointment.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.GetMessageBoxCaption(DevExpress.XtraScheduler.Localization.SchedulerStringId)">
      <summary>
        <para>Fires the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeMessageBoxCaption">SchedulerControl.CustomizeMessageBoxCaption</see> event and obtains the message box caption.</para>
      </summary>
      <param name="stringId">A <see cref="T:DevExpress.XtraScheduler.Localization.SchedulerStringId"/> enumeration value that specifies the localized string used as a caption.</param>
      <returns>A string that will be used as a caption of the message box displayed to confirm saving appointment changes.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.GetStatus">
      <summary>
        <para>Returns the current <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">status</see> of the appointment currently being edited in the form.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object which is the status of the appointment.</returns>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.IsTimeVisible">
      <summary>
        <para>Gets whether date and time controls are displayed on the form.</para>
      </summary>
      <value>True if date and time control are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.Label">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">label</see> of the appointment currently being edited in the form.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object which is the label of the appointment.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.PercentComplete">
      <summary>
        <para>Gets or sets the PercentComplete property value of the appointment currently being edited in the form.</para>
      </summary>
      <value>An integer that is the percentage of completion for the task currently being edited in the form.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.ReminderVisible">
      <summary>
        <para>Gets whether reminder editor is displayed.</para>
      </summary>
      <value>True if reminder editor is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.ShouldEditTaskProgress">
      <summary>
        <para>Gets whether the form should enable modifying the PercentComplete property value by end-users.</para>
      </summary>
      <value>true to allow task progress editing within the form; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.Status">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WindowsForms/1754/controls-and-libraries/scheduler/appointments/appointment-labels-and-statuses">status</see> of the appointment currently being edited in the form.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object which is the status of the appointment.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.UpdateAppointmentStatus(DevExpress.XtraScheduler.AppointmentStatus)">
      <summary>
        <para>Changes the appointment status (Busy - Free) when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.AllDay">AppointmentFormControllerBase.AllDay</see> property changes.</para>
      </summary>
      <param name="currentStatus">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the current status of an appointment being edited.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the updated status of the appointment being edited.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.UpdateStatus(DevExpress.XtraScheduler.IAppointmentStatus)">
      <summary>
        <para>Changes the appointment status (Busy - Free) when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.AllDay">AppointmentFormControllerBase.AllDay</see> property changes.</para>
      </summary>
      <param name="currentStatus">An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the current status of an appointment being edited.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the updated status of the appointment being edited.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentLabelEdit">
      <summary>
        <para>The image combo box control used to select <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">appointment</see> labels in appointment editing dialogs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentLabelEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.AppointmentLabel">
      <summary>
        <para>Gets or sets the label selected in the editor.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> interface that is the appointment <see href="https://docs.devexpress.com/WindowsForms/114686/controls-and-libraries/scheduler/examples/labels-and-statuses">label</see> selected in the editor.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.EditValue">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.Label">
      <summary>
        <para>Gets or sets the label selected in the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object that is the appointment <see href="https://docs.devexpress.com/WindowsForms/114686/controls-and-libraries/scheduler/examples/labels-and-statuses">label</see> selected in the editor.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.LabelChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.AppointmentLabel">AppointmentLabelEdit.AppointmentLabel</see> property value is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.Properties">
      <summary>
        <para>Gets an object that contains settings specific to the appointment label editor.</para>
      </summary>
      <value>A RepositoryItemAppointmentLabel object that contains editor settings.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.RefreshData">
      <summary>
        <para>Forces the control to reload its combo box item values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.Storage">
      <summary>
        <para>Gets or sets the SchedulerStorage object that contains items to fill an editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> object representing a storage for the Scheduler control.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm">
      <summary>
        <para>Default recurrence editing form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.FirstDayOfWeek,DevExpress.XtraScheduler.UI.AppointmentFormControllerBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm"/> class bound to the specified form controller and loads the specified appointment pattern.</para>
      </summary>
      <param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance specifying the recurrence pattern.</param>
      <param name="firstDayOfWeek">A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration member specifying the starting day of the week.</param>
      <param name="controller">A <see cref="T:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase"/> instance that is the controller of the parent appointment form.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.FirstDayOfWeek)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm"/> class and loads the specified appointment pattern.</para>
      </summary>
      <param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance specifying the recurrence pattern.</param>
      <param name="firstDayOfWeek">A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration member specifying the day of week from which the week starts.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
      <summary>
        <para>Sets the object that controls the look and feel of the popup menus for all controls in the form.</para>
      </summary>
      <param name="menuManager">An object with the DevExpress.Utils.Menu.IDXMenuManager interface that controls the look and feel of the popup menus.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.ShowExceptionsRemoveMsgBox">
      <summary>
        <para>Gets or sets whether to show a warning when the user clicks the OK button.</para>
      </summary>
      <value>true, to invoke a warning message box; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentResourceEdit">
      <summary>
        <para>The image combo box control that displays a list of available <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see>. Users can select a resource in appointment editing dialogs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentResourceEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.EditValue">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.Properties">
      <summary>
        <para>Gets an object that contains specific editor settings.</para>
      </summary>
      <value>A RepositoryItemAppointmentResource object that contains editor settings.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.RefreshData">
      <summary>
        <para>Updates the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentResourceEdit"/> control to reflect changes of visible resources and re-creates the colored rectangles of the resource list.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.ResourceId">
      <summary>
        <para>Gets or sets the unique identifier for the resource of the currently selected appointment.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that specifies the resource’s unique identifier.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.ResourceIdChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.ResourceId">AppointmentResourceEdit.ResourceId</see> value is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.SchedulerControl">
      <summary>
        <para>Gets or sets the scheduler control assigned to the AppointmentResourceEdit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be shown in this combo box.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.Storage">
      <summary>
        <para>Gets or sets the storage containing resources used to fill the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> object used to obtain resources.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit">
      <summary>
        <para>The pop-up checked list box control used to select multiple <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see> in <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">appointment</see> editing dialogs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResetResourceIds">
      <summary>
        <para>Sets the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds">AppointmentResourcesEdit.ResourceIds</see> property to its default value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds">
      <summary>
        <para>Provides access to the collection of resource identifiers (resource id’s) of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit"/> control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> object.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIdsChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds">AppointmentResourcesEdit.ResourceIds</see> value is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ShouldSerializeResourceIds">
      <summary>
        <para>Used by Visual Studio Designer to check whether the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds">AppointmentResourcesEdit.ResourceIds</see> property has changed from its default value.</para>
      </summary>
      <returns>True if the ResourceIds property value should be serialized; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentRibbonForm">
      <summary>
        <para>Default appointment editing dialog of WinForms Scheduler starting with version 15.2.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentRibbonForm"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment,System.Boolean)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentRibbonForm"></see> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.</param>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.</param>
      <param name="openRecurrenceForm">true, to invoke the recurrence form; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentRibbonForm"></see> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.</param>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.IsAppointmentChanged(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>This method is called automatically to determine whether a user has modified an appointment. If your appointments have custom fields that are editable through that form, override this method to manually compare custom field data.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment edited in the appointment form.</param>
      <returns>true if a custom appointment field is changed for the appointment loaded in the editing form; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.LoadFormData(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Override this method in a custom form to load custom fields to form editors.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.MenuManager">
      <summary>
        <para>Gets or sets the menu manager which controls the look and feel of context menus on the form.</para>
      </summary>
      <value>An object that implements the DevExpress.Utils.Menu.IDXMenuManager interface.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.ReadOnly">
      <summary>
        <para>Gets or sets whether the appointment form allows appointment modification.</para>
      </summary>
      <value>true if appointment modification is denied; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.SaveFormData(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Override this method in a custom form to save custom fields.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.</param>
      <returns>true if all data are saved successfully; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
      <summary>
        <para>Sets the object that controls the look and feel of the popup menus for all controls on the form.</para>
      </summary>
      <param name="menuManager">An object with the DevExpress.Utils.Menu.IDXMenuManager interface that controls the look and feel of the popup menus.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.SvgImage">
      <summary>
        <para>Gets or sets the form’s <see href="https://docs.devexpress.com/WindowsForms/117631/devexpress-icon-library/how-to-draw-and-use-svg-images">vector</see> icon in the title bar.</para>
      </summary>
      <value>An object that specifies a vector image.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.AppointmentStatusEdit">
      <summary>
        <para>The image combo box control used to select the <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">appointment</see> status in appointment editing dialogs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentStatusEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.AppointmentStatus">
      <summary>
        <para>Gets or sets the appointment status selected in the status editor.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> interface that is the appointment <see href="https://docs.devexpress.com/WindowsForms/114686/controls-and-libraries/scheduler/examples/labels-and-statuses">status</see> selected in the editor.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.EditValue">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.Properties">
      <summary>
        <para>Gets an object that contains editor specific settings.</para>
      </summary>
      <value>A RepositoryItemAppointmentStatus object that contains editor settings.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.RefreshData">
      <summary>
        <para>Forces the control to reload its combo box item values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.Status">
      <summary>
        <para>Gets or sets the status selected in the status editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.StatusChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.AppointmentStatus">AppointmentStatusEdit.AppointmentStatus</see> value is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.Storage">
      <summary>
        <para>Gets or sets the SchedulerStorage object that contains appointment status items to fill an editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> object that is a storage for the Scheduler control.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.DailyRecurrenceControl">
      <summary>
        <para>The control used to set recurrence options for daily  <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments"> recurring appointments</see> in appointment editing dialogs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.DailyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.DailyRecurrenceControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.DailyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
      <summary>
        <para>Checks if the user input is valid for the control.</para>
      </summary>
      <param name="args">A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.DurationEdit">
      <summary>
        <para>The combo box control used to specify time intervals (durations).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.DurationEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.DurationEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.DurationEdit.Duration">
      <summary>
        <para>Gets or sets the value edited in the control.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value representing the time interval.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.DurationEdit.DurationChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.DurationEdit.Duration">DurationEdit.Duration</see> value is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.DurationEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.DurationEdit.LoadDefaults">
      <summary>
        <para>Fills in the control with predefined time intervals from 0 minutes to 2 days.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.DurationEdit.LoadDefaults(System.TimeSpan)">
      <summary>
        <para>Fills in the control with predefined time intervals.</para>
      </summary>
      <param name="maxDuration">A <see cref="T:System.TimeSpan"/> value that is the upper boundary for time intervals being loaded.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.DurationEdit.Properties">
      <summary>
        <para>Gets an object that contains settings specific to the editor.</para>
      </summary>
      <value>A RepositoryItemDuration object that contains editor settings.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.MonthEdit">
      <summary>
        <para>The combo box control to select a month.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.MonthEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.MonthEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.MonthEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.MonthEdit.Month">
      <summary>
        <para>Gets or sets the number of the selected month.</para>
      </summary>
      <value>An integer value that is the month number.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.MonthEdit.Properties">
      <summary>
        <para>Gets an object that contains settings specific to the editor.</para>
      </summary>
      <value>A RepositoryItemMonth object that contains editor settings.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl">
      <summary>
        <para>The control to set recurrence options for monthly <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">recurring appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl.CheckForWarnings(DevExpress.XtraScheduler.UI.ValidationArgs)">
      <summary>
        <para>Used to validate control settings.</para>
      </summary>
      <param name="args">A ValidationArgs object that will contain a check result and an error message if applicable.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
      <summary>
        <para>Checks if the user input is valid for the control.</para>
      </summary>
      <param name="args">A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.RecurrenceControlBase">
      <summary>
        <para>A base class for recurrence controls available in the XtraScheduler library.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.RecurrenceControlBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.XtraScheduler.UI.RecurrenceControlBase"></see> object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.CancelUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.UI.RecurrenceControlBase"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.CheckForWarnings(DevExpress.XtraScheduler.UI.ValidationArgs)">
      <summary>
        <para>Validates control settings when overridden.</para>
      </summary>
      <param name="args">A ValidationArgs object that will contain a check result and an error message if applicable.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.UI.RecurrenceControlBase"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.RecurrenceControlBase.IsUpdateLocked">
      <summary>
        <para>Gets whether the control has been locked for updating.</para>
      </summary>
      <value>true if the control is locked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.RecurrenceControlBase.RecurrenceInfo">
      <summary>
        <para>Gets or sets appointment recurrence information.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object containing recurrence information.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.RecurrenceControlBase.RecurrenceInfoChanged">
      <summary>
        <para>Fires when an end user changes the information on a recurrence control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.UpdateControls">
      <summary>
        <para>Make the control’s appearance consistent with property values when overridden.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
      <summary>
        <para>Checks if the user input is valid for the control.</para>
      </summary>
      <param name="args">A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl">
      <summary>
        <para>Represents a check-list box that filters <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see> in the attached scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.#ctor(DevExpress.XtraScheduler.UI.ResourceFilterController)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl"/> class with the specified filter controller.</para>
      </summary>
      <param name="controller">A DevExpress.XtraScheduler.UI.ResourceFilterController object which represents the filter controller of the resources checked list box control.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.ResetResourcesItems(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all the resource items and their visibility state in the check list according to the specified resources collection.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains the resources to be used when updating the check list.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.ResourceVisibleChanged(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all the resource items and their visibility state in the check list according to the specified resources collection and preserves the index of currently selected item.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains the resources to be used when updating the check list.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.SchedulerControl">
      <summary>
        <para>Gets or sets the scheduler control which is assigned to the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be filtered by this checked list box.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl">
      <summary>
        <para>Represents a combo box that filters <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see> in the attached scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.EditorTypeName">
      <summary>
        <para>Gets the class name of the current editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> identifying the class name of the current editor.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.EditValue">
      <summary>
        <para>Gets or sets the combo box value that specifies the <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resource</see>.</para>
      </summary>
      <value>The object representing the edit value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.Properties">
      <summary>
        <para>Gets an object providing properties specific to the combo box editor.</para>
      </summary>
      <value>A RepositoryItemResourcesComboBox object providing settings specific to this editor.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ResetResourcesItems(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all resource items and their visibility state in the list according to the specified resources collection.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating.</param>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ResourceVisibleChanged(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all resource items and their visibility state in the list according to the specified resources collection.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.SchedulerControl">
      <summary>
        <para>Gets or sets the scheduler control assigned to the ResourcesComboBoxControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be shown in this combo box.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ShowAllResourcesItem">
      <summary>
        <para>Specifies whether the value corresponding to all of the items will be shown in the combo box.</para>
      </summary>
      <value>true if the value signifying “all of the items” is present in the combo box items list; otherwise false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ShowNoneResourcesItem">
      <summary>
        <para>Specifies whether the value corresponding to none of the items will be shown in the combo box.</para>
      </summary>
      <value>true if the value signifying “none of the items” is present in the combo box items list; otherwise false.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl">
      <summary>
        <para>Represents a check-list combo box that filters <see href="https://docs.devexpress.com/WindowsForms/1756/controls-and-libraries/scheduler/appointments/resources-for-appointments">resources</see> in the attached scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.PopupControl">
      <summary>
        <para>Gets access to the popup control that is a part of the current control and performs a container role.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.PopupContainerControl"/> object that contains the current control.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.ResetResourcesItems(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all resource items and their visibility state in the check list according to the specified resources collection.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating the check list.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.ResourcesCheckedListBoxControl">
      <summary>
        <para>Gets access to the checked list box control that is a part of the current control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl"/> object that forms the current control.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.ResourceVisibleChanged(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all resource items and their visibility state in the list, according to the specified resources collection.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.SchedulerControl">
      <summary>
        <para>Gets or sets the scheduler control which is assigned to the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be shown in this checked list box.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.StorageBindedImageComboBoxEdit">
      <summary>
        <para>Represents a base class for the controls used to select items contained in the scheduler storage.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.StorageBindedImageComboBoxEdit.Storage">
      <summary>
        <para>Gets or sets the SchedulerStorage object that contains appointments and resources to fill an editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> object representing a storage for the Scheduler control.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.TimeZoneEdit">
      <summary>
        <para>The combo box that displays a list of time zones in its drop-down menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.TimeZoneEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.TimeZoneEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.TimeZoneEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.TimeZoneEdit.Properties">
      <summary>
        <para>Gets an object that contains settings specific to the editor.</para>
      </summary>
      <value>A RepositoryItemTimeZone object that contains editor settings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.TimeZoneEdit.TimeZoneId">
      <summary>
        <para>Gets or sets the string identifier of the time zone selected in the control.</para>
      </summary>
      <value>A string that uniquely identifies a particular time zone and corresponds to the System.TimeZoneInfo.Id property value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit">
      <summary>
        <para>The control that allows users to select days of the week by checking the corresponding boxes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.BeginInit">
      <summary>
        <para>Starts the WeekDaysCheckEdit control’s runtime initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit"></see> object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.CancelUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.EndInit">
      <summary>
        <para>Ends the WeekDaysCheckEdit control’s initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the day which starts the WeekDaysCheckEdit control’s week.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value specifying the first day of the week for the WeekDaysCheckEdit.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.IsUpdateLocked">
      <summary>
        <para>Notifies whether the WeekDaysCheckEdit control is locked for update.</para>
      </summary>
      <value>true if the control is locked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.UseAbbreviatedDayNames">
      <summary>
        <para>Specifies whether the control displays short names of week days .</para>
      </summary>
      <value>True if the control displays abbreviated names for week days.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.VisibleWeekDays">
      <summary>
        <para>Gets or sets days of the week visible in the WeekDaysCheckEdit control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member, representing a day or a group of days.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.WeekDays">
      <summary>
        <para>Gets or sets the day of the week or a specific group of days that is selected in the WeekDaysCheckEdit control.</para>
      </summary>
      <value>The <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value specifying the day/days in a week.</value>
    </member>
    <member name="E:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.WeekDaysChanged">
      <summary>
        <para>Fires when  the control’s weekday checkbox changes its state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.WeekDaysEdit">
      <summary>
        <para>The combo box control used to select days of the week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekDaysEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysEdit.DayOfWeek">
      <summary>
        <para>Gets or sets the value selected in the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member, representing a day of the week, or a standard combination of days.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekDaysEdit.Properties">
      <summary>
        <para>Gets an object that contains settings specific to the editor.</para>
      </summary>
      <value>A RepositoryItemDayOfWeek object that contains editor settings.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl">
      <summary>
        <para>The control used to set recurrence options for weekly <see href="https://docs.devexpress.com/WindowsForms/1753/controls-and-libraries/scheduler/appointments">recurring appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the day which starts the WeeklyRecurrenceControl‘s week.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value specifying the first day of the week for the WeeklyRecurrenceControl.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
      <summary>
        <para>Checks if the user input is valid for the control.</para>
      </summary>
      <param name="args">A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit">
      <summary>
        <para>The combo box used to select a week of the month.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.EditorTypeName">
      <summary>
        <para>Gets the class name of the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object identifying the class name.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.Properties">
      <summary>
        <para>Gets an object that contains settings specific to the editor.</para>
      </summary>
      <value>A RepositoryItemWeekOfMonth object that contains editor settings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.WeekOfMonth">
      <summary>
        <para>Gets or sets the selected value in the editor - the occurrence number of the week in a month.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration value that specifies a particular week in every month.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.UI.YearlyRecurrenceControl">
      <summary>
        <para>The control used to set the recurrence options for yearly recurring appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.YearlyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.YearlyRecurrenceControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.UI.YearlyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
      <summary>
        <para>Checks if the user input is valid for the control.</para>
      </summary>
      <param name="args">A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.</param>
    </member>
    <member name="T:DevExpress.XtraScheduler.WeekView">
      <summary>
        <para>Displays events across a week in a compact form.</para>
        <para>This view is outdated and provided for compatibility with the earlier versions of the Scheduler Control. Use the <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.WeekView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WeekView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control assigned to the week view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.AllowScrollAnimation">
      <summary>
        <para>Gets or sets whether to enable animation for smooth scrolling.</para>
      </summary>
      <value>True to enable scroll animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.WeekView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.WeekView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the appointment display options for the <see href="https://docs.devexpress.com/WindowsForms/1759/controls-and-libraries/scheduler/views/week-view">Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the <see href="https://docs.devexpress.com/WindowsForms/1759/controls-and-libraries/scheduler/views/week-view">Week View</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.DeferredScrolling">
      <summary>
        <para>Provides access to parameters that control deferred scrolling.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption"/> instance that specifies parameters for deferred scrolling.</value>
    </member>
    <member name="M:DevExpress.XtraScheduler.WeekView.Invalidate(System.Drawing.Rectangle)">
      <summary>
        <para>Invaldates the specified region of the current <see cref="T:DevExpress.XtraScheduler.WeekView"/> object.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure which represents the region to invalidate.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.MenuItemId">
      <summary>
        <para>Gets the ID of the menu item which corresponds to the Week View.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToWeekView">SchedulerMenuItemId.SwitchToWeekView</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Week">SchedulerViewType.Week</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.UseOptimizedScrolling">
      <summary>
        <para>Gets or sets whether an optimized fast scrolling is enabled.</para>
      </summary>
      <value>True if an optimized fast scrolling is enabled; false if the formerly used scrolling is in effect.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekView.ViewInfo">
      <summary>
        <para>Gets the current object’s view information.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Drawing.WeekViewInfo object providing view information on all the <see cref="T:DevExpress.XtraScheduler.WeekView"/>‘s elements.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.WeekViewAppearance">
      <summary>
        <para>Provides the appearance settings used to paint a <see href="https://docs.devexpress.com/WindowsForms/1759/controls-and-libraries/scheduler/views/week-view">Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.WeekViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WeekViewAppearance"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppearance.AlternateHeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint the alternate header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the alternate header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppearance.AlternateHeaderCaptionLine">
      <summary>
        <para>Gets the appearance settings used to paint the horizontal line under the alternate header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the alternate header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppearance.CellHeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint a day cell’s header within the Week or Month View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a day cell’s header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppearance.CellHeaderCaptionLine">
      <summary>
        <para>Gets the appearance settings used to paint the line at the bottom of a day cell’s header within the Week or Month View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the bottom line of a day cell’s header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppearance.TodayCellHeaderCaption">
      <summary>
        <para>Gets the appearance settings used to paint the header of the day cell representing the current date within the Week or Month View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the today cell’s header.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppearance.TodayCellHeaderCaptionLine">
      <summary>
        <para>Gets the appearance settings used to paint the line at the bottom of the today cell’s header within the Week or Month View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the line at the bottom of the today cell’s header.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx">
      <summary>
        <para>Extends the <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.AllowHtmlText">
      <summary>
        <para>Gets or sets whether to parse <see href="https://docs.devexpress.com/WindowsForms/4874/common-features/html-text-formatting">HTML tags</see> that allow you to format the text in appointments.</para>
      </summary>
      <value>true, to parse HTML tags; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically">
      <summary>
        <para>Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.</para>
      </summary>
      <value>True to display appointment status as a vertical strip on the left; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.ShowClippedImages">
      <summary>
        <para>Gets or sets whether Week View appointments should draw truncated images when these appointments are too small to display their images entirely.</para>
      </summary>
      <value>true, to display clipped images inside small appointments; false to only draw images that fit into appointments.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.ShowClippedText">
      <summary>
        <para>Gets or sets whether Week View appointments should draw their text strings even when there is not enough space to do that.</para>
      </summary>
      <value>true, to draw strings when appointments have not enough height; false to hide text strings.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.StatusDisplayType">
      <summary>
        <para>Specifies how to display the status line.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.WorkWeekView">
      <summary>
        <para>Displays appointments for the working days in a particular week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.WorkWeekView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/> class with the specified Scheduler control.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the Scheduler control assigned to the work week view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">SchedulerViewBase.Control</see> property.</param>
    </member>
    <member name="P:DevExpress.XtraScheduler.WorkWeekView.Appearance">
      <summary>
        <para>Provides access to the properties that control the appearance of the <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/>‘s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WorkWeekViewAppearance"/> object that provides the appearance settings for <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/> elements.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WorkWeekView.MenuItemId">
      <summary>
        <para>Gets the ID of the menu item which corresponds to the Work Week View.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToWorkWeekView">SchedulerMenuItemId.SwitchToWorkWeekView</see> value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WorkWeekView.ShowFullWeek">
      <summary>
        <para>Gets or sets a value indicating whether this view should show all the days of the week.</para>
      </summary>
      <value>true to show the full week; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.WorkWeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.WorkWeek">SchedulerViewType.WorkWeek</see> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.WorkWeekViewAppearance">
      <summary>
        <para>Provides the appearance settings used to paint a <see href="https://docs.devexpress.com/WindowsForms/1772/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.WorkWeekViewAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WorkWeekViewAppearance"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraScheduler.YearView">
      <summary>
        <para>Displays appointments for the entire year.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.YearView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.YearView"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraScheduler.YearView.Appearance">
      <summary>
        <para>Gets the appearance settings specific to the <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see>.</para>
      </summary>
      <value>The appearance settings specific to the <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.YearView.AppointmentDisplayOptions">
      <summary>
        <para>Contains options that specify how appointments are displayed in the <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see>.</para>
      </summary>
      <value>An object that contains appointment display options.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.YearView.MenuItemId">
      <summary>
        <para>Gets an identifier for the context menu command that enables the <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.YearView.MonthCount">
      <summary>
        <para>Gets or sets the number of months that are displayed in the <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see>.</para>
      </summary>
      <value>A value that specifies the number of months that are displayed in the <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see>.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.YearView.ShowOutOfScopeDays">
      <summary>
        <para>Gets or sets whether to display days outside the current range (for example, days from the previous month).</para>
      </summary>
      <value>DefaultBoolean.True to display days outside the current range; otherwise, DefaultBoolean.False or DefaultBoolean.Default.</value>
    </member>
    <member name="P:DevExpress.XtraScheduler.YearView.Type">
      <summary>
        <para>Gets the view type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Year"/> value.</value>
    </member>
    <member name="T:DevExpress.XtraScheduler.YearViewAppointmentDisplayOptionsEx">
      <summary>
        <para>Contains options that specify how appointments are displayed in the <see href="https://docs.devexpress.com/WindowsForms/401984/controls-and-libraries/scheduler/views/year-view">Year View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraScheduler.YearViewAppointmentDisplayOptionsEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.YearViewAppointmentDisplayOptionsEx"/> class.</para>
      </summary>
    </member>
  </members>
</doc>