﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Xpf.Scheduling.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Xpf.Scheduling">
      <summary>
        <para>Contains classes which implement the main functionality of the <see href="https://docs.devexpress.com/WPF/114881/controls-and-libraries/scheduler">WPF Scheduler</see> suite. To use these classes in XAML code, add the xmlns:dxsch=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AgendaView">
      <summary>
        <para>A view that displays a chronological list of appointments grouped by day.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AgendaView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AgendaView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentAllDayText">
      <summary>
        <para>Specifies the text that indicates all-day appointments. This is a dependency property.</para>
      </summary>
      <value>A System.String value that is the text displayed in all-day appointments. By default, All Day</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentAllDayTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentAllDayText">AgendaView.AppointmentAllDayText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of appointments in the Agenda View. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the appointment appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentContentTemplate">AgendaView.AppointmentContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects an appointment content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentContentTemplateSelector">AgendaView.AppointmentContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentFullIntervalStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that indicates the full interval of an appointment. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, {0:h:mm tt} to {1:h:mm tt}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentFullIntervalStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentFullIntervalStringFormat">AgendaView.AppointmentFullIntervalStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentIntervalStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that indicates the interval of an appointment. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, {0:h:mm tt}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentIntervalStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentIntervalStringFormat">AgendaView.AppointmentIntervalStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentLeftArrowTextStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, From {0:MMM d}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentLeftArrowTextStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentLeftArrowTextStringFormat">AgendaView.AppointmentLeftArrowTextStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentRightArrowTextStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, To {0:MMM d}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentRightArrowTextStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentRightArrowTextStringFormat">AgendaView.AppointmentRightArrowTextStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentStyle">
      <summary>
        <para>Gets or sets the style of appointments in the <see href="https://docs.devexpress.com/WPF/400420/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.AppointmentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.AppointmentStyle">AgendaView.AppointmentStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.DayCount">
      <summary>
        <para>Gets or sets the number of consecutive days displayed in the <see href="https://docs.devexpress.com/WPF/400420/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see>. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the number of days displayed in the view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.DayCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.DayCount">AgendaView.DayCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.Days">
      <summary>
        <para>Specifies the collection of System.DateTime values representing the days displayed in the <see href="https://docs.devexpress.com/WPF/400420/controls-and-libraries/scheduler/views/agenda-view">Agenda View</see>.</para>
      </summary>
      <value>A collection of System.DateTime values representing the days displayed in the Agenda View.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.DaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.Days">AgendaView.Days</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.GridControlStyle">
      <summary>
        <para>Gets or sets the style applied to a <see cref="T:DevExpress.Xpf.Grid.GridControl">GridControl</see> object used by the view. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Style object providing corresponding style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.GridControlStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.GridControlStyle">AgendaView.GridControlStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AgendaView.NavigateBackward">
      <summary>
        <para>Steps back one visible time frame.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AgendaView.NavigateForward">
      <summary>
        <para>Advances one visible time frame forward.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentArrowImages">
      <summary>
        <para>Gets or sets whether to display arrows that indicate <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> that last more than one day. This is a dependency property.</para>
      </summary>
      <value>true, to display arrows within appointments that last more than one day; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentArrowImagesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentArrowImages">AgendaView.ShowAppointmentArrowImages</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentDescription">
      <summary>
        <para>Gets or sets whether to display descriptions within <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see>. This is a dependency property.</para>
      </summary>
      <value>true to display descriptions within appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentDescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentDescription">AgendaView.ShowAppointmentDescription</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentInterval">
      <summary>
        <para>Gets or sets whether to display an <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointment</see>‘s start and end date and time. This is a dependency property.</para>
      </summary>
      <value>true, to display an appointment’s start and end date and time; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentInterval">AgendaView.ShowAppointmentInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentLabel">
      <summary>
        <para>Gets or sets whether to display <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">labels</see> within <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display labels within appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentLabel">AgendaView.ShowAppointmentLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentLocation">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointment</see>‘s location. This is a dependency property.</para>
      </summary>
      <value>true, to display the appointment’s location; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentLocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentLocation">AgendaView.ShowAppointmentLocation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentRecurrenceImage">
      <summary>
        <para>Gets or sets whether to display icons that indicate <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">recurring appointments</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display icons that indicate recurring appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentRecurrenceImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentRecurrenceImage">AgendaView.ShowAppointmentRecurrenceImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentReminderImage">
      <summary>
        <para>Gets or sets whether to display icons that indicate <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> that have <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminders</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display icons that indicate appointments that have reminders; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentReminderImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentReminderImage">AgendaView.ShowAppointmentReminderImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentResource">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see> name within appointments. This is a dependency property.</para>
      </summary>
      <value>true, to display the resource name within appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentResourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentResource">AgendaView.ShowAppointmentResource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentStatus">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">status indicator</see> within appointments. This is a dependency property.</para>
      </summary>
      <value>true, to display the status indicator within appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentStatusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.ShowAppointmentStatus">AgendaView.ShowAppointmentStatus</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.TableViewStyle">
      <summary>
        <para>Gets or sets the style applied to a <see cref="T:DevExpress.Xpf.Grid.TableView">TableView</see> object used by the view. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Style object providing corresponding style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AgendaView.TableViewStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.AgendaView.TableViewStyle">AgendaView.TableViewStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AgendaView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The DevExpress.Xpf.Scheduling.ViewType.AgendaView value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentAddedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAdded"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentAddingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAdding">SchedulerControl.AppointmentAdding</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentAddingEventArgs.Appointments">
      <summary>
        <para>Provides access to the collection of appointments the user attempts to add to the scheduler.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentAddingEventArgs.CanceledAppointments">
      <summary>
        <para>Provides access to the collection of appointments that should be excluded from being added to the scheduler.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentAddingEventArgs.ConflictedAppointments">
      <summary>
        <para>Returns the collection of appointments that are conflicting with the current appointments.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentCRUDEventArgs">
      <summary>
        <para>The base class for <see href="https://docs.devexpress.com/WPF/401590/controls-and-libraries/scheduler/create-and-edit-appointments">CRUD (create, read, update, delete) events</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentCRUDEventArgs.AddToSource">
      <summary>
        <para>Returns the list of appointments to add to the data source.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.AppointmentItem objects that have been added to the scheduler.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentCRUDEventArgs.Appointments">
      <summary>
        <para>Returns the list of appointments to update, add, or delete in the scheduler’s underlying source.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.AppointmentItem objects that have been modified or deleted in the scheduler.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentCRUDEventArgs.DeleteFromSource">
      <summary>
        <para>Returns the list of appointments to delete from the data source.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.AppointmentItem objects that have been deleted from the scheduler.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentCRUDEventArgs.Undo">
      <summary>
        <para>Cancels all changes made in the scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentCRUDEventArgs.Undo(DevExpress.Xpf.Scheduling.AppointmentItem[])">
      <summary>
        <para>Cancels the changes made to the specified appointments in the scheduler.</para>
      </summary>
      <param name="appointments">A list of DevExpress.Xpf.Scheduling.AppointmentItem objects.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentCRUDEventArgs.UpdateInSource">
      <summary>
        <para>Returns the list of appointments to update in the data source.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.AppointmentItem objects that have been changed in the scheduler.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentDragResizeMode">
      <summary>
        <para>Lists modes which determine how an appointment fits in the time cell when dragging or resizing.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AppointmentDragResizeMode.Precise">
      <summary>
        <para>Appointment moves smoothly, its Start and End borders are moved pixel by pixel which enables the end-user to set the time interval precisely.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.AppointmentDragResizeMode.SnapToCell">
      <summary>
        <para>Appointment Start and End borders are snapped to time cells which forces the end-user to set the time interval round to the nearest value determined by the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScale">DayViewBase.TimeScale</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel">
      <summary>
        <para>View model used in the drag-and-drop and resize operations, containing appointment property values which are modified during an action.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem,DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel"/> class with the specified settings.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the appointment being dragged or resized.</param>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> instance.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel.AllDay">
      <summary>
        <para>Gets or sets whether an appointment is dragged to the all-day area.</para>
      </summary>
      <value>True, if the modified appointment is an all-day apointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel.End">
      <summary>
        <para>Gets or sets the End value of the dragged or resized appointment.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.End">SchedulerItemBase.End</see> property value of the modified appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel.Start">
      <summary>
        <para>Gets or sets the Start value of the dragged or resized appointment.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.Start">SchedulerItemBase.Start</see> property value of the modified appointment.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentEditedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEdited"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentEditingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEditing">SchedulerControl.AppointmentEditing</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditingEventArgs.CanceledEditAppointments">
      <summary>
        <para>Provides access to the collection of appointments for which changes should be canceled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditingEventArgs.ConflictedAppointments">
      <summary>
        <para>Returns the collection of edited appointments that are conflicting with the current appointments.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditingEventArgs.EditAppointments">
      <summary>
        <para>Provides access to the collection of edited appointments.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditingEventArgs.SourceAppointments">
      <summary>
        <para>Provides access to the collection of appointments before the changes the user attempts to apply.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentEditViewModel">
      <summary>
        <para>A base class for View Models used in appointment editing window and in-place appointment editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentEditViewModel.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem,DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentEditViewModel"/> class with the specified settings.</para>
      </summary>
      <param name="appointmentItem">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the appointment being edited.</param>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> instance.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModel.TimeInterval">
      <summary>
        <para>Provides access to the appointment’s interval View Model.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel"/> object that is the View Model which specifies the appointment’s interval.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase">
      <summary>
        <para>A base class for View Models created for end-user appointment editing (window editor, in-place editor, drag and resize).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Appointment">
      <summary>
        <para>Gets the source appointment to which to apply changes.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the appointment being edited.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.CustomFields">
      <summary>
        <para>Stores the additional properties.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ExpandoDictionaryObject object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Description">
      <summary>
        <para>Gets or sets the text that is the appointment’s description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the appointment’s description.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.EditAppointment">
      <summary>
        <para>Gets the edited appointment whose properties are displayed in the Edit Form.</para>
      </summary>
      <value>The appointment item being edited.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.IsNewAppointment">
      <summary>
        <para>Gets whether the current appointment is new and not contained in the scheduler’s appointment collection.</para>
      </summary>
      <value>True, if the appointment is new; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.IsOccurrenceType">
      <summary>
        <para>Gets whether the appointment is an occurrence in a recurring series (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).</para>
      </summary>
      <value>True if it’s an occurrence appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Label">
      <summary>
        <para>Gets or sets the label object associated with the appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItem"/> object that is the appointment’s <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">Labels</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Location">
      <summary>
        <para>Gets or sets the text that specifies the place where the appointment is scheduled.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the appointment’s location.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Resource">
      <summary>
        <para>Gets or sets a resource associated with the appointment (the first resource in a resource collection if an appointment has several assigned resources).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the appointment’s <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Resources">
      <summary>
        <para>Gets a collection of all resources associated with the edited appointment.</para>
      </summary>
      <value>A list of appointment resources.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Scheduler">
      <summary>
        <para>Gets the ShedulerControl used in the View Model.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object used in the View Model.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Status">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">status</see> object associated with the appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusItem"/> object associated with an appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentEditViewModelBase.Subject">
      <summary>
        <para>Gets or sets the text that is the appointment’s subject.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of the appointment’s subject.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel">
      <summary>
        <para>A View Model that contains in-place editor settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem,DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel"/> class with the specified settings.</para>
      </summary>
      <param name="appointmentItem">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object representing the target appointment.</param>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing the Scheduler.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel.CloseCommand">
      <summary>
        <para>Gets or sets a command executed to close the in-place editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DelegateCommand"/> object that is the close command.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel.CommitCommand">
      <summary>
        <para>Gets or sets a command used to apply changes made to the in-place editor content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DelegateCommand"/> object specifying the commit command.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel.IsActive">
      <summary>
        <para>Specifies whether the current <see cref="T:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel"/> instance is active.</para>
      </summary>
      <value>true, if the in-place editor is active; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel.IsActiveChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel.IsActive">AppointmentInplaceEditorViewModel.IsActive</see> property value is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel.RollbackCommand">
      <summary>
        <para>Gets or sets a command executed to restore an in-place editor content to its previous state and cancel uncommitted changes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DelegateCommand"/> object specifying the rollback commands.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItem">
      <summary>
        <para>An appointment in the Scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.#ctor(DevExpress.XtraScheduler.AppointmentType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> class with the specified settings.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration member that specifies the appointment type.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.Assign(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Copies all settings from the object passed as the parameter to the current object.</para>
      </summary>
      <param name="src">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.CreateException(DevExpress.XtraScheduler.AppointmentType,System.Int32)">
      <summary>
        <para>Creates an appointment that is an exception in a recurring series.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> value that specifies the type of the exception.</param>
      <param name="recurrenceIndex">A zero-based integer which specifies the new appointment’s index in the recurring series.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object which is the newly created exception.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.CreateNewReminder">
      <summary>
        <para>Creates a reminder for the specified appointment.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduling.ReminderItem"/> object that is the reminder for an appointment.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.DeleteExceptions">
      <summary>
        <para>Removes changed and deleted occurrences in the recurring series.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.Description">
      <summary>
        <para>Gets or sets the text for the appointment’s description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the appointment’s description.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.FindException(System.Int32)">
      <summary>
        <para>Returns an appointment that is an exception in the recurring series at the specified index.</para>
      </summary>
      <param name="recurrenceIndex">A integer that is the index in a recurrence series.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is not a regular appointment in a recurring chain (changed or deleted occurrence).</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.GetExceptions">
      <summary>
        <para>Returns a collection of the changed and deleted occurrences for the current pattern appointment.</para>
      </summary>
      <returns>A collection which contains the changed and deleted occurrences for the current pattern appointment.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.GetOccurrence(System.Int32)">
      <summary>
        <para>Gets an occurrence at the specified position within a series of recurring appointments.</para>
      </summary>
      <param name="recurrenceIndex">A zero-based integer which identifies the index of an occurrence in the series of recurring appointments.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object which is a regular recurring appointment in a series at the specified position.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.HasExceptions">
      <summary>
        <para>Gets whether the current pattern appointment has changed or deleted occurrences in the recurring series.</para>
      </summary>
      <value>True, if there are changed or deleted occurrences in the recurring series for the current pattern appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.HasReminder">
      <summary>
        <para>Indicates whether the appointment has a <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminder</see>.</para>
      </summary>
      <value>true, if the appointment has a reminder; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.IsBase">
      <summary>
        <para>Gets whether the appointment is a base (of the Normal or Pattern type).</para>
      </summary>
      <value>True, if it’s a base appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.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.Xpf.Scheduling.AppointmentItem.IsException">
      <summary>
        <para>Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).</para>
      </summary>
      <value>True, if the appointment is an exception in a recurring series; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.IsOccurrence">
      <summary>
        <para>Gets whether the appointment is an occurrence in a recurring series (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).</para>
      </summary>
      <value>True if it’s an occurrence appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.IsRecurring">
      <summary>
        <para>Gets whether the appointment belongs to a recurring series.</para>
      </summary>
      <value>True, if the appointment is recurring; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.LabelId">
      <summary>
        <para>Gets or sets the identifier of the label object associated with the appointment.</para>
      </summary>
      <value>An object that specifies the unique identifier of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItem"/>.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.Location">
      <summary>
        <para>Gets or sets the text that specifies the place where the appointment is scheduled.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the appointment’s location.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.LongerThanADay">
      <summary>
        <para>Gets whether the appointment’s length is equal to or greater than one day.</para>
      </summary>
      <value>True, if the appointment lasts one day or more; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.RecurrencePattern">
      <summary>
        <para>Gets the pattern appointment for the current appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the pattern appointment or null if the current appointment is not recurring.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.Reminder">
      <summary>
        <para>Gets a reminder associated with the current appointment (the collection’s first reminder, if there are several reminders).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ReminderItem"/> object that is a reminder used to provide a notification of a future appointment. It is the first reminder in the collection, if there are several reminders, or null (Nothing in Visual Basic) if no reminder is associated with the appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.Reminders">
      <summary>
        <para>Returns the collection of <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminders</see> for the appointment.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.ReminderItem objects.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.AppointmentItem.RemindersChanged">
      <summary>
        <para>Fires when the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Reminders">Reminders</see> collection has been changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.RestoreOccurrence">
      <summary>
        <para>Replaces an exception in a recurring series with a regular occurrence.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.SameDay">
      <summary>
        <para>Gets whether the appointment’s start and end times are on the same day.</para>
      </summary>
      <value>True, if the appointment interval is within a single day; false, if the appointment’s start and end times are on different days.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.SetExceptionRecurrenceIndex(System.Int32)">
      <summary>
        <para>Sets recurrence index to the appointment exception.</para>
      </summary>
      <param name="index">An integer that specifies the index.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.SetExceptionRecurrencePattern(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Specifies a recurrence pattern for the appointment exception.</para>
      </summary>
      <param name="pattern">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is a valid pattern appointment (the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Type">AppointmentItem.Type</see> is <see cref="F:DevExpress.XtraScheduler.AppointmentType.Pattern">AppointmentType.Pattern</see>, the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceInfo">AppointmentItem.RecurrenceInfo</see> is not null).</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.SetPatternReference(DevExpress.Xpf.Scheduling.AppointmentItem,System.Int32)">
      <summary>
        <para>Sets recurrence index to the appointment.</para>
      </summary>
      <param name="pattern">A DevExpress.Xpf.Scheduling.AppointmentItem object that is the recurrence pattern.</param>
      <param name="recurrenceIndex">An integer that specifies the recurrence index.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItem.SetRecurrenceInfo(DevExpress.XtraScheduler.IRecurrenceInfo)">
      <summary>
        <para>Sets the specified IRecurrenceInfo object as the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceInfo">RecurrenceInfo</see> property value.</para>
      </summary>
      <param name="recurrenceInfo">A DevExpress.XtraScheduler.IRecurrenceInfo object to specify as the RecurrenceInfo property value.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.StatusId">
      <summary>
        <para>Gets or sets the unique identifier of the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">status</see> object associated with the appointment.</para>
      </summary>
      <value>An object that is the unique identifier of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusItem"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.Subject">
      <summary>
        <para>Gets or sets the appointment’s subject text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of appointment’s subject.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItem.Type">
      <summary>
        <para>Gets or sets the type of an appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value which specifies the appointment’s type.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.BeforeAppointmentItemDelete">SchedulerControl.BeforeAppointmentItemDelete</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemCancelEventArgs.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemCancelEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the appointment being deleted.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether deleting the specified appointment should be canceled.</para>
      </summary>
      <value>True to cancel the deletion; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemCancelEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.BeforeAppointmentItemDelete">SchedulerControl.BeforeAppointmentItemDelete</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemCancelEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemCollection">
      <summary>
        <para>A collection of appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemCollection.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemCollection"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A DevExpress.Xpf.Scheduling.SchedulerControl object that represents the scheduler to which the appointment collection belongs.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemCollection.CreateItemCopy(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Returns a copy of the given appointment to the collection.</para>
      </summary>
      <param name="source">A DevExpress.Xpf.Scheduling.AppointmentItem object that is the appointment to copy.</param>
      <returns>A DevExpress.Xpf.Scheduling.AppointmentItem object that is the created copy.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemCollection.IsNew(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Determines whether the given appointment is new and the current <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemCollection"/> does not contain it yet.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> instance that is the target appointment.</param>
      <returns>true, if the appointment is new; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs">
      <summary>
        <para>Provides data to the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentConflicts">SchedulerControl.CustomAllowAppointmentConflicts</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem,DevExpress.Xpf.Scheduling.AppointmentItem,System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.AppointmentItem})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the source appointment.</param>
      <param name="clone">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the changed appointment.</param>
      <param name="conflicts">A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/>,&gt; collection of conflicted appointments.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs.AppointmentClone">
      <summary>
        <para>Gets the clone of the appointment being processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is a clone of the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItemEventArgs.Appointment">AppointmentItemEventArgs.Appointment</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs.Conflicts">
      <summary>
        <para>Gets the collection of appointments which are considered to be conflicting with the current appointment.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IList`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/>,&gt; object which contains all appointments conflicting with the current one.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs.Interval">
      <summary>
        <para>Retrieves the time interval for which the event was raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that is the target time interval.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs.RemoveConflictsWithDifferentResource(System.Collections.Generic.IList{DevExpress.Xpf.Scheduling.AppointmentItem},System.Object)">
      <summary>
        <para>Removes all the conflicting appointments from the specified collection whose <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceId">SchedulerItemBase.ResourceId</see> doesn’t match the specified Id.</para>
      </summary>
      <param name="conflicts">A <see cref="T:System.Collections.Generic.IList`1"/> object that contains all conflicting appointments.</param>
      <param name="resourceId">A <see cref="T:System.Object"/> that specifies the resource Id which appointments should be left in the collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentConflicts">SchedulerControl.CustomAllowAppointmentConflicts</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDrag">SchedulerControl.AppointmentDrag</see> and <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDrop">SchedulerControl.AppointmentDrop</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs.#ctor(System.Collections.Generic.IList{DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel},DevExpress.Mvvm.DateTimeRange,DevExpress.Xpf.Scheduling.ResourceItem,System.Boolean,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="viewModels">A list of View Models for dragged appointments.</param>
      <param name="hitInterval">The <see cref="T:DevExpress.Mvvm.DateTimeRange"/> structure that specifies the time interval of the cell which is hovered over.</param>
      <param name="hitResource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource assigned to a cell which is hovered over.</param>
      <param name="isExternalDragDrop">True, if the object is dragged into the SchedulerControl’s boundary from outside; otherwise, false.</param>
      <param name="copyEffect">Specifies whether the Copy effect of the <see cref="T:System.Windows.DragDropEffects"/> is set.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs.Allow">
      <summary>
        <para>Specifies whether the appointment can be dragged or dropped along the time cells.</para>
      </summary>
      <value>true, if appointment dragging or dropping is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs.CopyEffect">
      <summary>
        <para>Indicates whether the appointment is copied when drag-and-dropping it to another location.</para>
      </summary>
      <value>true, if an appointment is copied to the target location; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs.HitInterval">
      <summary>
        <para>Gets the datetime range represented by the time cell to which an appointment is dragged.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the target time cell interval.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs.HitResource">
      <summary>
        <para>Indicates the resource to which an appointment is dragged.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the target resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs.IsExternalDragDrop">
      <summary>
        <para>Indicates whether the appointment is dragged-and-dropped from the external component.</para>
      </summary>
      <value>true, if the appointment is dragged-and-dropped from the external source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs.ViewModels">
      <summary>
        <para>Provides access to the list of View Models for dragged appointments.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel"/> objects which are view models for dragged apointments.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDrag">SchedulerControl.AppointmentDrag</see> or <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDrop">SchedulerControl.AppointmentDrop</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemDragDropEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemEventArgs">
      <summary>
        <para>Serves as the base class for classes which provide data for certain AppointmentItem events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemEventArgs.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the newly created appointment.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemEventArgs.Appointment">
      <summary>
        <para>Gets the appointment for which the element is raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the element for which the event is raised.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.InitNewAppointment">SchedulerControl.InitNewAppointment</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemConflictEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemOperationEventArgs">
      <summary>
        <para>Provides data for the CustomAllowAppointment… events of the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemOperationEventArgs.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemOperationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the appointment being processed.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemOperationEventArgs.Allow">
      <summary>
        <para>Gets or sets whether performing a particular action is allowed.</para>
      </summary>
      <value>true, if an action is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemOperationEventArgs.Recurring">
      <summary>
        <para>Gets whether the target appointment is <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">recurring</see>.</para>
      </summary>
      <value>true, if the appointment is recurring; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemOperationEventHandler">
      <summary>
        <para>A method that handles the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentCreate">SchedulerControl.AllowAppointmentCreate</see>, <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDelete">SchedulerControl.AllowAppointmentDelete</see>, <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentEdit">SchedulerControl.AllowAppointmentEdit</see> and <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowInplaceEditor">SchedulerControl.CustomAllowInplaceEditor</see> events.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemOperationEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentResize">SchedulerControl.AppointmentResize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs.#ctor(DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel,DevExpress.Mvvm.DateTimeRange,DevExpress.Xpf.Scheduling.ResourceItem,DevExpress.XtraScheduler.ResizedSide,DevExpress.Xpf.Scheduling.ResizeState)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="viewModel">A View Model for a resized appointment.</param>
      <param name="hitInterval">The <see cref="T:DevExpress.Mvvm.DateTimeRange"/> structure that specifies the time interval of the cell which is hovered over.</param>
      <param name="hitResource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource assigned to a cell which is hovered over.</param>
      <param name="resizedSide">A <see cref="T:DevExpress.XtraScheduler.ResizedSide"/> enumeration member that specifies which side is dragged to resize.</param>
      <param name="state">A <see cref="T:DevExpress.Xpf.Scheduling.ResizeState"/> enumeration member that specifies the state of the resize action.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs.Allow">
      <summary>
        <para>Gets or sets whether the appointment can be resized.</para>
      </summary>
      <value>true, if resizing the appointment is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs.HitInterval">
      <summary>
        <para>Retrieves the datetime range to which the appointment’s side is moved.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the range represented by the time cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs.HitResource">
      <summary>
        <para>Gets the resource assigned to cells to which an appointment’s side is moved.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the assigned resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs.ResizedSide">
      <summary>
        <para>Indicates which appointment side is being moved when the appointment is resized.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraScheduler.ResizedSide"/> enumeration values, specifying the appointment’s side.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs.State">
      <summary>
        <para>Indicates the stage of the resize action.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResizeState"/> object specifying the state of the appointment resizing.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs.ViewModel">
      <summary>
        <para>Provides access to the View Model for the resized appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentDragResizeViewModel"/> object that is the target View Model.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentResize">SchedulerControl.AppointmentResize</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemResizeEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentLabelItem">
      <summary>
        <para>An object used as a label to categorize appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentLabelItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItem"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.Brush">
      <summary>
        <para>Gets or sets the brush associated with the label.</para>
      </summary>
      <value>A System.Windows.Media.Brush object used to paint the label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.BrushName">
      <summary>
        <para>Specifies the name of the brush associated with the label.</para>
      </summary>
      <value>A string value that specifies the name of the label brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.Caption">
      <summary>
        <para>Gets or sets the text which identifies an <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">appointment label</see>.</para>
      </summary>
      <value>A System.String value which identifies a label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.Color">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">appointment label</see>‘s color.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value which represents the color used for an appointment label.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentLabelItemCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">appointment labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentLabelItemCollection.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItemCollection"/> class.</para>
      </summary>
      <param name="scheduler">A DevExpress.Xpf.Scheduling.SchedulerControl object that represents the scheduler to which the label collection belongs.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentLabelMappings">
      <summary>
        <para>Provides information on the <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">appointment label</see> properties’ mapping to data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelMappings"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.Brush">
      <summary>
        <para>Gets or sets the mapping that binds the appointment label’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.Brush">AppointmentLabelItem.Brush</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.BrushName">
      <summary>
        <para>Gets or sets the mapping that binds the appointment label’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.BrushName">AppointmentLabelItem.BrushName</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.BrushSavingType">
      <summary>
        <para>Specifies the format type used to store the brush information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.BrushSavingType"/> enumeration value indicating the format type to store the brush information.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.Caption">
      <summary>
        <para>Gets or sets the mapping that binds the appointment label’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.Caption">AppointmentLabelItem.Caption</see> property to the data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that indicates the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.Color">
      <summary>
        <para>Gets or sets the mapping that binds the appointment label’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentLabelItem.Color">AppointmentLabelItem.Color</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.ColorSavingType">
      <summary>
        <para>Specifies the format type used to store the color information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.DXColorSavingType"/> enumeration value indicating the format type to store the color information.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentLabelMappings.Id">
      <summary>
        <para>Gets or sets the mapping that binds the appointment label’s <see cref="P:DevExpress.Xpf.Scheduling.SourceObjectContainer.Id">SourceObjectContainer.Id</see> property to the data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that indicates the data field and converter.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentMappings">
      <summary>
        <para>Provides information on the <see href="https://docs.devexpress.com/WPF/119211/controls-and-libraries/scheduler/appointments">appointment</see> properties’ mapping to data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentMappings"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentMappings.Description">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Description">AppointmentItem.Description</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentMappings.LabelId">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.LabelId">AppointmentItem.LabelId</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentMappings.Location">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Location">AppointmentItem.Location</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentMappings.Reminder">
      <summary>
        <para>Gets or sets the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Reminder">AppointmentItem.Reminder</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentMappings.StatusId">
      <summary>
        <para>Gets or sets the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.StatusId">AppointmentItem.StatusId</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentMappings.Subject">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Subject">AppointmentItem.Subject</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentMappings.Type">
      <summary>
        <para>Gets or sets the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Type">AppointmentItem.Type</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that specifies the bound data field and converter.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentRemovedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemoved"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentRemovingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemoving">SchedulerControl.AppointmentRemoving</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentRemovingEventArgs.Appointments">
      <summary>
        <para>Returns the collection of appointments that are to be deleted.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentRemovingEventArgs.CanceledAppointments">
      <summary>
        <para>Provides access to the collection of appointments that should be excluded from being deleted.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentRestoredEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestored"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentRestoringEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestoring">SchedulerControl.AppointmentRestoring</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentRestoringEventArgs.Appointments">
      <summary>
        <para>Provides access to the collection of changed and deleted occurrences the user attempts to restore to regular occurrences.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentRestoringEventArgs.CanceledAppointments">
      <summary>
        <para>Provides access to the collection of appointments that should be excluded from being restored.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentRestoringEventArgs.ConflictedAppointments">
      <summary>
        <para>Returns the collection of appointments to be restored that are conflicting with the current appointments.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentStatusItem">
      <summary>
        <para>An object used to indicate the busy status of the user for the appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentStatusItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusItem"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusItem.Brush">
      <summary>
        <para>Gets or sets the brush used to fill the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">appointment status</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object which represents the brush used for drawing an appointment status.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusItem.BrushName">
      <summary>
        <para>Specifies the name of the brush associated with the label.</para>
      </summary>
      <value>A string value that specifies the name of the label brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusItem.Caption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">appointment status</see>‘s caption.</para>
      </summary>
      <value>A string value that is the caption of the appointment status.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusItem.Type">
      <summary>
        <para>Gets the type of the appointment status.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration values representing the appointment status type.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentStatusMappings">
      <summary>
        <para>Provides information on the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">appointment status</see> properties’ mapping to data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentStatusMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusMappings"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusMappings.Brush">
      <summary>
        <para>Specifies the mapping that binds the appointment label’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentStatusItem.Brush">AppointmentStatusItem.Brush</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that indicates the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusMappings.BrushName">
      <summary>
        <para>Gets or sets the mapping that binds the appointment label’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentStatusItem.BrushName">AppointmentStatusItem.BrushName</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusMappings.BrushSavingType">
      <summary>
        <para>Specifies the type of format used to store the brush information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.BrushSavingType"/> enumeration value indicating the format type to store the brush information.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusMappings.Caption">
      <summary>
        <para>Specifies the mapping that binds the appointment status’s <see cref="P:DevExpress.Xpf.Scheduling.AppointmentStatusItem.Caption">AppointmentStatusItem.Caption</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that indicates the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentStatusMappings.Id">
      <summary>
        <para>Specifies the mapping that binds the appointment status’s <see cref="P:DevExpress.Xpf.Scheduling.SourceObjectContainer.Id">SourceObjectContainer.Id</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that indicates the data field and converter.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentWindowShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentWindowShowing">SchedulerControl.AppointmentWindowShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentWindowShowingEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentWindowShowingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing a Scheduler.</param>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object representing a target appointment.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentWindowShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentWindowShowing">SchedulerControl.AppointmentWindowShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentWindowShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel">
      <summary>
        <para>A View Model which specifies the appointment’s interval.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel.#ctor(DevExpress.Xpf.Scheduling.AppointmentEditViewModel)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel"/> class with the specified settings.</para>
      </summary>
      <param name="formViewModel">A  object that is the View Model for the edited appointment.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel.EndDate">
      <summary>
        <para>Gets or sets the appointment’s end date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the date component of the appointment’s end.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel.EndTime">
      <summary>
        <para>Gets or sets the appointment’s end time.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the time component of the appointment’s end.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel.StartDate">
      <summary>
        <para>Gets or sets the appointment’s start date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the date component of the appointment’s start.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel.StartTime">
      <summary>
        <para>Gets or sets the appointment’s start time.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the time component of the appointment’s start.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.AppointmentWindowTimeIntervalViewModel.TimeZone">
      <summary>
        <para>Gets or sets the time zone to use for the appointment.</para>
      </summary>
      <value>A System.TimeZoneInfo object identifying a time zone.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.BrushSavingType">
      <summary>
        <para>Lists data types used for storing the <see cref="T:System.Drawing.Brush"/> object.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.ArgbColor">
      <summary>
        <para>Stores the brush setting in ARGB format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.Auto">
      <summary>
        <para>The data format for storing a brush is determined automatically based on the type of the mapped field, which is specified using the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentStatusMappings.Brush">AppointmentStatusMappings.Brush</see> mapping</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.Brush">
      <summary>
        <para>Stores the brush setting as a <see cref="T:System.Drawing.Brush"/> instance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.ColorInstance">
      <summary>
        <para>Stores the brush setting as a <see cref="T:System.Windows.Media.Color"/> instance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.ColorString">
      <summary>
        <para>Stores the brush setting as the color ARGB value formatted as a hexadecimal string and prefixed with “0x”. That is, the Colors.Red is stored as “0xFFFF0000”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.ImageBytes">
      <summary>
        <para>Stores the brush setting as a byte array image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.ImageSource">
      <summary>
        <para>Stores the brush setting as a <see cref="T:System.Windows.Media.ImageSource"/> descendant.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.BrushSavingType.OleColor">
      <summary>
        <para>Stores the brush setting in OLE_COLOR format</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CellBrushSchema">
      <summary>
        <para>A combination of colors used to paint the cell background and borders.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.CellBrushSchema.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.CellBrushSchema"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CellBrushSchema.Background">
      <summary>
        <para>Gets or sets the brush value of the cell background. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.CellBrushSchema.BackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.CellBrushSchema.Background">CellBrushSchema.Background</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CellBrushSchema.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. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Nullable`1"/>&lt;<see cref="T:System.Windows.Media.Color"/>,&gt; value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.CellBrushSchema.BaseColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.CellBrushSchema.BaseColor">CellBrushSchema.BaseColor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CellBrushSchema.DarkBorderBrush">
      <summary>
        <para>Gets or sets the brush value for the cell’s dark border. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.CellBrushSchema.DarkBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.CellBrushSchema.DarkBorderBrush">CellBrushSchema.DarkBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CellBrushSchema.LightBorderBrush">
      <summary>
        <para>Gets or sets the brush value for the cell’s light border. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.CellBrushSchema.LightBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.CellBrushSchema.LightBorderBrush">CellBrushSchema.LightBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CommandBarStyle">
      <summary>
        <para>Lists values used to specify the type of the Scheduler’s command bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.CommandBarStyle.Empty">
      <summary>
        <para>The Scheduler does not display an integrated ribbon.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.CommandBarStyle.Ribbon">
      <summary>
        <para>The Scheduler displays an integrated ribbon.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CommitAppointmentResizeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CommitAppointmentResize">SchedulerControl.CommitAppointmentResize</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CommitAppointmentResizeEventArgs.ConflictedAppointments">
      <summary>
        <para>Returns the list of appointments that conflict with the resized appointment.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CommitAppointmentResizeEventArgs.ResizeAppointment">
      <summary>
        <para>Returns the current state of the appointment the user is resizing.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CommitAppointmentResizeEventArgs.ResizeHandle">
      <summary>
        <para>Indicates whether the user drags the start or end of the appointment.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ResizeHandle enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CommitAppointmentResizeEventArgs.SourceAppointment">
      <summary>
        <para>Returns the resized appointment which is to be committed to the scheduler.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Common.BrushProviderBase">
      <summary>
        <para>The base class for classes that modify brushes used to paint the Scheduler’s elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellBackground">
      <summary>
        <para>Specifies the brush used to paint the background of time slots that represent non-working hours. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellBackground">BrushProviderBase.DefaultDarkCellBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellDarkBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the borders of time slots that represent non-working hours, at the beginning of every hour. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellDarkBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellDarkBorderBrush">BrushProviderBase.DefaultDarkCellDarkBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellLightBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the regular borders of time slots that represent non-working hours. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellLightBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellLightBorderBrush">BrushProviderBase.DefaultDarkCellLightBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBackground">
      <summary>
        <para>Specifies the brush used to paint the resource header background. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBackground">BrushProviderBase.DefaultHeaderBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the resource header’s border. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBorderBrush">BrushProviderBase.DefaultHeaderBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderForeground">
      <summary>
        <para>Specifies the brush used to paint the resource header foreground. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderForeground">BrushProviderBase.DefaultHeaderForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBackground">
      <summary>
        <para>Specifies the brush used to paint the current day header background. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBackground">BrushProviderBase.DefaultHeaderTodayBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the current day header’s border. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBorderBrush">BrushProviderBase.DefaultHeaderTodayBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayForeground">
      <summary>
        <para>Specifies the brush used to paint the current day header foreground. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayForeground">BrushProviderBase.DefaultHeaderTodayForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLabelBrush">
      <summary>
        <para>Specifies the brush used to paint appointments that have multiple associated resources and a transparent label. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLabelBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLabelBrush">BrushProviderBase.DefaultLabelBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellBackground">
      <summary>
        <para>Specifies the brush used to paint the background of time slots that represent working hours. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellBackground">BrushProviderBase.DefaultLightCellBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellDarkBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the borders of time slots that represent working hours, at the beginning of every hour. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellDarkBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellDarkBorderBrush">BrushProviderBase.DefaultLightCellDarkBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellLightBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the regular borders of time slots that represent working hours. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellLightBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellLightBorderBrush">BrushProviderBase.DefaultLightCellLightBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBackground">
      <summary>
        <para>Specifies the brush used to paint the background of an inactive navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBackground">BrushProviderBase.DefaultNavigationButtonDisabledBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the border of an inactive navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBorderBrush">BrushProviderBase.DefaultNavigationButtonDisabledBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBackground">
      <summary>
        <para>Specifies the brush used to paint the background of a hovered navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBackground">BrushProviderBase.DefaultNavigationButtonHoverBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the border of a hovered navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBorderBrush">BrushProviderBase.DefaultNavigationButtonHoverBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverForeground">
      <summary>
        <para>Specifies the brush used to paint the foreground of a hovered navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverForeground">BrushProviderBase.DefaultNavigationButtonHoverForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBackground">
      <summary>
        <para>Specifies the brush used to paint the background of a navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBackground">BrushProviderBase.DefaultNavigationButtonNormalBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the border of a navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBorderBrush">BrushProviderBase.DefaultNavigationButtonNormalBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalForeground">
      <summary>
        <para>Specifies the brush used to paint the foreground of a navigation button. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalForeground">BrushProviderBase.DefaultNavigationButtonNormalForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBackground">
      <summary>
        <para>Specifies the brush used to paint the background of a navigation button that the end-user is pressing. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBackground">BrushProviderBase.DefaultNavigationButtonPressedBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBorderBrush">
      <summary>
        <para>Specifies the brush used to paint the border of a navigation button that the end-user is pressing. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBorderBrush">BrushProviderBase.DefaultNavigationButtonPressedBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedForeground">
      <summary>
        <para>Specifies the brush used to paint the foreground of a navigation button that the end-user is pressing. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.Brush value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedForeground">BrushProviderBase.DefaultNavigationButtonPressedForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellBackground">BrushProviderBase.ResourceDarkCellBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellDarkBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellDarkBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellDarkBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellDarkBorderBrush">BrushProviderBase.ResourceDarkCellDarkBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellLightBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultDarkCellLightBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellLightBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceDarkCellLightBorderBrush">BrushProviderBase.ResourceDarkCellLightBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderBackground">BrushProviderBase.ResourceHeaderBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderBorderBrush">BrushProviderBase.ResourceHeaderBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderForeground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderForeground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderForeground">BrushProviderBase.ResourceHeaderForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayBackground">BrushProviderBase.ResourceHeaderTodayBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayBorderBrush">BrushProviderBase.ResourceHeaderTodayBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayForeground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultHeaderTodayForeground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceHeaderTodayForeground">BrushProviderBase.ResourceHeaderTodayForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLabelBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLabelBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLabelBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLabelBrush">BrushProviderBase.ResourceLabelBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellBackground">BrushProviderBase.ResourceLightCellBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellDarkBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellDarkBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellDarkBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellDarkBorderBrush">BrushProviderBase.ResourceLightCellDarkBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellLightBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultLightCellLightBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellLightBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceLightCellLightBorderBrush">BrushProviderBase.ResourceLightCellLightBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonDisabledBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonDisabledBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonDisabledBackground">BrushProviderBase.ResourceNavigationButtonDisabledBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonDisabledBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonDisabledBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonDisabledBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonDisabledBorderBrush">BrushProviderBase.ResourceNavigationButtonDisabledBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverBackground">BrushProviderBase.ResourceNavigationButtonHoverBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverBorderBrush">BrushProviderBase.ResourceNavigationButtonHoverBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverForeground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonHoverForeground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonHoverForeground">BrushProviderBase.ResourceNavigationButtonHoverForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalBackground">BrushProviderBase.ResourceNavigationButtonNormalBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalBorderBrush">BrushProviderBase.ResourceNavigationButtonNormalBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalForeground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonNormalForeground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonNormalForeground">BrushProviderBase.ResourceNavigationButtonNormalForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedBackground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBackground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedBackground">BrushProviderBase.ResourceNavigationButtonPressedBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedBorderBrush">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedBorderBrush"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedBorderBrush">BrushProviderBase.ResourceNavigationButtonPressedBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedForeground">
      <summary>
        <para>Specifies the transformation applied to the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.DefaultNavigationButtonPressedForeground"/>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Common.BrushProviderBase.ResourceNavigationButtonPressedForeground">BrushProviderBase.ResourceNavigationButtonPressedForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CompleteAppointmentDragDropEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentDragDrop"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CompleteAppointmentDragDropEventArgs.Canceled">
      <summary>
        <para>Indicates whether the drag-drop operation has been canceled.</para>
      </summary>
      <value>true, if the drag-drop operation has been canceled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CompleteAppointmentDragDropEventArgs.Effects">
      <summary>
        <para>Specifies the effects of the drag-drop operation.</para>
      </summary>
      <value>A System.Windows.DragDropEffects enumeration value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CompleteAppointmentResizeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentResize">SchedulerControl.CompleteAppointmentResize</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CompleteAppointmentResizeEventArgs.Canceled">
      <summary>
        <para>Indicates whether the resize operation has been canceled.</para>
      </summary>
      <value>true, if the resize operation has been canceled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CreateSourceObjectEventArgs">
      <summary>
        <para>Provides data to the <see cref="E:DevExpress.Xpf.Scheduling.DataSource.CreateSourceObject">DataSource.CreateSourceObject</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CreateSourceObjectEventArgs.Instance">
      <summary>
        <para>Gets or sets the appointment’s source object.</para>
      </summary>
      <value>An object that represents an appointment in the data source.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CreateSourceObjectEventArgs.Item">
      <summary>
        <para>Gets the newly created appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the newly created appointment for which a source object is required.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CreateSourceObjectEventArgs.ItemType">
      <summary>
        <para>Returns the type of the created source object.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ItemType enumeration value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAppointmentBackground">SchedulerControl.CustomAppointmentBackground</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventArgs.#ctor(DevExpress.Xpf.Scheduling.AppointmentItem,System.Windows.Media.Brush)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> instance representing the target appointment.</param>
      <param name="background">A <see cref="T:System.Windows.Media.Brush"/> class descendant used to paint the appointment background.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventArgs.AppointmentItem">
      <summary>
        <para>Provides access to the current appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object representing the target appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventArgs.Background">
      <summary>
        <para>Gets or sets a background color for the appointment.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> descendant used to paint the appointment background.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventArgs.SourceObject">
      <summary>
        <para>Provides access to the appointments’ source object.</para>
      </summary>
      <value>An object representing the appointment source.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAppointmentBackground">SchedulerControl.CustomAppointmentBackground</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.CustomAppointmentBackgroundEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CustomFieldMapping">
      <summary>
        <para>Provides information on custom property mapping to appropriate data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.CustomFieldMapping.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.CustomFieldMapping"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomFieldMapping.Mapping">
      <summary>
        <para>Gets or sets the data field which should be mapped to a custom property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object that indicates the data field to be mapped.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomFieldMapping.Name">
      <summary>
        <para>Gets or sets the name of the property which should be mapped to a specific field in a data source.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which represents the property name to be mapped.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomWorkTime">SchedulerControl.CustomWorkTime</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs.#ctor(DevExpress.Mvvm.DateTimeRange,DevExpress.Xpf.Scheduling.ResourceItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the interval for which a work time is obtained.</param>
      <param name="resource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource for which a work time is obtained.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs.Interval">
      <summary>
        <para>Gets the time interval for which a work time setting is obtained.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the time interval.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs.Resource">
      <summary>
        <para>Gets the resource for which a work time setting is obtained.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the Scheduler’s resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs.WorkTime">
      <summary>
        <para>Gets or sets a single work time interval.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.TimeSpanRange"/> object that is the time interval.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs.WorkTimes">
      <summary>
        <para>Gets or sets a collection of work time intervals.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Mvvm.TimeSpanRange"/>,&gt; collection of time intervals.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.CustomWorkTimeEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomWorkTime">SchedulerControl.CustomWorkTime</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.CustomWorkTimeEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder">
      <summary>
        <para>Allows you to define daily recurrences.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder.ByDay(DevExpress.XtraScheduler.WeekDays)">
      <summary>
        <para>Specifies the days on which to schedule occurrences.</para>
      </summary>
      <param name="weekDays">A DevExpress.XtraScheduler.WeekDays enumeration value specifying the day/days in a week.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilderLimited object used to define a daily recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder.ByHour(System.Int32)">
      <summary>
        <para>Specifies the delay in hours from the specified series’ start time.</para>
      </summary>
      <param name="hour">An integer value between 0 and 23, inclusive, that is the delay in hours.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder object used to define a daily recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder.ByMinute(System.Int32)">
      <summary>
        <para>Specifies the delay in minutes from the specified series’ start time.</para>
      </summary>
      <param name="minute">An integer value between 0 and 59, inclusive, that is the delay in minutes.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder object used to define a daily recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder.ByMonthDay(System.Int32)">
      <summary>
        <para>Specifies the day on which to schedule occurrences.</para>
      </summary>
      <param name="monthDay">An integer value between 1 and 31, inclusive, that is the day number.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilderLimited object used to define a daily recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder.Interval(System.Int32)">
      <summary>
        <para>Specifies the interval (in days) between the starts of occurrences.</para>
      </summary>
      <param name="interval">The interval (in days) between the starts of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilderLimited object used to define a daily recurrence.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DataSource">
      <summary>
        <para>An object that specifies data sources and mappings for the Scheduler objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DataSource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.DataSource"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentLabelMappings">
      <summary>
        <para>Gets an object that specifies how appointment label properties map to the data source fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelMappings"/> object that provides information on the mapping of the appointment label properties to the data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AppointmentLabelMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentLabelMappings">DataSource.AppointmentLabelMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentLabelsSource">
      <summary>
        <para>Gets or sets a collection of objects containing appointment label (category) information. This is a dependency property.</para>
      </summary>
      <value>A collection of objects which contain label information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AppointmentLabelsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentLabelsSource">DataSource.AppointmentLabelsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentMappings">
      <summary>
        <para>Gets an object that specifies how appointment properties map to the data source fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentMappings"/> object that provides information on the mapping of the appointment properties to the data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AppointmentMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentMappings">DataSource.AppointmentMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentsSource">
      <summary>
        <para>Gets or sets a collection of objects containing appointment information. This is a dependency property.</para>
      </summary>
      <value>A collection of objects which contain appointment information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AppointmentsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentsSource">DataSource.AppointmentsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentStatusesSource">
      <summary>
        <para>Gets or sets a collection of objects containing appointment status information. This is a dependency property.</para>
      </summary>
      <value>A collection of objects which contain appointment status information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AppointmentStatusesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentStatusesSource">DataSource.AppointmentStatusesSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentStatusMappings">
      <summary>
        <para>Gets an object that specifies how appointment status properties map to the data source fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusMappings"/> object that provides information on the mapping of the appointment status properties to the data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AppointmentStatusMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AppointmentStatusMappings">DataSource.AppointmentStatusMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AutoRetryFetchMaxCount">
      <summary>
        <para>Gets or sets the maximum number of retries in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> during an asynchronous data load. This is a dependency property.</para>
      </summary>
      <value>Specifies the maximum number of retries.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AutoRetryFetchMaxCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AutoRetryFetchMaxCount"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.AutoRetryFetchTimeOut">
      <summary>
        <para>Gets or sets the retry timeout in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> during an asynchronous data load. This is a dependency property.</para>
      </summary>
      <value>Specifies the retry timeout in milliseconds.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.AutoRetryFetchTimeOutProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.AutoRetryFetchTimeOut"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.DataSource.CreateSourceObject">
      <summary>
        <para>Allows you to set the source object for a newly created appointment.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.DateTimeSavingMode">
      <summary>
        <para>Gets or sets the conversion type for storing the appointment dates. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.DateTimeSavingMode enumeration value specifying the storage mode for date-time values. The default is Appointment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.DateTimeSavingModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.DateTimeSavingMode">DataSource.DateTimeSavingMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DataSource.EnsureFetchAppointments(DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>Loads appointments for the specified time interval.</para>
      </summary>
      <param name="interval">A DevExpress.Mvvm.DateTimeRange value that is the time interval for which to load appointments.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DataSource.EnsureFetchTimeRegions(DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>Loads <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see> for the specified time interval.</para>
      </summary>
      <param name="interval">A DevExpress.Mvvm.DateTimeRange value that is the time interval for which to load time regions.</param>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.DataSource.FetchAppointments">
      <summary>
        <para>Allows you to load appointments only for the specified date range.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.FetchMode">
      <summary>
        <para>Specifies whether to process the <see cref="E:DevExpress.Xpf.Scheduling.DataSource.FetchAppointments"/> and <see cref="E:DevExpress.Xpf.Scheduling.DataSource.FetchTimeRegions"/> events in bound or unbound mode. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.FetchMode enumeration value. By default, Bound.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.FetchModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.FetchMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.FetchRange">
      <summary>
        <para>Specifies the time interval for which to load the scheduler items. This is a dependency property.</para>
      </summary>
      <value>A System.TimeSpan value. The default is 1 month.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.FetchRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.FetchRange"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.DataSource.FetchTimeRegions">
      <summary>
        <para>Allows you to load time regions only for the specified date range.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DataSource.ReloadAppointments(System.Object[])">
      <summary>
        <para>Reloads the specified appointments from the data source.</para>
      </summary>
      <param name="ids">A list of appointment identifiers.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DataSource.ReloadTimeRegions(System.Object[])">
      <summary>
        <para>Reloads the specified time regions from the data source.</para>
      </summary>
      <param name="ids">A list of time region identifiers.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.ResourceMappings">
      <summary>
        <para>Gets an object that specifies how resource properties map to the data source fields. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceMappings"/> object that provides information on the mapping of the resource properties to the data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.ResourceMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.ResourceMappings">DataSource.ResourceMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.ResourceSharing">
      <summary>
        <para>Gets or sets a value indicating whether an appointment can be shared between multiple resources. This is a dependency property.</para>
      </summary>
      <value>true, to enable resource sharing; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.ResourceSharingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.ResourceSharing">DataSource.ResourceSharing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.ResourcesSource">
      <summary>
        <para>Gets or sets a collection of objects containing resource information. This is a dependency property.</para>
      </summary>
      <value>A collection of objects which contain resource information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.ResourcesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.ResourcesSource">DataSource.ResourcesSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.TimeRegionMappings">
      <summary>
        <para>Gets an object that specifies how time region properties map to the data source fields. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.TimeRegionMappings">TimeRegionMappings</see> object that provides information on the mapping of the time region properties to the data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.TimeRegionMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.TimeRegionMappings">DataSource.TimeRegionMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.TimeRegionsSource">
      <summary>
        <para>Gets or sets a collection of objects containing time region information. This is a dependency property.</para>
      </summary>
      <value>A collection of objects which contain time region information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.TimeRegionsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.TimeRegionsSource">DataSource.TimeRegionsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DataSource.TimeZone">
      <summary>
        <para>Specifies the time zone to which to convert date-time values stored in the data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DataSource.TimeZoneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DataSource.TimeZone"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">
      <summary>
        <para>Indicates the interval displayed by the Scheduler control and provides navigation buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DateNavigationPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ActualShowViewSelector">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowViewSelector"/> value. If the View number is 1, the View Selector is not displayed. This is a dependency property.</para>
      </summary>
      <value>Hides the View Selector if the Views number is 1.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.ActualShowViewSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ActualShowViewSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.BackButtonStyle">
      <summary>
        <para>Gets or sets the style of the Backward Button. This is a dependency property.</para>
      </summary>
      <value>Contains style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.BackButtonStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.BackButtonStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.BackCommand">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Input.ICommand"/> that is invoked when a user clicks the Backward button on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.ICommand"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.BackCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.BackCommand"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeFullFormat">
      <summary>
        <para>Gets or sets the format of the text displayed on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">DateNavigationPanel</see>. This is a dependency property.</para>
      </summary>
      <value>Specifies the format string used to indicate an interval of one or more years.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeFullFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeFullFormat">DateNavigationPanel.DayModeFullFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameDayFormat">
      <summary>
        <para>Gets or sets the format of the text displayed on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">DateNavigationPanel</see>. This is a dependency property.</para>
      </summary>
      <value>Specifies the format string used to indicate a single day interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameDayFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameDayFormat">DateNavigationPanel.DayModeSameDayFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameMonthFormat">
      <summary>
        <para>Gets or sets the format of the text displayed on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">DateNavigationPanel</see>. This is a dependency property.</para>
      </summary>
      <value>Specifies the format string used to indicate a single month interval.’</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameMonthFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameMonthFormat">DateNavigationPanel.DayModeSameMonthFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameYearFormat">
      <summary>
        <para>Gets or sets the format of the text displayed on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">DateNavigationPanel</see>. This is a dependency property.</para>
      </summary>
      <value>Specifies the format string used to indicate a single year interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameYearFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DayModeSameYearFormat">DateNavigationPanel.DayModeSameYearFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayMode">
      <summary>
        <para>Gets or sets whether the panel displays the days of the month. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.DateNavigationPanelDisplayMode enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayMode">DateNavigationPanel.DisplayMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayText">
      <summary>
        <para>Returns the text displayed in the panel that indicates the currently visible interval. This is a dependency property.</para>
      </summary>
      <value>A System.String value that is the text displayed by the date navigation panel.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayText">DateNavigationPanel.DisplayText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.GoToDateCommand">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Input.ICommand"/> that is invoked when a user selects a date from the drop-down calendar window in the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.ICommand"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.GoToDateCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.GoToDateCommand"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.Interval">
      <summary>
        <para>Gets or sets the time interval of the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayText"/>. This is a dependency property.</para>
      </summary>
      <value>Specifies the time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.IntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.Interval"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeFullFormat">
      <summary>
        <para>Gets or sets the format of the text displayed on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">DateNavigationPanel</see>. This is a dependency property.</para>
      </summary>
      <value>Specifies the format string used to indicate an interval of one or more years.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeFullFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeFullFormat">DateNavigationPanel.MonthModeFullFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeSameMonthFormat">
      <summary>
        <para>Gets or sets the format of the text displayed on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">DateNavigationPanel</see>. This is a dependency property.</para>
      </summary>
      <value>Specifies the format string used to indicate a single month interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeSameMonthFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeSameMonthFormat">DateNavigationPanel.MonthModeSameMonthFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeSameYearFormat">
      <summary>
        <para>Gets or sets the format of the text displayed on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel">DateNavigationPanel</see>. This is a dependency property.</para>
      </summary>
      <value>Specifies the format string used to indicate a single year interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeSameYearFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.MonthModeSameYearFormat">DateNavigationPanel.MonthModeSameYearFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.NextButtonStyle">
      <summary>
        <para>Gets or sets the style of the Forward Button. This is a dependency property.</para>
      </summary>
      <value>Contains style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.NextButtonStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.NextButtonStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.NextCommand">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Input.ICommand"/> that is invoked when a user clicks the Forward button on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.ICommand"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.NextCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.NextCommand"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.Scheduler">
      <summary>
        <para>Gets or sets the SchedulerControl that is the owner of the date navigation panel. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.SchedulerControl instance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.SchedulerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.Scheduler">DateNavigationPanel.Scheduler</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowButtons">
      <summary>
        <para>Gets or sets whether to display the Back and Next navigation buttons. This is a dependency property.</para>
      </summary>
      <value>true to display the Back and Next buttons; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowButtonsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowButtons">DateNavigationPanel.ShowButtons</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowCalendarButton">
      <summary>
        <para>Gets or sets whether to display the Calendar Button on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>true to display the Calendar Button; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowCalendarButtonProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowCalendarButton"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowText">
      <summary>
        <para>Gets or sets whether to display the text in the panel that indicates the currently visible interval. This is a dependency property.</para>
      </summary>
      <value>true to display the text that indicates the currently visible interval; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowText">DateNavigationPanel.ShowText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowViewSelector">
      <summary>
        <para>Gets or sets whether to display the View selector on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>true to display the View Selector; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowViewSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ShowViewSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.TextBlockStyle">
      <summary>
        <para>Gets or sets the style of the text on the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>Contains style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.TextBlockStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.TextBlockStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ViewSelectorStyle">
      <summary>
        <para>Gets or sets the style of the View Selector. This is a dependency property.</para>
      </summary>
      <value>Contains style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanel.ViewSelectorStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.ViewSelectorStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DateNavigationPanelDisplayMode">
      <summary>
        <para>Lists the values for the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayMode"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanelDisplayMode.Day">
      <summary>
        <para>Displays the day, the month, and the year in the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayText"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DateNavigationPanelDisplayMode.Month">
      <summary>
        <para>Displays the month and the year in the <see cref="P:DevExpress.Xpf.Scheduling.DateNavigationPanel.DisplayText"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DayView">
      <summary>
        <para>A view that displays a detailed picture of events across one or more days.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DayView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.DayView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayView.DayCount">
      <summary>
        <para>Gets or sets the number of days that are simultaneously displayed within the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>. This is a dependency property.</para>
      </summary>
      <value>A positive integer value specifying the number of days displayed by the Day View. The default is 1.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayView.DayCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayView.DayCount">DayView.DayCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayView.Days">
      <summary>
        <para>Gets or sets the days displayed in the DayView.</para>
      </summary>
      <value>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:System.DateTime"/>,&gt; list of dates displayed in a view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayView.DaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayView.Days">DayView.Days</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DayView.NavigateBackward">
      <summary>
        <para>Moves one visible time frame backward.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DayView.NavigateForward">
      <summary>
        <para>Advances one visible time frame forward.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The DevExpress.Xpf.Scheduling.ViewType.DayView value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DayViewBase">
      <summary>
        <para>A base class for views which display one or more days in a detailed manner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ActualVisibleTime">
      <summary>
        <para>Gets the actual time interval displayed by the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, or <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.TimeSpanRange"/> object which specifies the visible time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ActualVisibleTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ActualVisibleTime">DayViewBase.ActualVisibleTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of all-day appointments in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the all-day appointment appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentContentTemplate">DayViewBase.AllDayAppointmentContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects an all-day appointment content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentContentTemplateSelector">DayViewBase.AllDayAppointmentContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentFullIntervalStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments in the all-day area that indicate the full interval of an appointment. This is a dependency property</para>
      </summary>
      <value>A System.String value specifying the format string. By default, {0:MMM d h:mm tt}-{1:MMM d h:mm tt}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentFullIntervalStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentFullIntervalStringFormat">DayViewBase.AllDayAppointmentFullIntervalStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentIntervalStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments in the all-day area that indicate the interval of an appointment. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, {0:h:mm tt}-{1:h:mm tt}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentIntervalStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentIntervalStringFormat">DayViewBase.AllDayAppointmentIntervalStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentLeftArrowTextStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments in the all-day area that do not fit in the view area. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, From {0:MMM d}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentLeftArrowTextStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentLeftArrowTextStringFormat">DayViewBase.AllDayAppointmentLeftArrowTextStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentMinHeight">
      <summary>
        <para>Gets or sets the height of all-day appointments in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the all-day appointment height in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentMinHeight">DayViewBase.AllDayAppointmentMinHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentRightArrowTextStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments in the all-day area that do not fit in the view area. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, To {0:MMM d}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentRightArrowTextStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentRightArrowTextStringFormat">DayViewBase.AllDayAppointmentRightArrowTextStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentStyle">
      <summary>
        <para>Gets or sets the style of all-day appointments in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to all-day appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAppointmentStyle">DayViewBase.AllDayAppointmentStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAreaMinHeight">
      <summary>
        <para>Gets or sets the minimum height of the All-Day Area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the minimum height of the all-day area in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAreaMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayAreaMinHeight">DayViewBase.AllDayAreaMinHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of all-day area cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the all-day cell appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellContentTemplate">DayViewBase.AllDayCellContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects an all-day cell content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellContentTemplateSelector">DayViewBase.AllDayCellContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellStyle">
      <summary>
        <para>Gets or sets the style of all-day area cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the all-day area cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDayCellStyle">DayViewBase.AllDayCellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDaySeparatorSize">
      <summary>
        <para>Gets or sets the height of a separator bar between the all-day area and the main area of the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies a separator height in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AllDaySeparatorSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AllDaySeparatorSize">DayViewBase.AllDaySeparatorSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of appointments in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the appointment appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentContentTemplate">DayViewBase.AppointmentContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects an appointment content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentContentTemplateSelector">DayViewBase.AppointmentContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentMinHeight">
      <summary>
        <para>Gets or sets the minimum height of appointments in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the minimum appointment height in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentMinHeight">DayViewBase.AppointmentMinHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentStyle">
      <summary>
        <para>Gets or sets the style of appointments in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentStyle">DayViewBase.AppointmentStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.CellContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of time cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the time cell appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.CellContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.CellContentTemplate">DayViewBase.CellContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.CellContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects a time cell content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.CellContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.CellContentTemplateSelector">DayViewBase.CellContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.CellMinHeight">
      <summary>
        <para>Gets or sets the minimum height of time cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the minimum cell height in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.CellMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.CellMinHeight">DayViewBase.CellMinHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.CellStyle">
      <summary>
        <para>Gets or sets the style of time cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to time cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.CellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.CellStyle">DayViewBase.CellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderStringFormat">
      <summary>
        <para>Specifies the format of the string displayed in date headers. This is a dependency property.</para>
      </summary>
      <value>The format string. By default, null</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderStringFormat">DayViewBase.DateHeaderStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderStringFormats">
      <summary>
        <para>Specifies the formats of the string displayed in date headers. This is a dependency property.</para>
      </summary>
      <value>A list of format strings. By default, “{0:dddd, d}”, “{0:ddd d}”, “{0:%d}”</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderStringFormatsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderStringFormats">DayViewBase.DateHeaderStringFormats</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderUseUpperCase">
      <summary>
        <para>Specifies whether to capitalize the header text. This is a dependency property.</para>
      </summary>
      <value>true, to capitalize the header text; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderUseUpperCaseProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.DateHeaderUseUpperCase">DayViewBase.DateHeaderUseUpperCase</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DayViewBase.EnsureResourceVisible(DevExpress.Xpf.Scheduling.ResourceItem)">
      <summary>
        <para>Scrolls a view to the specified resource to show it.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource to display.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.HighlightNonworkingHours">
      <summary>
        <para>Specifies whether to highlight non-working hours. This is a dependency property.</para>
      </summary>
      <value>true, to highlight non-working hours; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.HighlightNonworkingHoursProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.HighlightNonworkingHours">DayViewBase.HighlightNonworkingHours</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.IsHorizontalPerPixelScrollingEnabled">
      <summary>
        <para>Specifies whether the horizontal scrolling is per-pixel. This is a dependency property.</para>
      </summary>
      <value>true to enable per-pixel scrolling; false to enable day by day scrolling. By default, true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.IsHorizontalPerPixelScrollingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.IsHorizontalPerPixelScrollingEnabled">DayViewBase.IsHorizontalPerPixelScrollingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.IsHorizontalScrollSnappingEnabled">
      <summary>
        <para>Gets or sets a value indicating whether the Scheduler should snap to the left-edge of the closest time cell column when scrolling completes. This is a dependency property.</para>
      </summary>
      <value>true, to enable snapping for horizontal scrolling; otherwise, false. The default is false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.IsHorizontalScrollSnappingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.IsHorizontalScrollSnappingEnabled">DayViewBase.IsHorizontalScrollSnappingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.IsVerticalPerPixelScrollingEnabled">
      <summary>
        <para>Specifies whether the vertical scrolling is per-pixel. This is a dependency property.</para>
      </summary>
      <value>true to enable per-pixel scrolling; false to enable per time cell scrolling. By default, true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.IsVerticalPerPixelScrollingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.IsVerticalPerPixelScrollingEnabled">DayViewBase.IsVerticalPerPixelScrollingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DayViewBase.RoundSelectedInterval(DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>Stretches the specified time interval to the time slot boundaries.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the original time range.</param>
      <returns>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the time range aligned to the time slot boundaries.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentArrowImages">
      <summary>
        <para>Gets or sets whether to display arrows that indicate <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> that last more than one day for appointments in the all-day area. This is a dependency property.</para>
      </summary>
      <value>true, to display arrows within all-day appointments that last more than one day; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentArrowImagesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentArrowImages">DayViewBase.ShowAllDayAppointmentArrowImages</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentDescription">
      <summary>
        <para>Gets or sets whether to display descriptions within <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> in the all-day area. This is a dependency property.</para>
      </summary>
      <value>true, to display descriptions within appointments in the all-day area; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentDescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentDescription">DayViewBase.ShowAllDayAppointmentDescription</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentInterval">
      <summary>
        <para>Gets or sets whether to display the start and end date and time within <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> in the all-day area. This is a dependency property.</para>
      </summary>
      <value>true, to display appointment’s start and end date and time; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentInterval">DayViewBase.ShowAllDayAppointmentInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentLocation">
      <summary>
        <para>Gets or sets whether to display the location within <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> in the all-day area. This is a dependency property.</para>
      </summary>
      <value>true, to display the appointment’s location; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentLocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentLocation">DayViewBase.ShowAllDayAppointmentLocation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentRecurrenceImage">
      <summary>
        <para>Gets or sets whether to display icons that indicate recurring <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> in the all-day area. This is a dependency property.</para>
      </summary>
      <value>true, to display icons that indicate recurring appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentRecurrenceImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentRecurrenceImage">DayViewBase.ShowAllDayAppointmentRecurrenceImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentReminderImage">
      <summary>
        <para>Gets or sets whether to display icons that indicate <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminders</see> for <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> in the all-day area. This is a dependency property.</para>
      </summary>
      <value>true, to display icons that indicate appointments that have reminders; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentReminderImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentReminderImage">DayViewBase.ShowAllDayAppointmentReminderImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentStatus">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">status bar</see> within appointments in the all-day area. This is a dependency property.</para>
      </summary>
      <value>true, to display the status bar; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentStatusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAppointmentStatus">DayViewBase.ShowAllDayAppointmentStatus</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayArea">
      <summary>
        <para>Gets or sets a value indicating whether the All-Day Area is shown in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>true, to show the all-day area; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayAreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayArea">DayViewBase.ShowAllDayArea</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowTimeIndicatorOverAppointment">
      <summary>
        <para>Gets or sets a value indicating whether the Time Indicator is displayed over appointments in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>true to display the current time line over appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowTimeIndicatorOverAppointmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowTimeIndicatorOverAppointment">DayViewBase.ShowTimeIndicatorOverAppointment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowWorkTimeOnly">
      <summary>
        <para>Gets or sets a value indicating whether the <see href="https://docs.devexpress.com/WPF/114881/controls-and-libraries/scheduler">SchedulerControl</see> should show its data only for the working hours in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>true, to show work hours only; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.ShowWorkTimeOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowWorkTimeOnly">DayViewBase.ShowWorkTimeOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.SnapToCellsMode">
      <summary>
        <para>Gets or sets the method of snapping appointments to time cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SnapToCellsMode"/> enumeration member specifying the snap method.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.SnapToCellsModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.SnapToCellsMode">DayViewBase.SnapToCellsMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeIndicatorVisibility">
      <summary>
        <para>Gets or sets a mode that specifies how to display the Time Indicator in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorVisibility"/> enumeration member. The default is <see cref="F:DevExpress.XtraScheduler.TimeIndicatorVisibility.TodayView">TimeIndicatorVisibility.TodayView</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeIndicatorVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeIndicatorVisibility">DayViewBase.TimeIndicatorVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeMarkerVisibility">
      <summary>
        <para>Gets or sets the time marker’s visibility for all time rulers in the view. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeMarkerVisibility"/> enumeration member. The default is <see cref="F:DevExpress.XtraScheduler.TimeMarkerVisibility.TodayView">TimeMarkerVisibility.TodayView</see></value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeMarkerVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeMarkerVisibility">DayViewBase.TimeMarkerVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerCellStyle">
      <summary>
        <para>Gets or sets the style of the time ruler cells. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to cells within a time ruler.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerCellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerCellStyle">DayViewBase.TimeRulerCellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulers">
      <summary>
        <para>Gets or sets the collection of <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> objects for the current view. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.TimeRulerCollection object that is a collection of time rulers within the view.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerSize">
      <summary>
        <para>Gets or sets the value that specifies the time ruler size. This is a dependency property.</para>
      </summary>
      <value>A System.Double value that is the time ruler size (in pixels).</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerSize">DayViewBase.TimeRulerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulers">DayViewBase.TimeRulers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulersSource">
      <summary>
        <para>Gets or sets the source from which time rulers are generated. This is a dependency property.</para>
      </summary>
      <value>A collection that is used to generate time rulers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulersSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulersSource">DayViewBase.TimeRulersSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerTemplate">
      <summary>
        <para>Gets or sets a template that describes time rulers. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that is the time ruler template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeRulerTemplate">DayViewBase.TimeRulerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScale">
      <summary>
        <para>Gets or sets the time interval for time slots in the scheduling area.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that is the time slot interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeScaleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScale">DayViewBase.TimeScale</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScales">
      <summary>
        <para>Gets or sets the time intervals from which end-users can choose to set the time slot interval.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.TimeSpanCollection"/> object that is a collection of time intervals.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TimeScalesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScales">DayViewBase.TimeScales</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.TopRowTime">
      <summary>
        <para>Gets or sets the time of the topmost row which is currently shown in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value specifying the time value for the top row.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.TopRowTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TopRowTime">DayViewBase.TopRowTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DayViewBase.VisibleTime">
      <summary>
        <para>Gets or sets the time of the view’s day interval for the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.TimeSpanRange"/> object which specifies the time of the view’s day interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DayViewBase.VisibleTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.VisibleTime">DayViewBase.VisibleTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DayViewBase.ZoomIn">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScale">DayViewBase.TimeScale</see> to the next value in the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScales">DayViewBase.TimeScales</see> collection to display the view content in more detail.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DayViewBase.ZoomOut">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScale">DayViewBase.TimeScale</see> to the previous value in the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScales">DayViewBase.TimeScales</see> collection to display a broader look of the view.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DefaultBarItemNames">
      <summary>
        <para>Stores the names of the default <see href="https://docs.devexpress.com/WPF/120132/controls-and-libraries/scheduler/visual-elements/ribbon">Scheduler Ribbon</see> items and <see href="https://docs.devexpress.com/WPF/119618/controls-and-libraries/scheduler/visual-elements/pop-up-menus">Pop-Up Menus</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Categories_Appointment">
      <summary>
        <para>Returns the Categories_Appointment string. Identifies a contextual page category displayed only when an appointment is selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Categories_Default">
      <summary>
        <para>Returns the Categories_Default string. Identifies the default page category.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Actions_Copy">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Actions_Copy string. Identifies the Copy item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Actions_Cut">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Actions_Cut string. Identifies the Cut item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Actions_Delete">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Actions_Delete string. Identifies the Delete item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Actions_EditSeries">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Actions_EditSeries string. Identifies the Edit Series item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Actions_Open">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Actions_Open string. Identifies the Open item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Actions_Paste">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Actions_Paste string. Identifies the Paste item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Actions_RestoreOccurrence">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Actions_RestoreOccurrence string. Identifies the Restore Default State item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Options_LabelAs">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Options_LabelAs string. Identifies the Label As item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Appointment_Options_ShowTimeAs">
      <summary>
        <para>Returns the ContextMenu_Items_Appointment_Options_ShowTimeAs string. Identifies the Show Time As item in the Appointment Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_AppointmentDrop_Actions_CancelDropAppointments">
      <summary>
        <para>Returns the ContextMenu_Items_AppointmentDrop_Actions_CancelDropAppointments string. Identifies the Cancel item in the Appointment Drag Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_AppointmentDrop_Actions_CopyAppointmentsOnDrop">
      <summary>
        <para>Returns the ContextMenu_Items_AppointmentDrop_Actions_CopyAppointmentsOnDrop string. Identifies the Copy item in the Appointment Drag Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_AppointmentDrop_Actions_MoveAppointmentsOnDrop">
      <summary>
        <para>Returns the ContextMenu_Items_AppointmentDrop_Actions_MoveAppointmentsOnDrop string. Identifies the Move item in the Appointment Drag Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_GotoDate">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_GotoDate string. Identifies the Go to Date… item in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_GotoToday">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_GotoToday string. Identifies the Go to Today item in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_NewAllDayEvent">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_NewAllDayEvent string. Identifies the New All Day Event item in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_NewAppointment">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_NewAppointment string. Identifies the New Appointment item in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_NewRecurringAppointment">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_NewRecurringAppointment string. Identifies the New Recurring Appointment item in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_NewRecurringEvent">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_NewRecurringEvent string. Identifies the New Recurring Event item in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_Paste">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_Paste string. Identifies the Paste item in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_SwitchView">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_SwitchView string. Identifies the Change View To submenu in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_TimeScaleCaptions">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_TimeScaleCaptions string. Identifies the Time Scale Captions submenu in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_Cell_Actions_TimeScales">
      <summary>
        <para>Returns the ContextMenu_Items_Cell_Actions_TimeScales string. Identifies the Time Scales submenu in the Cell Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_TimeRuler_Actions_CustomizeTimeRuler">
      <summary>
        <para>Returns the ContextMenu_Items_TimeRuler_Actions_CustomizeTimeRuler string. Identifies the Customize Time Ruler… item in the Time Ruler Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_TimeRuler_Actions_NewAllDayEvent">
      <summary>
        <para>Returns the ContextMenu_Items_TimeRuler_Actions_NewAllDayEvent string. Identifies the New All Day Event item in the Time Ruler Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_TimeRuler_Actions_NewAppointment">
      <summary>
        <para>Returns the ContextMenu_Items_TimeRuler_Actions_NewAppointment string. Identifies the New Appointment item in the Time Ruler Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_TimeRuler_Actions_NewRecurringAppointment">
      <summary>
        <para>Returns the ContextMenu_Items_TimeRuler_Actions_NewRecurringAppointment string. Identifies the New Recurring Appointment item in the Time Ruler Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_TimeRuler_Actions_NewRecurringEvent">
      <summary>
        <para>Returns the ContextMenu_Items_TimeRuler_Actions_NewRecurringEvent string. Identifies the New Recurring Event item in the Time Ruler Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_TimeRuler_Actions_SwitchTimeScale">
      <summary>
        <para>Returns the ContextMenu_Items_TimeRuler_Actions_SwitchTimeScale string. Identifies a container for menu items which specify time scale intervals in the Time Ruler Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ContextMenu_Items_TimeRuler_Actions_SwitchView">
      <summary>
        <para>Returns the ContextMenu_Items_TimeRuler_Actions_SwitchView string. Identifies the Change View To submenu in the Time Ruler Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Appointment_Actions">
      <summary>
        <para>Returns the Groups_Appointment_Actions string. Identifies the Actions group on the Appointment tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Appointment_Options">
      <summary>
        <para>Returns the Groups_Appointment_Options string. Identifies the Options group on the Appointment tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Home_Appointment">
      <summary>
        <para>Returns the Groups_Home_Appointment string. Identifies the Appointment group on the Home tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Home_Arrange">
      <summary>
        <para>Returns the Groups_Home_Arrange string. Identifies the Arrange group on the Home tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Home_GroupBy">
      <summary>
        <para>Returns the Groups_Home_GroupBy string. Identifies the Group By group on the Home tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Home_Layout">
      <summary>
        <para>Returns the Groups_Home_Layout string. Identifies the Layout group on the Home tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Home_Navigate">
      <summary>
        <para>Returns the Groups_Home_Navigate string. Identifies the Navigate group on the Home tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Home_TimeScale">
      <summary>
        <para>Returns the Groups_Home_TimeScale string. Identifies the Time Scale group on the Home tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Groups_Home_Window">
      <summary>
        <para>Returns the Groups_Home_Window string. Identifies the Window group on the Home tab.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Actions_Copy">
      <summary>
        <para>Returns the Items_Appointment_Actions_Copy string. Identifies a button that copies the selected appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Actions_Cut">
      <summary>
        <para>Returns the Items_Appointment_Actions_Cut string. Identifies a button that cuts the selected appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Actions_Delete">
      <summary>
        <para>Returns the Items_Appointment_Actions_Delete string. Identifies a button that deletes the selected appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Actions_Open">
      <summary>
        <para>Returns the Items_Appointment_Actions_Open string. Identifies a button that invokes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow"/> dialog for the selected appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Actions_Paste">
      <summary>
        <para>Returns the Items_Appointment_Actions_Paste string. Identifies a button that pastes an appointment(-s) from the clipboard to the selected cell.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Options_LabelAs">
      <summary>
        <para>Returns the Items_Appointment_Options_LabelAs string. Identifies a drop-down control that specifies the appointment <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">label</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Options_Recurrence">
      <summary>
        <para>Returns the Items_Appointment_Options_Recurrence string. Identifies a button that invokes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.RecurrenceWindow"/> dialog.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Options_Reminder">
      <summary>
        <para>Returns the Items_Appointment_Options_Reminder string. Identifies a button that invokes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.RemindersWindow"/> dialog.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Appointment_Options_ShowTimeAs">
      <summary>
        <para>Returns the Items_Appointment_Options_ShowTimeAs string. Identifies a drop-down control that specifies the appointment <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">status</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Appointment_NewAppointment">
      <summary>
        <para>Returns the Items_Home_Appointment_NewAppointment string. Identifies a button that invokes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow"/> dialog for the newly created appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Appointment_NewRecurringAppointment">
      <summary>
        <para>Returns the Items_Home_Appointment_NewRecurringAppointment string. Identifies a button that invokes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow"/> and <see cref="T:DevExpress.Xpf.Scheduling.Visual.RecurrenceWindow"/> dialogs for the newly created appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Arrange_Views">
      <summary>
        <para>Returns the Items_Home_Arrange_Views string. Identifies a container template populated with view switching buttons. Contains default views or explicitly defined views.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_GroupBy_GroupByDate">
      <summary>
        <para>Returns the Items_Home_GroupBy_GroupByDate string. Identifies a button that sets the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.GroupType">SchedulerControl.GroupType</see> property to the <see cref="F:DevExpress.XtraScheduler.SchedulerGroupType.Date">SchedulerGroupType.Date</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_GroupBy_GroupByNone">
      <summary>
        <para>Returns the Items_Home_GroupBy_GroupByNone string. Identifies a button that sets the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.GroupType">SchedulerControl.GroupType</see> property to the <see cref="F:DevExpress.XtraScheduler.SchedulerGroupType.None">SchedulerGroupType.None</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_GroupBy_GroupByResource">
      <summary>
        <para>Returns the Items_Home_GroupBy_GroupByResource string. Identifies a button that sets the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.GroupType">SchedulerControl.GroupType</see> property to the <see cref="F:DevExpress.XtraScheduler.SchedulerGroupType.Resource">SchedulerGroupType.Resource</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Layout_ShowWorkTimeOnly">
      <summary>
        <para>Returns the Items_Home_Layout_ShowWorkTimeOnly string. Identifies a button that specifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.ShowWorkTimeOnly">DayViewBase.ShowWorkTimeOnly</see> property value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Layout_SwitchSnapToCells">
      <summary>
        <para>Returns the Items_Home_Layout_SwitchSnapToCells string. Identifies a button that specifies the <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.SnapToCellsMode">DayViewBase.SnapToCellsMode</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Navigate_Backward">
      <summary>
        <para>Returns the Items_Home_Navigate_Backward string. Identifies a button that navigates one view page backward.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Navigate_Forward">
      <summary>
        <para>Returns the Items_Home_Navigate_Forward string. Identifies a button that navigates one view page forward.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Navigate_GotoToday">
      <summary>
        <para>Returns the Items_Home_Navigate_GotoToday string. Identifies a button that navigates to the current date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_TimeScale_IntervalCount">
      <summary>
        <para>Returns the Items_Home_TimeScale_IntervalCount string. Identifies an editor that specifies the number of columns displayed in the Timeline view (the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.IntervalCount">TimelineView.IntervalCount</see> property value).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_TimeScale_SwitchTimeScale">
      <summary>
        <para>Returns the Items_Home_TimeScale_SwitchTimeScale string. Identifies a drop-down control that specifies enabled time scales.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_TimeScale_TimeScaleCaptions">
      <summary>
        <para>Returns the Items_Home_TimeScale_TimeScaleCaptions string. Identifies a drop-down control that specifies the visible time scale captions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Items_Home_Window_ShowRemindersWindow">
      <summary>
        <para>Returns the Items_Home_Window_ShowRemindersWindow string. Identifies a button that invokes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.RemindersWindow"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Pages_Appointment">
      <summary>
        <para>Returns the Pages_Appointment string. Identifies the Appointment page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.Pages_Home">
      <summary>
        <para>Returns the Pages_Home string. Identifies the Home page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ResourceTree_ContextMenu_Items_Actions_Delete">
      <summary>
        <para>Returns the ResourceTree_ContextMenu_Items_Actions_Delete string. Identifies the Delete item in the Resource Tree Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ResourceTree_ContextMenu_Items_Actions_Find">
      <summary>
        <para>Returns the ResourceTree_ContextMenu_Items_Actions_Find string. Identifies the Find item in the Resource Tree Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ResourceTree_ContextMenu_Items_Actions_NewGroup">
      <summary>
        <para>Returns the ResourceTree_ContextMenu_Items_Actions_NewGroup string. Identifies the New Group item in the Resource Tree Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ResourceTree_ContextMenu_Items_Actions_NewResource">
      <summary>
        <para>Returns the ResourceTree_ContextMenu_Items_Actions_NewResource string. Identifies the New Resource item in the Resource Tree Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.ResourceTree_ContextMenu_Items_Actions_Rename">
      <summary>
        <para>Returns the ResourceTree_ContextMenu_Items_Actions_Rename string. Identifies the Rename item in the Resource Tree Pop-Up Menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBarItemNames.RibbonControl">
      <summary>
        <para>Returns the RibbonControl string. Identifies the <see cref="T:DevExpress.Xpf.Ribbon.RibbonControl"/> which owns bar items.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DefaultBrushNames">
      <summary>
        <para>Contains the names of the default brushes used to colorized the scheduler’s elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelAnniversary">
      <summary>
        <para>Returns the LabelAnniversary string. Identifies the brush used to paint the Anniversary label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelBirthday">
      <summary>
        <para>Returns the LabelBirthday string. Identifies the brush used to paint the Birthday label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelBusiness">
      <summary>
        <para>Returns the LabelBusiness string. Identifies the brush used to paint the Business label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelImportant">
      <summary>
        <para>Returns the LabelImportant string. Identifies the brush used to paint the Important label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelMustAttend">
      <summary>
        <para>Returns the LabelMustAttend string. Identifies the brush used to paint the MustAttend label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelNeedsPreparation">
      <summary>
        <para>Returns the LabelNeedsPreparation string. Identifies the brush used to paint the NeedsPreparation label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelNone">
      <summary>
        <para>Returns the LabelNone string. Identifies the brush used to paint the None label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelPersonal">
      <summary>
        <para>Returns the LabelPersonal string. Identifies the brush used to paint the Personal label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelPhoneCall">
      <summary>
        <para>Returns the LabelPhoneCall string. Identifies the brush used to paint the PhoneCall label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Labels">
      <summary>
        <para>Contains names of the brushes used to paint labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelTravelRequired">
      <summary>
        <para>Returns the LabelTravelRequired string. Identifies the brush used to paint the Travel Required label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.LabelVacation">
      <summary>
        <para>Returns the LabelVacation string. Identifies the brush used to paint the Vacation label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource1">
      <summary>
        <para>Returns the Resource1 string. Identifies the brush used to paint the 0 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource2">
      <summary>
        <para>Returns the Resource2 string. Identifies the brush used to paint the 1 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource3">
      <summary>
        <para>Returns the Resource3 string. Identifies the brush used to paint the 2 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource4">
      <summary>
        <para>Returns the Resource4 string. Identifies the brush used to paint the 3 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource5">
      <summary>
        <para>Returns the Resource5 string. Identifies the brush used to paint the 4 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource6">
      <summary>
        <para>Returns the Resource6 string. Identifies the brush used to paint the 5 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource7">
      <summary>
        <para>Returns the Resource7 string. Identifies the brush used to paint the 6 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource8">
      <summary>
        <para>Returns the Resource8 string. Identifies the brush used to paint the 7 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resource9">
      <summary>
        <para>Returns the Resource9 string. Identifies the brush used to paint the 8 index resource.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Resources">
      <summary>
        <para>Contains names of the brushes used to paint resources.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.StatusBusy">
      <summary>
        <para>Returns the StatusBusy string. Identifies the brush used to paint the Busy status.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.Statuses">
      <summary>
        <para>Contains names of the brushes used to paint statuses.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.StatusFree">
      <summary>
        <para>Returns the StatusFree string. Identifies the brush used to paint the Free status.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.StatusOutOfOffice">
      <summary>
        <para>Returns the StatusOutOfOffice string. Identifies the brush used to paint the Out Of Office status.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.StatusTentative">
      <summary>
        <para>Returns the StatusTentative string. Identifies the brush used to paint the Tentative status.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.StatusWorkingElsewhere">
      <summary>
        <para>Returns the StatusWorkingElsewhere string. Identifies the brush used to paint the Working Elsewhere status.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion1Dotted">
      <summary>
        <para>Returns the TimeRegion1Dotted string. Identifies the brush used to paint the 1Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion1Hatch">
      <summary>
        <para>Returns the TimeRegion1Hatch string. Identifies the brush used to paint the 1Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion2Dotted">
      <summary>
        <para>Returns the TimeRegion2Dotted string. Identifies the brush used to paint the 2Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion2Hatch">
      <summary>
        <para>Returns the TimeRegion2Hatch string. Identifies the brush used to paint the 2Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion3Dotted">
      <summary>
        <para>Returns the TimeRegion3Dotted string. Identifies the brush used to paint the 3Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion3Hatch">
      <summary>
        <para>Returns the TimeRegion3Hatch string. Identifies the brush used to paint the 3Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion4Dotted">
      <summary>
        <para>Returns the TimeRegion4Dotted string. Identifies the brush used to paint the 4Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion4Hatch">
      <summary>
        <para>Returns the TimeRegion4Hatch string. Identifies the brush used to paint the 4Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion5Dotted">
      <summary>
        <para>Returns the TimeRegion5Dotted string. Identifies the brush used to paint the 5Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion5Hatch">
      <summary>
        <para>Returns the TimeRegion5Hatch string. Identifies the brush used to paint the 5Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion6Dotted">
      <summary>
        <para>Returns the TimeRegion6Dotted string. Identifies the brush used to paint the 6Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion6Hatch">
      <summary>
        <para>Returns the TimeRegion6Hatch string. Identifies the brush used to paint the 6Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion7Dotted">
      <summary>
        <para>Returns the TimeRegion7Dotted string. Identifies the brush used to paint the 7Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion7Hatch">
      <summary>
        <para>Returns the TimeRegion7Hatch string. Identifies the brush used to paint the 7Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion8Dotted">
      <summary>
        <para>Returns the TimeRegion8Dotted string. Identifies the brush used to paint the 8Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion8Hatch">
      <summary>
        <para>Returns the TimeRegion8Hatch string. Identifies the brush used to paint the 8Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion9Dotted">
      <summary>
        <para>Returns the TimeRegion9Dotted string. Identifies the brush used to paint the 9Dotted time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegion9Hatch">
      <summary>
        <para>Returns the TimeRegion9Hatch string. Identifies the brush used to paint the 9Hatch time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DefaultBrushNames.TimeRegions">
      <summary>
        <para>Contains names of the brushes used to paint time regions.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DeleteOccurrenceWindowShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.DeleteOccurrenceWindowShowing">SchedulerControl.DeleteOccurrenceWindowShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.DeleteOccurrenceWindowShowingEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.DeleteOccurrenceWindowShowingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing the Scheduler.</param>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object representing the target appointment.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DeleteOccurrenceWindowShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.DeleteOccurrenceWindowShowing">SchedulerControl.DeleteOccurrenceWindowShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.DeleteOccurrenceWindowShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.DropAppointment"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.AllowedEffects">
      <summary>
        <para>Returns a member of the <see cref="T:System.Windows.DragDropEffects">DragDropEffects</see> enumeration that specifies which operations are allowed by the originator of the drag event.</para>
      </summary>
      <value>A System.Windows.DragDropEffects enumeration value. This enumeration is marked with the <see cref="T:System.FlagsAttribute"/> that allows a bitwise combination of its member values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.ConflictedAppointments">
      <summary>
        <para>Returns the collection of dragged appointments that are conflicting with the current appointments.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.Data">
      <summary>
        <para>Allows you to generate an appointment when the user drags an object in the Scheduler from an external source.</para>
      </summary>
      <value>An object that the user drags in the Scheduler from an external source.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.DragAppointments">
      <summary>
        <para>Returns the list of dragged appointments.</para>
      </summary>
      <value>A lsit of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.Effects">
      <summary>
        <para>Returns a member of the <see cref="T:System.Windows.DragDropEffects">DragDropEffects</see> enumeration that specifies which operation is the result of the drag-drop operation.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DragDropEffects">DragDropEffects</see> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.IsFromOutside">
      <summary>
        <para>Indicates whether the content was dragged from an external control or application.</para>
      </summary>
      <value>true, if the content was dragged from an external control or application; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.KeyStates">
      <summary>
        <para>Gets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.</para>
      </summary>
      <value>One or more members of the <see cref="T:System.Windows.DragDropKeyStates">DragDropKeyStates</see> flag enumeration.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.DropAppointmentEventArgs.SourceAppointments">
      <summary>
        <para>Provides access to the collection of dragged appointments before the drag-drop operation.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.DXColorSavingType">
      <summary>
        <para>Lists data types used for storing the color.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DXColorSavingType.ArgbColor">
      <summary>
        <para>Stores the color setting in ARGB format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DXColorSavingType.Auto">
      <summary>
        <para>The data format for storing a color is determined automatically based on the type of the field mapped to the Color property. The fallback value is DXColorSavingType.ArgbColor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DXColorSavingType.ColorInstance">
      <summary>
        <para>Stores the color setting as an <see cref="T:System.Windows.Media.Color"/> instance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DXColorSavingType.ColorString">
      <summary>
        <para>Stores the color setting as the ARGB value formatted as a hexadecimal string and prefixed with “0x”. That is, the Colors.Red is stored as “0xFFFF0000”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.DXColorSavingType.OleColor">
      <summary>
        <para>Stores the color setting in OLE_COLOR format.</para>
      </summary>
    </member>
    <member name="N:DevExpress.Xpf.Scheduling.Editors">
      <summary>
        <para>Contains classes for editors used in WPF Scheduler UI to display and specify object property values. To use these classes in XAML code, add the xmlns:dxsch=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.AppointmentLabelEdit">
      <summary>
        <para>A combo box editor used to select an appointment label.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Editors.AppointmentLabelEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Editors.AppointmentLabelEdit"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.AppointmentResourceEdit">
      <summary>
        <para>A combo box editor used to select a single resource.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Editors.AppointmentResourceEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Editors.AppointmentResourceEdit"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Editors.AppointmentResourceEdit.ShowEmptyResource">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.Xpf.Scheduling.Editors.AppointmentResourceEdit"/> control allows selecting (Any) resource which specifies an empty resource object. This is a dependency property.</para>
      </summary>
      <value>true, to show the empty resource item; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Editors.AppointmentResourceEdit.ShowEmptyResourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Editors.AppointmentResourceEdit.ShowEmptyResource">AppointmentResourceEdit.ShowEmptyResource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.AppointmentResourcesEdit">
      <summary>
        <para>A combo box used to select multiple resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Editors.AppointmentResourcesEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Editors.AppointmentResourcesEdit"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.AppointmentStatusEdit">
      <summary>
        <para>A combo box editor used to select an appointment status.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Editors.AppointmentStatusEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Editors.AppointmentStatusEdit"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.DurationEdit">
      <summary>
        <para>A combo box editor used to specify time intervals (durations).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Editors.DurationEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Editors.DurationEdit"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit">
      <summary>
        <para>A base class for scheduler combo box editors.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit.ItemsCollection">
      <summary>
        <para>Provides access to the collection of items displayed by the <see cref="T:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Editors.ItemObservableCollection"/> object representing the items collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit.ItemsCollectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit.ItemsCollection">ItemComboBoxEdit.ItemsCollection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit.Scheduler">
      <summary>
        <para>Specifies the Scheduler control which is assigned to the <see cref="T:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing the target scheduler.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit.SchedulerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Editors.ItemComboBoxEdit.Scheduler">ItemComboBoxEdit.Scheduler</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.ItemObservableCollection">
      <summary>
        <para>A base class for collections of items used in the scheduler combo box editors, such as labels, statuses and resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Editors.ItemObservableCollection.Scheduler">
      <summary>
        <para>Gets or sets the Scheduler control which is assigned to the <see cref="T:DevExpress.Xpf.Scheduling.Editors.ItemObservableCollection"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object that is the target scheduler control.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Editors.TimeZoneEdit">
      <summary>
        <para>A combo box editor used to select a time zone.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Editors.TimeZoneEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Editors.TimeZoneEdit"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Editors.TimeZoneEdit.TimeZoneInfos">
      <summary>
        <para>Provides access to the time zone information displayed by the <see cref="T:DevExpress.Xpf.Scheduling.Editors.TimeZoneEdit"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1"/>&lt;<see cref="T:System.TimeZoneInfo"/>,&gt; object that is the collection of <see cref="T:System.TimeZoneInfo"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Editors.TimeZoneEdit.TimeZoneInfosProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Editors.TimeZoneEdit.TimeZoneInfos">TimeZoneEdit.TimeZoneInfos</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.FetchDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.DataSource.FetchAppointments"/> and <see cref="E:DevExpress.Xpf.Scheduling.DataSource.FetchTimeRegions"/> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FetchDataEventArgs.AsyncResult">
      <summary>
        <para>Gets or sets a task that allows you to fetch data asynchronously in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>.</para>
      </summary>
      <value>A task that allows you to fetch data asynchronously.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FetchDataEventArgs.CancellationToken">
      <summary>
        <para>Gets an object that notifies that the current data load has been cancelled during the asynchronous data fetch. The  <see cref="P:DevExpress.Xpf.Scheduling.FetchDataEventArgs.CancellationToken"/> property is used when the <see cref="M:DevExpress.Xpf.Scheduling.SchedulerControl.RefreshData"/> method is invoked.</para>
      </summary>
      <value>Notifies that the current data load has been cancelled during the asynchronous data fetch.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.FetchDataEventArgs.GetFetchExpression``1">
      <summary>
        <para>Generates an expression that you can use to obtain appointments from the data source.</para>
      </summary>
      <returns>An expression that you can use to obtain appointments from the data source.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FetchDataEventArgs.Ids">
      <summary>
        <para>Returns the identifiers of scheduler items that have been reloaded by the ReloadAppointments/ReloadTimeRegions methods.</para>
      </summary>
      <value>A list of objects that identify scheduler items to fetch.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FetchDataEventArgs.Interval">
      <summary>
        <para>Returns the time range for which to fetch the scheduler items.</para>
      </summary>
      <value>A DevExpress.Mvvm.DateTimeRange value that specifies the time range for which to fetch the scheduler items.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.FetchDataEventArgs.IsVisibleInterval">
      <summary>
        <para>Determines whether a specified interval is visible in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> at the current moment during the asynchronous data load.</para>
      </summary>
      <returns>true if a specified interval is visible; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FetchDataEventArgs.Result">
      <summary>
        <para>Specifies the list of scheduler items to load from the data source.</para>
      </summary>
      <value>The list of appointments to load.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.FetchMode">
      <summary>
        <para>Lists values that specify whether to process the <see cref="E:DevExpress.Xpf.Scheduling.DataSource.FetchAppointments"/> and <see cref="E:DevExpress.Xpf.Scheduling.DataSource.FetchTimeRegions"/> events in bound or unbound mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.FetchMode.Bound">
      <summary>
        <para>Process the fetch events in the bound mode, so the event’s Result property accepts data objects.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.FetchMode.Unbound">
      <summary>
        <para>Process the fetch events in the bound mode, so the event’s Result property accepts scheduler items.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.FilterAppointmentEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.FilterAppointment"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.FilterAppointmentEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,DevExpress.Xpf.Scheduling.ViewBase,DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.FilterAppointmentEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="scheduler">The scheduler that raised the event.</param>
      <param name="view">A DevExpress.Xpf.Scheduling.ViewBase descendant that represents <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">the scheduler’s view</see> that raised the event.</param>
      <param name="appointment">The appointment for which the event is raised.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterAppointmentEventArgs.Appointment">
      <summary>
        <para>The appointment for which the event is raised.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterAppointmentEventArgs.Scheduler">
      <summary>
        <para>The scheduler that raised the event.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.SchedulerControl object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterAppointmentEventArgs.View">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">The scheduler’s view</see> that raised the event.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ViewBase descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterAppointmentEventArgs.Visible">
      <summary>
        <para>Specifies whether to display the appointment for which the event is raised.</para>
      </summary>
      <value>true, to display the appointment; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.FilterTimeRegionEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.FilterTimeRegion"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.FilterTimeRegionEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,DevExpress.Xpf.Scheduling.ViewBase,DevExpress.Xpf.Scheduling.TimeRegionItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.FilterTimeRegionEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="scheduler">The scheduler that raised the event.</param>
      <param name="view">A DevExpress.Xpf.Scheduling.ViewBase descendant that represents <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">the scheduler’s view</see> that raised the event.</param>
      <param name="timeRegion">The time region for which the event is raised.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterTimeRegionEventArgs.Scheduler">
      <summary>
        <para>The scheduler that raised the event.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.SchedulerControl object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterTimeRegionEventArgs.TimeRegion">
      <summary>
        <para>The time region for which the event is raised.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.TimeRegionItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterTimeRegionEventArgs.View">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">The scheduler’s view</see> that raised the event.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ViewBase descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FilterTimeRegionEventArgs.Visible">
      <summary>
        <para>Specifies whether to display the time region for which the event is raised.</para>
      </summary>
      <value>true, to display the time region; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.FixedTimeScale">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> whose time cell value is set to a custom fixed interval.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.FixedTimeScale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.FixedTimeScale"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.FixedTimeScale.#ctor(System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.FixedTimeScale"/> class with the specified scale value.</para>
      </summary>
      <param name="scale">A <see cref="T:System.TimeSpan"/> value which specifies the scale value of the fixed interval. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduling.FixedTimeScale.Scale">FixedTimeScale.Scale</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.FixedTimeScale.Scale">
      <summary>
        <para>Gets or sets a time interval for the <see cref="T:DevExpress.Xpf.Scheduling.FixedTimeScale"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value representing the scale value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.FixedTimeScale.ScaleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.FixedTimeScale.Scale">FixedTimeScale.Scale</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.GotoDateWindowShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.GotoDateWindowShowing">SchedulerControl.GotoDateWindowShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.GotoDateWindowShowingEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,System.DateTime)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.GotoDateWindowShowingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing the Scheduler.</param>
      <param name="date">A <see cref="T:System.DateTime"/> object representing a date shown in the Go To Date dialog. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduling.GotoDateWindowShowingEventArgs.Date">GotoDateWindowShowingEventArgs.Date</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.GotoDateWindowShowingEventArgs.Date">
      <summary>
        <para>Gets the initial date shown in the Go To Date window.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object that is the date shown in the window.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.GotoDateWindowShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.GotoDateWindowShowing">SchedulerControl.GotoDateWindowShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.GotoDateWindowShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder">
      <summary>
        <para>Allows you to define hourly recurrences.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder.ByHour(System.Int32)">
      <summary>
        <para>Specifies the delay in hours from the specified series’ start time.</para>
      </summary>
      <param name="hour">An integer value between 0 and 23, inclusive, that is the delay in hours.</param>
      <returns>A DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder object used to define an hourly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder.ByMinute(System.Int32)">
      <summary>
        <para>Specifies the delay in minutes from the specified series’ start time.</para>
      </summary>
      <param name="minute">An integer value between 0 and 59, inclusive, that is the delay in minutes.</param>
      <returns>A DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder object used to define an hourly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder.Interval(System.Int32)">
      <summary>
        <para>Specifies the interval (in hours) between the starts of occurrences.</para>
      </summary>
      <param name="interval">The interval (in hours) between the starts of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder object used to define an hourly recurrence.</returns>
    </member>
    <member name="N:DevExpress.Xpf.Scheduling.iCalendar">
      <summary>
        <para>Contains classes which implement the iCalendar (Internet Calendaring and Scheduling Core Object - RFC 2445) format specification and data exchange routines.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter">
      <summary>
        <para>Represents an object that transforms Scheduler appointments into the event calendar components in iCalendar format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.AppointmentItem})">
      <summary>
        <para>Initializes a new instance of the iCalendarExporter class with the specified Scheduler and appointments to export.</para>
      </summary>
      <param name="scheduler">A DevExpress.Xpf.Scheduling.SchedulerControl whose appointments should be exported.</param>
      <param name="appointments">A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects that are appointments that should be exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the iCalendarExporter class with the specified Scheduler.</para>
      </summary>
      <param name="scheduler">A DevExpress.Xpf.Scheduling.SchedulerControl whose appointments should be exported.</param>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.AppointmentExported">
      <summary>
        <para>Occurs after the ICalendarExporter exports an appointment to an iCalendar file or stream.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.AppointmentExporting">
      <summary>
        <para>Occurs before an ICalendarExporter class exports an appointment</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.CustomPropertyIdentifier">
      <summary>
        <para>Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.</para>
      </summary>
      <value>A string which is a token for non-standard iCalendar properties.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.Export(System.IO.Stream)">
      <summary>
        <para>Exports appointments to the specified stream.</para>
      </summary>
      <param name="stream">A System.IO.Stream object which represents the stream the appointments will be exported to.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.Export(System.String)">
      <summary>
        <para>Exports appointments to the specified file.</para>
      </summary>
      <param name="path">A string that represents a file path to which the appointments will be exported.</param>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.GetAppointmentItemForeignId">
      <summary>
        <para>Occurs before an ICalendarExporter retrieves information about a foreign ID of an appointment, i.e., its identifier in a third-party scheduler application with which the appointment data are exchanged.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.IsTermination">
      <summary>
        <para>Indicates that the export process was terminated.</para>
      </summary>
      <value>true, if an attempt to execute the Export method was terminated; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.OnCalendarStructureCreated">
      <summary>
        <para>Fires when the calendar object conforming to the iCalendar specification is created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.OnException">
      <summary>
        <para>Occurs if an exception is raised during the export/import process.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.ProductIdentifier">
      <summary>
        <para>Gets or sets the identifier for the product that created the iCalendar object.</para>
      </summary>
      <value>A string typically containing company name, product name and language-specific information separated by slashes.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.SourceObjectCount">
      <summary>
        <para>Gets the number of objects (appointments) that will be exported.</para>
      </summary>
      <value>An integer, representing the number of objects to export.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarExporter.Terminate">
      <summary>
        <para>Stops the export process, so no data are loaded.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter">
      <summary>
        <para>Represents an object that transforms the event calendar components in iCalendar format into Scheduler appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the ICalendarImporter class with the specified scheduler.</para>
      </summary>
      <param name="scheduler">A DevExpress.Xpf.Scheduling.SchedulerControl whose appointments should be exported.</param>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.AppointmentItemImported">
      <summary>
        <para>Occurs after the ICalendarImporter imports an appointment</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.AppointmentItemImporting">
      <summary>
        <para>Occurs before the ICalendarImporter imports an appointment</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.CustomPropertyIdentifier">
      <summary>
        <para>Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.</para>
      </summary>
      <value>A string, representing a token for non-standard iCalendar properties.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.Encoding">
      <summary>
        <para>Allows you to specify the encoding for imported data in iCalendar format.</para>
      </summary>
      <value>A System.Text.Encoding object that is the character encoding for text data. The default is null.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.GetAppointmentItemForeignId">
      <summary>
        <para>Occurs before the ICalendarImporter retrieves information about a foreign ID of an appointment, i.e., its identifier in a third-party scheduler application from which the appointment data is imported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.Import(System.IO.Stream)">
      <summary>
        <para>Imports appointments from the specified stream.</para>
      </summary>
      <param name="stream">A System.IO.Stream object which represents the stream the appointments will be imported from.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.Import(System.String)">
      <summary>
        <para>Imports appointments from the specified file.</para>
      </summary>
      <param name="path">A string, representing a file path from where the appointments will be imported.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.IsTermination">
      <summary>
        <para>Indicates that the import process was terminated.</para>
      </summary>
      <value>true, if an attempt to execute the Import method was terminated; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.OnCalendarStructureCreated">
      <summary>
        <para>Fires when the calendar object conforming to the iCalendar specification is created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.OnCustomizeConvertedTimeZone">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.OnException">
      <summary>
        <para>Occurs if an exception is raised during the import process.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.ProcessCalendars(DevExpress.Xpf.Scheduling.Internal.ICalendarContainer)">
      <summary>
        <para>Handles all calendars through a set of procedures to create corresponding appointments in the container.</para>
      </summary>
      <param name="calendars">An object that holds the calendars.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.SourceObjectCount">
      <summary>
        <para>Gets the number of objects (appointments) that will be imported.</para>
      </summary>
      <value>An integer, representing the number of objects to import.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.iCalendar.ICalendarImporter.Terminate">
      <summary>
        <para>Stops the import process, so no data are loaded.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.IDataSourceBase">
      <summary>
        <para>Base interface for the <see cref="T:DevExpress.Xpf.Scheduling.DataSource"/> object.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ISchedulerHitInfo">
      <summary>
        <para>Contains information about a specific point within a scheduler.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ISchedulerHitInfo.Element">
      <summary>
        <para>Gets the UI element located under the hit point.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FrameworkElement"/> object that is the UI element.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ISchedulerHitInfo.HitPoint">
      <summary>
        <para>Gets the test point.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the top left corner.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ISchedulerHitInfo.HitTestType">
      <summary>
        <para>Gets a value which specifies the Scheduler element being hit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerHitTestType"/> enumeration value indicating the hit element.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ISchedulerHitInfo.ViewModel">
      <summary>
        <para>Provides the hit information about the view model located under the test point.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ISelectableInterval object providing the hit information.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemPropertyChanged">SchedulerControl.ItemPropertyChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventArgs.#ctor(DevExpress.Xpf.Scheduling.ItemType,DevExpress.Xpf.Scheduling.SourceObjectContainer,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="itemType">An <see cref="T:DevExpress.Xpf.Scheduling.ItemType"/> enumeration member that identifies the type of the changed item.</param>
      <param name="item">An object whose property is changed. It can be a descendant of the SourceObjectContainer class: <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/>, <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/>, <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItem"/>, <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusItem"/>.</param>
      <param name="propertyName">A string that is the name of the changed property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventArgs.Item">
      <summary>
        <para>Gets an item whose property has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SourceObjectContainer"/> object that is the target item.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventArgs.ItemType">
      <summary>
        <para>Indicates the type of the item whose property has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ItemType"/> enumeration value indicating the item type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventArgs.PropertyName">
      <summary>
        <para>Gets the name of the property which has been changed.</para>
      </summary>
      <value>A string value indicating the property name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemPropertyChanged">SchedulerControl.ItemPropertyChanged</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.ItemPropertyChangedEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemsCollectionChanged">SchedulerControl.ItemsCollectionChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.#ctor(DevExpress.Xpf.Scheduling.ItemType,System.Collections.Specialized.NotifyCollectionChangedEventArgs,System.Collections.IEnumerable)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="itemType">An <see cref="T:DevExpress.Xpf.Scheduling.ItemType"/> enumeration member that identifies the type of the items in the changed collection.</param>
      <param name="e">A <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> object providing data for the base CollectionChanged event.</param>
      <param name="collection">A collection which is changed.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.Action">
      <summary>
        <para>Indicates the action performed to change the collection.</para>
      </summary>
      <value>One of the <see cref="T:System.Collections.Specialized.NotifyCollectionChangedAction"/> enumeration values indicating the performed action.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.Collection">
      <summary>
        <para>Provides access to the modified collection.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IEnumerable"/> object that is the target collection.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.ItemType">
      <summary>
        <para>Indicates the items collection type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ItemType"/> object specifying the type of the modified collection.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.NewItems">
      <summary>
        <para>Gets a list of new items within the collection.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> object that is the new items list.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.NewStartingIndex">
      <summary>
        <para>Indicates a new index of a modified item in the collection.</para>
      </summary>
      <value>An integer that is the new starting index.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.OldItems">
      <summary>
        <para>Gets a list of old items in the collection.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> object that is the list of old collection items.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs.OldStartingIndex">
      <summary>
        <para>Gets the previous index of a modified item in the collection.</para>
      </summary>
      <value>An integer that is the old starting index.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemsCollectionChanged">SchedulerControl.ItemsCollectionChanged</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.ItemsCollectionChangedEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ItemType">
      <summary>
        <para>Lists item types for which the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemPropertyChanged">SchedulerControl.ItemPropertyChanged</see> and <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemsCollectionChanged">SchedulerControl.ItemsCollectionChanged</see> events occur.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ItemType.AppointmentItem">
      <summary>
        <para>The event is raised for the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object or the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemCollection"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ItemType.LabelItem">
      <summary>
        <para>The event is raised for the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItem"/> object or the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItemCollection"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ItemType.ResourceItem">
      <summary>
        <para>The event is raised for the <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object or <see cref="T:DevExpress.Xpf.Scheduling.ResourceItemCollection"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ItemType.StatusItem">
      <summary>
        <para>The event is raised for the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusItem"/> object or the AppointmentStatusItemCollection.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ITimeScale">
      <summary>
        <para>Contains information about time scales.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.Caption">
      <summary>
        <para>Gets the time scale’s caption.</para>
      </summary>
      <value>A System.String values that is the time scale’s caption.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.Description">
      <summary>
        <para>Gets the time scale description.</para>
      </summary>
      <value>A string value that is the time scale description.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ITimeScale.GetDisplayTexts(DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>Returns the display text for the specified time range.</para>
      </summary>
      <param name="timeRange">A DevExpress.Mvvm.DateTimeRange value that is the time range for which to return the display text.</param>
      <returns>A collection of System.String values that represent the text labels displayed in the time scale.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.HasDifferentDurations">
      <summary>
        <para>Indicates whether the scale consists of intervals that have different duration.</para>
      </summary>
      <value>true, if the scale consists of intervals that have different duration; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.IsEnabled">
      <summary>
        <para>Gets or sets whether the Scheduler displays the time scale.</para>
      </summary>
      <value>true, to display the time scale; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.ITimeScale.IsEnabledChanged">
      <summary>
        <para>Fires each time the <see cref="P:DevExpress.Xpf.Scheduling.ITimeScale.IsEnabled"/> property value changes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.MinWidth">
      <summary>
        <para>Specifies the minimum allowed width of a single division of the scale.</para>
      </summary>
      <value>The minimum allowed width of a single division of the scale, in pixels.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.ScaleUnit">
      <summary>
        <para>Gets the time scale measure unit.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.TimeScaleUnit enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.ShowHeaders">
      <summary>
        <para>Gets or sets whether to display the time scale headers.</para>
      </summary>
      <value>true, to display time scale headers; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.ITimeScale.ShowHeadersChanged">
      <summary>
        <para>Fires each time the <see cref="P:DevExpress.Xpf.Scheduling.ITimeScale.ShowHeaders"/> property value changes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.Start">
      <summary>
        <para>Gets the starting date and time for the groups of scale divisions.</para>
      </summary>
      <value>A System.DateTime value that is the starting date and time for the groups of scale divisions.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ITimeScale.UnitCount">
      <summary>
        <para>Gets the number of measure units in a single division of the scale.</para>
      </summary>
      <value>The number of measure units in a single division of the scale.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.LabelColorCollection">
      <summary>
        <para>A color collection used for appointment label colors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.LabelColorCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.LabelColorCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ListView">
      <summary>
        <para>A grid that displays appointments, and allows you to group, sort, and filter them for better analysis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ListView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ListView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleAllDay">
      <summary>
        <para>Gets or sets the style of the All Day column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the All Day column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleAllDayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleAllDay"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleDuration">
      <summary>
        <para>Gets or sets the style of the Duration column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Duration column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleDurationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleDuration"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleEnd">
      <summary>
        <para>Gets or sets the style of the End column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the End column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleEndProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleEnd"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleLabel">
      <summary>
        <para>Gets or sets the style of the Label column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Label column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleLabel"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleLocation">
      <summary>
        <para>Gets or sets the style of the Location column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Location column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleLocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleLocation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleRecurrence">
      <summary>
        <para>Gets or sets the style of the Recurrence column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Recurrence column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleRecurrenceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleRecurrence"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleReminder">
      <summary>
        <para>Gets or sets the style of the Reminder column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Reminder column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleReminderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleReminder"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleResource">
      <summary>
        <para>Gets or sets the style of the Resource column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Resource column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleResourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleResource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleStart">
      <summary>
        <para>Gets or sets the style of the Start column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Start column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleStartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleStart"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleStatus">
      <summary>
        <para>Gets or sets the style of the Status column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Status column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleStatusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleStatus"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleSubject">
      <summary>
        <para>Gets or sets the style of the Subject column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Subject column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleSubjectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleSubject"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleType">
      <summary>
        <para>Gets or sets the style of the Type column in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">List View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the Type column.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ColumnStyleTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ColumnStyleType"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.GridControlStyle">
      <summary>
        <para>Gets or sets the style applied to the <see cref="T:DevExpress.Xpf.Grid.GridControl">GridControl</see> object used by the view. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the grid control used by the view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.GridControlStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.GridControlStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ListView.NavigateBackward">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ListView.NavigateForward">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ShowChangedOccurrences">
      <summary>
        <para>Specifies whether to display changed <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">occurrences</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display changed occurrences; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ShowChangedOccurrencesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ShowChangedOccurrences"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.ShowDeletedOccurrences">
      <summary>
        <para>Specifies whether to display deleted <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">occurrences</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display deleted occurrences; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.ShowDeletedOccurrencesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.ShowDeletedOccurrences"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.TableViewStyle">
      <summary>
        <para>Gets or sets the style applied to the <see cref="T:DevExpress.Xpf.Grid.TableView"/> object used by the view. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the grid control used by the view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ListView.TableViewStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ListView.TableViewStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ListView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The DevExpress.Xpf.Scheduling.ViewType.ListView value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Mapping">
      <summary>
        <para>Maps persistent object’s properties to the data source fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Mapping.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Mapping.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> class with the specified settings.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that is the target data field name.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Mapping.ConversionBehavior">
      <summary>
        <para>Gets or sets the converter position in the data processing chain between the data source and the object’s property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration value indicating the processing order for a particular converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Mapping.Converter">
      <summary>
        <para>Gets or sets a value converter for the target property.</para>
      </summary>
      <value>An object implementing the <see cref="T:System.Windows.Data.IValueConverter"/> interface to translate the data between the property and the data source field.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Mapping.FieldName">
      <summary>
        <para>Gets or sets the name of the data field the current object represents.</para>
      </summary>
      <value>A string value indicating the data field name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.MappingsBase">
      <summary>
        <para>Base class for Scheduler <see href="https://docs.devexpress.com/WPF/119493/controls-and-libraries/scheduler/data-binding/mappings">Mappings</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MappingsBase.CustomFieldMappings">
      <summary>
        <para>Provides access to a collection of custom field mappings.</para>
      </summary>
      <value>A DevExpress.Mvvm.Native.FreezableCollectionBase`1&lt;<see cref="T:DevExpress.Xpf.Scheduling.CustomFieldMapping"/>,&gt; object containing mappings for custom fields.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder">
      <summary>
        <para>Allows you to define a minute recurrence.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder.ByMinute(System.Int32)">
      <summary>
        <para>Specifies the delay in minutes from the specified series’ start time.</para>
      </summary>
      <param name="minute">An integer value between 0 and 59, inclusive, that is the delay in minutes.</param>
      <returns>A DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder object used to define a minute recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder.Interval(System.Int32)">
      <summary>
        <para>Specifies the interval (in minutes) between the starts of occurrences.</para>
      </summary>
      <param name="interval">The interval (in minutes) between the starts of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder object used to define a minute recurrence.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder">
      <summary>
        <para>Allows you to define monthly recurrences.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder.ByDay(DevExpress.XtraScheduler.WeekDays,DevExpress.XtraScheduler.WeekOfMonth)">
      <summary>
        <para>Specifies the days on which to schedule occurrences.</para>
      </summary>
      <param name="weekDay">A DevExpress.XtraScheduler.WeekDays enumeration value specifying the day/days in a week.</param>
      <param name="dayNumber">A DevExpress.XtraScheduler.WeekOfMonth enumeration value that specifies the specific day when the weekDay parameter is set to a range of days.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder.ByDay(System.DayOfWeek,System.Int32)">
      <summary>
        <para>Specifies the day on which to schedule occurrences.</para>
      </summary>
      <param name="dayOfWeek">A System.DayOfWeek enumeration value that specifies the day of the week.</param>
      <param name="dayNumber">An integer value that specifies the week.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder.ByDay(System.Int32)">
      <summary>
        <para>Specifies the day on which to schedule occurrences.</para>
      </summary>
      <param name="dayOfMonth">An integer value between 1 and 31, inclusive, that is the day number.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder.ByHour(System.Int32)">
      <summary>
        <para>Specifies the delay in hours from the specified series’ start time.</para>
      </summary>
      <param name="hour">An integer value between 0 and 23, inclusive, that is the delay in hours.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder.ByMinute(System.Int32)">
      <summary>
        <para>Specifies the delay in minutes from the specified series’ start time.</para>
      </summary>
      <param name="minute">An integer value between 0 and 59, inclusive, that is the delay in minutes.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder.ByMonth(System.Int32)">
      <summary>
        <para>Specifies the delay in months from the specified series’ start time.</para>
      </summary>
      <param name="month">An integer value between 1 and 12, inclusive, that is the delay in months.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilderLimited object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder.Interval(System.Int32)">
      <summary>
        <para>Specifies the interval (in months) between the starts of occurrences.</para>
      </summary>
      <param name="interval">The interval (in months) between the starts of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilderLimited object used to define a monthly recurrence.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.MonthView">
      <summary>
        <para>A view that enables end-users to schedule and view user events by month (several weeks).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.MonthView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of appointments in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the appointment appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.AppointmentContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentContentTemplate">MonthView.AppointmentContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects an appointment content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.AppointmentContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentContentTemplateSelector">MonthView.AppointmentContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentMinHeight">
      <summary>
        <para>Gets or sets the minimum height of appointments in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the appointment height in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.AppointmentMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentMinHeight">MonthView.AppointmentMinHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentStyle">
      <summary>
        <para>Gets or sets the style of appointments in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.AppointmentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.AppointmentStyle">MonthView.AppointmentStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.CellContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of time cells in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the time cell appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.CellContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.CellContentTemplate">MonthView.CellContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.CellContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects a time cell content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.CellContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.CellContentTemplateSelector">MonthView.CellContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.CellStyle">
      <summary>
        <para>Gets or sets the style of time cells in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to time cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.CellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.CellStyle">MonthView.CellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.DateHeaderStringFormat">
      <summary>
        <para>Specifies the format of the string displayed in date headers. This is a dependency property.</para>
      </summary>
      <value>A format string. By default, null</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.DateHeaderStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.DateHeaderStringFormat">MonthView.DateHeaderStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.DateHeaderStringFormats">
      <summary>
        <para>Specifies the formats of the string displayed in date headers. This is a dependency property.</para>
      </summary>
      <value>A list of format strings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.DateHeaderStringFormatsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.DateHeaderStringFormats">MonthView.DateHeaderStringFormats</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.DateHeaderUseUpperCase">
      <summary>
        <para>Specifies whether to capitalize the header text. This is a dependency property.</para>
      </summary>
      <value>true, to capitalize the header text; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.DateHeaderUseUpperCaseProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.DateHeaderUseUpperCase">MonthView.DateHeaderUseUpperCase</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.DisplayUnit">
      <summary>
        <para>Specifies whether to round the selection up to a whole week or a whole month. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.MonthViewDisplayUnit enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.DisplayUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.DisplayUnit"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthView.EnsureResourceVisible(DevExpress.Xpf.Scheduling.ResourceItem)">
      <summary>
        <para>Scrolls a view to the specified resource to show it.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource to display.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.HighlightEvenMonths">
      <summary>
        <para>Specifies whether to highlight even months. This is a dependency property.</para>
      </summary>
      <value>true, to highlight even months; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.HighlightEvenMonthsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.HighlightEvenMonths">MonthView.HighlightEvenMonths</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.IsDeferredVerticalScrollingEnabled">
      <summary>
        <para>Gets or sets a value indicating whether the content being scrolled is stationary when a user drags the vertical scroll bar’s thumb. This is a dependency property.</para>
      </summary>
      <value>true, to enable deferred scrolling for the vertical scroll bar; otherwise, false. The default is true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.IsDeferredVerticalScrollingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.IsDeferredVerticalScrollingEnabled">MonthView.IsDeferredVerticalScrollingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.IsHorizontalPerPixelScrollingEnabled">
      <summary>
        <para>Specifies whether the horizontal scrolling is per-pixel. This is a dependency property.</para>
      </summary>
      <value>true to enable per-pixel scrolling; false to enable day by day scrolling. By default, true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.IsHorizontalPerPixelScrollingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.IsHorizontalPerPixelScrollingEnabled">MonthView.IsHorizontalPerPixelScrollingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.IsHorizontalScrollSnappingEnabled">
      <summary>
        <para>Gets or sets a value indicating whether the Scheduler should snap to the left-edge of the closest time cell column when scrolling completes. This is a dependency property.</para>
      </summary>
      <value>true, to enable snapping for horizontal scrolling; otherwise, false. The default is false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.IsHorizontalScrollSnappingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.IsHorizontalScrollSnappingEnabled">MonthView.IsHorizontalScrollSnappingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.IsVerticalPerPixelScrollingEnabled">
      <summary>
        <para>Specifies whether the vertical scrolling is per-pixel. This is a dependency property.</para>
      </summary>
      <value>true to enable per-pixel scrolling; false to enable week-by-week scrolling. The default is true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.IsVerticalPerPixelScrollingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.IsVerticalPerPixelScrollingEnabled">MonthView.IsVerticalPerPixelScrollingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.IsVerticalScrollSnappingEnabled">
      <summary>
        <para>Gets or sets a value indicating whether the Scheduler should snap to the top-edge of the closest time cell row when scrolling completes. This is a dependency property.</para>
      </summary>
      <value>true, to enable snapping for vertical scrolling; otherwise, false. The default is true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.IsVerticalScrollSnappingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.IsVerticalScrollSnappingEnabled">MonthView.IsVerticalScrollSnappingEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.MonthCount">
      <summary>
        <para>Specifies the number of months displayed by the view. This is a dependency property.</para>
      </summary>
      <value>An integer value that is the number of months displayed by the view. The default is 1.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.MonthCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.MonthCount"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthView.RoundSelectedInterval(DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>Extends the specified time interval to the whole day(s) encompassing this interval.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the original time range.</param>
      <returns>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the whole day(s) containing the specified interval.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.ShowWorkDaysOnly">
      <summary>
        <para>Gets or sets a value indicating whether the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see> should display its data for the working days only. This is a dependency property.</para>
      </summary>
      <value>true, to display the working days only; otherwise, false. The default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.ShowWorkDaysOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.ShowWorkDaysOnly">MonthView.ShowWorkDaysOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.StretchAppointments">
      <summary>
        <para>Gets or sets a value indicating whether appointments in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see> should be stretched to fill the time cells. This is a dependency property.</para>
      </summary>
      <value>true, to stretch the appointments; otherwise, false. The default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.StretchAppointmentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.StretchAppointments">MonthView.StretchAppointments</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The DevExpress.Xpf.Scheduling.ViewType.MonthView value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.ViewMode">
      <summary>
        <para>Allows you to select the display mode.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.MonthViewMode enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.WeekCount">
      <summary>
        <para>Gets or sets the number of weeks that are simultaneously displayed in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see>. This is a dependency property.</para>
      </summary>
      <value>A positive integer value specifying the number of weeks displayed in the Month view. The default is 4.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.WeekCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.WeekCount">MonthView.WeekCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.WeekDaysCount">
      <summary>
        <para>This property supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.WeekMaxHeight">
      <summary>
        <para>Specifies the maximum week height. This is a dependency property.</para>
      </summary>
      <value>The maximum week height, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.WeekMaxHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.WeekMaxHeight"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.MonthView.WeekMinHeight">
      <summary>
        <para>Specifies the minimum week height. This is a dependency property.</para>
      </summary>
      <value>The minimum week height, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthView.WeekMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.MonthView.WeekMinHeight"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthView.ZoomIn">
      <summary>
        <para>Reduces the number of weeks shown to display the view content in more detail.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.MonthView.ZoomOut">
      <summary>
        <para>Increases the number of weeks shown to display a broader look of the view.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.MonthViewDisplayUnit">
      <summary>
        <para>Lists values that specify whether to round the selection up to a whole week or a whole month.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthViewDisplayUnit.Month">
      <summary>
        <para>Round up the selection to a whole month.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthViewDisplayUnit.Week">
      <summary>
        <para>Round up the selection to whole weeks.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.MonthViewMode">
      <summary>
        <para>Lists the values that specify the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">MonthView</see> display mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthViewMode.Standard">
      <summary>
        <para>Displays an overview of appointments for the selected time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MonthViewMode.UnlimitedScrolling">
      <summary>
        <para>Allows you to scroll data by weeks.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.MoreButtonVisibility">
      <summary>
        <para>Lists values used to specify the More buttons visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MoreButtonVisibility.Always">
      <summary>
        <para>More buttons are always visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MoreButtonVisibility.Auto">
      <summary>
        <para>More buttons are shown when some appointments for the current time interval are not visible because of the  <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>‘s size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.MoreButtonVisibility.Never">
      <summary>
        <para>More buttons are always hidden.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.OptionsContextMenu">
      <summary>
        <para>Provides options used to customize the Scheduler context menus.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.OptionsContextMenu.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.OptionsContextMenu"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentContextMenu">
      <summary>
        <para>Gets or sets the appointment context menu. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarPopupBase"/> object that is the appointment context menu.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentContextMenuActions">
      <summary>
        <para>Provides access to the collection of actions used to customize the appointment’s <see href="https://docs.devexpress.com/WPF/119618/controls-and-libraries/scheduler/visual-elements/pop-up-menus">context menu</see>.</para>
      </summary>
      <value>A collection of context menu customization actions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentContextMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentContextMenu">OptionsContextMenu.AppointmentContextMenu</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentDropContextMenu">
      <summary>
        <para>Gets or sets the appointment drop context menu. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarPopupBase"/> object that is the appointment drop context menu.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentDropContextMenuActions">
      <summary>
        <para>Provides access to the collection of actions used to customize the appointment drop’s <see href="https://docs.devexpress.com/WPF/119618/controls-and-libraries/scheduler/visual-elements/pop-up-menus">context menu</see>.</para>
      </summary>
      <value>A collection of context menu customization actions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentDropContextMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.AppointmentDropContextMenu">OptionsContextMenu.AppointmentDropContextMenu</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.CellContextMenu">
      <summary>
        <para>Gets or sets the cell context menu. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarPopupBase"/> object that is the cell context menu.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.CellContextMenuActions">
      <summary>
        <para>Provides access to the collection of actions used to customize the time cell’s <see href="https://docs.devexpress.com/WPF/119618/controls-and-libraries/scheduler/visual-elements/pop-up-menus">context menu</see>.</para>
      </summary>
      <value>A collection of context menu customization actions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsContextMenu.CellContextMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.CellContextMenu">OptionsContextMenu.CellContextMenu</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.TimeRulerContextMenu">
      <summary>
        <para>Gets or sets the time ruler context menu. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarPopupBase"/> object that is the time ruler’s context menu.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.TimeRulerContextMenuActions">
      <summary>
        <para>Provides access to the collection of actions used to customize the time ruler’s <see href="https://docs.devexpress.com/WPF/119618/controls-and-libraries/scheduler/visual-elements/pop-up-menus">context menu</see>.</para>
      </summary>
      <value>A collection of context menu customization actions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsContextMenu.TimeRulerContextMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsContextMenu.TimeRulerContextMenu">OptionsContextMenu.TimeRulerContextMenu</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.OptionsPrinting">
      <summary>
        <para>Provides options used to customize the Scheduler printing reports.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.OptionsPrinting.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.OptionsPrinting"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportDaysPerPage">
      <summary>
        <para>Specifies the maximum number of days on a single page of a daily report. This is a dependency property.</para>
      </summary>
      <value>An integer value which is the maximum number of days on a single report page.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportDaysPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportDaysPerPage"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportResourcesPerPage">
      <summary>
        <para>Specifies the maximum number of resources on a single page of a daily report. This is a dependency property.</para>
      </summary>
      <value>An integer value which is the maximum number of resources on a single report page.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportResourcesPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportResourcesPerPage"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportShowCalendar">
      <summary>
        <para>Specifies whether to add the calendar element to daily reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the calendar element to daily reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportShowCalendarProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportShowCalendar"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportShowInterval">
      <summary>
        <para>Specifies whether to add the time interval element to daily reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the interval element to daily reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportShowIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.DailyReportShowInterval"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportResourcesPerPage">
      <summary>
        <para>Specifies the maximum number of resources on a single page of a monthly report. This is a dependency property.</para>
      </summary>
      <value>An integer value which is the maximum number of resources on a single report page.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportResourcesPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportResourcesPerPage"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportShowCalendar">
      <summary>
        <para>Specifies whether to add the calendar element to monthly reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the calendar element to monthly reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportShowCalendarProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportShowCalendar"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportShowInterval">
      <summary>
        <para>Specifies whether to add the time interval element to monthly reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the interval element to monthly reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportShowIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportShowInterval"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportVisibleWeekDaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.MonthlyReportVisibleWeekDays"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintInterval">
      <summary>
        <para>Specifies the date-time range used to create a report. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Mvvm.DateTimeRange object representing the date-time range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintInterval"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintResources">
      <summary>
        <para>Specifies the resource items used to create a report. This is a dependency property.</para>
      </summary>
      <value>A collection of DevExpress.Xpf.Scheduling.ResourceItem objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintResourcesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintResources"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintResourcesSource">
      <summary>
        <para>Specifies the collection of objects containing resource information. This is a dependency property.</para>
      </summary>
      <value>A collection of objects which contain resource information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintResourcesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.PrintResourcesSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportIntervalsPerPage">
      <summary>
        <para>Specifies the maximum number of time intervals on a single page of a timeline report. This is a dependency property.</para>
      </summary>
      <value>By default, 0</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportIntervalsPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportIntervalsPerPage"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportResourcesPerPage">
      <summary>
        <para>Specifies the maximum number of resources on a single page of a timeline report. This is a dependency property.</para>
      </summary>
      <value>An integer value which is the maximum number of resources on a single report page.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportResourcesPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportResourcesPerPage"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportShowCalendar">
      <summary>
        <para>Specifies whether to add the calendar element to timeline reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the calendar element to timeline reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportShowCalendarProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportShowCalendar"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportShowInterval">
      <summary>
        <para>Specifies whether to add the time interval element to timeline reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the interval element to timeline reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportShowIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TimelineReportShowInterval"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TrifoldReportShowCalendar">
      <summary>
        <para>Specifies whether to add the calendar element to trifold reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the calendar element to trifold reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.TrifoldReportShowCalendarProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.TrifoldReportShowCalendar"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportResourcesPerPage">
      <summary>
        <para>Specifies the maximum number of resources on a single page of a weekly report. This is a dependency property.</para>
      </summary>
      <value>An integer value which is the maximum number of resources on a single report page.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportResourcesPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportResourcesPerPage"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportShowCalendar">
      <summary>
        <para>Specifies whether to add the calendar element to weekly reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the calendar element to weekly reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportShowCalendarProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportShowCalendar"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportShowInterval">
      <summary>
        <para>Specifies whether to add the time interval element to weekly reports. This is a dependency property.</para>
      </summary>
      <value>true, to add the interval element to weekly reports; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportShowIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsPrinting.WeeklyReportShowInterval"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.OptionsWindows">
      <summary>
        <para>Allows specifying custom window types instead of the default <see href="https://docs.devexpress.com/WPF/119345/controls-and-libraries/scheduler/visual-elements/windows">windows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.OptionsWindows.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.OptionsWindows"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsWindows.AppointmentWindowType">
      <summary>
        <para>Gets or sets the type for the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> value indicating the window type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsWindows.AppointmentWindowTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsWindows.AppointmentWindowType">OptionsWindows.AppointmentWindowType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsWindows.DeleteOccurrenceWindowType">
      <summary>
        <para>Gets or sets the type of Delete Occurence window. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> value indicating the window type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsWindows.DeleteOccurrenceWindowTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsWindows.DeleteOccurrenceWindowType">OptionsWindows.DeleteOccurrenceWindowType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsWindows.EditOccurrenceWindowType">
      <summary>
        <para>Gets or sets the type of the <see href="https://docs.devexpress.com/WPF/119716/controls-and-libraries/scheduler/visual-elements/windows/edit-occurrence-window">Edit Occurrence Window</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> instance indicating the window type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsWindows.EditOccurrenceWindowTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsWindows.EditOccurrenceWindowType">OptionsWindows.EditOccurrenceWindowType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsWindows.GotoDateWindowType">
      <summary>
        <para>Gets or sets the type of the <see href="https://docs.devexpress.com/WPF/119351/controls-and-libraries/scheduler/visual-elements/windows/go-to-date-window">Go to Date Window</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> value indicating the window type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsWindows.GotoDateWindowTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsWindows.GotoDateWindowType">OptionsWindows.GotoDateWindowType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsWindows.RecurrenceWindowType">
      <summary>
        <para>Gets or sets the type of the <see href="https://docs.devexpress.com/WPF/119348/controls-and-libraries/scheduler/visual-elements/windows/recurrence-window">Recurrence Window</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> value indicating the window type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsWindows.RecurrenceWindowTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsWindows.RecurrenceWindowType">OptionsWindows.RecurrenceWindowType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsWindows.RemindersWindowType">
      <summary>
        <para>Gets or sets the object type inherited from the <see cref="T:System.Windows.Window"/> class which is instantiated and shown instead of the default Reminders window.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> of a window which replaces default Reminders window.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsWindows.RemindersWindowTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsWindows.RemindersWindowType">OptionsWindows.RemindersWindowType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.OptionsWindows.TimeRulerWindowType">
      <summary>
        <para>Gets or sets the type of the <see href="https://docs.devexpress.com/WPF/119350/controls-and-libraries/scheduler/visual-elements/windows/timeruler-window">TimeRuler Window</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> instance indicating the window type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.OptionsWindows.TimeRulerWindowTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.OptionsWindows.TimeRulerWindowType">OptionsWindows.TimeRulerWindowType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.PopupMenuShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.PopupMenuShowingEventArgs.#ctor(DevExpress.Xpf.Bars.BarPopupBase,DevExpress.Xpf.Scheduling.ContextMenuType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.PopupMenuShowingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="menu">A <see cref="T:DevExpress.Xpf.Bars.BarPopupBase"/> object representing the invoked context menu.</param>
      <param name="menuType">One of the ContextMenuType enumeration values indicating the context menu type.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.PopupMenuShowingEventArgs.Menu">
      <summary>
        <para>Provides access to the invoked context menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarPopupBase"/> class descendant representing the context menu.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.PopupMenuShowingEventArgs.MenuType">
      <summary>
        <para>Indicates the type of the current context menu.</para>
      </summary>
      <value>One of the DevExpress.Xpf.Scheduling.ContextMenuType enumeration values indicating the context menu type.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.PopupMenuShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.PopupMenuShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.QueryContinueAppointmentResizeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.QueryContinueAppointmentResize">SchedulerControl.QueryContinueAppointmentResize</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.QueryContinueAppointmentResizeEventArgs.Action">
      <summary>
        <para>Specifies whether the resize operation should continue, stop or be canceled.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ResizeAction enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.QueryContinueAppointmentResizeEventArgs.EscapePressed">
      <summary>
        <para>Indicates whether the user has pressed the ESC button.</para>
      </summary>
      <value>true, if the user has pressed the ESC button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.QueryContinueAppointmentResizeEventArgs.ResizeAppointment">
      <summary>
        <para>Returns the current state of the appointment the user is resizing.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.QueryContinueAppointmentResizeEventArgs.ResizeHandle">
      <summary>
        <para>Indicates whether the user drags the start or end of the appointment.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ResizeHandle enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.QueryContinueAppointmentResizeEventArgs.SourceAppointment">
      <summary>
        <para>Returns the initial state of the appointment the user is resizing.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.RecurrenceBuilder">
      <summary>
        <para>Allows you to define recurrence rules using method chaining (Fluent API style).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.RecurrenceBuilder"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Daily(System.DateTime,System.DateTime)">
      <summary>
        <para>Returns an object used to define a daily recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="end">The end date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder object used to define a daily recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Daily(System.DateTime,System.Int32)">
      <summary>
        <para>Returns an object used to define a daily recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="occurrenceCount">The number of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder object used to define a daily recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Daily(System.DateTime)">
      <summary>
        <para>Returns an object used to define a daily recurrence that lasts indefinitely.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder object used to define a daily recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.FromRFC5545RRule(System.String)">
      <summary>
        <para>Creates an object that specifies recurrence rules from a string value in RFC 5545 format.</para>
      </summary>
      <param name="rRuleString">A string value in RFC 5545 format that contains recurrence information.</param>
      <returns>A DevExpress.XtraScheduler.IRecurrenceInfo object that specifies recurrence rules.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Hourly(System.DateTime,System.DateTime)">
      <summary>
        <para>Returns an object used to define an hourly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="end">The end date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder object used to define an hourly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Hourly(System.DateTime,System.Int32)">
      <summary>
        <para>Returns an object used to define an hourly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="occurrenceCount">The number of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder object used to define an hourly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Hourly(System.DateTime)">
      <summary>
        <para>Returns an object used to define an hourly recurrence that lasts indefinitely.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder object used to define an hourly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Minutely(System.DateTime,System.DateTime)">
      <summary>
        <para>Returns an object used to define a minute recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="end">The end date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder object used to define a minute recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Minutely(System.DateTime,System.Int32)">
      <summary>
        <para>Returns an object used to define a minute recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="occurrenceCount">The number of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder object used to define a minute recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Minutely(System.DateTime)">
      <summary>
        <para>Returns an object used to define a minute recurrence that lasts indefinitely.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder object used to define a minute recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Monthly(System.DateTime,System.DateTime)">
      <summary>
        <para>Returns an object used to define a monthly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="end">The end date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Monthly(System.DateTime,System.Int32)">
      <summary>
        <para>Returns an object used to define a monthly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="occurrenceCount">The number of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Monthly(System.DateTime)">
      <summary>
        <para>Returns an object used to define a monthly recurrence that lasts indefinitely.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Weekly(System.DateTime,System.DateTime)">
      <summary>
        <para>Returns an object used to define a weekly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="end">The end date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Weekly(System.DateTime,System.Int32)">
      <summary>
        <para>Returns an object used to define a weekly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="occurrenceCount">The number of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Weekly(System.DateTime)">
      <summary>
        <para>Returns an object used to define a weekly recurrence that lasts indefinitely.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Yearly(System.DateTime,System.DateTime)">
      <summary>
        <para>Returns an object used to define a yearly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="end">The end date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Yearly(System.DateTime,System.Int32)">
      <summary>
        <para>Returns an object used to define a yearly recurrence.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <param name="occurrenceCount">The number of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceBuilder.Yearly(System.DateTime)">
      <summary>
        <para>Returns an object used to define a yearly recurrence that lasts indefinitely.</para>
      </summary>
      <param name="start">The start date and time of recurring appointments.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.RecurrenceWindowShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.RecurrenceWindowShowing">SchedulerControl.RecurrenceWindowShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RecurrenceWindowShowingEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,DevExpress.Xpf.Scheduling.AppointmentItem,System.Windows.Window)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.RecurrenceWindowShowingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing a Scheduler.</param>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> instance representing a target appointment.</param>
      <param name="appointmentWindow">A <see cref="T:System.Windows.Window"/> object representing an Appointment Window from which the Reminder Window is invoked.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.RecurrenceWindowShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.RecurrenceWindowShowing">SchedulerControl.RecurrenceWindowShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.RecurrenceWindowShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.RefreshDataKind">
      <summary>
        <para>Lists types of data to be refreshed and reflect any changes made in it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.RefreshDataKind.All">
      <summary>
        <para>All data is refreshed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.RefreshDataKind.Appointments">
      <summary>
        <para>Appointment data is refreshed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.RefreshDataKind.Labels">
      <summary>
        <para>Appointment label data is refreshed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.RefreshDataKind.Resources">
      <summary>
        <para>Resources data is refreshed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.RefreshDataKind.Statuses">
      <summary>
        <para>An appointment status data is refreshed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ReminderItem">
      <summary>
        <para>A reminder for a non-recurring appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ReminderItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ReminderItem"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ReminderItem.#ctor(System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ReminderItem"/> class with the specified settings.</para>
      </summary>
      <param name="timeBeforeStart">The time interval before the appointment’s start time.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ReminderItem.AlertTime">
      <summary>
        <para>Gets or sets the date and time for firing an alert.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object which specifies the reminder’s alert time.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ReminderItem.AlertTimeExpired(System.DateTime)">
      <summary>
        <para>Determines whether the reminder should fire an alert when the specified time arrives.</para>
      </summary>
      <param name="currentTime">A <see cref="T:System.DateTime"/> that is the time for which the reminder is tested.</param>
      <returns>True, if the reminder is overdue; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ReminderItem.Appointment">
      <summary>
        <para>Gets the appointment that hosts the reminder.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object which is the appointment for which the reminder is set.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ReminderItem.CanAlert(System.DateTime,System.Int32)">
      <summary>
        <para>Determines whether this reminder should fire an alert at the interval between the specified moment and the next reminder check.</para>
      </summary>
      <param name="after">A <see cref="T:System.DateTime"/> that is the time at which the interval starts.</param>
      <param name="checkInterval">An integer that is the time interval in milliseconds by which the reminder controller checks reminders for alerts.</param>
      <returns>True, if the alert can be fired; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ReminderItem.DeferChangingToEndUpdate">
      <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.Xpf.Scheduling.ReminderItem.Dismiss">
      <summary>
        <para>Switches the reminder off.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ReminderItem.Dismissed">
      <summary>
        <para>Gets whether the reminder has been dismissed.</para>
      </summary>
      <value>True, if the reminder is dismissed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ReminderItem.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.Xpf.Scheduling.ReminderItem.IsUpdateLocked">
      <summary>
        <para>Gets whether the object has been locked for updating.</para>
      </summary>
      <value>True, if the object is locked; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ReminderItem.OnAppointmentChanged">
      <summary>
        <para>Updates the <see cref="P:DevExpress.Xpf.Scheduling.ReminderItem.AlertTime">ReminderItem.AlertTime</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ReminderItem.Snooze(System.DateTime,System.TimeSpan)">
      <summary>
        <para>Delays the alert until the time calculated as the specified time has increased by the specified interval.</para>
      </summary>
      <param name="now">A <see cref="T:System.DateTime"/> value that is the planned alert time, at which the alert will be suspended for the specified time interval.</param>
      <param name="remindAfter">A <see cref="T:System.TimeSpan"/> value which is the time interval added to the planned alert time.</param>
      <returns>True, if a alert time has been successfully changed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ReminderItem.Snooze(System.TimeSpan)">
      <summary>
        <para>Delays the alert until the time calculated as the current time has increased by the specified interval.</para>
      </summary>
      <param name="remindAfter">A <see cref="T:System.TimeSpan"/> value which is the time interval added to the current time.</param>
      <returns>True, if a alert time has been successfully changed; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ReminderItem.Subject">
      <summary>
        <para>Gets the subject text of the appointment associated with the reminder.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the appointment’s subject text.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ReminderItem.TimeBeforeStart">
      <summary>
        <para>Gets or sets the time interval before the appointment’s start time used to calculate the <see cref="P:DevExpress.Xpf.Scheduling.ReminderItem.AlertTime">ReminderItem.AlertTime</see> value.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that specifies the interval before the appointment start.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.RemindersWindowShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="F:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersWindowShowingEvent">SchedulerControl.RemindersWindowShowingEvent</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.RemindersWindowShowingEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.RemindersWindowShowingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing a target Scheduler.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.RemindersWindowShowingEventArgs.TriggeredReminders">
      <summary>
        <para>Provides access to a collection of reminders which are due.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Scheduling.TriggeredReminder"/> reminders which are due.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.RemindersWindowShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersWindowShowing">SchedulerControl.RemindersWindowShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.RemindersWindowShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="N:DevExpress.Xpf.Scheduling.Reporting">
      <summary>
        <para>Contains classes which are used to implement the <see href="https://docs.devexpress.com/WPF/119773/controls-and-libraries/scheduler/printing">WPF Scheduler printing functionality</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateAppointments">SchedulerPrintAdapter.ValidateAppointments</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventArgs.#ctor(System.Collections.Generic.IList{DevExpress.Xpf.Scheduling.AppointmentItem},DevExpress.Mvvm.DateTimeRange,System.Collections.Generic.IList{DevExpress.Xpf.Scheduling.ResourceItem})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="appointments">A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemCollection"/> object representing the appointments collection.</param>
      <param name="interval">A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object representing the datetime range for which the appointment items are validated.</param>
      <param name="resources">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object representing a resource for which the appointment items are validated.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventArgs.Appointments">
      <summary>
        <para>Provides access to the appointments available in the report.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IList`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/>,&gt; object containing appointment items for the report.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventArgs.DateTimeRange">
      <summary>
        <para>Provides access to a datetime range for which the appointments are validated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object representing the datetime range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventArgs.Resources">
      <summary>
        <para>Provides access to resources for which the appointment items are validated.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IList`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/>,&gt; object containing the resource items.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateAppointments">SchedulerPrintAdapter.ValidateAppointments</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.Reporting.AppointmentItemsValidationEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.DateTimeRangesValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateTimeIntervals">SchedulerPrintAdapter.ValidateTimeIntervals</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Reporting.DateTimeRangesValidationEventArgs.#ctor(System.Collections.Generic.List{DevExpress.Mvvm.DateTimeRange})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.DateTimeRangesValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="dateTimeRanges">A List&lt;<see cref="T:DevExpress.Mvvm.DateTimeRange"/>&gt; object containing datetime ranges.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.DateTimeRangesValidationEventArgs.DateTimeRanges">
      <summary>
        <para>Provides access to the datetime ranges to which the report is being built.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Mvvm.DateTimeRange"/>,&gt; object that is a list of datetime ranges.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.DateTimeRangesValidationEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateTimeIntervals">SchedulerPrintAdapter.ValidateTimeIntervals</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.Reporting.DateTimeRangesValidationEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.ResourceItemsValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateResources">SchedulerPrintAdapter.ValidateResources</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Reporting.ResourceItemsValidationEventArgs.#ctor(System.Collections.Generic.IList{DevExpress.Xpf.Scheduling.ResourceItem})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.ResourceItemsValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="resourceItems">A list of <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> objects.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.ResourceItemsValidationEventArgs.ResourceItems">
      <summary>
        <para>Provides access to the resource items available in the report.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IList`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/>,&gt; object containing resource items for the report.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.ResourceItemsValidationEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateResources">SchedulerPrintAdapter.ValidateResources</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.Reporting.ResourceItemsValidationEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter">
      <summary>
        <para>Provides data for the Scheduler report, and for all report controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> instance for which the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> instance is created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.AssignToReport(DevExpress.XtraScheduler.Reporting.ISchedulerReport)">
      <summary>
        <para>Assigns the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> instance to the given report.</para>
      </summary>
      <param name="report">An object exposing the ISchedulerReport interface, which represents the report to be bound to the print adapter.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ClientTimeZoneId">
      <summary>
        <para>Gets or sets the time zone’s string identifier used by the print adapter. This is a dependency property.</para>
      </summary>
      <value>A string value that is the time zone’s unique identifier. The value is equal to the <see cref="P:System.TimeZoneInfo.Id"/> property value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ClientTimeZoneIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ClientTimeZoneId">SchedulerPrintAdapter.ClientTimeZoneId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.DateTimeRange">
      <summary>
        <para>Gets or sets the datetime range used by the print adapter to create a report.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object representing the datetime range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.DateTimeRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.DateTimeRange">SchedulerPrintAdapter.DateTimeRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.EnableSmartSync">
      <summary>
        <para>Gets or sets whether different controls in a report should synchronize their data iterations (the SmartSync Printing feature). This is a dependency property.</para>
      </summary>
      <value>true to enable the SmartSync Printing feature; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.EnableSmartSyncProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.EnableSmartSync">SchedulerPrintAdapter.EnableSmartSync</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the start day of the scheduler week. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value, specifying the week’s start day.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.FirstDayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.FirstDayOfWeek">SchedulerPrintAdapter.FirstDayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.SchedulerSourceChanged">
      <summary>
        <para>Occurs when the Scheduler source of the print adapter is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.SmartSyncOptions">
      <summary>
        <para>Gets or sets the SmartSync Printing options. This is a dependency property.</para>
      </summary>
      <value>An object exposing the <see cref="T:DevExpress.XtraScheduler.Reporting.ISmartSyncOptions"/> interface, containing the SmartSync-specific options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.SmartSyncOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.SmartSyncOptions">SchedulerPrintAdapter.SmartSyncOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.TimeSpanRange">
      <summary>
        <para>Gets or sets the time range representing the working time for a day. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.TimeSpanRange"/> object representing the work time range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.TimeSpanRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.TimeSpanRange">SchedulerPrintAdapter.TimeSpanRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateAppointments">
      <summary>
        <para>Occurs when appointments are obtained to create a report document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateResources">
      <summary>
        <para>Occurs when resources are retrieved to use in the report.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateTimeIntervals">
      <summary>
        <para>Occurs when the print adapter retrieves information on time intervals required for creating a report.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateWorkTime">
      <summary>
        <para>Occurs when the print adapter retrieves the work time value for use in the report.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions">
      <summary>
        <para>Contains options specific to the SmartSync Printing feature.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions.GroupType">
      <summary>
        <para>Gets or sets the grouping used for creating report pages if the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.EnableSmartSync">SchedulerPrintAdapter.EnableSmartSync</see> option is switched on. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration member specifying the grouping for the SmartSync printing.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions.GroupTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions.GroupType">SchedulerSmartSyncOptions.GroupType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerSmartSyncOptions"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateWorkTime">SchedulerPrintAdapter.ValidateWorkTime</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs.#ctor(System.Collections.Generic.List{DevExpress.Mvvm.TimeSpanRange},DevExpress.Mvvm.DateTimeRange,DevExpress.Xpf.Scheduling.ResourceItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="workTimes">A  List&lt;TimeSnapRange&gt; object containing work times for a single day.</param>
      <param name="timeInterval">A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object representing the datetime range for which the work times are validated.</param>
      <param name="resource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object representing a resource for which the work times are validated.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs.DateTimeRange">
      <summary>
        <para>Provides access to a datetime range for which the work-time interval is validated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object representing the datetime range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs.Resource">
      <summary>
        <para>Provides access to a resource for which the work-time interval is validated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object indicating the target resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs.WorkTime">
      <summary>
        <para>Gets or sets the work-time interval to be validated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.TimeSpanRange"/> object that is the target time interval.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs.WorkTimes">
      <summary>
        <para>Gets the list of work times specified for a single day.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Mvvm.TimeSpanRange"/>,&gt; object representing the list of time intervals for a day.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter.ValidateWorkTime">SchedulerPrintAdapter.ValidateWorkTime</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.Reporting.WorkTimeValidationEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResizeAction">
      <summary>
        <para>Lists values that specify  if and how the resize operation should continue.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeAction.Cancel">
      <summary>
        <para>Cancel the resize operation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeAction.Commit">
      <summary>
        <para>Finalize the resize operation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeAction.Continue">
      <summary>
        <para>Continue the resize operation.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResizeAppointmentOverEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ResizeAppointmentOver">SchedulerControl.ResizeAppointmentOver</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResizeAppointmentOverEventArgs.ConflictedAppointments">
      <summary>
        <para>Returns the list of appointments that conflict with the resized appointment.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.AppointmentItem objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResizeAppointmentOverEventArgs.ResizeAppointment">
      <summary>
        <para>Returns the current state of the appointment the user is resizing.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResizeAppointmentOverEventArgs.ResizeHandle">
      <summary>
        <para>Indicates whether the user drags the start or end of the appointment.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ResizeHandle enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResizeAppointmentOverEventArgs.SourceAppointment">
      <summary>
        <para>Returns the initial state of the appointment the user is resizing.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResizeHandle">
      <summary>
        <para>Lists values that indicate whether the user is dragging the appointment’s top or bottom edge.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeHandle.End">
      <summary>
        <para>The user is dragging the appointment’s bottom edge.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeHandle.Start">
      <summary>
        <para>The user is dragging the appointment’s top edge.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResizeState">
      <summary>
        <para>Lists states of the resize action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeState.Commit">
      <summary>
        <para>Indicates that the resize action has ended.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeState.Continue">
      <summary>
        <para>Indicates that the resize action is continuing.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResizeState.Start">
      <summary>
        <para>Indicates that the resize action is started.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceBrushSchema">
      <summary>
        <para>A color combination which contains colors used to paint scheduler <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceBrushSchema.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ResourceBrushSchema"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceBrushSchema.#ctor(System.Nullable{System.Windows.Media.Color})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ResourceBrushSchema"/> class with the specified settings.</para>
      </summary>
      <param name="baseColor">A Nullable&lt;System.Windows.Media.Color&gt; object specifying the color to be used for calculating other colors of the brush schema.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceBrushSchema.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. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceBrushSchema.BaseColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceBrushSchema.BaseColor">ResourceBrushSchema.BaseColor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceBrushSchema.DarkCell">
      <summary>
        <para>Gets or sets the color schema for the resource’s dark cell. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.CellBrushSchema"/> value specifying the dark cell’s color schema.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceBrushSchema.DarkCellProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceBrushSchema.DarkCell">ResourceBrushSchema.DarkCell</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceBrushSchema.Empty">
      <summary>
        <para>Returns an empty resource schema.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceBrushSchema"/> value representing an empty datetime range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceBrushSchema.LightCell">
      <summary>
        <para>Gets or sets the color schema for the resource’s light cell. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.CellBrushSchema"/> object specifying the color schema for the light cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceBrushSchema.LightCellProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceBrushSchema.LightCell">ResourceBrushSchema.LightCell</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceBrushSchemaCollection">
      <summary>
        <para>A collection of color combinations used to paint Scheduler resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceBrushSchemaCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ResourceBrushSchemaCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceItem">
      <summary>
        <para>A common attribute which can be assigned to appointments to group them.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceItem.Brush">
      <summary>
        <para>Gets or sets the brush associated with the resource.</para>
      </summary>
      <value>A System.Windows.Media.Brush object used to paint the resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceItem.BrushName">
      <summary>
        <para>Specifies the name of the brush associated with the resource.</para>
      </summary>
      <value>A string value that specifies the name of the resource brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceItem.Caption">
      <summary>
        <para>Gets or sets the resource caption.</para>
      </summary>
      <value>A string value indicating the resource caption.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceItem.Color">
      <summary>
        <para>Gets or sets the color associated with the resource.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> object specifying the resource color.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceItem.Visible">
      <summary>
        <para>Gets or sets whether the resource is visible.</para>
      </summary>
      <value>true, if the resource is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceItemCollection">
      <summary>
        <para>A collection of Scheduler <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resources</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceItemEmpty">
      <summary>
        <para>Provides static methods to obtain the empty resource and its identifier.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceItemEmpty.Id">
      <summary>
        <para>Gets the empty resource identifier.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.EmptyResourceId"/> object that is the resource identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceItemEmpty.Resource">
      <summary>
        <para>Gets the object identified as an empty resource.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the target resource.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceMappings">
      <summary>
        <para>Provides information on the <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see> properties’ mapping to data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ResourceMappings"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.Brush">
      <summary>
        <para>Specifies the mapping that binds the resource’s <see cref="P:DevExpress.Xpf.Scheduling.ResourceItem.Brush">ResourceItem.Brush</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.BrushName">
      <summary>
        <para>Specifies the mapping that binds the resource’s <see cref="P:DevExpress.Xpf.Scheduling.ResourceItem.BrushName">ResourceItem.BrushName</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.BrushSavingType">
      <summary>
        <para>Specifies the format type used to store the brush information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.BrushSavingType"/> enumeration value indicating the format type to store the brush information.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.Caption">
      <summary>
        <para>Specifies the mapping that binds the resource’s <see cref="P:DevExpress.Xpf.Scheduling.ResourceItem.Caption">ResourceItem.Caption</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.Color">
      <summary>
        <para>Specifies the mapping that binds the resource’s <see cref="P:DevExpress.Xpf.Scheduling.ResourceItem.Color">ResourceItem.Color</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.ColorSavingType">
      <summary>
        <para>Gets or sets the format type to store the color information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.DXColorSavingType"/> enumeration value indicating the color saving format.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.Id">
      <summary>
        <para>Specifies the mapping that binds the resource’s <see cref="P:DevExpress.Xpf.Scheduling.SourceObjectContainer.Id">SourceObjectContainer.Id</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceMappings.Visible">
      <summary>
        <para>Gets or sets the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.ResourceItem.Visible">ResourceItem.Visible</see> property to the data source field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Mapping"/> object specifying the data field and converter.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceTreeCommands">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see> commands.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ResourceTreeCommands"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CanCreateGroup">
      <summary>
        <para>Determines whether a new group can be created in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
      <returns>true, if a new group can be created; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CanCreateResource">
      <summary>
        <para>Determines whether a new resource can be created in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
      <returns>true, if a new resource can be created; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CanDelete">
      <summary>
        <para>Determines whether a currently focused group or resource can be deleted in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
      <returns>true, if a currently focused group or resource can be deleted; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CanRename">
      <summary>
        <para>Determines whether a currently focused group or resource can be renamed in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
      <returns>true, if a currently focused group or resource can be renamed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CanShowSearchPanel">
      <summary>
        <para>Determines whether the Search Panel can be shown in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
      <returns>true, if the Search Panel can be shown; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateGroup">
      <summary>
        <para>Creates a new group and adds it to the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateGroupCommand">
      <summary>
        <para>Gets or sets a command used to create a new resource group in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateGroupCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateGroupCommand">ResourceTreeCommands.CreateGroupCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateResource">
      <summary>
        <para>Creates a new resource and adds it to the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateResourceCommand">
      <summary>
        <para>Gets or sets a command used to create a new resource item in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateResourceCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.CreateResourceCommand">ResourceTreeCommands.CreateResourceCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.Delete">
      <summary>
        <para>Deletes a currently focused group or resource in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.DeleteCommand">
      <summary>
        <para>Gets or sets a command used to delete a group or resource in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeCommands.DeleteCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.DeleteCommand">ResourceTreeCommands.DeleteCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.Rename">
      <summary>
        <para>Displays an editor in a currently focused group or resource in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see> so tnat an end user can rename it.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.RenameCommand">
      <summary>
        <para>Gets or sets a command used to rename a group or resource in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeCommands.RenameCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.RenameCommand">ResourceTreeCommands.RenameCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeCommands.ShowSearchPanel">
      <summary>
        <para>Shows the Search Panel and moves the keyboard focus to it in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.ShowSearchPanelCommand">
      <summary>
        <para>Gets or sets a command used to show the search panel in the <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeCommands.ShowSearchPanelCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeCommands.ShowSearchPanelCommand">ResourceTreeCommands.ShowSearchPanelCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ResourceTreeControl">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/400491/controls-and-libraries/scheduler/visual-elements/resource-tree">Resource Tree</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.ResourceTreeControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ActualCellTemplateSelectorProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowDragDrop">
      <summary>
        <para>Gets or sets whether to allow end-users to drag and drop groups and resources to rearrange them. This is a dependency property.</para>
      </summary>
      <value>true, to allow end-users to drag and drop groups and resources; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowDragDropProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowDragDrop">ResourceTreeControl.AllowDragDrop</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowEditing">
      <summary>
        <para>Gets or sets whether to allow end-users to rename groups and resources. This is a dependency property.</para>
      </summary>
      <value>true, to to allow end-users to rename groups and resources; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowEditingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowEditing">ResourceTreeControl.AllowEditing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowGroupCreate">
      <summary>
        <para>Gets or sets whether to allow end-users to create resource groups. This is a dependency property.</para>
      </summary>
      <value>true, to to allow end-users to create resource groups; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowGroupCreateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowGroupCreate">ResourceTreeControl.AllowGroupCreate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowGroupDelete">
      <summary>
        <para>Gets or sets whether to allow end-users to remove resource groups. This is a dependency property.</para>
      </summary>
      <value>true, to to allow end-users to remove resource groups; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowGroupDeleteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowGroupDelete">ResourceTreeControl.AllowGroupDelete</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowResourceCreate">
      <summary>
        <para>Gets or sets whether to allow end-users to create resources. This is a dependency property.</para>
      </summary>
      <value>true, to to allow end-users to create resources; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowResourceCreateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowResourceCreate">ResourceTreeControl.AllowResourceCreate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowResourceDelete">
      <summary>
        <para>Gets or sets whether to allow end-users to remove resources. This is a dependency property.</para>
      </summary>
      <value>true, to to allow end-users to remove resources; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowResourceDeleteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AllowResourceDelete">ResourceTreeControl.AllowResourceDelete</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AutoExpandAllNodes">
      <summary>
        <para>Gets or sets whether all resource groups are automatically expanded when the Resource Tree is being loaded.</para>
      </summary>
      <value>true, to expand all resource groups when the Resource Tree is being loaded; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.AutoExpandAllNodesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.AutoExpandAllNodes">ResourceTreeControl.AutoExpandAllNodes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.Commands">
      <summary>
        <para>Provides access to the set of available resource tree commands.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceTreeCommands">DevExpress.Xpf.Scheduling.ResourceTreeCommands</see> object that provides a set of resource tree commands.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.CommandsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.Commands">ResourceTreeControl.Commands</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.ResourceTreeControl.CreateGroupSourceObject">
      <summary>
        <para>Allows you to set the source object for resource groups.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.CreateGroupSourceObjectEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.ResourceTreeControl.CreateGroupSourceObject">ResourceTreeControl.CreateGroupSourceObject</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.ResourceTreeControl.CreateResourceSourceObject">
      <summary>
        <para>Allows you to set the source object for resources</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.CreateResourceSourceObjectEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.ResourceTreeControl.CreateResourceSourceObject">ResourceTreeControl.CreateResourceSourceObject</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeControl.GetResourceTree(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ResourceTree"/> attached property from a given object.</para>
      </summary>
      <param name="obj">An object whose ResourceTree attached property value must be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceTreeControl"/> object associated with the specified object</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCaptionFieldName">
      <summary>
        <para>Gets or sets the name of the source field that contains group captions. This is a dependency property.</para>
      </summary>
      <value>A System.String value that is the name of the source field that contains group captions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCaptionFieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCaptionFieldName">ResourceTreeControl.GroupCaptionFieldName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCellTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of resource groups. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the presentation of resource groups.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCellTemplate">ResourceTreeControl.GroupCellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCheckBoxFieldName">
      <summary>
        <para>Gets or sets the name of the groups source field to which check boxes embedded into rows are bound. This is a dependency property.</para>
      </summary>
      <value>A System.String value that specifies the field in a data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCheckBoxFieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupCheckBoxFieldName">ResourceTreeControl.GroupCheckBoxFieldName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupKeyFieldName">
      <summary>
        <para>Gets or sets the name of the groups source field that contains unique values. This is a dependency property.</para>
      </summary>
      <value>A System.String value that is the name of the groups source field that contains unique values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupKeyFieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupKeyFieldName">ResourceTreeControl.GroupKeyFieldName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupParentFieldName">
      <summary>
        <para>Gets or sets the name of the source field that contains parent group values. This is a dependency property</para>
      </summary>
      <value>A System.String value that is the name of the source field that contains parent group values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupParentFieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupParentFieldName">ResourceTreeControl.GroupParentFieldName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupsSource">
      <summary>
        <para>Gets or sets the data source for resource groups. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.GroupsSource">ResourceTreeControl.GroupsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.ResourceTreeControl.InitNewResource">
      <summary>
        <para>Occurs before a new resource is created in the Resource Tree control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.InitNewResourceEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.ResourceTreeControl.InitNewResource">ResourceTreeControl.InitNewResource</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ItemCaptionFieldNameProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ItemCheckBoxFieldNameProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ItemGroupFieldNameProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.NewGroupText">
      <summary>
        <para>Gets or sets the name that is initially assigned to a newly created resource group. This is a dependency property.</para>
      </summary>
      <value>A string value that is the name that is initially assigned to a newly created resource group.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.NewGroupTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.NewGroupText">ResourceTreeControl.NewGroupText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.NewResourceText">
      <summary>
        <para>Gets or sets the name that is initially assigned to a newly created resource. This is a dependency property.</para>
      </summary>
      <value>A string value that is the name that is initially assigned to a newly created resource.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.NewResourceTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.NewResourceText">ResourceTreeControl.NewResourceText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeControl.RefreshData">
      <summary>
        <para>Updates the control’s data.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ResourceCellTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of resource cells. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the presentation of resource cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ResourceCellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ResourceCellTemplate">ResourceTreeControl.ResourceCellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ResourceTreeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ResourceTree">ResourceTreeControl.ResourceTree</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.RootValueProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.RowContextMenu">
      <summary>
        <para>Gets or sets the row context menu. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Bars.BarPopupBase object that is the row context menu.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.RowContextMenuActions">
      <summary>
        <para>Provides access to the collection of actions used to customize the row context menu.</para>
      </summary>
      <value>A collection of context menu customization actions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.RowContextMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.RowContextMenu">ResourceTreeControl.RowContextMenu</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.RowContextMenuShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.ResourceTreeControl.RowContextMenuShowing">ResourceTreeControl.RowContextMenuShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.Scheduler">
      <summary>
        <para>Gets or sets the SchedulerControl to which the current control is bound.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> whose resources are displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.SchedulerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.Scheduler">ResourceTreeControl.Scheduler</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ResourceTreeControl.SetResourceTree(System.Windows.DependencyObject,DevExpress.Xpf.Scheduling.ResourceTreeControl)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ResourceTree"/> attached property for a given object.</para>
      </summary>
      <param name="obj">An object for which the ResourceTree attached property is set.</param>
      <param name="value">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceTreeControl"/> object to set for the specified object</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ShowBorder">
      <summary>
        <para>Gets or sets whether to show the ResourceTreeControl border. This is a dependency property.</para>
      </summary>
      <value>true, to show the border; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ShowBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ShowBorder">ResourceTreeControl.ShowBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ShowSearchPanelMode">
      <summary>
        <para>Gets or sets whether to display the search panel. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Grid.ShowSearchPanelMode enumeration value. By default, <see cref="F:DevExpress.Xpf.Grid.ShowSearchPanelMode.HotKey"/></value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.ShowSearchPanelModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.ShowSearchPanelMode">ResourceTreeControl.ShowSearchPanelMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeListControlStyle">
      <summary>
        <para>Gets or sets a TreeListControl style that is applied to the Resource Tree. This is a dependency property.</para>
      </summary>
      <value>A Style object providing corresponding style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeListControlStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeListControlStyle">ResourceTreeControl.TreeListControlStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeListProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeListViewStyle">
      <summary>
        <para>Gets or sets a TreeListView style that is applied to the Resource Tree. This is a dependency property.</para>
      </summary>
      <value>A Style object providing corresponding style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeListViewStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeListViewStyle">ResourceTreeControl.TreeListViewStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ResourceTreeControl.TreeViewProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerCommands">
      <summary>
        <para>Provides access to Scheduler commands.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerCommands.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerCommands"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CancelDropAppointmentsCommand">
      <summary>
        <para>Gets or sets a command used to cancel a drag-and-drop operation.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.CancelDropAppointmentsCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CancelDropAppointmentsCommand">SchedulerCommands.CancelDropAppointmentsCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeGroupTypeCommand">
      <summary>
        <para>Gets or sets a command used to change the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.GroupType">SchedulerControl.GroupType</see> value.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeGroupTypeCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeGroupTypeCommand">SchedulerCommands.ChangeGroupTypeCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeLabelCommand">
      <summary>
        <para>Gets or sets a command used to change the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.LabelId">AppointmentItem.LabelId</see> value.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeLabelCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeLabelCommand">SchedulerCommands.ChangeLabelCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeReminderTimeBeforeStartCommand">
      <summary>
        <para>Gets or sets a command used to change the <see cref="P:DevExpress.Xpf.Scheduling.ReminderItem.TimeBeforeStart">ReminderItem.TimeBeforeStart</see> value of the reminder associated with the current appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeReminderTimeBeforeStartCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeReminderTimeBeforeStartCommand">SchedulerCommands.ChangeReminderTimeBeforeStartCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeSnapToCellsModeCommand">
      <summary>
        <para>Gets or sets a command used to change the current view’s SnapToCells mode.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeSnapToCellsModeCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeSnapToCellsModeCommand">SchedulerCommands.ChangeSnapToCellsModeCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeStatusCommand">
      <summary>
        <para>Gets or sets a command used to change the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.StatusId">AppointmentItem.StatusId</see> value.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeStatusCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeStatusCommand">SchedulerCommands.ChangeStatusCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeTimeScaleCommand">
      <summary>
        <para>Gets or sets a command used to change the view’s <see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.TimeScale">DayViewBase.TimeScale</see> value.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeTimeScaleCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ChangeTimeScaleCommand">SchedulerCommands.ChangeTimeScaleCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CopyAppointmentsOnDropCommand">
      <summary>
        <para>Gets or sets a command used to copy a dragged appointment to the drop target.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.CopyAppointmentsOnDropCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CopyAppointmentsOnDropCommand">SchedulerCommands.CopyAppointmentsOnDropCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CopyToClipboardCommand">
      <summary>
        <para>Gets or sets a command used to copy selected appointments to the clipboard.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.CopyToClipboardCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CopyToClipboardCommand">SchedulerCommands.CopyToClipboardCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CustomizeTimeRulerCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119350/controls-and-libraries/scheduler/visual-elements/windows/timeruler-window">TimeRuler Window</see> when the mouse hovers over the time ruler.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.CustomizeTimeRulerCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CustomizeTimeRulerCommand">SchedulerCommands.CustomizeTimeRulerCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CutToClipboardCommand">
      <summary>
        <para>Gets or sets a command used to cut selected appointments to the clipboard.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.CutToClipboardCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.CutToClipboardCommand">SchedulerCommands.CutToClipboardCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.DeleteAppointmentCommand">
      <summary>
        <para>Gets or sets a command used to delete the selected appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.DeleteAppointmentCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.DeleteAppointmentCommand">SchedulerCommands.DeleteAppointmentCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.DeleteAppointmentsCommand">
      <summary>
        <para>Gets or sets a command used to delete selected appointments.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.DeleteAppointmentsCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.DeleteAppointmentsCommand">SchedulerCommands.DeleteAppointmentsCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.GoToDateCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119351/controls-and-libraries/scheduler/visual-elements/windows/go-to-date-window">Go to Date Window</see>.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.GoToDateCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.GoToDateCommand">SchedulerCommands.GoToDateCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.GoToTodayCommand">
      <summary>
        <para>Gets or sets a command used to set the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Start">SchedulerControl.Start</see> property to the  current date.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.GoToTodayCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.GoToTodayCommand">SchedulerCommands.GoToTodayCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.MoveAppointmentsOnDropCommand">
      <summary>
        <para>Gets or sets a command used to move a dragged appointment to the drop target.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.MoveAppointmentsOnDropCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.MoveAppointmentsOnDropCommand">SchedulerCommands.MoveAppointmentsOnDropCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.NavigateViewBackwardCommand">
      <summary>
        <para>Gets or sets a command that executes the active view’s NavigateBackward method.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.NavigateViewBackwardCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.NavigateViewBackwardCommand">SchedulerCommands.NavigateViewBackwardCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.NavigateViewForwardCommand">
      <summary>
        <para>Gets or sets a command that executes the active view’s NavigateForward method.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.NavigateViewForwardCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.NavigateViewForwardCommand">SchedulerCommands.NavigateViewForwardCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.OpenRecurrenceWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119348/controls-and-libraries/scheduler/visual-elements/windows/recurrence-window">Recurrence Window</see> for the selected appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.OpenRecurrenceWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.OpenRecurrenceWindowCommand">SchedulerCommands.OpenRecurrenceWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.PasteFromClipboardCommand">
      <summary>
        <para>Gets or sets a command used to paste appointments from the clipboard.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.PasteFromClipboardCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.PasteFromClipboardCommand">SchedulerCommands.PasteFromClipboardCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.RestoreOccurrenceCommand">
      <summary>
        <para>Gets or sets a command used to call the selected appointment’s <see cref="M:DevExpress.Xpf.Scheduling.AppointmentItem.RestoreOccurrence">AppointmentItem.RestoreOccurrence</see> method.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.RestoreOccurrenceCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.RestoreOccurrenceCommand">SchedulerCommands.RestoreOccurrenceCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SaveNewAppointmentCommand">
      <summary>
        <para>Gets or sets a command used to add the specified appointment to the scheduler’s appointment collection.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.SaveNewAppointmentCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SaveNewAppointmentCommand">SchedulerCommands.SaveNewAppointmentCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SelectNextAppointmentCommand">
      <summary>
        <para>Gets or sets a command used to move selection to the next appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.SelectNextAppointmentCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SelectNextAppointmentCommand">SchedulerCommands.SelectNextAppointmentCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SelectPrevAppointmentCommand">
      <summary>
        <para>Gets or sets a command used to move selection to the previous appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.SelectPrevAppointmentCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SelectPrevAppointmentCommand">SchedulerCommands.SelectPrevAppointmentCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowAppointmentWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> for the selected appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowAppointmentWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowAppointmentWindowCommand">SchedulerCommands.ShowAppointmentWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowEditRecurrencePatternWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> for the recurrence pattern of the selected appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowEditRecurrencePatternWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowEditRecurrencePatternWindowCommand">SchedulerCommands.ShowEditRecurrencePatternWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewAllDayAppointmentWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> for the new all-day appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewAllDayAppointmentWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewAllDayAppointmentWindowCommand">SchedulerCommands.ShowNewAllDayAppointmentWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewAppointmentWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> for the new appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewAppointmentWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewAppointmentWindowCommand">SchedulerCommands.ShowNewAppointmentWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewRecurringAllDayAppointmentWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> and <see href="https://docs.devexpress.com/WPF/119348/controls-and-libraries/scheduler/visual-elements/windows/recurrence-window">Recurrence Window</see> for the new all-day recurring appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewRecurringAllDayAppointmentWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewRecurringAllDayAppointmentWindowCommand">SchedulerCommands.ShowNewRecurringAllDayAppointmentWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewRecurringAppointmentWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> and <see href="https://docs.devexpress.com/WPF/119348/controls-and-libraries/scheduler/visual-elements/windows/recurrence-window">Recurrence Window</see> for the new recurring appointment.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewRecurringAppointmentWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowNewRecurringAppointmentWindowCommand">SchedulerCommands.ShowNewRecurringAppointmentWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowPrintPreviewCommand">
      <summary>
        <para>Gets or sets a command used to invoke the Print Preview window.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowPrintPreviewCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowPrintPreviewCommand">SchedulerCommands.ShowPrintPreviewCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowPrintPreviewDialogCommand">
      <summary>
        <para>Gets or sets a command used to invoke the Print Preview dialog.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowPrintPreviewDialogCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowPrintPreviewDialogCommand">SchedulerCommands.ShowPrintPreviewDialogCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowRemindersWindowCommand">
      <summary>
        <para>Gets or sets a command used to invoke the <see href="https://docs.devexpress.com/WPF/119349/controls-and-libraries/scheduler/visual-elements/windows/reminders-window">Reminders Window</see>.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowRemindersWindowCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowRemindersWindowCommand">SchedulerCommands.ShowRemindersWindowCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowRibbonPrintPreviewCommandProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ShowRibbonPrintPreviewDialogCommandProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SwitchViewCommand">
      <summary>
        <para>Gets or sets a command used to switch the active view to the first view in a collection which has the specified type.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.SwitchViewCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.SwitchViewCommand">SchedulerCommands.SwitchViewCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ViewZoomInCommand">
      <summary>
        <para>Gets or sets a command that decreases the time interval displayed in the scheduler so that it can be examined closely.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ViewZoomInCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ViewZoomInCommand">SchedulerCommands.ViewZoomInCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ViewZoomOutCommand">
      <summary>
        <para>Gets or sets a command that increases the time interval displayed in the scheduler for a less detailed view.</para>
      </summary>
      <value>An <see cref="T:System.Windows.Input.ICommand"/> object that is the scheduler command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerCommands.ViewZoomOutCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerCommands.ViewZoomOutCommand">SchedulerCommands.ViewZoomOutCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerControl">
      <summary>
        <para>The main control of the Scheduler suite which displays and manages appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveView">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see> currently used by the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> to show its data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ViewBase"/> class descendant, which represents the currently active view.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewChanged">
      <summary>
        <para>Fires each time the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveView"/> property value changes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewIndex">
      <summary>
        <para>Gets or sets the index of the <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see> currently used by the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> to show its data. This is a dependency property.</para>
      </summary>
      <value>An integer value specifying a zero-based index of the active view in the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Views">SchedulerControl.Views</see> collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewIndex">SchedulerControl.ActiveViewIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewType">
      <summary>
        <para>Returns the active <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see>. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ViewType enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewType">SchedulerControl.ActiveViewType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActualGroupType">
      <summary>
        <para>Gets the actual grouping applied to the Scheduler. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value indicating the grouping type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ActualGroupTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActualGroupType">SchedulerControl.ActualGroupType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActualTimeZone">
      <summary>
        <para>Indicates the Scheduler’s time zone.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ActualTimeZoneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ActualTimeZone"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.AddAppointment(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Adds the specified appointment to the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentItems">AppointmentItems</see> collection.</para>
      </summary>
      <param name="apt">A DevExpress.Xpf.Scheduling.AppointmentItem object to be added to the AppointmentItems collection.</param>
      <returns>true, if the appointment has been added to the AppointmentItems collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.AddAppointments(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.AppointmentItem},System.Boolean)">
      <summary>
        <para>Adds the specified appointments to the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentItems">AppointmentItems</see> collection.</para>
      </summary>
      <param name="appointments">A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects to be added to the AppointmentItems collection.</param>
      <param name="showConflictsMessageBox">true, to display the message box that warns about conflicted appointments; otherwise, false.</param>
      <returns>true, if the appointments have been added to the AppointmentItems collection; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentConflicts">
      <summary>
        <para>Gets or sets whether sharing the schedule time between two or more appointments is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow appointment conflicts; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentConflictsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentConflicts">SchedulerControl.AllowAppointmentConflicts</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentCopy">
      <summary>
        <para>Gets or sets whether copying appointments is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow copying appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentCopyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentCopy">SchedulerControl.AllowAppointmentCopy</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentCreate">
      <summary>
        <para>Gets or sets whether creating new appointments is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow creating new appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentCreateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentCreate">SchedulerControl.AllowAppointmentCreate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDelete">
      <summary>
        <para>Gets or sets whether deleting appointments is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow deleting appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDeleteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDelete">SchedulerControl.AllowAppointmentDelete</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDrag">
      <summary>
        <para>Gets or sets whether dragging appointments is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow dragging appointments; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDragBetweenResources">
      <summary>
        <para>Gets or sets whether dragging appointments between resources is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow dragging appointments between resources; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDragBetweenResourcesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDragBetweenResources">SchedulerControl.AllowAppointmentDragBetweenResources</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDragProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentDrag">SchedulerControl.AllowAppointmentDrag</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentEdit">
      <summary>
        <para>Gets or sets whether editing existing appointments is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow editing appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentEditProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentEdit">SchedulerControl.AllowAppointmentEdit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentMultiSelect">
      <summary>
        <para>Gets or sets whether selecting more than one appointment is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow multiple appointments selection; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentMultiSelectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentMultiSelect">SchedulerControl.AllowAppointmentMultiSelect</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentResize">
      <summary>
        <para>Gets or sets whether resizing appointments is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow resizing appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowAppointmentResize">SchedulerControl.AllowAppointmentResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowCellMultiSelect">
      <summary>
        <para>Specifies whether selecting multiple time cells is allowed. This is a dependency property.</para>
      </summary>
      <value>true to allow selecting multiple cells; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowCellMultiSelectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowCellMultiSelect">SchedulerControl.AllowCellMultiSelect</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowInfiniteSize">
      <summary>
        <para>Gets and sets whether the SchedulerControl uses infinite widths or heights.</para>
      </summary>
      <value>false to raise the InvalidOperationException; otherwise, true.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowInplaceEditor">
      <summary>
        <para>Gets or sets whether invoking the inplace editor is allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allows using inplace edtior; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowInplaceEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowInplaceEditor">SchedulerControl.AllowInplaceEditor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowReminders">
      <summary>
        <para>Gets or sets whether appointment <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminders</see> are allowed. This is a dependency property.</para>
      </summary>
      <value>true, to allow reminders; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AllowRemindersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AllowReminders">SchedulerControl.AllowReminders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAdded">
      <summary>
        <para>Occurs after the user has added appointments to the scheduler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAddedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAdded">SchedulerControl.AppointmentAdded</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAdding">
      <summary>
        <para>Occurs before the user has added appointments to the scheduler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAddingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentAdding">SchedulerControl.AppointmentAdding</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDrag">
      <summary>
        <para>Occurs when an appointment is dragged above the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDragMode">
      <summary>
        <para>Specifies how an appointment fits in the time cell(s) when dragging it to another time interval. This is a dependency property.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentDragResizeMode"/> enumeration values indicating the appointment’s drag mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDragModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDragMode">SchedulerControl.AppointmentDragMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentDrop">
      <summary>
        <para>Occurs when an appointment is dropped onto the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEdited">
      <summary>
        <para>Occurs after the user has edited appointments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEditedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEdited">SchedulerControl.AppointmentEdited</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEditing">
      <summary>
        <para>Occurs before the user applies changes to appointments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEditingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentEditing">SchedulerControl.AppointmentEditing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentFilterCriteria">
      <summary>
        <para>Gets or sets the scheduler’s filter criteria for appointments. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Data.Filtering.CriteriaOperator object which represents filter criteria.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentFilterCriteriaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentFilterCriteria"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentFilterString">
      <summary>
        <para>Gets or sets the scheduler’s filter expression for appointments. This is a dependency property.</para>
      </summary>
      <value>A string value that specifies the filter criteria.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentFilterStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentFilterString"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentItems">
      <summary>
        <para>Provides access to the appointments in the scheduler.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItemCollection"/> object that is the collection of appointments.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemoved">
      <summary>
        <para>Occurs after the user has deleted appointments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemovedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemoved">SchedulerControl.AppointmentRemoved</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemoving">
      <summary>
        <para>Occurs before the user has deleted appointments from the scheduler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemovingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRemoving">SchedulerControl.AppointmentRemoving</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentResize">
      <summary>
        <para>Occurs when an appointment’s interval is modified by dragging its borders.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentResizeMode">
      <summary>
        <para>Specifies how an appointment fits in the time cell(s) when modified by dragging its borders. This is a dependency property.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Xpf.Scheduling.AppointmentDragResizeMode"/> enumeration values indicating the appointment’s resize mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentResizeModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentResizeMode">SchedulerControl.AppointmentResizeMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestored">
      <summary>
        <para>Occurs after the user has restored appointments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestoredEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestored">SchedulerControl.AppointmentRestored</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestoring">
      <summary>
        <para>Occurs before the user has restored appointments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestoringEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentRestoring">SchedulerControl.AppointmentRestoring</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentSearchInterval">
      <summary>
        <para>Specifies the time span used by navigation buttons to search for the nearest appointments (in days) to limit it to a reasonable range. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value, specifying the search range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentSearchIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentSearchInterval">SchedulerControl.AppointmentSearchInterval</see> dependency property.w</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentsUpdated">
      <summary>
        <para>Occurs after Scheduler appointments are updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentWindowShowing">
      <summary>
        <para>Occurs before showing the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see>. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentWindowShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentWindowShowing">SchedulerControl.AppointmentWindowShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.BeforeAppointmentItemDelete">
      <summary>
        <para>Occurs before deleting an appointment and allows you to cancel the deletion.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.BrushProviderProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.BrushSet">
      <summary>
        <para>Defines a set of brushes used to colorize the scheduler’s elements. This is a dependency property.</para>
      </summary>
      <value>A list of DevExpress.Xpf.Scheduling.BrushInfo objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.BrushSetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.BrushSet">SchedulerControl.BrushSet</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.CalcHitInfo(System.Windows.Point)">
      <summary>
        <para>Returns information on the scheduler element located at the specified point.</para>
      </summary>
      <param name="hitPoint">A <see cref="T:DevExpress.Xpf.Scheduling.ISchedulerHitInfo"/> object contains information about a Scheduler element located at the test point.</param>
      <returns>A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the top left corner.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.CalcHitInfos(System.Windows.Point)">
      <summary>
        <para>Returns information on all scheduler elements located at the specified point.</para>
      </summary>
      <param name="hitPoint">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the top left corner.</param>
      <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.ISchedulerHitInfo"/>,&gt; object that is the collection of objects containing hit information.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.CheckTriggeredReminders">
      <summary>
        <para>Updates the triggered reminders collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.CommandBarStyle">
      <summary>
        <para>Gets or sets the command bar for the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.CommandBarStyle"/> enumeration value specifying the command bar type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.CommandBarStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.CommandBarStyle">SchedulerControl.CommandBarStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.Commands">
      <summary>
        <para>Gets or sets the commands for the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerCommands"/> object representing the scheduler commands.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.CommandsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Commands">SchedulerControl.Commands</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CommitAppointmentResize">
      <summary>
        <para>Occurs when the user completes resizing an appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.CommitAppointmentResizeEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CommitAppointmentResize">SchedulerControl.CommitAppointmentResize</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentDragDrop">
      <summary>
        <para>Occurs when the drag-drop operation initialized within the Scheduler has been completed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentDragDropEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentDragDrop">SchedulerControl.CompleteAppointmentDragDrop</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentResize">
      <summary>
        <para>Occurs when the resize operation initialized within the Scheduler has been completed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentResizeEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CompleteAppointmentResize">SchedulerControl.CompleteAppointmentResize</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CopyingToClipboard">
      <summary>
        <para>Occurs before copied appointments are moved to the clipboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.CopyingToClipboardEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.CopyingToClipboard">SchedulerControl.CopyingToClipboard</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.CornerRadiusProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentConflicts">
      <summary>
        <para>Occurs when a Scheduler appointment has been edited and allows you to define whether conflicts are present.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentCopy">
      <summary>
        <para>Occurs when trying to copy an appointment.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentCreate">
      <summary>
        <para>Occurs when an end-user tries to create a new appointment.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentDelete">
      <summary>
        <para>Occurs when trying to delete an appointment.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentDrag">
      <summary>
        <para>Occurs when attempting to drag an appointment to another time interval.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentDragBetweenResources">
      <summary>
        <para>Occurs when attempting to drag the appointment.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentEdit">
      <summary>
        <para>Occurs when trying to edit the appointment.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowAppointmentResize">
      <summary>
        <para>Occurs when attempting to resize the appointment.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAllowInplaceEditor">
      <summary>
        <para>Occurs when trying to invoke an appointment’s in-place editor.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomAppointmentBackground">
      <summary>
        <para>Allows you to customize the appointments’ appearance by changing their background color.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.CustomWorkTime">
      <summary>
        <para>Allows you to specify several custom work time intervals per day, which can be set differently for distinct days and resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DataSource">
      <summary>
        <para>Gets or sets the data source object for the SchedulerControl. This is a dependency property.</para>
      </summary>
      <value>An object exposing the <see cref="T:DevExpress.Xpf.Scheduling.IDataSourceBase"/> interface (e.g., the <see cref="T:DevExpress.Xpf.Scheduling.DataSource"/> object) that is the Scheduler’s data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DataSource">SchedulerControl.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DateNavigationPanelStyle">
      <summary>
        <para>Gets or sets the style of the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>Contains style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DateNavigationPanelStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DateNavigationPanelStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultBrushProvider">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultBrushProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultBrushProvider"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultBrushSet">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultBrushSetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultBrushSet"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultLabelColors">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultLabelColorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultLabelColors"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultReminderTime">
      <summary>
        <para>Gets or sets the value used to specify the reminder’s <see cref="P:DevExpress.Xpf.Scheduling.ReminderItem.TimeBeforeStart">ReminderItem.TimeBeforeStart</see> property for a newly created appointment.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that specifies the interval before the appointment start or null
(Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultReminderTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultReminderTime">SchedulerControl.DefaultReminderTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultResourceBrushSchemas">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultResourceBrushSchemasProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultResourceBrushSchemas"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultResourceColors">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultResourceColorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.DefaultResourceColors"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.DeleteOccurrenceWindowShowing">
      <summary>
        <para>Occurs before showing the <see href="https://docs.devexpress.com/WPF/119352/controls-and-libraries/scheduler/visual-elements/windows/delete-occurrence-window">Delete Occurrence Window</see>. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DeleteOccurrenceWindowShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.DeleteOccurrenceWindowShowing">SchedulerControl.DeleteOccurrenceWindowShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.DragAppointmentOver">
      <summary>
        <para>Raised repeatedly while the user drags appointments within a Scheduler’s <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DragAppointmentOverEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.DragAppointmentOver">SchedulerControl.DragAppointmentOver</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.DropAppointment">
      <summary>
        <para>Occurs when the user drops appointments within a Scheduler’s <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.DropAppointmentEvent">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Scheduling.SchedulerControl.DropAppointmentEvent">SchedulerControl.DropAppointmentEvent</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.EditAppointment(DevExpress.Xpf.Scheduling.AppointmentItem,DevExpress.Xpf.Scheduling.AppointmentItem,System.Boolean)">
      <summary>
        <para>Edits the specified appointment.</para>
      </summary>
      <param name="sourceApt">The appointment to be edited.</param>
      <param name="editApt">The edited appointment to replace the sourceApt.</param>
      <param name="showConflictsMessageBox">true, to display the message box that warns about conflicting appointments; otherwise, false.</param>
      <returns>true, if the appointment has been edited; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.EditAppointments(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.AppointmentItem},System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.AppointmentItem},System.Boolean)">
      <summary>
        <para>Edits the specified appointments.</para>
      </summary>
      <param name="sourceAppointments">The appointments to be edited.</param>
      <param name="editAppointments">The edited appointments to replace the sourceAppointments.</param>
      <param name="showConflictsMessageBox">true, to display the message box that warns about conflicting appointments; otherwise, false.</param>
      <returns>true, if the appointments have been edited; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.EditOccurrenceWindowShowing">
      <summary>
        <para>Occurs before showing the <see href="https://docs.devexpress.com/WPF/119716/controls-and-libraries/scheduler/visual-elements/windows/edit-occurrence-window">Open Recurring Item Window</see>. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.EditOccurrenceWindowShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.EditOccurrenceWindowShowing">SchedulerControl.EditOccurrenceWindowShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.FilterAppointment">
      <summary>
        <para>Raised each time an appointment is about to be displayed by <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">the scheduler’s view</see> and allows you to hide this appointment.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.FilterTimeRegion">
      <summary>
        <para>Raised each time a <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time region</see> is about to be displayed by <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">the scheduler’s view</see> and allows you to hide this time region.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.FirstDayOfWeek">
      <summary>
        <para>Gets the day which the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>‘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. The default is DayOfWeek.Sunday.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.FirstDayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.FirstDayOfWeek">SchedulerControl.FirstDayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.FlyoutContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the appointment flyout. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the flyout appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.FlyoutContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.FlyoutContentTemplate">SchedulerControl.FlyoutContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetAppointmentItemBySourceObject(System.Object)">
      <summary>
        <para>Gets a source object’s associated appointment.</para>
      </summary>
      <param name="source">A source object</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the appointment retrieved form the given object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetAppointments(DevExpress.Mvvm.DateTimeRange,System.Boolean)">
      <summary>
        <para>Returns the collection of <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> for the specified time interval.</para>
      </summary>
      <param name="interval">A DevExpress.Mvvm.DateTimeRange value that is the time interval for which to get appointments.</param>
      <param name="visibleResourcesOnly">true, to return appointments available in the current view; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetAppointments(DevExpress.Mvvm.DateTimeRange,System.Object)">
      <summary>
        <para>Returns the collection of <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> for the specified time interval.</para>
      </summary>
      <param name="interval">A DevExpress.Mvvm.DateTimeRange value that is the time interval for which to get appointments.</param>
      <param name="resourceId">A System.Object value that specifies the unique identifier of the resource for which to return the associated appointments.</param>
      <returns>A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetExceptions(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Returns a collection of the changed and deleted occurrences for the specified pattern.</para>
      </summary>
      <param name="pattern">A DevExpress.Xpf.Scheduling.AppointmentItem object that is the pattern for which to obtain exceptions.</param>
      <returns>A collection which contains the changed and deleted occurrences for the specified pattern.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetExceptions(System.Object)">
      <summary>
        <para>Returns a collection of the changed and deleted occurrences for the specified recurrence info.</para>
      </summary>
      <param name="recurrenceInfoId">An object that is the identifier of the recurrence info for which to obtain exceptions.</param>
      <returns>A collection which contains the changed and deleted occurrences for the specified recurrence info.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetLabelItemBySourceObject(System.Object)">
      <summary>
        <para>Gets a source object’s associated label.</para>
      </summary>
      <param name="source">A source object.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItem"/> object that is the label retrieved from the given object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetOccurrenceOrException(DevExpress.Xpf.Scheduling.AppointmentItem,System.Int32)">
      <summary>
        <para>Returns an <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">occurrence or exception</see> under the specified recurrence index from the recurring chain the given pattern specifies.</para>
      </summary>
      <param name="pattern">The pattern whose occurrence or exception is requested.</param>
      <param name="recurrenceIndex">The recurring index of the occurrence or exception.</param>
      <returns>The DevExpress.Xpf.Scheduling.AppointmentItem that is the first occurrence or exception that satisfies the specified condition.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetOccurrenceOrException(System.Object,System.Int32)">
      <summary>
        <para>Returns an <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">occurrence or exception</see> under the specified recurrence index from the recurring chain the given pattern specifies.</para>
      </summary>
      <param name="recurrenceInfoId">The identifier of the recurrence info.</param>
      <param name="recurrenceIndex">The recurring index of the occurrence or exception.</param>
      <returns>The DevExpress.Xpf.Scheduling.AppointmentItem that is the first occurrence or exception that satisfies the specified condition.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetOccurrencesAndExceptions(DevExpress.Xpf.Scheduling.AppointmentItem,DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>Returns all <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">occurrences and exceptions</see> to the specified pattern that are within the given date-time interval.</para>
      </summary>
      <param name="pattern">The pattern whose occurrences and exceptions are requested.</param>
      <param name="interval">The date-time range containing all returned occurrences and exceptions.</param>
      <returns>A collection of occurrences and exceptions to the specified pattern.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetOccurrencesAndExceptions(System.Object,DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>Returns all <see href="https://docs.devexpress.com/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence">occurrences and exceptions</see> to the specified pattern that are within the given date-time interval.</para>
      </summary>
      <param name="recurrenceInfoId">The identifier of the recurrence info.</param>
      <param name="interval">The date-time range containing all returned occurrences and exceptions.</param>
      <returns>A collection of occurrences and exceptions to the specified pattern.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetOptionsDefaultContextMenuTemplate(DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsDefaultContextMenuTemplate">SchedulerControl.OptionsDefaultContextMenuTemplate</see> attached property’s value for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Scheduler">SchedulerControl.Scheduler</see> property value.</param>
      <returns>The element from which the property value is read.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetPattern(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Gets the pattern appointment for the specified occurrence.</para>
      </summary>
      <param name="occurrenceOrException">An occurrence for which to return the pattern.</param>
      <returns>The pattern appointment.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetPattern(System.Object)">
      <summary>
        <para>Gets the pattern appointment for the specified recurrence info.</para>
      </summary>
      <param name="recurrenceInfoId">The identifier of a recurrence info for which to return the pattern appointment.</param>
      <returns>The pattern appointment.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetResourceItemBySourceObject(System.Object)">
      <summary>
        <para>Gets a source object’s associated resource.</para>
      </summary>
      <param name="source">A source object.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource retrieved from the given object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetScheduler(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Scheduler">SchedulerControl.Scheduler</see> attached property’s value for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element from which the property value is read.</param>
      <returns>The element’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Scheduler">SchedulerControl.Scheduler</see> property value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetShowBorder(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowBorder">SchedulerControl.ShowBorder</see> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowBorder">SchedulerControl.ShowBorder</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetStatusItemBySourceObject(System.Object)">
      <summary>
        <para>Gets a source object’s associated status.</para>
      </summary>
      <param name="source">A source object.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentStatusItem"/> object that is the status retrieved from the given object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetTimeRegions(DevExpress.Mvvm.DateTimeRange,System.Boolean)">
      <summary>
        <para>Returns the collection of <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see> for the specified time interval.</para>
      </summary>
      <param name="interval">A DevExpress.Mvvm.DateTimeRange value that is the time interval for which to get time regions.</param>
      <param name="visibleResourcesOnly">true, to return time regions available in the current view; otherwise, false.</param>
      <returns>A collection of DevExpress.Xpf.Scheduling.TimeRegionItem objects.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.GetTimeRegions(DevExpress.Mvvm.DateTimeRange,System.Object)">
      <summary>
        <para>Returns the collection of <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see> for the specified time interval.</para>
      </summary>
      <param name="interval">A DevExpress.Mvvm.DateTimeRange value that is the time interval for which to get time regions.</param>
      <param name="resourceId">A System.Object value that specifies the unique identifier of the resource for which to return the associated time regions.</param>
      <returns>A collection of DevExpress.Xpf.Scheduling.TimeRegionItem objects.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.GiveAppointmentDragFeedback">
      <summary>
        <para>Raised repeatedly while the user drags appointments within a Scheduler’s <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see> and allows you to specify the feedback.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.GiveAppointmentDragFeedbackEvent">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Scheduling.SchedulerControl.GiveAppointmentDragFeedbackEvent">SchedulerControl.GiveAppointmentDragFeedbackEvent</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.GotoDateWindowShowing">
      <summary>
        <para>Occurs before showing the <see href="https://docs.devexpress.com/WPF/119351/controls-and-libraries/scheduler/visual-elements/windows/go-to-date-window">Go to Date Window</see>. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.GotoDateWindowShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.GotoDateWindowShowing">SchedulerControl.GotoDateWindowShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.GroupType">
      <summary>
        <para>Gets or sets the type of grouping applied to the Scheduler. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.GroupTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.GroupType">SchedulerControl.GroupType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.InitNewAppointment">
      <summary>
        <para>Occurs before a new <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> is created in the SchedulerControl.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.IsDataManipulationAllowed">
      <summary>
        <para>Indicates whether the data provided for the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> can be modified. This is a dependency property.</para>
      </summary>
      <value>true if manipulation with data is allowed; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.IsDataManipulationAllowedChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.IsDataManipulationAllowed">SchedulerControl.IsDataManipulationAllowed</see> property value has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.IsDataManipulationAllowedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.IsDataManipulationAllowed">SchedulerControl.IsDataManipulationAllowed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemPropertyChanged">
      <summary>
        <para>Occurs when one of the Scheduler item’s properties has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.ItemsCollectionChanged">
      <summary>
        <para>Occurs when an item within the Scheduler collection has been modified.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.KeepResourceDistanceOnAppointmentDrag">
      <summary>
        <para>Gets or sets whether to keep a visual resource distance between appointments while they are dragged. This is a dependency property.</para>
      </summary>
      <value>true, to keep a relative interval measured in visual resources between appointments while they are dragged; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.KeepResourceDistanceOnAppointmentDragProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.KeepResourceDistanceOnAppointmentDrag">SchedulerControl.KeepResourceDistanceOnAppointmentDrag</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.LabelColors">
      <summary>
        <para>Gets or sets label colors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.LabelColorCollection"/> collection containing colors.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.LabelColorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.LabelColors">SchedulerControl.LabelColors</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.LabelItems">
      <summary>
        <para>Provides access to the Scheduler <see href="https://docs.devexpress.com/WPF/119214/controls-and-libraries/scheduler/appointments/labels">appointment labels</see> collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentLabelItemCollection"/> object that is the collection of appointment label items.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.LimitInterval">
      <summary>
        <para>Gets or sets the time interval available for end-users. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object representing available time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.LimitIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.LimitInterval">SchedulerControl.LimitInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.MakeAppointmentVisible(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Scrolls a view to the specified appointment to show it.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object that is the appointment to display.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.MessageBoxCaption">
      <summary>
        <para>Specifies a custom caption for message boxes displayed by the Scheduler. This is a dependency property.</para>
      </summary>
      <value>A string value that is the message box caption.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.MessageBoxCaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.MessageBoxCaption"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.MessageBoxService">
      <summary>
        <para>Gets or sets an object which provides a service to display message boxes in the <see href="https://docs.devexpress.com/WPF/114881/controls-and-libraries/scheduler">Scheduler</see>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.Mvvm.IMessageBoxService"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.MessageBoxServiceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.MessageBoxService">SchedulerControl.MessageBoxService</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsContextMenu">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/119618/controls-and-libraries/scheduler/visual-elements/pop-up-menus">context menu</see> options. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.OptionsContextMenu"/> object representing the context menu options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsContextMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsContextMenu">SchedulerControl.OptionsContextMenu</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsDefaultContextMenuTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsDefaultContextMenuTemplate">SchedulerControl.OptionsDefaultContextMenuTemplate</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsPrinting">
      <summary>
        <para>Specifies options used to customize the Scheduler’s <see href="https://docs.devexpress.com/WPF/400666/controls-and-libraries/scheduler/printing-templates">printing reports</see>. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.OptionsPrinting object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsPrintingProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsWindows">
      <summary>
        <para>Gets or sets the options used to customize the scheduler <see href="https://docs.devexpress.com/WPF/119345/controls-and-libraries/scheduler/visual-elements/windows">windows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.OptionsWindows"/> object containing window options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsWindowsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsWindows">SchedulerControl.OptionsWindows</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.PastingFromClipboard">
      <summary>
        <para>Occurs before copied appointments are pasted from the clipboard to a Scheduler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.PastingFromClipboardEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.PastingFromClipboard">SchedulerControl.PastingFromClipboard</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.PopupMenuShowing">
      <summary>
        <para>Occurs every time the <see href="https://docs.devexpress.com/WPF/119618/controls-and-libraries/scheduler/visual-elements/pop-up-menus">pop-up menu</see> menu is invoked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.PopupMenuShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.Print(DevExpress.Xpf.Scheduling.ReportTemplate)">
      <summary>
        <para>Shows the system’s Print dialog window with the report based on the specified template.</para>
      </summary>
      <param name="reportTemplate">The DevExpress.Xpf.Scheduling.ReportTemplate object that is the <see href="https://docs.devexpress.com/WPF/400666/controls-and-libraries/scheduler/printing-templates">printing template</see> to use.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.PrintDirect(DevExpress.Xpf.Scheduling.ReportTemplate,System.String)">
      <summary>
        <para>Prints the scheduler’s contents using the specified <see href="https://docs.devexpress.com/WPF/400666/controls-and-libraries/scheduler/printing-templates">printing template</see> and printer.</para>
      </summary>
      <param name="reportTemplate">The DevExpress.Xpf.Scheduling.ReportTemplate object that is the <see href="https://docs.devexpress.com/WPF/400666/controls-and-libraries/scheduler/printing-templates">printing template</see> to use.</param>
      <param name="printerName">The name of the printer to use. If set to null, the default printer is used.</param>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.QueryContinueAppointmentDrag">
      <summary>
        <para>Raised repeatedly while the user drags appointments within a Scheduler’s <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see> and allows you to cancel the drag-drop operation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.QueryContinueAppointmentDragEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.QueryContinueAppointmentDrag">SchedulerControl.QueryContinueAppointmentDrag</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.QueryContinueAppointmentResize">
      <summary>
        <para>Raised repeatedly while the user resizes an appointment and allows you to cancel the resize operation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.QueryContinueAppointmentResizeEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.QueryContinueAppointmentResize">SchedulerControl.QueryContinueAppointmentResize</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.RecurrenceWindowShowing">
      <summary>
        <para>Occurs before showing the <see href="https://docs.devexpress.com/WPF/119348/controls-and-libraries/scheduler/visual-elements/windows/recurrence-window">Recurrence Window</see>. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.RecurrenceWindowShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.RecurrenceWindowShowing">SchedulerControl.RecurrenceWindowShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RefreshData">
      <summary>
        <para>Updates all data in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> to reflect any changes made in data sources which store <see href="https://docs.devexpress.com/WPF/119211/controls-and-libraries/scheduler/appointments">appointments</see> and appointment <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RefreshData(DevExpress.Xpf.Scheduling.RefreshDataKind)">
      <summary>
        <para>Updates a specific <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> data to reflect any changes made in it.</para>
      </summary>
      <param name="kind">One of the  enumeration values specifying data type to refresh.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersCheckInterval">
      <summary>
        <para>Gets or sets the period of time between checks for a reminder’s alert time.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value which is the time interval between checks of the reminder’s alert.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersCheckIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersCheckInterval">SchedulerControl.RemindersCheckInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersWindowShowing">
      <summary>
        <para>Enables you to specify the window displayed when a reminder fires, or hide it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersWindowShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.RemindersWindowShowing">SchedulerControl.RemindersWindowShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RemoveAppointment(DevExpress.Xpf.Scheduling.AppointmentItem,System.Boolean)">
      <summary>
        <para>Removes the specified appointment from the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentItems">AppointmentItems</see> collection.</para>
      </summary>
      <param name="apt">A DevExpress.Xpf.Scheduling.AppointmentItem object to be removed from the AppointmentItems collection.</param>
      <param name="showDeleteOccurrenceWindow">true, to display the message box that notifies about removing an occurrence; otherwise, false.</param>
      <returns>true, if the appointment has been removed from the AppointmentItems collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RemoveAppointments(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.AppointmentItem},System.Boolean)">
      <summary>
        <para>Removes the specified appointments from the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.AppointmentItems">AppointmentItems</see> collection.</para>
      </summary>
      <param name="appointments">A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects to be removed from the AppointmentItems collection.</param>
      <param name="showDeleteOccurrenceWindow">true, to display the message box that notifies about removing occurrences; otherwise, false.</param>
      <returns>true, if the appointments have been removed from the AppointmentItems collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RemoveTimeRegion(DevExpress.Xpf.Scheduling.TimeRegionItem)">
      <summary>
        <para>Removes the specified time region from the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionItems">TimeRegionItems</see> collection.</para>
      </summary>
      <param name="region">A DevExpress.Xpf.Scheduling.TimeRegionItem object to be removed from the TimeRegionItems collection.</param>
      <returns>true, if the time region has been removed from the TimeRegionItems collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RemoveTimeRegions(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.TimeRegionItem})">
      <summary>
        <para>Removes the specified time regions from the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionItems">TimeRegionItems</see> collection.</para>
      </summary>
      <param name="timeRegions">A collection of DevExpress.Xpf.Scheduling.TimeRegionItem objects to be removed from the TimeRegionItems collection.</param>
      <returns>true, if the time regions have been removed from the TimeRegionItems collection; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.ResizeAppointmentOver">
      <summary>
        <para>Raised repeatedly while the user resizes an appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ResizeAppointmentOverEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.ResizeAppointmentOver">SchedulerControl.ResizeAppointmentOver</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ResourceBrushSchemas">
      <summary>
        <para>Gets or sets the color schemas used to paint resource columns. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceBrushSchemaCollection"/> collection containing the <see cref="T:DevExpress.Xpf.Scheduling.ResourceBrushSchema"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ResourceBrushSchemasProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ResourceBrushSchemas">SchedulerControl.ResourceBrushSchemas</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ResourceColors">
      <summary>
        <para>Specifies the collection of resource colors. This is a dependency property.</para>
      </summary>
      <value>A collection of resource colors.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ResourceColorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ResourceColors"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ResourceItems">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resources</see> for appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItemCollection"/> object that is the collection of resources.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RestoreAppointment(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Reverts the specified appointment of the AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence type to the AppointmentType.Occurrence type.</para>
      </summary>
      <param name="apt">The DevExpress.Xpf.Scheduling.AppointmentItem object that is a changed occurrence to restore.</param>
      <returns>true, if the appointment could not be restored; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RestoreAppointments(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.AppointmentItem})">
      <summary>
        <para>Reverts the specified appointments of the AppointmentType.ChangedOccurrence and AppointmentType.DeletedOccurrence types to the AppointmentType.Occurrence type.</para>
      </summary>
      <param name="appointments">A list of DevExpress.Xpf.Scheduling.AppointmentItem objects that are changed occurrences to restore.</param>
      <returns>true, if the appointments could not be restored; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RestoreTimeRegion(DevExpress.Xpf.Scheduling.TimeRegionItem)">
      <summary>
        <para>Reverts the specified <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time region</see> of the TimeRegionType.ChangedOccurrence or TimeRegionType.DeletedOccurrence type to the TimeRegionType.Occurrence type.</para>
      </summary>
      <param name="region">The DevExpress.Xpf.Scheduling.TimeRegionItem object that is a changed occurrence to restore.</param>
      <returns>true, if the time region has been restored; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.RestoreTimeRegions(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.TimeRegionItem})">
      <summary>
        <para>Reverts the specified <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see> of the TimeRegionType.ChangedOccurrence or TimeRegionType.DeletedOccurrence type to the TimeRegionType.Occurrence type.</para>
      </summary>
      <param name="timeRegions">A list of DevExpress.Xpf.Scheduling.TimeRegionItem objects that are changed occurrences to restore.</param>
      <returns>true, if the time regions have been restored; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.RibbonActions">
      <summary>
        <para>Provides access to the collection of actions used to customize the SchedulerControl’s integrated ribbon UI.</para>
      </summary>
      <value>A collection of ribbon customization actions.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.SchedulerPrintAdapter">
      <summary>
        <para>Provides access to the print adapter comprising scheduler data for a report. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Reporting.SchedulerPrintAdapter"/> object that is the target print adapter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.SchedulerPrintAdapterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.SchedulerPrintAdapter">SchedulerControl.SchedulerPrintAdapter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.SchedulerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Scheduler">SchedulerControl.Scheduler</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ScrollOnDrag">
      <summary>
        <para>Specifies whether the user can scroll the scheduler’s view area by dragging an appointment to the viewport’s border. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ScrollOnDragMode enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ScrollOnDragProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ScrollOnDrag">SchedulerControl.ScrollOnDrag</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedAppointments">
      <summary>
        <para>Provides access to the selected <see href="https://docs.devexpress.com/WPF/119211/controls-and-libraries/scheduler/appointments">appointments</see>.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedAppointmentsSource">
      <summary>
        <para>Gets or sets the object used as the selected appointments’ source. This is a dependency property.</para>
      </summary>
      <value>An object implementing the  <see cref="T:System.Collections.IList"/> interface that is the selected appointments’ source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedAppointmentsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedAppointmentsSource">SchedulerControl.SelectedAppointmentsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedInterval">
      <summary>
        <para>Gets or sets the time interval currently selected by an end-user. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the selected time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedInterval">SchedulerControl.SelectedInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedResource">
      <summary>
        <para>Gets or sets the resource related to the currently selected in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>. This is an dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object which is the selected resource.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedResourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedResource">SchedulerControl.SelectedResource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedResourceSource">
      <summary>
        <para>Gets or sets the selected resources’ source object. This is a dependency property.</para>
      </summary>
      <value>An object representing the source of the selected resources.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedResourceSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.SelectedResourceSource">SchedulerControl.SelectedResourceSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.SetOptionsDefaultContextMenuTemplate(DevExpress.Xpf.Scheduling.SchedulerControl,System.Windows.DataTemplate)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.OptionsDefaultContextMenuTemplate">SchedulerControl.OptionsDefaultContextMenuTemplate</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Windows.DataTemplate"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.SetScheduler(System.Windows.DependencyObject,DevExpress.Xpf.Scheduling.SchedulerControl)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Scheduler">SchedulerControl.Scheduler</see> attached property’s value for the specified object.</para>
      </summary>
      <param name="obj">An object for which the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Scheduler">SchedulerControl.Scheduler</see> attached property should be set.</param>
      <param name="value">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> value that specifies the value to be assigned to the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Scheduler">SchedulerControl.Scheduler</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.SetShowBorder(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Set the value of the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowBorder">SchedulerControl.ShowBorder</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Boolean"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.ShowAppointmentWindow(DevExpress.Xpf.Scheduling.AppointmentItem,System.Boolean)">
      <summary>
        <para>Shows the <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> for the given appointment.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> instance that is the target appointment.</param>
      <param name="showRecurrenceWindow">true, to invoke the <see href="https://docs.devexpress.com/WPF/119348/controls-and-libraries/scheduler/visual-elements/windows/recurrence-window">Recurrence Window</see> as well; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowBorder">
      <summary>
        <para>Gets or sets whether to show the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> border. This is a dependency property.</para>
      </summary>
      <value>true to show the border; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ShowBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowBorder">SchedulerControl.ShowBorder</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.ShowCustomizeTimeRulerWindow(DevExpress.Xpf.Scheduling.TimeRuler)">
      <summary>
        <para>Shows the <see href="https://docs.devexpress.com/WPF/119350/controls-and-libraries/scheduler/visual-elements/windows/timeruler-window">TimeRuler Window</see> to the given <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/>.</para>
      </summary>
      <param name="timeRuler">An <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> object that is the time ruler to which the dialog is invoked.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowDateNavigationPanel">
      <summary>
        <para>Gets or sets whether to display the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>. This is a dependency property.</para>
      </summary>
      <value>true to display the <see cref="T:DevExpress.Xpf.Scheduling.DateNavigationPanel"/>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ShowDateNavigationPanelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowDateNavigationPanel"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.ShowGotoDateWindow(System.DateTime)">
      <summary>
        <para>Shows the <see href="https://docs.devexpress.com/WPF/119351/controls-and-libraries/scheduler/visual-elements/windows/go-to-date-window">Go to Date Window</see> with the specified date.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> object that is the date to be shown in the dialog.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.ShowInplaceEditor">
      <summary>
        <para>Invokes an in-place editor.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduling.AppointmentInplaceEditorViewModel"/> object representing the in-place editor.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.ShowNewAppointmentWindow(System.Boolean,System.Boolean)">
      <summary>
        <para>Shows an <see href="https://docs.devexpress.com/WPF/119347/controls-and-libraries/scheduler/visual-elements/windows/appointment-window">Appointment Window</see> to create a new appointment.</para>
      </summary>
      <param name="allDay">true, to create an all-day appointment; otherwise, false.</param>
      <param name="recurring">true, to create a recurring appointment; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowOnlyResourceAppointments">
      <summary>
        <para>Gets or sets whether to hide appointments that are not associated with any <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see>. This is a dependency property.</para>
      </summary>
      <value>true to hide appointments that are not associated with any resource; otherwise, false. By default, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ShowOnlyResourceAppointmentsProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.ShowRecurrenceWindow(DevExpress.Xpf.Scheduling.AppointmentItem)">
      <summary>
        <para>Shows the <see href="https://docs.devexpress.com/WPF/119348/controls-and-libraries/scheduler/visual-elements/windows/recurrence-window">Recurrence Window</see> for the given appointment.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> instance that is the target appointment.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.ShowRemindersWindow">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/119349/controls-and-libraries/scheduler/visual-elements/windows/reminders-window">Reminders Window</see> that displays alerts fired by reminders.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowWaitIndicator">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/114373/controls-and-libraries/windows-and-utility-controls/wait-indicator">Wait Indicator</see> in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> during the asynchronous data load. This is a dependency property.</para>
      </summary>
      <value>true to display the <see href="https://docs.devexpress.com/WPF/114373/controls-and-libraries/windows-and-utility-controls/wait-indicator">Wait Indicator</see>; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ShowWaitIndicatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ShowWaitIndicator"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.SnoozeReminder(DevExpress.Xpf.Scheduling.ReminderItem,System.TimeSpan)">
      <summary>
        <para>Postpones the specified <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminder</see>.</para>
      </summary>
      <param name="reminder">A DevExpress.Xpf.Scheduling.ReminderItem object that is the reminder to postpone.</param>
      <param name="value">A System.TimeSpan value that is the time interval for which to postpone the reminder.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerControl.SnoozeReminders(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Scheduling.ReminderItem},System.TimeSpan)">
      <summary>
        <para>Postpones the specified <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminders</see>.</para>
      </summary>
      <param name="reminders">A collection of DevExpress.Xpf.Scheduling.ReminderItem objects that are the reminders to postpone.</param>
      <param name="value">A System.TimeSpan value that is the time interval for which to postpone the reminders.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.Start">
      <summary>
        <para>Gets or sets the SchedulerControl start date. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value which represents the start date of the SchedulerControl.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentDrag">
      <summary>
        <para>Occurs when the user starts dragging the selected Scheduler’s appointment(s).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentDragEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentDrag">SchedulerControl.StartAppointmentDrag</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentDragFromOutside">
      <summary>
        <para>Occurs when the user drags an object in the Scheduler from an external source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentDragFromOutsideEvent">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentDragFromOutsideEvent">SchedulerControl.StartAppointmentDragFromOutsideEvent</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentResize">
      <summary>
        <para>Occurs when the user starts resizing the selected Scheduler’s appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentResizeEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentResize">SchedulerControl.StartAppointmentResize</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.StartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.Start">SchedulerControl.Start</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.StatusItems">
      <summary>
        <para>Provides access to the scheduler’s <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">appointment statuses</see> collection.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentStatusItemCollection object that is the collection of appointment statues.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionFilterCriteria">
      <summary>
        <para>Gets or sets the scheduler’s filter criteria for <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see>. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Data.Filtering.CriteriaOperator object which represents filter criteria.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionFilterCriteriaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionFilterCriteria"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionFilterString">
      <summary>
        <para>Gets or sets the scheduler’s filter expression for <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see>. This is a dependency property.</para>
      </summary>
      <value>A string value that specifies the filter criteria.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionFilterStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionFilterString"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionItems">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see> in the scheduler.</para>
      </summary>
      <value>A collection of time region items.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRegionsRendering">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRulerWindowShowing">
      <summary>
        <para>Occurs before the <see href="https://docs.devexpress.com/WPF/119350/controls-and-libraries/scheduler/visual-elements/windows/timeruler-window">TimeRuler Window</see> is invoked to customize the Time Ruler settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRulerWindowShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRulerWindowShowing">SchedulerControl.TimeRulerWindowShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeZone">
      <summary>
        <para>Gets or sets the time zone for the Scheduler. This is a dependency property.</para>
      </summary>
      <value>A System.TimeZoneInfo object identifying a time zone.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.TimeZoneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.TimeZone">SchedulerControl.TimeZone</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ToolTipContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the appointment tooltip. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ToolTipContentTemplate">SchedulerControl.ToolTipContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.ToolTipMode">
      <summary>
        <para>Specifies which visual element the SchedulerControl should display when the mouse pointer hovers over an appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.ToolTipModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.ToolTipMode">SchedulerControl.ToolTipMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.TriggeredReminders">
      <summary>
        <para>Provides access to a collection of reminders which are due.</para>
      </summary>
      <value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.TriggeredReminder"/>,&gt; collection of objects originated from reminders which are about to send alerts.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.UseClassicStyle">
      <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.Xpf.Scheduling.SchedulerControl.Views">
      <summary>
        <para>Provides access to the collection of the SchedulerControl’s <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">views</see>.</para>
      </summary>
      <value>A collection that stores all views specified in the scheduler.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleIntervals">
      <summary>
        <para>Provides access to the currently visible time cell intervals. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Collections.ObjectModel.ReadOnlyObservableCollection`1"/>&lt;<see cref="T:DevExpress.Mvvm.DateTimeRange"/>,&gt; object that is the collection of visible time intervals.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleIntervalsChanged">
      <summary>
        <para>Occurs when changing visible time cells interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleIntervalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleIntervals">SchedulerControl.VisibleIntervals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleResources">
      <summary>
        <para>Provides access to the resources currently displayed within the scheduling area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Collections.ObjectModel.ReadOnlyObservableCollection`1"/>&lt;<see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/>,&gt; object that is the collection of currently visible resources.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.WorkDays">
      <summary>
        <para>Gets or sets days that form a work week. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration values that specify work days.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.WorkDaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.WorkDays">SchedulerControl.WorkDays</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerControl.WorkTime">
      <summary>
        <para>Gets or sets the work time interval. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Mvvm.TimeSpanRange"/> object which specifies the work time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerControl.WorkTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.WorkTime">SchedulerControl.WorkTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerControlBase">
      <summary>
        <para>A base class for the SchedulerControl.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerControlBase.DependencyPropertyChanged">
      <summary>
        <para>Occurs when any SchedulerControl’s dependency property is changed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings">
      <summary>
        <para>Contains additional settings and functionality applied to the <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator"/> bound to the SchedulerControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.AllowChangeSchedulerView">
      <summary>
        <para>Gets or sets whether to automatically change the current <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">scheduler view</see> to better fit the current selection.</para>
      </summary>
      <value>true, to change the current scheduler view to better fit the current selection; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.AllowChangeSchedulerViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.AllowChangeSchedulerView"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.AllowUpdateSelectionOnMonthChanged">
      <summary>
        <para>Gets or sets whether to update the month part of the selected dates when the user navigates through different months. This is a dependency property.</para>
      </summary>
      <value>true, to automatically change the month part of the selected dates to the currently selected month; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.AllowUpdateSelectionOnMonthChangedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.AllowUpdateSelectionOnMonthChanged"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.CustomizeSelectedDates">
      <summary>
        <para>Allows you to apply custom logic when the user is selecting dates in the date navigator.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.CustomizeSpecialDates">
      <summary>
        <para>Allows you to highlight the specified dates in the DateNavigator control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.MaxSelectedConsecutiveWeeks">
      <summary>
        <para>Gets or sets the maximum number of consecutively selected weeks.</para>
      </summary>
      <value>An integer that is the number of selected weeks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.MaxSelectedConsecutiveWeeksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.MaxSelectedConsecutiveWeeks">SchedulerDateNavigatorStyleSettings.MaxSelectedConsecutiveWeeks</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.MaxSelectedNonConsecutiveDates">
      <summary>
        <para>Gets or sets the maximum number of dates individually selected in the DateNavigator control. This is a dependency property.</para>
      </summary>
      <value>An integer that is the number of selected dates.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.MaxSelectedNonConsecutiveDatesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.MaxSelectedNonConsecutiveDates">SchedulerDateNavigatorStyleSettings.MaxSelectedNonConsecutiveDates</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.NavigatorVisibleDateRangeChanged(System.Boolean)">
      <summary>
        <para>Fires the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.CustomizeSpecialDates">SchedulerDateNavigatorStyleSettings.CustomizeSpecialDates</see> event and updates the DateNavigator display.</para>
      </summary>
      <param name="isScrolling">True, to shift selection to the visible area; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.Scheduler">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> bound to the <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator">DateNavigator</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> whose settings affect the DateNavigator behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.SchedulerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.Scheduler">SchedulerDateNavigatorStyleSettings.Scheduler</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerDateNavigatorStyleSettings.SyncSchedulerWithNavigator(System.Collections.Generic.IList{System.DateTime})">
      <summary>
        <para>Synchronizes selection in the Scheduler and DateNavigator controls and switches the Scheduler <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">view</see> according to the selected dates.</para>
      </summary>
      <param name="selectedDates">A list of selected dates.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerHitTestType">
      <summary>
        <para>Lists the values that identify a scheduler’s elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.AllDayArea">
      <summary>
        <para>The test point belongs to an all-day area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.Appointment">
      <summary>
        <para>The test point belongs to an appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.Cell">
      <summary>
        <para>The test point belongs to a time cell.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.DayHeader">
      <summary>
        <para>The test point belongs to a day header.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.MoreButton">
      <summary>
        <para>The test point belongs to a More button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.NavigationButton">
      <summary>
        <para>The test point belongs to a navigation button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.ResourceHeader">
      <summary>
        <para>The test point belongs to a resource header.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerHitTestType.Ruler">
      <summary>
        <para>The test point belongs to a time ruler.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerItemBase">
      <summary>
        <para>A base class for appointment items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.AllDay">
      <summary>
        <para>Gets or sets whether the current appointment lasts the entire day (or several days).</para>
      </summary>
      <value>true, if this is an all-day appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.Duration">
      <summary>
        <para>Gets the appointment’s duration.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that is the appointment length.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.End">
      <summary>
        <para>Gets or sets the appointment’s end date and time.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the end of the appointment.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerItemBase.HasResource(System.Object)">
      <summary>
        <para>Indicates whether the item is associated with the specified resource.</para>
      </summary>
      <param name="resourceId">The resource id.</param>
      <returns>true, if the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceIds"/> collection contains the specified resource id; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.Interval">
      <summary>
        <para>Returns the normalized duration based on the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.Start"/> and <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.End"/> values.</para>
      </summary>
      <value>A DevExpress.Mvvm.DateTimeRange value that is the normalized appointment duration.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryEnd">
      <summary>
        <para>Gets the normalized appointment end value which is recommended for use in interval-based appointment data source queries.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the end of the appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryStart">
      <summary>
        <para>Gets the normalized appointment start value which is recommended for use in interval-based appointment data source queries.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the start of the appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceIndex">
      <summary>
        <para>Gets the appointment index in the recurring series.</para>
      </summary>
      <value>An integer value that is the zero-based index within the series.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceInfo">
      <summary>
        <para>Gets or sets information that defines an appointment’s recurrence rule.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object that contains information about recurrence rules.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceInfoId">
      <summary>
        <para>Returns the identifier of the recurrence info.</para>
      </summary>
      <value>A System.Object that is the identifier of the recurrence info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceId">
      <summary>
        <para>Gets or sets the identifier of the associated resource, or the first resource identifier if an appointment has several assigned resources.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that is the resource’s unique identifier or the <see cref="P:DevExpress.Xpf.Scheduling.ResourceItemEmpty.Id">ResourceItemEmpty.Id</see> value if no resources are assigned (default).</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceIds">
      <summary>
        <para>Provides access to the collection of identifiers of the associated resources.</para>
      </summary>
      <value>A collection of resource identifiers.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceIdsChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceIds"/> property value has changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.SchedulerItemBase.SetPatternReference(System.Object,System.Int32)">
      <summary>
        <para>Sets the recurrence index to the appointment.</para>
      </summary>
      <param name="recurrenceInfoId">A System.Object that is the identifier of the recurrence info.</param>
      <param name="recurrenceIndex">An integer that specifies the recurrence index.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.Start">
      <summary>
        <para>Gets or sets the start date and time of the appointment.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the start of the appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.TimeZoneId">
      <summary>
        <para>Gets or sets the appointment time zone.</para>
      </summary>
      <value>A <see cref="T:System.String"/> indicating the appointment time zone name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings">
      <summary>
        <para>A base class for classes that provide information on the <see href="https://docs.devexpress.com/WPF/119211/controls-and-libraries/scheduler/appointments">appointment</see> properties’ mapping to data fields.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.AllDay">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.AllDay"/> property to the data source field.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.End">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.End">SchedulerItemBase.End</see> property to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.Id">
      <summary>
        <para>Gets or sets the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SourceObjectContainer.Id">SourceObjectContainer.Id</see> property to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.QueryEnd">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryEnd">SchedulerItemBase.QueryEnd</see> property to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.QueryStart">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.QueryStart">SchedulerItemBase.QueryStart</see> property to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.RecurrenceInfo">
      <summary>
        <para>Gets or sets the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceInfo">AppointmentItem.RecurrenceInfo</see> property to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.ResourceId">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceId">SchedulerItemBase.ResourceId</see> and <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.ResourceIds">AppointmentItem.ResourceIds</see> properties to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.Start">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.Start">SchedulerItemBase.Start</see> property to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerItemBaseMappings.TimeZoneId">
      <summary>
        <para>Specifies the mapping that binds the appointment’s <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.TimeZoneId">SchedulerItemBase.TimeZoneId</see> property to the data source field.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SchedulerViewBase">
      <summary>
        <para>A base class for the scheduler views.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ActualHorizontalScrollBarVisibility">
      <summary>
        <para>Returns whether the horizontal scrollbar is currently shown. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies whether the horizontal scrollbar is currently shown.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ActualHorizontalScrollBarVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ActualHorizontalScrollBarVisibility">ActualHorizontalScrollBarVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ActualVerticalScrollBarVisibility">
      <summary>
        <para>Returns whether the vertical scrollbar is currently shown. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies whether the vertical scrollbar is currently shown.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ActualVerticalScrollBarVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ActualVerticalScrollBarVisibility">ActualVerticalScrollBarVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentFullIntervalStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that indicate the full interval of an appointment. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, {0:MMM d h:mm tt}-{1:MMM d h:mm tt}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentFullIntervalStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentFullIntervalStringFormat">AppointmentFullIntervalStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentIntervalStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that indicate the interval of an appointment. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, {0:h:mm tt}-{1:h:mm tt}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentIntervalStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentIntervalStringFormat">AppointmentIntervalStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentLeftArrowTextStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, From {0:MMM d}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentLeftArrowTextStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentLeftArrowTextStringFormat">AppointmentLeftArrowTextStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentRightArrowTextStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property.</para>
      </summary>
      <value>A System.String value specifying the format string. By default, To {0:MMM d}</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentRightArrowTextStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentRightArrowTextStringFormat">AppointmentRightArrowTextStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsDeferredRendering">
      <summary>
        <para>Gets or sets whether to enable deferred scrolling. This is a dependency property.</para>
      </summary>
      <value>true, to enable deferred scrolling; otherwise, false. By default, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsDeferredRenderingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsDeferredRendering">AppointmentsDeferredRendering</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsDeferredRenderingRange">
      <summary>
        <para>Gets or sets the number of appointments being rendered at a time when the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsDeferredRendering">AppointmentsDeferredRendering</see> option is enabled. This is a dependency property.</para>
      </summary>
      <value>A positive integer that is the number of appointments being rendered at a time.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsDeferredRenderingRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsDeferredRenderingRange">AppointmentsDeferredRenderingRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.AppointmentsOpacityAnimationProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.DateHeaderContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of date headers. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the date header appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.DateHeaderContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.DateHeaderContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.DateHeaderContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects a date header content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Controls.DataTemplateSelector descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.DateHeaderContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.DateHeaderContentTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.DateHeaderStyleProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.FirstVisibleResourceIndexProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.GroupSeparatorSize">
      <summary>
        <para>Specifies the width of the line between groups when the scheduler is <see href="https://docs.devexpress.com/WPF/119230/controls-and-libraries/scheduler/grouping">grouped by dates or resources</see>.</para>
      </summary>
      <value>The width of the line between groups, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.GroupSeparatorSizeProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.HorizontalScrollBarVisibility">
      <summary>
        <para>Gets or sets the horizontal scrollbar visibility mode. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies the visibility of the horizontal scrollbar. By default, Auto.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.HorizontalScrollBarVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.IsAppointmentsOpacityAnimationEnabledProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.MoreButtonsVisibility">
      <summary>
        <para>Gets or sets the visibility state of More buttons in the current View. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.MoreButtonVisibility enumeration value specifying when the More buttons are visible.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.MoreButtonsVisibilityProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.NavigationButtonsVisibility">
      <summary>
        <para>Gets or sets whether to display navigation buttons. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.NavigationButtonVisibility enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.NavigationButtonsVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.NavigationButtonsVisibility">NavigationButtonsVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderContentTemplate">
      <summary>
        <para>Specifies the template that defines the presentation of <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see> headers. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the presentation of resource headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderContentTemplate">ResourceHeaderContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderContentTemplateSelector">
      <summary>
        <para>Specifies the object that chooses a <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see> header template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Controls.DataTemplateSelector descendant that chooses a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderContentTemplateSelector">ResourceHeaderContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderStyle">
      <summary>
        <para>Gets or sets a style applied to resource headers within the <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">View</see>. This is a dependency property.</para>
      </summary>
      <value>A style applied to resource headers within the <see href="https://docs.devexpress.com/WPF/119203/controls-and-libraries/scheduler/views">View</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourceHeaderStyleProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourcesPerPage">
      <summary>
        <para>Gets or sets the maximum number of simultaneously displayed <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resources</see>. This is a dependency property.</para>
      </summary>
      <value>An integer value which represents the number of resources.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourcesPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourcesPerPage">ResourcesPerPage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentArrowImages">
      <summary>
        <para>Gets or sets whether to display arrows that indicate <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> that last more than one day. This is a dependency property.</para>
      </summary>
      <value>true, to display arrows within appointments that last more than one day; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentArrowImagesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentArrowImages">ShowAppointmentArrowImages</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentDescription">
      <summary>
        <para>Gets or sets whether to display descriptions within <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display descriptions within appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentDescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentDescription">ShowAppointmentDescription</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentInterval">
      <summary>
        <para>Gets or sets whether to display <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointment</see>‘s start and end date and time. This is a dependency property.</para>
      </summary>
      <value>true, to display appointment’s start and end date and time; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentInterval">ShowAppointmentInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentLocation">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointment</see>‘s location. This is a dependency property.</para>
      </summary>
      <value>true, to display the appointment’s location; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentLocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentLocation">ShowAppointmentLocation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentRecurrenceImage">
      <summary>
        <para>Gets or sets whether to display icons that indicate recurring <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display icons that indicate recurring appointments; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentRecurrenceImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentRecurrenceImage">ShowAppointmentRecurrenceImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentReminderImage">
      <summary>
        <para>Gets or sets whether to display icons that indicate <see href="https://docs.devexpress.com/WPF/119212/controls-and-libraries/scheduler/appointments/appointment">appointments</see> that have <see href="https://docs.devexpress.com/WPF/119237/controls-and-libraries/scheduler/reminders">reminders</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display icons that indicate appointments that have reminders; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentReminderImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentReminderImage">ShowAppointmentReminderImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentStatus">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/119215/controls-and-libraries/scheduler/appointments/statuses">status bar</see> within appointments. This is a dependency property.</para>
      </summary>
      <value>true, to display the status bar; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentStatusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowAppointmentStatus">ShowAppointmentStatus</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowDayHeaders">
      <summary>
        <para>Gets or sets whether to display day headers. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowDayHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowDayHeaders">ShowDayHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceHeaders">
      <summary>
        <para>Gets or sets whether to display <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see> headers. This is a dependency property.</para>
      </summary>
      <value>true, to display resource headers; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceHeaders">ShowResourceHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceNavigator">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/119219/controls-and-libraries/scheduler/resources">resource</see> navigator. This is a dependency property.</para>
      </summary>
      <value>true, to display the resource navigator; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceNavigatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceNavigator">ShowResourceNavigator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.TimeRegionContentTemplate">
      <summary>
        <para>Specifies the template that defines the presentation of <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time regions</see>. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the presentation of time regions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.TimeRegionContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.TimeRegionContentTemplate">TimeRegionContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.TimeRegionContentTemplateSelector">
      <summary>
        <para>Specifies the object that chooses a <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time region</see> template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Controls.DataTemplateSelector descendant that chooses a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.TimeRegionContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.TimeRegionContentTemplateSelector">TimeRegionContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.VerticalScrollBarVisibility">
      <summary>
        <para>Gets or sets the vertical scrollbar visibility mode. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies the visibility of the vertical scrollbar. By default, Auto.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SchedulerViewBase.VerticalScrollBarVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerViewBase.VerticalScrollBarVisibility">VerticalScrollBarVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ScrollOnDragMode">
      <summary>
        <para>Lists values that specify whether the user can scroll the scheduler’s view area by dragging an appointment to the viewport’s border.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ScrollOnDragMode.Disabled">
      <summary>
        <para>Scroll by dragging an appointment is disabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ScrollOnDragMode.ScrollAll">
      <summary>
        <para>The user can scroll both the time and resources by dragging an appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ScrollOnDragMode.ScrollResourceArea">
      <summary>
        <para>The user can scroll resources by dragging an appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ScrollOnDragMode.ScrollTimeArea">
      <summary>
        <para>The user can scroll the time by dragging an appointment.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SnapToCellsMode">
      <summary>
        <para>Lists the fit modes of appointment in the time cell(s) by stretching it to the cell’s boundaries.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SnapToCellsMode.Always">
      <summary>
        <para>An appointment is always stretched to cell borders so that it occupies the entire cell or several cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SnapToCellsMode.Auto">
      <summary>
        <para>Appointment is stretched to a cell border only if the appointment start and end are located in the same cell or in adjacent cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.SnapToCellsMode.Never">
      <summary>
        <para>The appointment visible width is proportional to its duration. However, there is a minimal visible width (<see cref="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentMinWidth">TimelineView.AppointmentMinWidth</see>) or height (<see cref="P:DevExpress.Xpf.Scheduling.DayViewBase.AppointmentMinHeight">DayViewBase.AppointmentMinHeight</see>). If an appointment’s duration is quite small, it will never be narrower than the minimal value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.SourceObjectContainer">
      <summary>
        <para>A base class for the Scheduler persistent objects.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SourceObjectContainer.Id">
      <summary>
        <para>Gets the object’s identifier.</para>
      </summary>
      <value>An object that is the identifier of the <see cref="T:DevExpress.Xpf.Scheduling.SourceObjectContainer"/> instance.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.SourceObjectContainer.SourceObject">
      <summary>
        <para>Provides access to the data object bound to the current persistent instance.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that is the data source object which is bound to the persistent object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.StartAppointmentResizeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.StartAppointmentResize">SchedulerControl.StartAppointmentResize</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.StartAppointmentResizeEventArgs.ResizeAppointment">
      <summary>
        <para>Returns a temporary copy of the appointment the end-user attempts to resize. This copy is passed to the <see cref="P:DevExpress.Xpf.Scheduling.QueryContinueAppointmentResizeEventArgs.ResizeAppointment">QueryContinueAppointmentResizeEventArgs.ResizeAppointment</see> event parameter.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.StartAppointmentResizeEventArgs.ResizeHandle">
      <summary>
        <para>Indicates whether the user drags the start or end of the appointment.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ResizeHandle enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.StartAppointmentResizeEventArgs.SourceAppointment">
      <summary>
        <para>Returns the appointment the end-user attempts to resize.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.AppointmentItem object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimelineView">
      <summary>
        <para>A view that arranges events and appointments across horizontal timelines.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimelineView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimelineView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ActualShowCellControls">
      <summary>
        <para>Indicates whether the Scheduler generates and displays CellControl instances.</para>
      </summary>
      <value>true, if the Scheduler generates and displays CellControl instances; otherwise, false. By default, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ActualShowCellControlsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ActualShowCellControls"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ActualViewMode">
      <summary>
        <para>Indicates whether the updated version of the Timeline View is enabled.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.TimelineViewMode enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ActualViewModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ActualViewMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ActualZoomRange">
      <summary>
        <para>Returns the actual zoom level limit based on the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleIntervals"/> property value and the current client’s width. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Mvvm.TimeSpanRange value that returns the actual zoom level limit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ActualZoomRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ActualZoomRange"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of appointments in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the appointment appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.AppointmentContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects an appointment content template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.AppointmentContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentContentTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentMinHeight">
      <summary>
        <para>Gets or sets the minimum height of appointments in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the appointment height in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.AppointmentMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentMinHeight"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentMinWidth">
      <summary>
        <para>Gets or sets the minimum width of appointments in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the minimum appointment width in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.AppointmentMinWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentMinWidth"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentStyle">
      <summary>
        <para>Gets or sets the style of appointments in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.AppointmentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.AppointmentStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.CellContentTemplate">
      <summary>
        <para>Gets or sets the data template used to display the content of time cells in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the time cell appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.CellContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.CellContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.CellContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that selects a time cell template based on custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that selects a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.CellContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.CellContentTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.CellStyle">
      <summary>
        <para>Gets or sets the style of time cells in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to time cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.CellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.CellStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimelineView.EnsureResourceVisible(DevExpress.Xpf.Scheduling.ResourceItem)">
      <summary>
        <para>Scrolls a view to the specified resource to show it.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource to display.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.HighlightNonworkingHours">
      <summary>
        <para>Specifies whether to highlight non-working hours. This is a dependency property.</para>
      </summary>
      <value>true, to highlight non-working hours; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.HighlightNonworkingHoursProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.HighlightNonworkingHours"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.IntervalCount">
      <summary>
        <para>Gets or sets the number of time intervals displayed in the timeline view. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies how many time intervals are displayed at once.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.IntervalCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.IntervalCount"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.IntervalDuration">
      <summary>
        <para>Specifies the interval available in the Timeline View. This is a dependency property.</para>
      </summary>
      <value>A System.TimeSpan value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.IntervalDurationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.IntervalDuration"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.IsVerticalPerPixelScrollingEnabled">
      <summary>
        <para>Specifies whether the vertical scrolling is per-pixel. This is a dependency property.</para>
      </summary>
      <value>true to enable per-pixel scrolling; false to enable per time cell scrolling. By default, true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.IsVerticalPerPixelScrollingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.IsVerticalPerPixelScrollingEnabled"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.IsVerticalScrollSnappingEnabled">
      <summary>
        <para>Gets or sets a value indicating whether the Scheduler should snap to the top-edge of the closest time cell column when scrolling completes. This is a dependency property.</para>
      </summary>
      <value>true, to enable snapping for vertical scrolling; otherwise, false. The default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.IsVerticalScrollSnappingEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.IsVerticalScrollSnappingEnabled"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimelineView.NavigateBackward">
      <summary>
        <para>Steps back one visible time frame.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimelineView.NavigateForward">
      <summary>
        <para>Advance one visible time frame forward.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.RequestZoomEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduling.TimelineView.RequestZoom"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceAutoHeight">
      <summary>
        <para>Automatically adjust the resource row height to fit all appointments in a row. The scheduler should be grouped by resources or dates. This is a dependency property.</para>
      </summary>
      <value>true, if the resource row height is adjusted automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ResourceAutoHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceAutoHeight"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceMaxHeight">
      <summary>
        <para>Specifies the maximum resource height in the collapsed state. This is a dependency property.</para>
      </summary>
      <value>The maximum resource height in the collapsed state, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ResourceMaxHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceMaxHeight"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceMinHeight">
      <summary>
        <para>Gets or sets the resource row’s minimum height when the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceAutoHeight">TimelineView.ResourceAutoHeight</see> is true. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the row height in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ResourceMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceMinHeight"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ResourceWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ResourceWidth"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ShowCellControls">
      <summary>
        <para>Specifies whether to generate and display CellControl instances. This is a dependency property.</para>
      </summary>
      <value>true, to generate and display CellControl instances; otherwise, false. The default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ShowCellControlsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ShowCellControls"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ShowTimeIndicatorOverAppointment">
      <summary>
        <para>Gets or sets a value indicating whether the Time Indicator is displayed above the appointments. This is a dependency property.</para>
      </summary>
      <value>true, to display the current time line over appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ShowTimeIndicatorOverAppointmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ShowTimeIndicatorOverAppointment"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.SnapToCellsMode">
      <summary>
        <para>Gets or sets the method of snapping appointments to time cells. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.SnapToCellsMode enumeration value specifying the snap method.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.SnapToCellsModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.SnapToCellsMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.StretchAppointments">
      <summary>
        <para>Gets or sets a value indicating whether appointments in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see> should be stretched to fill the time cells. This is a dependency property.</para>
      </summary>
      <value>true, to stretch the appointments; otherwise, false. The default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.StretchAppointmentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.StretchAppointments"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.TimeIndicatorVisibility">
      <summary>
        <para>Gets or sets whether to display the time indicator. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Visibility enumeration value that specifies whether to display the time indicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeIndicatorVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeIndicatorVisibility"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeRegionSnapToCellsModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeRegionSnapToCellsMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleMaxCount">
      <summary>
        <para>Specifies the maximum number of time scales displayed by the Scheduler. This is a dependency property.</para>
      </summary>
      <value>A maximum number of time scales displayed by the Scheduler. The default value is 2.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleMaxCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleMaxCount"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScales">
      <summary>
        <para>Gets or sets the time intervals displayed in the Timeline view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.TimeSpanCollection"/> object that is a collection of time intervals.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeScalesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScales"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScalesSource">
      <summary>
        <para>Specifies a collection of objects that contain time scale settings. This is a dependency property.</para>
      </summary>
      <value>A collection of objects that contain time scale settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeScalesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScalesSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleStyle">
      <summary>
        <para>Gets or sets a style that contains non-template-specific settings. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that is the style that contains non-template-specific settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleTemplate">
      <summary>
        <para>Gets or sets a template that describes time scales for the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that is the time scale template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleTemplateSelector">
      <summary>
        <para>Gets or sets the data template selector which chooses a template based on the time scale type. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that is the time scale template selector.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.TimeScaleTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The DevExpress.Xpf.Scheduling.ViewType.TimelineView value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ViewMode">
      <summary>
        <para>Allows you to switch to the updated version of the Timeline View.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.TimelineViewMode enumeration value. By default, Legacy.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ViewportInterval">
      <summary>
        <para>Returns the interval currently visible in the client. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Mvvm.DateTimeRange value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ViewportIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ViewportInterval"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ViewportStart">
      <summary>
        <para>Specifies the leftmost date-time value visible in the client. This is a dependency property.</para>
      </summary>
      <value>A System.DateTime value that is the leftmost date-time visible in the client.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ViewportStartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ViewportStart"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.Zoom">
      <summary>
        <para>Specifies the current zoom level. This is a dependency property.</para>
      </summary>
      <value>A System.TimeSpan value that is the time interval per screen pixel.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimelineView.ZoomIn">
      <summary>
        <para>Disables a large time scale and enables a smaller time scale to display the view content in more detail.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimelineView.ZoomOut">
      <summary>
        <para>Disables the smallest time scale and enables a large time scale to display the broader look of the view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ZoomProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.Zoom"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimelineView.ZoomRange">
      <summary>
        <para>Allows you to limit the zoom level. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Mvvm.TimeSpanRange value that specifies the zoom level limit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineView.ZoomRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimelineView.ZoomRange"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimelineViewMode">
      <summary>
        <para>Lists the values that specify the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">TimelineView</see> display mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineViewMode.Legacy">
      <summary>
        <para>The default view mode used for compatibility purposes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimelineViewMode.Standard">
      <summary>
        <para>The updated <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">TimelineView</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeRegionItem">
      <summary>
        <para>A time region in the Scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeRegionItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeRegionItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeRegionItem.#ctor(DevExpress.Xpf.Scheduling.TimeRegionType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeRegionItem"/> class with specified settings.</para>
      </summary>
      <param name="type">A A DevExpress.Xpf.Scheduling.TimeRegionType enumeration value that specifies the type of the time region item.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRegionItem.Brush">
      <summary>
        <para>Gets or sets the brush associated with the time region item.</para>
      </summary>
      <value>A System.Windows.Media.Brush object used to paint the label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRegionItem.BrushName">
      <summary>
        <para>Specifies the name of the brush associated with the time region item.</para>
      </summary>
      <value>A string value that specifies the name of the brush associated with the time region item .</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeRegionItem.RestoreOccurrence">
      <summary>
        <para>Replaces an exception in a recurring series with a regular occurrence.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRegionItem.Type">
      <summary>
        <para>Gets or sets the type of the time region item.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.TimeRegionType enumeration value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeRegionMappings">
      <summary>
        <para>Provides information on the <see href="https://docs.devexpress.com/WPF/401378/controls-and-libraries/scheduler/time-regions">time region</see> properties’ mapping to data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeRegionMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeRegionMappings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRegionMappings.Brush">
      <summary>
        <para>Gets or sets the mapping that binds the time region’s <see cref="P:DevExpress.Xpf.Scheduling.TimeRegionItem.Brush">TimeRegionItem.Brush</see> property to the data source.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that indicates the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRegionMappings.BrushName">
      <summary>
        <para>Gets or sets the mapping that binds the time region’s <see cref="P:DevExpress.Xpf.Scheduling.TimeRegionItem.BrushName">TimeRegionItem.BrushName</see> property to the data source.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that indicates the data field and converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRegionMappings.BrushSavingType">
      <summary>
        <para>Specifies the type of format used to store the brush information.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.BrushSavingType enumeration value indicating the format type to store the brush information.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRegionMappings.Type">
      <summary>
        <para>Gets or sets the mapping that binds the time region’s <see cref="P:DevExpress.Xpf.Scheduling.TimeRegionItem.Type">TimeRegionItem.Type</see> property to the data source.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.Mapping object that indicates the data field and converter.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeRegionType">
      <summary>
        <para>Lists the types of time regions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRegionType.ChangedOccurrence">
      <summary>
        <para>Represents a recurring time region, which was changed and now doesn’t satisfy the pattern of the recurring series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRegionType.DeletedOccurrence">
      <summary>
        <para>Represents a recurring time region which was deleted from the series of other recurring time regions of the same pattern.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRegionType.Normal">
      <summary>
        <para>Represents a non-recurring time region.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRegionType.Occurrence">
      <summary>
        <para>Represents a regular recurring time region whose pattern is specified via the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceInfo">TimeRegionItem.RecurrenceInfo</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRegionType.Pattern">
      <summary>
        <para>Represents the time region which serves as the pattern for the other recurring time regions. The pattern for recurring time regions is specified via the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.RecurrenceInfo">TimeRegionItem.RecurrenceInfo</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeRuler">
      <summary>
        <para>A time ruler for the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeRuler.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRuler.AlwaysShowTimeDesignator">
      <summary>
        <para>Gets or sets whether the time value should be always shown for the top row. This is a dependency property.</para>
      </summary>
      <value>true, if the top row time should be always visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRuler.AlwaysShowTimeDesignatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeRuler.AlwaysShowTimeDesignator">TimeRuler.AlwaysShowTimeDesignator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRuler.Caption">
      <summary>
        <para>Gets or sets the time ruler’s caption. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> values that is the time ruler’s caption.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRuler.CaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeRuler.Caption">TimeRuler.Caption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduling.TimeRuler.PropertyChanged">
      <summary>
        <para>Fires when any of the <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> properties are changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRuler.ShowMinutes">
      <summary>
        <para>Gets or sets whether the Time Ruler displays minutes. This is a dependency property.</para>
      </summary>
      <value>true, to display minutes; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRuler.ShowMinutesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeRuler.ShowMinutes">TimeRuler.ShowMinutes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRuler.TimeZone">
      <summary>
        <para>Gets or sets the time zone displayed by the Time Ruler. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.TimeZoneInfo"/> object identifying the time zone.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeRuler.TimeZoneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeRuler.TimeZone">TimeRuler.TimeZone</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeRulerWindowShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRulerWindowShowing">SchedulerControl.TimeRulerWindowShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeRulerWindowShowingEventArgs.#ctor(DevExpress.Xpf.Scheduling.SchedulerControl,DevExpress.Xpf.Scheduling.TimeRuler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeRulerWindowShowingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object representing a Scheduler.</param>
      <param name="timeRuler">A <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> instance specifying the target time ruler.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeRulerWindowShowingEventArgs.TimeRuler">
      <summary>
        <para>Retrieves a <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> to which the window is invoked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> object that is the target time ruler.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeRulerWindowShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.TimeRulerWindowShowing">SchedulerControl.TimeRulerWindowShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.TimeRulerWindowShowingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScale">
      <summary>
        <para>A time scale. Time scales are displayed at the top of the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScale"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScale.#ctor(DevExpress.Xpf.Scheduling.TimeScaleUnit,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScale"/> class with specified settings.</para>
      </summary>
      <param name="unit">A DevExpress.Xpf.Scheduling.TimeScaleUnit enumeration value that specifies the time scale measure unit.</param>
      <param name="count">The number of measure units in a single division of the scale.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScale.#ctor(DevExpress.Xpf.Scheduling.TimeScaleUnit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScale"/> class with specified settings.</para>
      </summary>
      <param name="unit">A DevExpress.Xpf.Scheduling.TimeScaleUnit enumeration value that specifies the time scale measure unit.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScale.ScaleUnit">
      <summary>
        <para>Specifies the time scale measure unit. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.TimeScaleUnit enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScale.ScaleUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScale.ScaleUnit"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScale.Start">
      <summary>
        <para>Specifies the starting date and time for the groups of scale divisions. This is a dependency property.</para>
      </summary>
      <value>A System.DateTime value that is the starting date and time for the groups of scale divisions.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScale.StartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScale.Start"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScale.UnitCount">
      <summary>
        <para>Specifies the number of measure units in a single division of the scale. This is a dependency property.</para>
      </summary>
      <value>The number of measure units in a single division of the scale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScale.UnitCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScale.UnitCount"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleBase">
      <summary>
        <para>A base class for classes which are time scales in the Timeline view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScaleBase.Caption">
      <summary>
        <para>Gets or sets the time scale caption. This is a dependency property.</para>
      </summary>
      <value>A string value that is the time scale caption.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleBase.CaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScaleBase.Caption">TimeScaleBase.Caption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScaleBase.Description">
      <summary>
        <para>Gets or sets the time scale description. This is a dependency property.</para>
      </summary>
      <value>A string value that specifies the time scale description.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleBase.DescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScaleBase.Description">TimeScaleBase.Description</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScaleBase.DisplayFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in the timeline caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the format string of the caption.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleBase.DisplayFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScaleBase.DisplayFormat">TimeScaleBase.DisplayFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScaleBase.DisplayFormats">
      <summary>
        <para>Gets or sets the collection of string formats displayed in the timeline caption.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:System.String"/>,&gt; object that is the collection of string values specifying caption’s format.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleBase.DisplayFormatsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScaleBase.DisplayFormats">TimeScaleBase.DisplayFormats</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleBase.MinWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScaleBase.MinWidth"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TimeScaleBase.ShowHeaders">
      <summary>
        <para>Gets or sets whether to display the timeline headers. This is a dependency property.</para>
      </summary>
      <value>true, to display headers; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleBase.ShowHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.TimeScaleBase.ShowHeaders">TimeScaleBase.ShowHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleCollection">
      <summary>
        <para>A collection of time scales in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleCollection"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleDay">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> whose time cell value is equal to a single day.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleDay.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleDay"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleHour">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> whose time cell value is equal to a single hour.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleHour.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleHour"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleMonth">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> whose time cell value is equal to a single month.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleMonth.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleMonth"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleQuarter">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> whose time cell value is equal to a quarter of a year.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleQuarter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleQuarter"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleUnit">
      <summary>
        <para>Lists the values that specify the time scale measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Day">
      <summary>
        <para>The measure unit is a day.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Hour">
      <summary>
        <para>The measure unit is an hour.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Millisecond">
      <summary>
        <para>The measure unit is a millisecond.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Minute">
      <summary>
        <para>The measure unit is a minute.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Month">
      <summary>
        <para>The measure unit is a month.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Quarter">
      <summary>
        <para>The measure unit is a quarter of a year.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Second">
      <summary>
        <para>The measure unit is a second.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Week">
      <summary>
        <para>The measure unit is a week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.TimeScaleUnit.Year">
      <summary>
        <para>The measure unit is a year.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleWeek">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> whose time cell value is equal to a single week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleWeek.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleWeek"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleWorkDay">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> displaying only workdays. Its time cell value is equal to a single day.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleWorkDay.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleWorkDay"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleWorkHour">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> displaying only working hours. Its time cell value is equal to a single hour.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleWorkHour.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleWorkHour"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeScaleYear">
      <summary>
        <para>A time scale in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline view</see> whose time cell value is equal to a single year.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeScaleYear.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeScaleYear"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TimeSpanCollection">
      <summary>
        <para>An ObservableCollection of time intervals.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.TimeSpanCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.TimeSpanCollection"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ToolTipMode">
      <summary>
        <para>Lists the values used to specify a visual element the SchedulerControl displays when the mouse pointer hovers over an appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ToolTipMode.Flyout">
      <summary>
        <para>SchedulerControl displays additional information in the Flyout Control when the mouse pointer hovers over an appointment.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ToolTipMode.None">
      <summary>
        <para>Tooltip is not shown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ToolTipMode.ToolTip">
      <summary>
        <para>SchedulerControl displays additional information in the tooltip when the mouse pointer hovers over an appointment.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.TriggeredReminder">
      <summary>
        <para>An object that identifies a reminder which is due.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TriggeredReminder.AlertTime">
      <summary>
        <para>Gets the date and time for firing an alert.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object which specifies the alert time.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TriggeredReminder.Appointment">
      <summary>
        <para>Gets the appointment associated with the reminder.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduling.AppointmentItem"/> object which is the appointment for which the reminder is set.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TriggeredReminder.Reminder">
      <summary>
        <para>Gets a reminder from which the TriggeredReminder originates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.ReminderItem"/> object used to create a current TriggeredReminder instance.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.TriggeredReminder.TimeBeforeAppointmentStartDisplayText">
      <summary>
        <para>Gets the text with information about the time remaining before the appointment.</para>
      </summary>
      <value>A string created from the remaining time value which also indicates past or current time.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.ViewBase">
      <summary>
        <para>A base class for all Scheduler views.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.AgendaView">
      <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.Xpf.Scheduling.ViewBase.Caption">
      <summary>
        <para>Gets or sets a caption for the current View‘s bar item. This is a dependency property.</para>
      </summary>
      <value>A string that specifies the View item’s caption.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.CaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.Caption">ViewBase.Caption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.DayView">
      <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.Xpf.Scheduling.ViewBase.DayViewBase">
      <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.Xpf.Scheduling.ViewBase.Description">
      <summary>
        <para>Gets or sets a description for the current View‘s bar item. This is a dependency property.</para>
      </summary>
      <value>A string that specifies the View item’s description.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.DescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.Description">ViewBase.Description</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ViewBase.EnsureResourceVisible(DevExpress.Xpf.Scheduling.ResourceItem)">
      <summary>
        <para>When overridden in a derived class, scrolls a view to the specified resource to show it.</para>
      </summary>
      <param name="resource">A <see cref="T:DevExpress.Xpf.Scheduling.ResourceItem"/> object that is the resource to display.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.Glyph">
      <summary>
        <para>Gets or sets the bar item’s small icon for the current View. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.ImageSource"/> object that specifies the small image displayed within the View‘s bar item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.GlyphProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.Glyph">ViewBase.Glyph</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.IsActive">
      <summary>
        <para>Gets or sets a value indicating whether the current View is active in the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/>. This is a dependency property.</para>
      </summary>
      <value>true, if the current view is active in the control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.IsActiveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.IsActive">ViewBase.IsActive</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.LargeGlyph">
      <summary>
        <para>Gets or sets the bar item’s large icon for the current View. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.ImageSource"/> object that specifies the large image displayed within the View‘s bar item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.LargeGlyphProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.LargeGlyph">ViewBase.LargeGlyph</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.ListView">
      <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.Xpf.Scheduling.ViewBase.ListViewBase">
      <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.Xpf.Scheduling.ViewBase.MonthView">
      <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.Xpf.Scheduling.ViewBase.NavigateBackward">
      <summary>
        <para>Steps back one visible time frame.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ViewBase.NavigateForward">
      <summary>
        <para>Advances one visual time frame forward.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ViewBase.RoundSelectedInterval(DevExpress.Mvvm.DateTimeRange)">
      <summary>
        <para>When overridden in a derived class, stretches the specified time interval to the time slot boundaries.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the original time range.</param>
      <returns>A <see cref="T:DevExpress.Mvvm.DateTimeRange"/> object that is the time range aligned to the time slot boundaries.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.Scheduler">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> to which the specified View belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.SchedulerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.Scheduler">ViewBase.Scheduler</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.SchedulerViewBase">
      <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.Xpf.Scheduling.ViewBase.ShowInCommandBar">
      <summary>
        <para>Specifies whether to display the view’s button in the <see href="https://docs.devexpress.com/WPF/120132/controls-and-libraries/scheduler/visual-elements/ribbon">ribbon</see>. This is a dependency property.</para>
      </summary>
      <value>true, to display a ribbon button that allows the user to select the view; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.ShowInCommandBarProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.ShowInCommandBar"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.TimelineView">
      <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.Xpf.Scheduling.ViewBase.Type">
      <summary>
        <para>Used to determine the view’s type.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.ViewType enumeration value that indicates the view type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.ViewBase.VisualDataProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.ViewBase.VisualData">ViewBase.VisualData</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.ViewBase.WeekView">
      <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.Xpf.Scheduling.ViewBase.WorkWeekView">
      <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.Xpf.Scheduling.ViewBase.ZoomIn">
      <summary>
        <para>Decreases the time interval displayed in the scheduler so that it can be examined closely.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.ViewBase.ZoomOut">
      <summary>
        <para>Increases the time interval displayed in the scheduler for a less detailed view.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.VisibleIntervalsChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleIntervalsChanged">SchedulerControl.VisibleIntervalsChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.VisibleIntervalsChangedEventArgs.#ctor(System.Collections.Generic.IEnumerable{DevExpress.Mvvm.DateTimeRange})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.VisibleIntervalsChangedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="visibleIntervals">A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Mvvm.DateTimeRange"/>,&gt; collection of visible intervals.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisibleIntervalsChangedEventArgs.VisibleDates">
      <summary>
        <para>Provides access to the currently displayed dates.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:System.DateTime"/>,&gt; object that is the collection of visible dates.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisibleIntervalsChangedEventArgs.VisibleIntervals">
      <summary>
        <para>Provides access to the currently displayed time cell intervals.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Mvvm.DateTimeRange"/>,&gt; object that is the collection of visible time intervals.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.VisibleIntervalsChangedEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduling.SchedulerControl.VisibleIntervalsChanged">SchedulerControl.VisibleIntervalsChanged</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduling.SchedulerControl"/> control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduling.VisibleIntervalsChangedEventArgs"/> object which contains event data.</param>
    </member>
    <member name="N:DevExpress.Xpf.Scheduling.Visual">
      <summary>
        <para>Contains WPF Scheduler windows and dialogs. To use these classes in XAML code, add the xmlns:dxsch=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AllDayAppointmentControl">
      <summary>
        <para>Visualizes an all-day appointment in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">WorkWeek View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AllDayAppointmentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AllDayAppointmentControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AllDayCellControl">
      <summary>
        <para>Visualizes all-day cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see> and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AllDayCellControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AllDayCellControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentContentPanel">
      <summary>
        <para>A panel that contains elements displaying appointment data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AppointmentContentPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentContentPanel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentContentPanel.Description">
      <summary>
        <para>Gets or sets an element displayed in the Description section.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FrameworkElement"/> descendant that is the element placed in the panel at the Description section. The default value is the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter"/> instance.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentContentPanel.Images">
      <summary>
        <para>Gets or sets an element displayed in the Images section.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FrameworkElement"/> descendant that is the element placed in the panel at the Images section. The default value is the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentImagesPanel"/> instance.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentContentPanel.IntervalSubject">
      <summary>
        <para>Gets or sets an element displayed in the Interval and Subject section.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FrameworkElement"/> descendant that is the element placed in the panel at the Interval and Subject section. The default value is the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentIntervalSubjectPresenter"/> instance.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentContentPanel.Location">
      <summary>
        <para>Gets or sets an element displayed in the Location section.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FrameworkElement"/> descendant that is the element placed in the panel at the Location section. The default value is the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentLocationPresenter"/> instance.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentControl">
      <summary>
        <para>A base class for the controls which visualize an appointment in a Scheduler view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.ActualBackground">
      <summary>
        <para>Gets the brush used to paint the background of the visual appointment. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the appointment background.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.ActualBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.ActualBackground">AppointmentControl.ActualBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.Background">
      <summary>
        <para>Gets or sets the brush used to paint the visual appointment background. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the appointment background.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.BackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.Background">AppointmentControl.Background</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.BorderBrush">
      <summary>
        <para>Gets or sets the brush used to paint the appointment borders. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the appointment borders.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.BorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.BorderBrush">AppointmentControl.BorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.BorderThickness">
      <summary>
        <para>Gets or sets the width of the boundaries of the appointment border. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Thickness"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.BorderThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.BorderThickness">AppointmentControl.BorderThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.DragDropEffects">
      <summary>
        <para>Gets the target drop effect in an appointment drag-and-drop operation. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DragDropEffects"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.DragDropEffectsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.DragDropEffects">AppointmentControl.DragDropEffects</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.EditTemplate">
      <summary>
        <para>Gets or sets the inplace editor data template for the AppointmentControl descendants. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that is the data template displayed as an inplace editor.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.EditTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.EditTemplate">AppointmentControl.EditTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.ImageBoxTemplate">
      <summary>
        <para>Gets or sets a data template visualized in the appointment’s bottom right corner where recurrence and reminder icons are located. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that is the data template displayed in the appointment’s image panel.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.ImageBoxTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.ImageBoxTemplate">AppointmentControl.ImageBoxTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.IsSelected">
      <summary>
        <para>Gets whether the visual appointment is selected. This is a dependency property.</para>
      </summary>
      <value>True, if the appointment is selected; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.IsSelectedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.IsSelected">AppointmentControl.IsSelected</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.LeftArrowTextStringFormatProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.RightArrowTextStringFormatProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.SelectionBorderBrush">
      <summary>
        <para>Gets or sets the brush used to paint the appointment borders if an appointment is selected. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the selected appointment’s borders.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.SelectionBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.SelectionBorderBrush">AppointmentControl.SelectionBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.SelectionBorderThickness">
      <summary>
        <para>Gets or sets the width of the boundaries of the appointment border if an appointment is selected. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Thickness"/> value that is the width of the boundaries of the selected appointment’s border.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.SelectionBorderThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentControl.SelectionBorderThickness">AppointmentControl.SelectionBorderThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ChangedRecurrenceImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.FullIntervalStringFormatProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.HorizontalContentAlignmentProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.IntervalStringFormatProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.LeftArrowImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.PaddingProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.RecurrenceImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ReminderImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.RightArrowImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ShowArrowImagesProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ShowDescriptionProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ShowIntervalProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ShowLocationProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ShowRecurrenceImageProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ShowReminderImageProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.ShowStatusProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.StaticRenderTemplateProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentControlBase.VerticalContentAlignmentProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter">
      <summary>
        <para>Displays the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Description">AppointmentItem.Description</see> text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter.SeparatorBrush">
      <summary>
        <para>Gets or sets the brush used to paint a line at the top of the description text. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the separator line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter.SeparatorBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter.SeparatorBrush">AppointmentDescriptionPresenter.SeparatorBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter.SeparatorThickness">
      <summary>
        <para>Gets or sets the width of the line above the description text block. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Thickness"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter.SeparatorThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.AppointmentDescriptionPresenter.SeparatorThickness">AppointmentDescriptionPresenter.SeparatorThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentHorizontalControl">
      <summary>
        <para>Base class for an all-day appointment in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day</see> view and for an appointment in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month</see> and <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline</see> views.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentImagesPanel">
      <summary>
        <para>Container for images displayed in the <see href="https://docs.devexpress.com/WPF/119867/controls-and-libraries/scheduler/styles-and-templates/visual-appointment">visual appointment</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AppointmentImagesPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentImagesPanel"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentImagesPanel.ChangedRecurrenceImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentImagesPanel.RecurrenceImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.AppointmentImagesPanel.ReminderImageSourceProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentIntervalSubjectPresenter">
      <summary>
        <para>Displays the text which is a combination of the <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.Start">SchedulerItemBase.Start</see>, <see cref="P:DevExpress.Xpf.Scheduling.SchedulerItemBase.End">SchedulerItemBase.End</see> and <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Subject">AppointmentItem.Subject</see> values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AppointmentIntervalSubjectPresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentIntervalSubjectPresenter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentLocationPresenter">
      <summary>
        <para>Displays the <see cref="P:DevExpress.Xpf.Scheduling.AppointmentItem.Location">AppointmentItem.Location</see> text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AppointmentLocationPresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentLocationPresenter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentVerticalControl">
      <summary>
        <para>Base class for a vertical (not all-day) appointment in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week</see> and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week</see> views.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow">
      <summary>
        <para>Default appointment editing dialog, invoked when the end-user creates a new appointment or modifies an existing appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.CellControl">
      <summary>
        <para>A base class for classes which visualize a time cell in a scheduler view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.CellControl.Background">
      <summary>
        <para>Gets or sets the brush used to paint the cell background. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the cell background.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.CellControl.BackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.CellControl.Background">CellControl.Background</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.CellControl.BottomBorderThickness">
      <summary>
        <para>Gets or sets the width of the bottom cell border. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the border width in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.CellControl.BottomBorderThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.CellControl.BottomBorderThickness">CellControl.BottomBorderThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.CellControl.IsSelectedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.CellControl.IsSelected">CellControl.IsSelected</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.CellControl.LeftBorderThickness">
      <summary>
        <para>Gets or sets the width of the left cell border. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the border width in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.CellControl.LeftBorderThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.CellControl.LeftBorderThickness">CellControl.LeftBorderThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.CellControl.SelectedBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of the selected cell. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.CellControl.SelectedBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.CellControl.SelectedBackground">CellControl.SelectedBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.DateHeaderControl">
      <summary>
        <para>Visualizes a date header in a view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.DateHeaderControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DateHeaderControl"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DateHeaderControl.IsTodayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderControl.IsToday">DateHeaderControl.IsToday</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter">
      <summary>
        <para>Applies effects to the text displayed using the <see cref="T:DevExpress.Xpf.Scheduling.Visual.FastTextBlock"/> element in the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DateHeaderControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.Child">
      <summary>
        <para>Gets or sets the single child element of a DateHeaderPresenter. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.UIElement"/> object that is the child element.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontFamily">
      <summary>
        <para>Gets or sets the element’s font family. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.FontFamily"/> object specifying the font family.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontFamilyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontFamily">DateHeaderPresenter.FontFamily</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontSize">
      <summary>
        <para>Gets or sets the element’s font size. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the font size in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontSize">DateHeaderPresenter.FontSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontStretch">
      <summary>
        <para>Gets or sets the element’s font-stretching characteristics. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStretch"/> value specifying the font-stretching characteristics.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontStretchProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontStretch">DateHeaderPresenter.FontStretch</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontStyle">
      <summary>
        <para>Gets or sets the element’s font style. This is a dependency property.</para>
      </summary>
      <value>A member of the <see cref="T:System.Windows.FontStyles"/> class specifying the font style.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontStyle">DateHeaderPresenter.FontStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontWeight">
      <summary>
        <para>Gets or sets the weight or thickness of the element’s font. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontWeight"/> structure representing the font weight or font’s thickness.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontWeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.FontWeight">DateHeaderPresenter.FontWeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.Foreground">
      <summary>
        <para>Gets or sets the Brush to render the text contents of the element. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> used to apply to the text contents.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.ForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DateHeaderPresenter.Foreground">DateHeaderPresenter.Foreground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.DayAppointmentControl">
      <summary>
        <para>Visualizes a vertical (not all-day) appointment in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week</see> and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week</see> views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.DayAppointmentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DayAppointmentControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.DayCellControl">
      <summary>
        <para>Visualizes ordinary (not all-day) cells in the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">Work Week View</see> and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.DayCellControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DayCellControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DayCellControl.IsHourBoundary">
      <summary>
        <para>Gets whether the cell’s time interval starts at the beginning of the hour.</para>
      </summary>
      <value>True, if the cell is located at the hour boundary; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DayCellControl.IsHourBoundaryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DayCellControl.IsHourBoundary">DayCellControl.IsHourBoundary</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.DayCellControl.IsWorkTime">
      <summary>
        <para>Gets whether the time cell belongs to the work time interval.</para>
      </summary>
      <value>True, if the cell belongs to the working time interval; otherwise, false. Default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.DayCellControl.IsWorkTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.DayCellControl.IsWorkTime">DayCellControl.IsWorkTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.DeleteOccurrenceWindow">
      <summary>
        <para>A dialog which is invoked when the end-user attempts to delete a recurrent appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.DeleteOccurrenceWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DeleteOccurrenceWindow"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.DeleteOccurrenceWindow.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DeleteOccurrenceWindow"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.EditOccurrenceWindow">
      <summary>
        <para>A dialog which is invoked when the end-user attempts to edit a recurrent appointment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.EditOccurrenceWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.EditOccurrenceWindow"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.EditOccurrenceWindow.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.EditOccurrenceWindow"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.FastTextBlock">
      <summary>
        <para>Displays short text strings. Provides better display performance achieved by rendering text at the glyph level.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.FastTextBlock"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontFamily">
      <summary>
        <para>Gets or sets the font family for the text block. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.FontFamily"/> object specifying the font family.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontFamilyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontFamily">FastTextBlock.FontFamily</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontSize">
      <summary>
        <para>Gets or sets the font size for the text block. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the font size in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontSize">FastTextBlock.FontSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontStretch">
      <summary>
        <para>Gets or sets the font-stretching characteristics for the text block. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStretch"/> value specifying the font-stretching characteristics.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontStretchProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontStretch">FastTextBlock.FontStretch</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontStyle">
      <summary>
        <para>Gets or sets the font style for the text block. This is a dependency property.</para>
      </summary>
      <value>A member of the <see cref="T:System.Windows.FontStyles"/> class specifying the font style.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontStyle">FastTextBlock.FontStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontWeight">
      <summary>
        <para>Gets or sets the weight or thickness of the specified font. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontWeight"/> structure representing the font weight or thickness of the specified font.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontWeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.FontWeight">FastTextBlock.FontWeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.Foreground">
      <summary>
        <para>Gets or sets the Brush to render the text contents of the text block. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> used to apply to the text contents.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.ForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.Foreground">FastTextBlock.Foreground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.MostDesiredSize">
      <summary>
        <para>Gets the most desired size to fit the text.</para>
      </summary>
      <value>A <see cref="T:System.Nullable`1"/>&lt;<see cref="T:System.Windows.Size"/>,&gt; value that is the element’s size.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.MostDesiredSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.MostDesiredSize">FastTextBlock.MostDesiredSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.ObjectToString">
      <summary>
        <para>Gets or sets the object whose string representation is displayed in the FastTextBlock element. This is a dependency property.</para>
      </summary>
      <value>An object to display as text in the FastTextBlock.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.ObjectToStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.ObjectToString">FastTextBlock.ObjectToString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.StringFormat">
      <summary>
        <para>Gets or sets a string that specifies how to format the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.Text">FastTextBlock.Text</see> or <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.ObjectToString">FastTextBlock.ObjectToString</see> value when displayed. This is  a dependency property.</para>
      </summary>
      <value>A string that specifies how to format the value for display.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.StringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.StringFormat">FastTextBlock.StringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.Text">
      <summary>
        <para>Gets or sets a string for display. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> for display.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.TextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.Text">FastTextBlock.Text</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.TrimmingMode">
      <summary>
        <para>Gets or sets how to trim characters in a string that does not completely fit the size of a displayed box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Visual.TrimmingMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.TrimmingModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.TrimmingMode">FastTextBlock.TrimmingMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.WordWrap">
      <summary>
        <para>Gets or sets whether text wraps words to the beginning of the next line when necessary. This is a dependency property.</para>
      </summary>
      <value>True, if the text wraps words; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.WordWrapProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.FastTextBlock.WordWrap">FastTextBlock.WordWrap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.GotoDateWindow">
      <summary>
        <para>A dialog which is invoked when the end-user attempts to navigate to a certain date and executes the corresponding command.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.GotoDateWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.GotoDateWindow"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.GotoDateWindow.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.GotoDateWindow"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.HeaderContentOrientation">
      <summary>
        <para>Defines the orientations that a header can have.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderContentOrientation.Default">
      <summary>
        <para>The header orientation is determined by the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.Orientation">HeaderControl.Orientation</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderContentOrientation.Horizontal">
      <summary>
        <para>The header content is oriented horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderContentOrientation.Vertical">
      <summary>
        <para>The header content is oriented vertically.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.HeaderControl">
      <summary>
        <para>A base class for the date and resource headers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ContentOrientation">
      <summary>
        <para>Gets or sets the header’s content orientation. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.Visual.HeaderContentOrientation"/> enumeration member that specifies the content orientation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ContentOrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ContentOrientation">HeaderControl.ContentOrientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ContentTransform">
      <summary>
        <para>Gets a transformation applied to the header’s content. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Transform"/> object that defines a transformation in a 2-D plane.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ContentTransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ContentTransform">HeaderControl.ContentTransform</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.GetOrientation(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.Orientation">HeaderControl.Orientation</see> attached property’s value for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element from which the property value is read.</param>
      <returns>The element’s <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.Orientation">HeaderControl.Orientation</see> property value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.GetShowBottomBorder(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowBottomBorder">HeaderControl.ShowBottomBorder</see> attached property’s value for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element from which the property value is read.</param>
      <returns>The element’s <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowBottomBorder">HeaderControl.ShowBottomBorder</see> property value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.GetShowLeftBorder(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowLeftBorder">HeaderControl.ShowLeftBorder</see> attached property’s value for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element from which the property value is read.</param>
      <returns>The element’s <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowLeftBorder">HeaderControl.ShowLeftBorder</see> property value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.GetShowRightBorder(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowRightBorder">HeaderControl.ShowRightBorder</see> attached property’s value for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element from which the property value is read.</param>
      <returns>The element’s <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowRightBorder">HeaderControl.ShowRightBorder</see> property value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.GetShowTopBorder(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowTopBorder">HeaderControl.ShowTopBorder</see> attached property’s value for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element from which the property value is read.</param>
      <returns>The element’s <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowTopBorder">HeaderControl.ShowTopBorder</see> property value.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.Orientation">
      <summary>
        <para>Gets or sets the header’s orientation. This property is in effect if the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ContentOrientation">HeaderControl.ContentOrientation</see> property is not set (or set to Default). This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.Orientation"/> value that specifies whether the header is oriented horizontally or vertically.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderControl.OrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.Orientation">HeaderControl.Orientation</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.SetOrientation(System.Windows.DependencyObject,System.Windows.Controls.Orientation)">
      <summary>
        <para>Set the value of the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.Orientation">HeaderControl.Orientation</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Windows.Controls.Orientation"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.SetShowBottomBorder(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Set the value of the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowBottomBorder">HeaderControl.ShowBottomBorder</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Boolean"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.SetShowLeftBorder(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Set the value of the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowLeftBorder">HeaderControl.ShowLeftBorder</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Boolean"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.SetShowRightBorder(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Set the value of the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowRightBorder">HeaderControl.ShowRightBorder</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Boolean"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.HeaderControl.SetShowTopBorder(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Set the value of the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowTopBorder">HeaderControl.ShowTopBorder</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Boolean"/> value.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowBottomBorder">
      <summary>
        <para>Gets or sets whether the header’s bottom border is visible.</para>
      </summary>
      <value>True, if the border is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowBottomBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowBottomBorder">HeaderControl.ShowBottomBorder</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowLeftBorder">
      <summary>
        <para>Gets or sets whether the header’s left border is visible.</para>
      </summary>
      <value>True, if the border is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowLeftBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowLeftBorder">HeaderControl.ShowLeftBorder</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowRightBorder">
      <summary>
        <para>Gets or sets whether the header’s right border is visible.</para>
      </summary>
      <value>True, if the border is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowRightBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowRightBorder">HeaderControl.ShowRightBorder</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowTopBorder">
      <summary>
        <para>Gets or sets whether the header’s top border is visible.</para>
      </summary>
      <value>True, if the border is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowTopBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.HeaderControl.ShowTopBorder">HeaderControl.ShowTopBorder</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.MonthAppointmentControl">
      <summary>
        <para>Visualizes an appointment in the <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month</see> view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.MonthAppointmentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.MonthAppointmentControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.MonthCellControl">
      <summary>
        <para>Visualizes a <see href="https://docs.devexpress.com/WPF/119207/controls-and-libraries/scheduler/views/month-view">Month View</see> cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.MonthCellControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.DateString">
      <summary>
        <para>Gets the text displayed in the cell. This is a dependency property.</para>
      </summary>
      <value>A string that is displayed in the cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.DateStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.DateString">MonthCellControl.DateString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.DayStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in the cell. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.DayStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.DayStringFormat">MonthCellControl.DayStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.FirstDayOfMonthStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in the cell which is the first day of the month. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.FirstDayOfMonthStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.FirstDayOfMonthStringFormat">MonthCellControl.FirstDayOfMonthStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.FirstDayOfYearStringFormat">
      <summary>
        <para>Gets or sets the format of the string displayed in the cell which is the first day of the year. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.FirstDayOfYearStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.FirstDayOfYearStringFormat">MonthCellControl.FirstDayOfYearStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.TodayBorderBackground">
      <summary>
        <para>Gets or sets the brush used to paint the top border of the cell which is the current date. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the cell border.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.TodayBorderBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.TodayBorderBackground">MonthCellControl.TodayBorderBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.TodayBorderThickness">
      <summary>
        <para>Gets or sets the width of the top cell border used to indicate the current date. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the border’s width in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.TodayBorderThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.MonthCellControl.TodayBorderThickness">MonthCellControl.TodayBorderThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.MonthCellDatePresenter">
      <summary>
        <para>Displays a date in the <see cref="T:DevExpress.Xpf.Scheduling.Visual.MonthCellControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.MonthCellDatePresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.MonthCellDatePresenter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.RecurrenceWindow">
      <summary>
        <para>Default dialog which is invoked when the end-user attempts to edit recurrence information for an appointment by clicking the Recurrence button in the <see cref="T:DevExpress.Xpf.Scheduling.Visual.AppointmentWindow"/> dialog or executing the proper UI commands.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.RecurrenceWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.RecurrenceWindow"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.RecurrenceWindow.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.RecurrenceWindow"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.RemindersWindow">
      <summary>
        <para>A window invoked when the reminder triggers an alert.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.RemindersWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.RemindersWindow"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.RemindersWindow.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.RemindersWindow"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.ResourceHeaderControl">
      <summary>
        <para>A view’s column (or row) heading that indicates a column (or row) belonging to a particular resource.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.ResourceHeaderControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.ResourceHeaderControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.ResourceHeaderPresenter">
      <summary>
        <para>Displays resource caption in the <see cref="T:DevExpress.Xpf.Scheduling.Visual.ResourceHeaderControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.ResourceHeaderPresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.ResourceHeaderPresenter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimelineAppointmentControl">
      <summary>
        <para>Visualizes an appointment in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline</see> view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimelineAppointmentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimelineAppointmentControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimelineCellControl">
      <summary>
        <para>Visualizes a cell in the <see href="https://docs.devexpress.com/WPF/119586/controls-and-libraries/scheduler/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimelineCellControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimelineCellControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimelineCellControl.IsWorkTime">
      <summary>
        <para>Gets whether the time cell belongs to the work time interval. This is a dependency property.</para>
      </summary>
      <value>True, if the cell belongs to the working time interval; otherwise, false. Default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TimelineCellControl.IsWorkTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.TimelineCellControl.IsWorkTime">TimelineCellControl.IsWorkTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimeMarkerControl">
      <summary>
        <para>Visualizes the view’s time marker - a pointer displayed in the <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> which indicates current time.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeMarkerControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeMarkerControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl">
      <summary>
        <para>Visualizes a cell in the <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> element of the <see href="https://docs.devexpress.com/WPF/119204/controls-and-libraries/scheduler/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/119205/controls-and-libraries/scheduler/views/work-week-view">WorkWeek View</see>, and <see href="https://docs.devexpress.com/WPF/119206/controls-and-libraries/scheduler/views/week-view">Week View</see> views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.Content">
      <summary>
        <para>Provides access to the View Model for the TimeRuler’s cell .</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel"/> object that is the cell’s View Model.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.HourStringFormat">
      <summary>
        <para>Gets or sets a format to display an hour in the TimeRuler’s cell. This is a dependency property.</para>
      </summary>
      <value>A format string to display a DateTime value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.HourStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.HourStringFormat">TimeRulerCellControl.HourStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.IsHourBoundary">
      <summary>
        <para>Gets whether the cell’s time interval starts at the beginning of the hour.</para>
      </summary>
      <value>True, if the cell is located at the hour boundary; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.IsHourBoundaryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.IsHourBoundary">TimeRulerCellControl.IsHourBoundary</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.MinuteStringFormat">
      <summary>
        <para>Gets or sets a format to display minutes in the TimeRuler’s cell. This is a dependency property.</para>
      </summary>
      <value>A format string to display a DateTime value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.MinuteStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.MinuteStringFormat">TimeRulerCellControl.MinuteStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.TimeDesignatorStringFormat">
      <summary>
        <para>Gets or sets the AM/PM designator.</para>
      </summary>
      <value>A format string used as the AM/PM designator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.TimeDesignatorStringFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl.TimeDesignatorStringFormat">TimeRulerCellControl.TimeDesignatorStringFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellHourPresenter">
      <summary>
        <para>Displays the hour in the time ruler’s cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellHourPresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellHourPresenter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellMinutePresenter">
      <summary>
        <para>Displays the minutes in the time ruler’s cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellMinutePresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellMinutePresenter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter">
      <summary>
        <para>Displays the time ruler’s cell content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter.HourString">
      <summary>
        <para>Gets the text displayed in the cell to indicate hours.</para>
      </summary>
      <value>A string displaying an hour in the TimeRuler cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter.HourStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter.HourString">TimeRulerCellPresenter.HourString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter.MinuteString">
      <summary>
        <para>Gets the text displayed in the cell to indicate minutes.</para>
      </summary>
      <value>A string displaying minutes in the TimeRuler cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter.MinuteStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellPresenter.MinuteString">TimeRulerCellPresenter.MinuteString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerHeaderControl">
      <summary>
        <para>Visualizes the <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/>‘s  header and displays the timeruler caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeRulerHeaderControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerHeaderControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerWindow">
      <summary>
        <para>A dialog which is invoked when the end-user executes the Customize Time Ruler command in the timeruler’s context menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeRulerWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerWindow"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.Visual.TimeRulerWindow.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerWindow"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.Visual.TrimmingMode">
      <summary>
        <para>Lists how the visible text is trimmed when it does not fit the available space.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TrimmingMode.None">
      <summary>
        <para>Text is not trimmed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.Visual.TrimmingMode.Opacity">
      <summary>
        <para>Text is trimmed by applying the opacity mask.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.VisualData.CellViewModel">
      <summary>
        <para>A base class for the cell’s View Models.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.VisualData.DayCellViewModel">
      <summary>
        <para>A View Model bound to the <see cref="T:DevExpress.Xpf.Scheduling.Visual.DayCellControl"/> element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.DayCellViewModel.IsHourBoundary">
      <summary>
        <para>Gets whether the cell’s time interval starts at the beginning of the hour.</para>
      </summary>
      <value>True, if the cell is located at the hour boundary; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.DayCellViewModel.IsWorkTime">
      <summary>
        <para>Gets whether the time cell belongs to the work time interval.</para>
      </summary>
      <value>True, if the cell belongs to the working time interval; otherwise, false. Default is false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.VisualData.TimelineCellViewModel">
      <summary>
        <para>A View Model bound to the <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimelineCellControl"/> element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.TimelineCellViewModel.IsWorkTime">
      <summary>
        <para>Gets whether the time cell belongs to the work time interval.</para>
      </summary>
      <value>True, if the cell belongs to the working time interval; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel">
      <summary>
        <para>A View Model used in <see cref="T:DevExpress.Xpf.Scheduling.Visual.TimeRulerCellControl"/> containing options to display a time ruler cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel.#ctor(DevExpress.Xpf.Scheduling.VisualData.TimeRulerViewModel,System.DateTime,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel"/> class with the specified settings.</para>
      </summary>
      <param name="owner">A TimeRulerViewModel instance that is the timeruler’s View  Model.</param>
      <param name="time">A <see cref="T:System.DateTime"/> value that is the time cell’s start time.</param>
      <param name="timeScale">A <see cref="T:System.TimeSpan"/> value that is the time cell’s time interval.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel.IsHourBoundary">
      <summary>
        <para>Gets whether the cell’s time interval starts with the beginning of an hour.</para>
      </summary>
      <value>True, if the cell is located at the hour boundary; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel.IsTimeDesignatorBoundary">
      <summary>
        <para>Gets whether the cell’s time interval starts at noon or midnight so the cell’s text requires a time designator.</para>
      </summary>
      <value>True, if the cell’s time interval starts on a boundary which requires a time designator; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel.Owner">
      <summary>
        <para>Gets the View Model of the TimeRuler which owns the current cell.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduling.VisualData.TimeRulerViewModel object that is a cell’s owner View Model.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel.Time">
      <summary>
        <para>Gets the cell interval’s start.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> values that is the TimeRuler’s cell start.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel.TimeRuler">
      <summary>
        <para>Gets the Time Ruler which owns the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduling.TimeRuler"/> object that is the Time Ruler containing the cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.VisualData.TimeRulerCellViewModel.TimeScale">
      <summary>
        <para>Gets the time period of a single cell.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that is the period of time assigned to a single cell.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder">
      <summary>
        <para>Allows you to define weekly recurrences.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder.ByDay(DevExpress.XtraScheduler.WeekDays)">
      <summary>
        <para>Specifies the days on which to schedule occurrences.</para>
      </summary>
      <param name="weekDays">A DevExpress.XtraScheduler.WeekDays enumeration value specifying the day/days in a week.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder.ByHour(System.Int32)">
      <summary>
        <para>Specifies the delay in hours from the specified series’ start time.</para>
      </summary>
      <param name="hour">An integer value between 0 and 23, inclusive, that is the delay in hours.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder.ByMinute(System.Int32)">
      <summary>
        <para>Specifies the delay in minutes from the specified series’ start time.</para>
      </summary>
      <param name="minute">An integer value between 0 and 59, inclusive, that is the delay in minutes.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder.Interval(System.Int32)">
      <summary>
        <para>Specifies the interval (in weeks) between the starts of occurrences.</para>
      </summary>
      <param name="interval">The interval (in weeks) between the starts of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder.WeekStart(System.DayOfWeek)">
      <summary>
        <para>Specifies the first day of the week.</para>
      </summary>
      <param name="dayOfWeek">A System.DayOfWeek value that specifies the first day of the week.</param>
      <returns>A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.WeekView">
      <summary>
        <para>A view that displays the entire week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeekView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.WeekView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeekView.NavigateBackward">
      <summary>
        <para>Moves one visible time frame backward.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WeekView.NavigateForward">
      <summary>
        <para>Advances one visible time frame forward.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.WeekView.SyncSettingsWithDayView">
      <summary>
        <para>Specifies whether to copy the relevant view settings from the <see cref="T:DevExpress.Xpf.Scheduling.DayView"/>. This is a dependency property.</para>
      </summary>
      <value>true, to copy the view settings from the DayView; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.WeekView.SyncSettingsWithDayViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.WeekView.SyncSettingsWithDayView"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.WeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The DevExpress.Xpf.Scheduling.ViewType.WeekView value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.WindowShowingEventArgs`1">
      <summary>
        <para>A base class that provides data for events which occur before displaying windows and dialogs.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.WindowShowingEventArgs`1.ViewModel">
      <summary>
        <para>Provides access to the View Model for the invoked window.</para>
      </summary>
      <value>An object representing the window’s View Model.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.WindowShowingEventArgs`1.Window">
      <summary>
        <para>Gets or sets the window to which the event is raised.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Window"/> object that is the target window.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.WorkWeekView">
      <summary>
        <para>A view that displays appointments for the working days in a particular week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WorkWeekView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduling.WorkWeekView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WorkWeekView.NavigateBackward">
      <summary>
        <para>Moves one visible time frame backward.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.WorkWeekView.NavigateForward">
      <summary>
        <para>Advances one visible time frame forward.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.WorkWeekView.SyncSettingsWithDayView">
      <summary>
        <para>Specifies whether to copy the relevant view settings from the <see cref="T:DevExpress.Xpf.Scheduling.DayView"/>. This is a dependency property.</para>
      </summary>
      <value>true, to copy the view settings from the DayView; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduling.WorkWeekView.SyncSettingsWithDayViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduling.WorkWeekView.SyncSettingsWithDayView"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduling.WorkWeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The DevExpress.Xpf.Scheduling.ViewType.WorkWeekView value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder">
      <summary>
        <para>Allows you to define yearly recurrences.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder.ByHour(System.Int32)">
      <summary>
        <para>Specifies the delay in hours from the specified series’ start time.</para>
      </summary>
      <param name="hour">An integer value between 0 and 23, inclusive, that is the delay in hours.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder.ByMinute(System.Int32)">
      <summary>
        <para>Specifies the delay in minutes from the specified series’ start time.</para>
      </summary>
      <param name="minute">An integer value between 0 and 59, inclusive, that is the delay in minutes.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder.ByMonthDay(System.Int32,DevExpress.XtraScheduler.WeekDays,DevExpress.XtraScheduler.WeekOfMonth)">
      <summary>
        <para>Specifies the date on which to schedule occurrences.</para>
      </summary>
      <param name="month">An integer value between 1 and 12*, inclusive, that is the month number.</param>
      <param name="weekDay">A DevExpress.XtraScheduler.WeekDays enumeration value specifying the day/days in a week.</param>
      <param name="dayNumber">A DevExpress.XtraScheduler.WeekOfMonth enumeration value specifying the week.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder.ByMonthDay(System.Int32,System.DayOfWeek,System.Int32)">
      <summary>
        <para>Specifies the date on which to schedule occurrences.</para>
      </summary>
      <param name="month">An integer value between 1 and 12*, inclusive, that is the month number.</param>
      <param name="dayOfWeek">A System.DayOfWeek enumeration value that specifies the day of the week.</param>
      <param name="dayNumber">An integer value that specifies the week.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder.ByMonthDay(System.Int32,System.Int32)">
      <summary>
        <para>Specifies the date on which to schedule occurrences.</para>
      </summary>
      <param name="month">An integer value between 1 and 12*, inclusive, that is the month number.</param>
      <param name="dayOfMonth">An integer value between 1 and 31, inclusive, that is the day number.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder.Interval(System.Int32)">
      <summary>
        <para>Specifies the interval (in years) between the starts of occurrences.</para>
      </summary>
      <param name="interval">The interval (in years) between the starts of occurrences.</param>
      <returns>A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.</returns>
    </member>
  </members>
</doc>