﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Xpf.Scheduler.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Xpf.Scheduler">
      <summary>
        <para>Contains classes which implement the main functionality of the <see href="https://docs.devexpress.com/WPF/8649/controls-and-libraries/scheduler-legacy">legacy DXScheduler for WPF</see> suite.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewChanging">SchedulerControl.ActiveViewChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs.#ctor(DevExpress.Xpf.Scheduler.SchedulerViewBase,DevExpress.Xpf.Scheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="oldView">An object of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class descendant. This object represents the previous active  <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> of the Scheduler control. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs.OldView">ActiveViewChangingEventArgs.OldView</see> property.</param>
      <param name="newView">An object of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class descendant. This object represents the new active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> of the Scheduler control. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs.NewView">ActiveViewChangingEventArgs.NewView</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether changing of the currently active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> should be canceled.</para>
      </summary>
      <value>true to cancel the changing of the currently active view; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs.NewView">
      <summary>
        <para>Gets the new value of the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> property.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs.OldView">
      <summary>
        <para>Gets the old value of the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> property.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class descendant.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.ActiveViewChangingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewChanging">SchedulerControl.ActiveViewChanging</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Scheduler.ActiveViewChangingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.EditAppointmentFormShowing">SchedulerControl.EditAppointmentFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentLabel">
      <summary>
        <para>An appointment’s category <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">label</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabel.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabel.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabel.#ctor(System.Windows.Media.Color,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabel.#ctor(System.Windows.Media.Color,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentLabel.Color">
      <summary>
        <para>Gets or sets the color of the <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">appointment label</see>.</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="M:DevExpress.Xpf.Scheduler.AppointmentLabel.Dispose">
      <summary>
        <para>Empty method that implements the Dispose method of the IDisposable interface.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentLabel.Empty">
      <summary>
        <para>Returns an empty appointment label.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> value representing an empty appointment label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentLabel.Id">
      <summary>
        <para>Gets or sets the unique identifier of the appointment label.</para>
      </summary>
      <value>A System.Object that is the unique identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentLabelCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">appointment labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabelCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.Add(DevExpress.Xpf.Scheduler.AppointmentLabel)">
      <summary>
        <para>Creates a new label with the specified settings and adds it to the collection of appointment labels.</para>
      </summary>
      <param name="value">An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object to add.</param>
      <returns>An integer value indicating the position of the newly added appointment in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.Add(System.Object,System.String,System.String,System.Windows.Media.Color)">
      <summary>
        <para>Creates a new label with the specified settings and adds it to the collection of appointment labels.</para>
      </summary>
      <param name="id">An object that is the unique label identifier.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string used for a context menu item that allows changing the label of an appointment.</param>
      <param name="labelColor">A <see cref="T:System.Windows.Media.Color"/> structure that specifies the color which indicates the label.</param>
      <returns>An integer value indicating the position of the newly added appointment in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.Add(System.Windows.Media.Color,System.String,System.String)">
      <summary>
        <para>Creates a new label with the specified settings and adds it to the collection of appointment labels.</para>
      </summary>
      <param name="color">A <see cref="T:System.Windows.Media.Color"/> structure that specifies the color which indicates the label.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string used for a context menu item that allows changing the label of an appointment.</param>
      <returns>An integer value indicating the position of the newly added appointment in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.Add(System.Windows.Media.Color,System.String)">
      <summary>
        <para>Creates a new label with the specified settings and adds it to the collection of appointment labels.</para>
      </summary>
      <param name="color">A <see cref="T:System.Windows.Media.Color"/> structure that specifies the color which indicates the label.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <returns>An integer value indicating the position of the newly added appointment in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String,System.String,System.Windows.Media.Color)">
      <summary>
        <para>Creates a new label with the specified identifier, display name, menu caption and color.</para>
      </summary>
      <param name="id">An object that is the unique label identifier assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a label for an appointment.</param>
      <param name="color">A <see cref="T:System.Windows.Media.Color"/> object that is the label’s color.</param>
      <returns>A newly created <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String,System.String)">
      <summary>
        <para>Creates a new label with the specified identifier, display name and menu caption.</para>
      </summary>
      <param name="id">An object that is the unique label identifier assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a label for an appointment.</param>
      <returns>A newly created <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String)">
      <summary>
        <para>Creates a new label with the specified identifier and displayed name, and with menu caption which is the same as display name.</para>
      </summary>
      <param name="id">An object that is the unique label identifier assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <returns>A newly created <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.CreateNewLabel(System.String)">
      <summary>
        <para>Creates a new label with the identifier created by default, specified displayed name and menu caption which is the same as display name.</para>
      </summary>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <returns>A newly created <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.Dispose">
      <summary>
        <para>Empty method that implements the Dispose method of the IDisposable interface.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.GetById(System.Object)">
      <summary>
        <para>Obtains a label object specified by its identifier.</para>
      </summary>
      <param name="id">An object that is the identifier of the appointment label.</param>
      <returns>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property value if found; otherwise, a new <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object is created with empty settings.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentLabelCollection.GetByIndex(System.Int32)">
      <summary>
        <para>Gets the label at the specified index of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabelCollection"/> collection.</para>
      </summary>
      <param name="index">An integer that is the index of an object in a collection.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object at the specified index.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentMapping">
      <summary>
        <para>Specifies the mapping of the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> properties to the appropriate data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentMapping.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentMapping"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentMapping.#ctor(DevExpress.Xpf.Scheduler.AppointmentStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentMapping"/> class with the specified appointment storage.</para>
      </summary>
      <param name="dataStorage">A <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStorage"/> value that specifies the appointment storage.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.AllDay">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay">Appointment.AllDay</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.AllDayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.AllDay">AppointmentMapping.AllDay</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.AppointmentId">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.IPersistentObject.Id">IPersistentObject.Id</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.AppointmentIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.AppointmentId">AppointmentMapping.AppointmentId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Description">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.Description">Appointment.Description</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.DescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Description">AppointmentMapping.Description</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.End">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.EndProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.End">AppointmentMapping.End</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Label">
      <summary>
        <para>Gets or sets the data field to which an appointment’s  <see cref="P:DevExpress.XtraScheduler.Appointment.LabelKey">Appointment.LabelKey</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Label">AppointmentMapping.Label</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Location">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.Location">Appointment.Location</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Location">AppointmentMapping.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.RecurrenceInfo">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.RecurrenceInfo">Appointment.RecurrenceInfo</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.RecurrenceInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.RecurrenceInfo">AppointmentMapping.RecurrenceInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.ReminderInfo">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.Reminder">Appointment.Reminder</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.ReminderInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.ReminderInfo">AppointmentMapping.ReminderInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.ResourceId">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceId">Appointment.ResourceId</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.ResourceIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.ResourceId">AppointmentMapping.ResourceId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Start">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.StartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Start">AppointmentMapping.Start</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Status">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.StatusKey">Appointment.StatusKey</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.StatusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Status">AppointmentMapping.Status</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Subject">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.SubjectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Subject">AppointmentMapping.Subject</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.TimeZoneId">
      <summary>
        <para>Gets or sets the data field to which the <see cref="P:DevExpress.XtraScheduler.Appointment.TimeZoneId">Appointment.TimeZoneId</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.TimeZoneIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.TimeZoneId">AppointmentMapping.TimeZoneId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Type">
      <summary>
        <para>Gets or sets the data field to which an appointment’s <see cref="P:DevExpress.XtraScheduler.Appointment.Type">Appointment.Type</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentMapping.TypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentMapping.Type">AppointmentMapping.Type</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentStatus">
      <summary>
        <para>An appointment’s availability <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">status</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatus.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.Windows.Media.Color,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.Windows.Media.Color,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStatus.Brush">
      <summary>
        <para>Gets the brush used to fill the <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-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.Scheduler.AppointmentStatus.Color">
      <summary>
        <para>The property is not in use. Use the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property instead.</para>
      </summary>
      <value>Default value of the <see cref="T:System.Windows.Media.Color"/> type for built-in statuses.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatus.Dispose">
      <summary>
        <para>Empty method that implements the Dispose method of the IDisposable interface.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStatus.Empty">
      <summary>
        <para>Returns an empty appointment <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">status</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> value representing an empty appointment status.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStatus.Id">
      <summary>
        <para>Gets or sets the unique identifier of the appointment status instance.</para>
      </summary>
      <value>A System.Object which is the unique identifier of the appointment status.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStatus.Type">
      <summary>
        <para>Gets or sets the type of the appointment status.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value representing the type of the appointment status.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentStatusCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">appointment statuses</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatusCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Windows.Media.Brush)">
      <summary>
        <para>Creates a status with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates the availability.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the name of the status used in menus.</param>
      <param name="brush">A <see cref="T:System.Drawing.Brush"/> descendant used to draw a rectangle which indicates a status.</param>
      <returns>An integer that is the position of status in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.Add(System.Object,DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Windows.Media.Brush)">
      <summary>
        <para>Creates a new status with the specified settings and adds it to the collection of appointment statuses.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that is the status type.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string used in a context menu that allows changing the status of an appointment.</param>
      <param name="brush">A <see cref="T:System.Drawing.Brush"/> structure that specifies the color brush used to paint a status strip.</param>
      <returns>An integer value indicating the position of the newly added status in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.Add(System.Windows.Media.Color,System.String,System.String)">
      <summary>
        <para>Creates a status with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="color">A <see cref="T:System.Windows.Media.Color"/> structure used to create a <see cref="T:System.Windows.Media.SolidColorBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A string that is the name of the status used in editors. This string is also assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property and used in menus.</param>
      <param name="menuCaption">A string used in a context menu that allows changing the status of an appointment.</param>
      <returns>An integer that is the position of status in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.Add(System.Windows.Media.Color,System.String)">
      <summary>
        <para>Creates a new status with the specified settings and adds it to the collection of appointment statuses.</para>
      </summary>
      <param name="color">A <see cref="T:System.Windows.Media.Color"/> structure used to create a <see cref="T:System.Windows.Media.SolidColorBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStatus.Brush">AppointmentStatus.Brush</see> property.</param>
      <param name="displayName">A string that is the name of the status used in editors. This string is also assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">UserInterfaceObject.MenuCaption</see> property and used in menus.</param>
      <returns>An integer that is the position of status in the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String,System.Windows.Media.Brush)">
      <summary>
        <para>Creates a new appointment status with the specified settings.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a status for an appointment.</param>
      <param name="brush">A <see cref="T:System.Drawing.Brush"/> structure that specifies the color brush used to paint a status strip.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String)">
      <summary>
        <para>Creates a status with the specified identifier, display name and menu caption.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the caption of a context menu used to change a status for an appointment.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String)">
      <summary>
        <para>Creates a status with the specified identifier and display name.</para>
      </summary>
      <param name="id">An object that is the status unique identifier.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.CreateNewStatus(System.String)">
      <summary>
        <para>Creates a status with the specified display name.</para>
      </summary>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.Dispose">
      <summary>
        <para>Disposes of all items in the collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.GetById(System.Object)">
      <summary>
        <para>Obtains a status object specified by its identifier.</para>
      </summary>
      <param name="id">An object that is the identifier of the appointment status.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">UserInterfaceObject.Id</see> property value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.GetByIndex(System.Int32)">
      <summary>
        <para>Gets the status at the specified index of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatusCollection"/> collection.</para>
      </summary>
      <param name="index">An integer that is the index of an object in a collection.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> object at the specified index.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStatusCollection.GetByType(DevExpress.XtraScheduler.AppointmentStatusType)">
      <summary>
        <para>Obtains a status object specified by its type.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that is the status type.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> object with the specified <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type">AppointmentStatus.Type</see> property value.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentStorage">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">storage</see> which holds a collection of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.#ctor(DevExpress.Xpf.Scheduler.SchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStorage"/> class with the specified scheduler storage.</para>
      </summary>
      <param name="schedulerStorage">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> value that specifies the scheduler storage of the appointment storage.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.Add(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Adds the specified appointment to the storage.</para>
      </summary>
      <param name="obj">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to append to the collection.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.AddRange(DevExpress.XtraScheduler.Appointment[])">
      <summary>
        <para>Appends an array of appointments to the storage’s collection.</para>
      </summary>
      <param name="obj">An array of <see cref="T:DevExpress.XtraScheduler.Appointment"/> objects to append to the collection.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.CommitIdToDataSource">
      <summary>
        <para>Gets or sets whether the appointment Id value should be passed to the data source.</para>
      </summary>
      <value>true to pass the <see cref="P:DevExpress.XtraScheduler.IPersistentObject.Id">IPersistentObject.Id</see> value to the mapped field in the data source; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentStorage.CommitIdToDataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStorage.CommitIdToDataSource">AppointmentStorage.CommitIdToDataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.Contains(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Determines whether the appointment storage contains the specified appointment.</para>
      </summary>
      <param name="obj">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to find in the collection.</param>
      <returns>True if the collection contains the specified appointment; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, end time and a subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start and end time.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, duration and a subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time and duration.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
      <summary>
        <para>Creates an appointment of the specified type.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.GetAppointmentById(System.Object)">
      <summary>
        <para>Gets the appointment by its identifier.</para>
      </summary>
      <param name="id">An object that is the unique identifier of an appointment.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.IsNewAppointment(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Determines whether the appointment is new, so that it is not an occurrence, and the current <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStorage"/> does not contain it.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment in question.</param>
      <returns>true, if the appointment isn’t contained in this storage and in recurrent series of appointments in the storage; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.Items">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> within the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentCollection"/> object that contains a collection of appointments.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.Labels">
      <summary>
        <para>Gets the collection of appointment labels contained in the storage.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabelCollection"/> which is the collection of <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentStorage.LabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStorage.Labels">AppointmentStorage.Labels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.AppointmentStorage.LoadException">
      <summary>
        <para>Fires when a problem occurs in appointment loading to the storage from an external data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.LoadFromXml(System.IO.Stream)">
      <summary>
        <para>Loads settings of <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> from the specified stream to the appointment storage.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which appointments are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.LoadFromXml(System.String)">
      <summary>
        <para>Loads settings of <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> from the specified XML file to the appointment storage.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which appointments should be loaded. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.Mappings">
      <summary>
        <para>Contains information on mappings of standard appointment properties to specific fields in a datasource.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentMapping"/> object, providing information on the mappings of the appointment properties to the appropriate data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentStorage.MappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStorage.Mappings">AppointmentStorage.Mappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.Remove(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Removes the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object from the collection.</para>
      </summary>
      <param name="obj">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to remove.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.ResourceSharing">
      <summary>
        <para>Gets or sets a value indicating whether an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> can be shared between multiple <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see>.</para>
      </summary>
      <value>true if resource sharing is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentStorage.ResourceSharingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStorage.ResourceSharing">AppointmentStorage.ResourceSharing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.SaveToXml(System.IO.Stream)">
      <summary>
        <para>Saves <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> from the storage to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which appointments should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.SaveToXml(System.String)">
      <summary>
        <para>Saves <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> from the storage to an XML file.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where appointments should be written. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentStorage.SetAppointmentFactory(DevExpress.XtraScheduler.IAppointmentFactory)">
      <summary>
        <para>Assigns the specified appointment factory to the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStorage"/>.</para>
      </summary>
      <param name="factory">An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentFactory"/> interface which specifies the new appointment factory for the storage.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.Statuses">
      <summary>
        <para>Gets the collection of appointment statuses.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusCollection"/> which represents the collection of <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.AppointmentStorage.StatusesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentStorage.Statuses">AppointmentStorage.Statuses</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.SupportsRecurrence">
      <summary>
        <para>Gets whether the information on <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment recurrence</see> is obtained from a datasource.</para>
      </summary>
      <value>true if the information on appointment recurrence is obtained from a datasource; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentStorage.SupportsReminders">
      <summary>
        <para>Gets whether the information on appointment <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminders</see> is obtained from a datasource.</para>
      </summary>
      <value>true if the information on appointment reminders is obtained from a datasource; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentViewInfoCustomizingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentViewInfoCustomizing">SchedulerControl.AppointmentViewInfoCustomizing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.AppointmentViewInfoCustomizingEventArgs.#ctor(DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentViewInfoCustomizingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="viewInfo">An <see cref="T:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo"/> object which represents the event’s view information. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo">AppointmentViewInfoCustomizingEventArgs.ViewInfo</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo">
      <summary>
        <para>Gets the object which contains information used to render the appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.AppointmentViewInfoCustomizingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentViewInfoCustomizing">SchedulerControl.AppointmentViewInfoCustomizing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentViewInfoCustomizingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.CustomizeTimeRulerFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeTimeRulerFormShowing">SchedulerControl.CustomizeTimeRulerFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.CustomizeTimeRulerFormEventArgs.#ctor(DevExpress.XtraScheduler.TimeRuler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.CustomizeTimeRulerFormEventArgs"/> class with the specified time ruler.</para>
      </summary>
      <param name="timeRuler">A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object which represents the time ruler. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.CustomizeTimeRulerFormEventArgs.TimeRuler">CustomizeTimeRulerFormEventArgs.TimeRuler</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.CustomizeTimeRulerFormEventArgs.TimeRuler">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">Time Ruler</see> that is customized via the Time Ruler dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object representing the time ruler.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.CustomizeTimeRulerFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeTimeRulerFormShowing">SchedulerControl.CustomizeTimeRulerFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Scheduler.CustomizeTimeRulerFormEventArgs"/> object, which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.CustomizeVisualViewInfoEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeVisualViewInfo">SchedulerControl.CustomizeVisualViewInfo</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.CustomizeVisualViewInfoEventArgs.#ctor(DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.CustomizeVisualViewInfoEventArgs"/> class with the specified visual view information.</para>
      </summary>
      <param name="visualViewInfo">A <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase"/> class descendant.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.CustomizeVisualViewInfoEventArgs.VisualViewInfo">
      <summary>
        <para>Gets an object which contains information on the visual representation of visual elements displayed in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>, depending on the current active view and group type currently applied to <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase"/> class descendant.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.CustomizeVisualViewInfoEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeVisualViewInfo">SchedulerControl.CustomizeVisualViewInfo</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduler.CustomizeVisualViewInfoEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.DayView">
      <summary>
        <para>Displays a detailed picture of events across one or more days.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.DayView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.DayView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.AllDayAreaCellStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8712/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/all-day-area">all-day area</see> cells displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</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.Scheduler.DayView.AllDayAreaCellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.AllDayAreaCellStyle">DayView.AllDayAreaCellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.AllDayAreaScrollBarVisible">
      <summary>
        <para>Specifies whether scrolling of the <see href="https://docs.devexpress.com/WPF/8712/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/all-day-area">All-Day Area</see> is enabled, and the corresponding scrollbar is visible in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see> views.</para>
      </summary>
      <value>true if the scrollbar for the all-day area is enabled and visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.AllDayAreaScrollBarVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.AllDayAreaScrollBarVisible">DayView.AllDayAreaScrollBarVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the options specifying how appointments are displayed in a view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions"/> object containing options for displaying appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.AppointmentDisplayOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.AppointmentDisplayOptions">DayView.AppointmentDisplayOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.AppointmentPadding">
      <summary>
        <para>Gets or sets the distance between the appointment boundaries and the time cell border.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Thickness"/> structure. If only one value is specified, all structure values have the same measure. A System.Double value specifies a device-independent unit measure (1/96th inch per unit).</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.AppointmentPaddingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.AppointmentPadding">DayView.AppointmentPadding</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.CellStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see> displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</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.Scheduler.DayView.CellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.CellStyle">DayView.CellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.CurrentTimeIndicatorStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/9035/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-marker">current time indicator</see> displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to current time indicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.CurrentTimeIndicatorStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.CurrentTimeIndicatorStyle">DayView.CurrentTimeIndicatorStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.DateHeaderStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see> displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to day headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.DateHeaderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.DateHeaderStyle">DayView.DateHeaderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.DayCount">
      <summary>
        <para>Gets or sets the number of days that are simultaneously displayed within the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>.</para>
      </summary>
      <value>A positive integer value that specifies the number of days displayed by the Day View.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.DayCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.DayCount">DayView.DayCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.DefaultTimeRulers">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimeRulerCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.DefaultTimeRulersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.DefaultTimeRulers">DayView.DefaultTimeRulers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.DefaultTimeSlots">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>‘s collection of default time slots.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> object that represents a default time slot collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.DefaultTimeSlotsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.DefaultTimeSlots">DayView.DefaultTimeSlots</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.DraggedAppointmentHeight">
      <summary>
        <para>Gets or sets the height of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> which is currently being dragged in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the dragged appointment height, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.DraggedAppointmentHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.DraggedAppointmentHeight">DayView.DraggedAppointmentHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.MoreButtonDownStyle">
      <summary>
        <para>Gets or sets a style applied to down arrow buttons displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to “more” buttons.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.MoreButtonDownStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.MoreButtonDownStyle">DayView.MoreButtonDownStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.MoreButtonUpStyle">
      <summary>
        <para>Gets or sets a style applied to up arrow buttons displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to “more” buttons.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.MoreButtonUpStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.MoreButtonUpStyle">DayView.MoreButtonUpStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.ShowAllAppointmentsAtTimeCells">
      <summary>
        <para>Gets or sets whether all-day appointments should be shown at time cells rather than in a separate all-day area.</para>
      </summary>
      <value>true, if all-day appointments are shown at time cells along with other appointments; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.ShowAllAppointmentsAtTimeCellsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.ShowAllAppointmentsAtTimeCells">DayView.ShowAllAppointmentsAtTimeCells</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.ShowAllDayArea">
      <summary>
        <para>Gets or sets a value which specifies if the <see href="https://docs.devexpress.com/WPF/8712/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/all-day-area">All-Day Area</see> is shown in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see> views.</para>
        <para>.</para>
      </summary>
      <value>true to show the All-Day area; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.ShowAllDayAreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.ShowAllDayArea">DayView.ShowAllDayArea</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.ShowCurrentTimeInAllColumns">
      <summary>
        <para>Gets or sets whether the Time indicator is displayed across all columns of the view.</para>
      </summary>
      <value>True, to display the Time indicator across the entire view; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.ShowCurrentTimeInAllColumnsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.ShowCurrentTimeInAllColumns">DayView.ShowCurrentTimeInAllColumns</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.ShowDayHeaders">
      <summary>
        <para>Gets or sets a value which specifies if <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see> are shown in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see> views.</para>
      </summary>
      <value>true to show the day headers; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.ShowDayHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.ShowDayHeaders">DayView.ShowDayHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.ShowMoreButtonsOnEachColumn">
      <summary>
        <para>Gets or sets a value indicating whether to show the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More Buttons</see> on each column, or only on the <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">Time Ruler</see> in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see> views.</para>
      </summary>
      <value>true to show “more” buttons on each column; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.ShowMoreButtonsOnEachColumnProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.ShowMoreButtonsOnEachColumn">DayView.ShowMoreButtonsOnEachColumn</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.ShowWorkTimeOnly">
      <summary>
        <para>Gets or sets a value indicating if the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see> should show its data only for the working hours in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see> views.</para>
      </summary>
      <value>true to show data for working hours only; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.ShowWorkTimeOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.ShowWorkTimeOnly">DayView.ShowWorkTimeOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.TimeIndicatorDisplayOptions">
      <summary>
        <para>Provides access to options specifying how the <see href="https://docs.devexpress.com/WPF/114791/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-indicator">Time Indicator</see> is displayed in the view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions"/> object that contains settings specific to the TimeIndicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.TimeIndicatorDisplayOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.TimeIndicatorDisplayOptions">DayView.TimeIndicatorDisplayOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.TimeMarkerVisibility">
      <summary>
        <para>Gets or sets the visibility mode of the <see href="https://docs.devexpress.com/WPF/9035/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-marker">Time Marker</see> for all time rulers of the view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeMarkerVisibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.TimeMarkerVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.TimeMarkerVisibility">DayView.TimeMarkerVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.TimeRulers">
      <summary>
        <para>Provides access to the View’s collection of <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time rulers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimeRulerCollection"/> object that represents a time ruler collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.TimeRulersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.TimeRulers">DayView.TimeRulers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.TimeScale">
      <summary>
        <para>Gets or sets the time interval for the time slots in the scheduling area.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value representing the time interval for the time slots.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.TimeScaleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.TimeScale">DayView.TimeScale</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.TimeSlots">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View’s</see> collection of time slots.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> object that represents a time slot collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.TimeSlotsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.TimeSlots">DayView.TimeSlots</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.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/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value which specifies the time value for the top row.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.TopRowTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.TopRowTime">DayView.TopRowTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Day">SchedulerViewType.Day</see> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentContentTemplate">
      <summary>
        <para>Gets or sets the template that defines the visual content of appointments displayed vertically in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> views.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the content of appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentContentTemplate">DayView.VerticalAppointmentContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses the vertical appointment content template based on custom logic.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that applies a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentContentTemplateSelector">DayView.VerticalAppointmentContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentStyleSelector">
      <summary>
        <para>Gets or sets an object that chooses the vertical appointment style based on custom logic.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.StyleSelector"/> descendant that applies a style based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentStyleSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.VerticalAppointmentStyleSelector">DayView.VerticalAppointmentStyleSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.VerticalResourceHeaderStyle">
      <summary>
        <para>Overrides the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.VerticalResourceHeaderStyle">SchedulerViewBase.VerticalResourceHeaderStyle</see> property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.VisibleTime">
      <summary>
        <para>Gets or sets the time of the view’s day interval for the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see> views.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which specifies the time of the view’s day interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.VisibleTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.VisibleTime">DayView.VisibleTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DayView.WorkTime">
      <summary>
        <para>Gets or sets the work time interval for the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see> views.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.DayView.WorkTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.DayView.WorkTime">DayView.WorkTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.DeleteRecurrentAppointmentFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">SchedulerControl.DeleteRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.DeleteRecurrentAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.AppointmentBaseCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.DeleteRecurrentAppointmentFormEventArgs"/> class with the specified appointment.</para>
      </summary>
      <param name="appointments">A <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object which represents a collection of  the event’s appointments. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.DeleteRecurrentAppointmentFormEventArgs.Appointments">DeleteRecurrentAppointmentFormEventArgs.Appointments</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.DeleteRecurrentAppointmentFormEventArgs.Appointments">
      <summary>
        <para>Gets the collection of appointments to be deleted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object representing a collection of appointments.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.DeleteRecurrentAppointmentFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">SchedulerControl.DeleteRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduler.DeleteRecurrentAppointmentFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="N:DevExpress.Xpf.Scheduler.Drawing">
      <summary>
        <para>Contains classes that are used to implement drawing for the <see href="https://docs.devexpress.com/WPF/8649/controls-and-libraries/scheduler-legacy">DXScheduler for WPF</see> suite.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo">
      <summary>
        <para>Provides information on the visual representation of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.TimeZoneHelper)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo"/> class with the specified settings.</para>
      </summary>
      <param name="appointment">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which the visual info is created.</param>
      <param name="timeZoneEngine">A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> instance required for the time zone conversion.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Appointment">
      <summary>
        <para>Provides access to an appointment for which the visual representation has been built.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.AppointmentInterval">
      <summary>
        <para>Gets the time interval of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the scheduled time.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.CustomViewInfo">
      <summary>
        <para>Gets or sets a custom object to be used for rendering the appointment.</para>
      </summary>
      <value>An object used for customizing the appointment’s visual representation.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Description">
      <summary>
        <para>Gets or sets the description text displayed within the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of the appointment description.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.GetEndTimeText">
      <summary>
        <para>Returns the string containing the end date and time of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.GetStartTimeText">
      <summary>
        <para>Returns the string containing the start date and time of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.HasBottomBorder">
      <summary>
        <para>Determines whether the bottom border is displayed for the appointment.</para>
      </summary>
      <value>true if the bottom border is displayed for an appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.HasLeftBorder">
      <summary>
        <para>Determines whether the left border is displayed for the appointment.</para>
      </summary>
      <value>true if the left border is displayed for an appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.HasRightBorder">
      <summary>
        <para>Determines whether the right border is displayed for the appointment.</para>
      </summary>
      <value>true if the right border is displayed for an appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.HasTopBorder">
      <summary>
        <para>Determines whether the top border is displayed for the appointment.</para>
      </summary>
      <value>true if the top border is displayed for an appointment; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.HitTestType">
      <summary>
        <para>Gets the enumeration member, which indicates the contents of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> when it is hit.</para>
      </summary>
      <value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentContent">SchedulerHitTest.AppointmentContent</see> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Interval">
      <summary>
        <para>Gets or sets the time interval of the time cells covered by the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time range of the time cells.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.IsEndVisible">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> scheduled time ends within the visible interval of dates.</para>
      </summary>
      <value>true if an appointment end is visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.IsLongTime">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> extends over multiple days.</para>
      </summary>
      <returns>true if an appointment extends over several days; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.IsStartVisible">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> scheduled time starts within the visible interval of dates.</para>
      </summary>
      <value>true if an appointment start is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Label">
      <summary>
        <para>Gets or sets the label of the appointment for display.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is the appointment label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.LabelBrush">
      <summary>
        <para>Gets the brush used to fill the <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">appointment label</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the brush used for drawing an appointment label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.LabelColor">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">label color</see> used to fill the region of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> object that represents the color of an appointment background.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Location">
      <summary>
        <para>Gets or sets the location text displayed within the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of the appointment location.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Options">
      <summary>
        <para>Gets several characteristics determining how an appointment is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions"/> object containing certain appointment view characteristics.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Resource">
      <summary>
        <para>Gets or sets the resource of the displayed appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the appointment’s resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Selected">
      <summary>
        <para>Determines whether the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> is currently selected.</para>
      </summary>
      <value>true if an appointment is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Status">
      <summary>
        <para>Gets or sets the visual status of the appointment for display.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.StatusBrush">
      <summary>
        <para>Gets the brush used to fill the <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">appointment status</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the brush used for drawing an appointment status.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.AppointmentViewInfo.Subject">
      <summary>
        <para>Gets or sets the subject text displayed within the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of the appointment subject.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer">
      <summary>
        <para>A scrollable area of the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer.BottomOffset">
      <summary>
        <para>Gets or sets the bottom offset of the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> scrolled content.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer.BottomOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer.BottomOffset">DayViewScrollViewer.BottomOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer.Subscribe(DevExpress.Xpf.Scheduler.Drawing.SelectionPresenter)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer.Unsubscribe(DevExpress.Xpf.Scheduler.Drawing.SelectionPresenter)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer.ViewportBounds">
      <summary>
        <para>Gets the location and size of the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> content’s viewport.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Rect"/> structure instance.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.NavigationDirection">
      <summary>
        <para>Lists the values used to specify the direction of arrows within <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.NavigationDirection.Backward">
      <summary>
        <para>An arrow points backwards.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.NavigationDirection.Forward">
      <summary>
        <para>An arrow points forwards.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">Resource Navigator</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonDecCountStyle">
      <summary>
        <para>Gets or sets a style applied to the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> button, decreasing the number of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> to be displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonDecCountStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonDecCountStyle">ResourceNavigatorControl.ButtonDecCountStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonFirstStyle">
      <summary>
        <para>Gets or sets a style applied to the First button of the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonFirstStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonFirstStyle">ResourceNavigatorControl.ButtonFirstStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonIncCountStyle">
      <summary>
        <para>Gets or sets a style applied to the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> button, increasing the number of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> to be displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonIncCountStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonIncCountStyle">ResourceNavigatorControl.ButtonIncCountStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonLastStyle">
      <summary>
        <para>Gets or sets a style applied to the Last button of the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonLastStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonLastStyle">ResourceNavigatorControl.ButtonLastStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonNextPageStyle">
      <summary>
        <para>Gets or sets a style applied to the Next Page button of the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonNextPageStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonNextPageStyle">ResourceNavigatorControl.ButtonNextPageStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonNextStyle">
      <summary>
        <para>Gets or sets a style applied to the Next button of the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonNextStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonNextStyle">ResourceNavigatorControl.ButtonNextStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonPrevPageStyle">
      <summary>
        <para>Gets or sets a style applied to the Previous Page button of the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonPrevPageStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonPrevPageStyle">ResourceNavigatorControl.ButtonPrevPageStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonPrevStyle">
      <summary>
        <para>Gets or sets a style applied to the Previous button of the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the button of the resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonPrevStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ButtonPrevStyle">ResourceNavigatorControl.ButtonPrevStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandDecCount">
      <summary>
        <para>Decrements (by one) the number of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> visible simultaneously in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandDecCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandDecCount">ResourceNavigatorControl.CommandDecCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandFirst">
      <summary>
        <para>Scrolls to the first <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> available in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandFirstProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandFirst">ResourceNavigatorControl.CommandFirst</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandIncCount">
      <summary>
        <para>Increments (by one) the number of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> visible simultaneously in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandIncCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandIncCount">ResourceNavigatorControl.CommandIncCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandLast">
      <summary>
        <para>Scrolls to the last <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> available in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandLastProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandLast">ResourceNavigatorControl.CommandLast</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandNext">
      <summary>
        <para>Scrolls to the next <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> available in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandNextPage">
      <summary>
        <para>Scrolls to the next <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ResourcesPerPage">SchedulerViewBase.ResourcesPerPage</see> resources available in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandNextPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandNextPage">ResourceNavigatorControl.CommandNextPage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandNextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandNext">ResourceNavigatorControl.CommandNext</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandPrev">
      <summary>
        <para>Scrolls to the previous <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> available in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandPrevPage">
      <summary>
        <para>Scrolls to the previous <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ResourcesPerPage">SchedulerViewBase.ResourcesPerPage</see> resources available in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.SchedulerUICommand object that defines the command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandPrevPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandPrevPage">ResourceNavigatorControl.CommandPrevPage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandPrevProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.CommandPrev">ResourceNavigatorControl.CommandPrev</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.FilteredResourcesCount">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.FilteredResourcesCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.FilteredResourcesCount">ResourceNavigatorControl.FilteredResourcesCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.FirstVisibleResourceIndex">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.FirstVisibleResourceIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.FirstVisibleResourceIndex">ResourceNavigatorControl.FirstVisibleResourceIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.Maximum">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ResourcesPerPage">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ResourcesPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ResourcesPerPage">ResourceNavigatorControl.ResourcesPerPage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.SchedulerControl">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> associated with the <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object which specifies the owner of this resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.SchedulerControlProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.SchedulerControl">ResourceNavigatorControl.SchedulerControl</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ScrollBarEnabled">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:System.Boolean"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.ResourceNavigatorControl.ViewportSize">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualAllDayAreaCell">
      <summary>
        <para>Provides information on the visual representation of an <see href="https://docs.devexpress.com/WPF/8712/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/all-day-area">all-day area</see> cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualAllDayAreaCell.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualAllDayAreaCell"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualAllDayAreaCell.IsEdgeItem">
      <summary>
        <para>Gets or sets whether the current cell is a stub cell placed in the all-day area above the scrollbar.</para>
      </summary>
      <value>true if the cell is a last stub cell; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualAllDayAreaCell.IsEdgeItemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualAllDayAreaCell.IsEdgeItem">VisualAllDayAreaCell.IsEdgeItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl">
      <summary>
        <para>Serves as a base for classes containing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.CreateCloneForDrag">
      <summary>
        <para>Returns a copy of the current <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl"/> object for the dragged appointment.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl"/> object which is a copy of the current object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.GetAppointment">
      <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.Scheduler.Drawing.VisualAppointmentControl.LayoutViewInfo">
      <summary>
        <para>Gets or sets the information on the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> layout.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualLayoutViewInfo object containing information used to specify the appointment layout.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.LayoutViewInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.LayoutViewInfo">VisualAppointmentControl.LayoutViewInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.StatusDisplayType">
      <summary>
        <para>Gets or sets whether the border of an <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> should be colorized according to the time status and appointment duration.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value specifying how the status is displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.StatusDisplayTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.StatusDisplayType">VisualAppointmentControl.StatusDisplayType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.StyleSelector">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.StyleSelector"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.StyleSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.StyleSelector">VisualAppointmentControl.StyleSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.ViewInfo">
      <summary>
        <para>Gets or sets the view information for the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentViewInfo object containing information on the appointment’s visual representation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.ViewInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualAppointmentControl.ViewInfo">VisualAppointmentControl.ViewInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell">
      <summary>
        <para>Serves as a base for classes providing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">date cells</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week</see> and <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month</see> view, and <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see> of the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see>, Week and Month views.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.AlternateTemplate">
      <summary>
        <para>Gets or sets the template used to define the visual presentation of the today’s <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">date header</see> or today’s <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">date cell</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that is a template for a date header or date cell corresponding to today’s date.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.AlternateTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.AlternateTemplate">VisualDateCell.AlternateTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.IsAlternate">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">data header</see> or <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">date cell</see> that corresponds to today’s date is highlighted within the Scheduler control.</para>
      </summary>
      <value>true if the today’s date header or today’s date cell is highlighted; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.IsAlternateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.IsAlternate">VisualDateCell.IsAlternate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.NormalTemplate">
      <summary>
        <para>Gets or sets the template used to define the visual presentation of the <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">date header</see> or <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">date cell</see>, corresponding to dates other than today’s date.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that is a template for a date header or date cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.NormalTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateCell.NormalTemplate">VisualDateCell.NormalTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDateCellHeader">
      <summary>
        <para>Provides information on the visual representation of a <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day header</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> or <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDateCellHeader.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDateCellHeader"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDateHeader">
      <summary>
        <para>Provides information on the visual representation of a <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day header</see> displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDateHeader.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDateHeader"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateHeader.DisableResourceColor">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see>‘s color should be used to paint a <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day header</see>.</para>
      </summary>
      <value>true if the color associated with the resource will not be used to paint the day header; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDateHeader.DisableResourceColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDateHeader.DisableResourceColor">VisualDateHeader.DisableResourceColor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeader">
      <summary>
        <para>Provides information on the visual representation of a <see href="https://docs.devexpress.com/WPF/8715/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-of-week-headers">day of week header</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeader.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeader"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeader.CopyFrom(DevExpress.Xpf.Scheduler.Drawing.DayOfWeekHeader)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <param name="source">A DevExpress.Xpf.Scheduler.Drawing.DayOfWeekHeader object.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> is the currently active view and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.AllDayAreaContainerGroups">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>The VisualDayAllDayAreaContainerCollection object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.AllDayAreaContainerGroupsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.AllDayAreaContainerGroups">VisualDayViewGroupByDate.AllDayAreaContainerGroups</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.DateTimeScrollOffset">
      <summary>
        <para>Gets the value of the vertical offset for a ScrollViewer in the Day View.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> that is the vertical offset of a ScrollViewer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.DateTimeScrollOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.DateTimeScrollOffset">VisualDayViewGroupByDate.DateTimeScrollOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.DayViewScrollViewerName">
      <summary>
        <para>The name of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.IsMoreButtonsOnTimeRulerVisible">
      <summary>
        <para>Indicates whether <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More buttons</see> are shown on the <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">Time Ruler</see>. For internal use.</para>
      </summary>
      <value>True means that buttons are displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.IsMoreButtonsOnTimeRulerVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.IsMoreButtonsOnTimeRulerVisible">VisualDayViewGroupByDate.IsMoreButtonsOnTimeRulerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.MoreButtonGoDownCommand">
      <summary>
        <para>Gets a command executed when the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More button</see> with the downward pointing arrow is clicked. For internal use.</para>
      </summary>
      <value>An object with the <see cref="T:System.Windows.Input.ICommand"/> interface that is the command to be executed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.MoreButtonGoUpCommand">
      <summary>
        <para>Gets a command executed when the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More button</see> with the upward pointing arrow is clicked. For internal use.</para>
      </summary>
      <value>An object with the <see cref="T:System.Windows.Input.ICommand"/> interface that is the command to be executed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.MoreButtonsVisibility">
      <summary>
        <para>Specifies the display state of <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">more buttons</see>.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Visibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.MoreButtonsVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.MoreButtonsVisibility">VisualDayViewGroupByDate.MoreButtonsVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowDayHeaders">
      <summary>
        <para>Specifies whether to display <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see> in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates.</para>
      </summary>
      <value>true to display day headers; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowDayHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowDayHeaders">VisualDayViewGroupByDate.ShowDayHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowTimeRulerHeader">
      <summary>
        <para>Specifies whether to display <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time ruler</see> in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view when <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> are grouped by dates.</para>
      </summary>
      <value>true to display time ruler headers; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowTimeRulerHeaderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowTimeRulerHeader">VisualDayViewGroupByDate.ShowTimeRulerHeader</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowTimeRulers">
      <summary>
        <para>Obtains whether <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time rulers</see> are displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates.</para>
      </summary>
      <value>true if time rulers are displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowTimeRulersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.ShowTimeRulers">VisualDayViewGroupByDate.ShowTimeRulers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.TimeIndicatorVisibility">
      <summary>
        <para>Specifies whether to display <see href="https://docs.devexpress.com/WPF/114791/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-indicator">Time Indicator</see> in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view when <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> are grouped by dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorVisibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.TimeIndicatorVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.TimeIndicatorVisibility">VisualDayViewGroupByDate.TimeIndicatorVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.TimeRulers">
      <summary>
        <para>Gets the collection of objects providing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time rulers</see> displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualTimeRulerCollection collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.TimeRulersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByDate.TimeRulers">VisualDayViewGroupByDate.TimeRulers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByNone">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> is the currently active view and no grouping is applied to <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByNone.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByNone"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByResource">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> is the currently active view and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByResource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewGroupByResource"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval">
      <summary>
        <para>Provides information on visual elements combined into time intervals displayed in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.CopyAppointmentsAndSelectedCellsFrom(DevExpress.Xpf.Scheduler.Drawing.SingleDayViewInfo)">
      <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.Scheduler.Drawing.VisualDayViewInterval.FirstSimpleInterval">
      <summary>
        <para>Gets or sets the time interval corresponding to the first resource displayed within the current date.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualSimpleResourceInterval object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.FirstSimpleIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.FirstSimpleInterval">VisualDayViewInterval.FirstSimpleInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.IsAlternate">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">data header</see> that corresponds to today’s date is highlighted within the Scheduler control.</para>
      </summary>
      <value>true if the today’s date header is highlighted; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.IsAlternateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.IsAlternate">VisualDayViewInterval.IsAlternate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.TimeIndicatorVisibility">
      <summary>
        <para>Gets or sets the information that specifies how to display the time indicator in the current interval.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorVisibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.TimeIndicatorVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewInterval.TimeIndicatorVisibility">VisualDayViewInterval.TimeIndicatorVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo">
      <summary>
        <para>Serves as a base for classes that provide information on the visual representation of the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view’s elements displayed in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, based on resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.AllDayAreaContainerGroups">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>The VisualResourceAllDayAreaContainerGroupCollection object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.AllDayAreaContainerGroupsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.AllDayAreaContainerGroups">VisualDayViewResourcesBasedViewInfo.AllDayAreaContainerGroups</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.DateTimeScrollOffset">
      <summary>
        <para>Gets the value of the vertical offset for a ScrollViewer in the Day View.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> that is the vertical offset of a ScrollViewer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.DateTimeScrollOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.DateTimeScrollOffset">VisualDayViewResourcesBasedViewInfo.DateTimeScrollOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.DayViewScrollViewerName">
      <summary>
        <para>The name of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.DayViewScrollViewer"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.IsMoreButtonsOnTimeRulerVisible">
      <summary>
        <para>Indicates whether <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More buttons</see> are shown on the <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">Time Ruler</see>. For internal use.</para>
      </summary>
      <value>True means that buttons are displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.IsMoreButtonsOnTimeRulerVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.IsMoreButtonsOnTimeRulerVisible">VisualDayViewResourcesBasedViewInfo.IsMoreButtonsOnTimeRulerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.MoreButtonGoDownCommand">
      <summary>
        <para>Gets a command executed when the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More button</see> with the downward pointing arrow is clicked. For internal use.</para>
      </summary>
      <value>An object with the <see cref="T:System.Windows.Input.ICommand"/> interface that is the command to be executed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.MoreButtonGoUpCommand">
      <summary>
        <para>Gets a command executed when the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More button</see> with the upward pointing arrow is clicked. For internal use.</para>
      </summary>
      <value>An object with the <see cref="T:System.Windows.Input.ICommand"/> interface that is the command to be executed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.MoreButtonsVisibility">
      <summary>
        <para>Specifies the display state of <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">more buttons</see>.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Visibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.MoreButtonsVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.MoreButtonsVisibility">VisualDayViewResourcesBasedViewInfo.MoreButtonsVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowDayHeaders">
      <summary>
        <para>Specifies whether to display <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see> in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by resources or no grouping is applied.</para>
      </summary>
      <value>true to display day headers; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowDayHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowDayHeaders">VisualDayViewResourcesBasedViewInfo.ShowDayHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowTimeRulerHeader">
      <summary>
        <para>Specifies whether to display <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time ruler</see> in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view when <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> are grouped by resources or no grouping is applied.</para>
      </summary>
      <value>true to display time ruler headers; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowTimeRulerHeaderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowTimeRulerHeader">VisualDayViewResourcesBasedViewInfo.ShowTimeRulerHeader</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowTimeRulers">
      <summary>
        <para>Specifies whether to display <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time rulers</see> in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week</see> view when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by resources or no grouping is applied.</para>
      </summary>
      <value>true if the time rulers are displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowTimeRulersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.ShowTimeRulers">VisualDayViewResourcesBasedViewInfo.ShowTimeRulers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.TimeIndicatorVisibility">
      <summary>
        <para>Gets or sets the information that specifies how to display time tndicator in the current interval.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorVisibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.TimeIndicatorVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.TimeIndicatorVisibility">VisualDayViewResourcesBasedViewInfo.TimeIndicatorVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.TimeRulers">
      <summary>
        <para>Gets the collection of objects providing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time rulers</see> displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by resources or no grouping is applied.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualTimeRulerCollection collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.TimeRulersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualDayViewResourcesBasedViewInfo.TimeRulers">VisualDayViewResourcesBasedViewInfo.TimeRulers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualDraggedAppointmentControl">
      <summary>
        <para>Provides information on the visual representation of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see>, over which an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> is being dragged.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualDraggedAppointmentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualDraggedAppointmentControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualHorizontalAppointmentControl">
      <summary>
        <para>Provides information on the visual representation of an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> displayed horizontally in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualHorizontalAppointmentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualHorizontalAppointmentControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualIntervalsBasedViewInfo">
      <summary>
        <para>Serves as a base for classes that provide information on the visual representation of the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>‘s elements displayed in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>, based on time intervals.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualIntervalsBasedViewInfo.Intervals">
      <summary>
        <para>Gets the collection of objects containing information on the visual representation on time intervals that are used as the base for displaying data in a <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualIntervalsCollection collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualIntervalsBasedViewInfo.IntervalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualIntervalsBasedViewInfo.Intervals">VisualIntervalsBasedViewInfo.Intervals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByDate">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see> is the currently active view and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByDate.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByDate"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByNone">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see> is the currently active view and no grouping is applied to <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByNone.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByNone"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByNone.DayOfWeekHeaders">
      <summary>
        <para>Provides access to the collection of objects containing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8715/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-of-week-headers">day of week headers</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeaderContentCollection object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByNone.DayOfWeekHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByNone.DayOfWeekHeaders">VisualMonthViewGroupByNone.DayOfWeekHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByResource">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see> is the currently active view and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByResource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualMonthViewGroupByResource"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton">
      <summary>
        <para>Provides information on the visual representation of a <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.ButtonInfo">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.NavigationButtonViewModel object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.ButtonInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.ButtonInfo">VisualNavigationButton.ButtonInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.Direction">
      <summary>
        <para>Gets or sets a value specifying the direction of arrows within <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.Drawing.NavigationDirection"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.DirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.Direction">VisualNavigationButton.Direction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.GetNextNavigationButtonMargin(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.NextNavigationButtonMargin">VisualNavigationButton.NextNavigationButtonMargin</see> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="element">The object from which the property value is read.</param>
      <returns>The <see cref="T:System.Windows.Thickness"/> property value for the object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.GetPrevNavigationButtonMargin(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.PrevNavigationButtonMargin">VisualNavigationButton.PrevNavigationButtonMargin</see> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="element">The object from which the property value is read.</param>
      <returns>The <see cref="T:System.Windows.Thickness"/> property value for the object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.Interval">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.IntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.Interval">VisualNavigationButton.Interval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.NextNavigationButtonMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.NextNavigationButtonMargin">VisualNavigationButton.NextNavigationButtonMargin</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.ParentActualHeight">
      <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.Scheduler.Drawing.VisualNavigationButton.ParentActualHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.ParentActualHeight">VisualNavigationButton.ParentActualHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.PrevNavigationButtonMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.PrevNavigationButtonMargin">VisualNavigationButton.PrevNavigationButtonMargin</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.Resource">
      <summary>
        <para>Gets or sets a resource to which the <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see> visually belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.ResourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.Resource">VisualNavigationButton.Resource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.SetNextNavigationButtonMargin(System.Windows.DependencyObject,System.Windows.Thickness)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.NextNavigationButtonMargin">VisualNavigationButton.NextNavigationButtonMargin</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Windows.Thickness"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.SetPrevNavigationButtonMargin(System.Windows.DependencyObject,System.Windows.Thickness)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualNavigationButton.PrevNavigationButtonMargin">VisualNavigationButton.PrevNavigationButtonMargin</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Windows.Thickness"/> value.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualResource">
      <summary>
        <para>Serves as the base for classes that provide information on visual elements (<see href="https://docs.devexpress.com/WPF/8722/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-headers">resource headers</see>, <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation buttons</see>, etc.) combined into resource containers in different <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">views</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResource.CopyAppointmentsFrom(DevExpress.Xpf.Scheduler.Drawing.SingleResourceViewInfo)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <param name="source">A DevExpress.Xpf.Scheduler.Drawing.SingleResourceViewInfo object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResource.CopyNavButtonsFrom(DevExpress.Xpf.Scheduler.Drawing.SingleResourceViewInfo)">
      <summary>
        <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
      </summary>
      <param name="source">A SingleResourceViewInfo object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResource.CopySelectedCellsFrom(DevExpress.Xpf.Scheduler.Drawing.SingleResourceViewInfo)">
      <summary>
        <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
      </summary>
      <param name="source">A SingleResourceViewInfo object.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonEnabled">
      <summary>
        <para>Gets or sets whether the Next Appointment <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation button</see> displayed for a particular <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> is enabled.</para>
      </summary>
      <value>true if the button is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonEnabled">VisualResource.NextNavButtonEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonInfo">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.NavigationButtonViewModel object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonInfo">VisualResource.NextNavButtonInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonVisibility">
      <summary>
        <para>Gets or sets the visibility state of the Next Appointment <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation button</see> displayed for a particular <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Visibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.NextNavButtonVisibility">VisualResource.NextNavButtonVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonEnabled">
      <summary>
        <para>Gets or sets whether the Previous Appointment <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation button</see> displayed for a particular <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> is enabled and end-users can perform actions on it.</para>
      </summary>
      <value>true if the button is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonEnabled">VisualResource.PrevNavButtonEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonInfo">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.NavigationButtonViewModel object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonInfo">VisualResource.PrevNavButtonInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonVisibility">
      <summary>
        <para>Gets or sets the visibility state of the Previous Appointment <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation button</see> displayed for a particular <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Visibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.PrevNavButtonVisibility">VisualResource.PrevNavButtonVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.ResourceHeader">
      <summary>
        <para>Specifies an object which contains information on the <see href="https://docs.devexpress.com/WPF/8722/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-headers">resource header</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualResourceHeaderBaseContent object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.ResourceHeaderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.ResourceHeader">VisualResource.ResourceHeader</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.SimpleIntervals">
      <summary>
        <para>Gets the collection of time intervals displayed for a particular <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualSimpleResourceIntervalCollection object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.SimpleIntervalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.SimpleIntervals">VisualResource.SimpleIntervals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.View">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> of the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResource.ViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResource.View">VisualResource.View</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceAllDayArea">
      <summary>
        <para>Provides information on the visual representation of an <see href="https://docs.devexpress.com/WPF/8712/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/all-day-area">all-day area</see>, displayed for a particular resource in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResourceAllDayArea.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceAllDayArea"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceAllDayAreaCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceAllDayArea"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResourceAllDayAreaCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceAllDayAreaCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase">
      <summary>
        <para>Serves as a base for classes containing information on the visual representation of elements associated with <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> (<see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see>, <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see>, <see href="https://docs.devexpress.com/WPF/8722/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-headers">resource headers</see>).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.BackgroundBrushSelector">
      <summary>
        <para>Gets or sets the background color of the visual element.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduler.Drawing.ICellBrushSelector interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.BackgroundBrushSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.BackgroundBrushSelector">VisualResourceCellBase.BackgroundBrushSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.BorderBrushSelector">
      <summary>
        <para>Gets or sets the color of the visual element border.</para>
      </summary>
      <value>An object implementing the DevExpress.Xpf.Scheduler.Drawing.ICellBrushSelector interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.BorderBrushSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.BorderBrushSelector">VisualResourceCellBase.BorderBrushSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.ContentElement">
      <summary>
        <para>Gets the element under the “PART_CONTENT” name in the visual tree of the template.</para>
      </summary>
      <value>A <see cref="T:System.Windows.UIElement"/> object. null (Nothing in Visual Basic) if no element under the “PART_CONTENT” name exists.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.CopyFrom(DevExpress.Xpf.Scheduler.Drawing.ResourceCellBase)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <param name="source">A DevExpress.Xpf.Scheduler.Drawing.ResourceCellBase object.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResourceCellBase.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceHeader">
      <summary>
        <para>Provides information on the visual representation of a <see href="https://docs.devexpress.com/WPF/8722/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-headers">resource header</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualResourceHeader.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceHeader"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourceHeaderBase">
      <summary>
        <para>Serves as a base for classes providing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8722/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-headers">resource headers</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualResourcesBasedViewInfo">
      <summary>
        <para>Serves as a base for classes that provide information on the visual representation of the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>‘s elements displayed in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, based on resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualResourcesBasedViewInfo.ResourceContainers">
      <summary>
        <para>Gets the collection on objects containing information on the visual representation of resource containers that are used as base for displaying data in a <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualResourcesCollection collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualResourcesBasedViewInfo.ResourceContainersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualResourcesBasedViewInfo.ResourceContainers">VisualResourcesBasedViewInfo.ResourceContainers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualSingleTimelineCell">
      <summary>
        <para>Provides information on the visual representation of a <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cell</see> displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualSingleTimelineCell.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualSingleTimelineCell"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimeCell">
      <summary>
        <para>Provides information on the visual representation of a <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cell</see>, displayed in the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> and <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>, and <see href="https://docs.devexpress.com/WPF/9034/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/selection-bar">selection bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualTimeCell.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimeCell"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimeCellBase">
      <summary>
        <para>Serves as a base for classes containing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see>, displayed in the working area of the Scheduler control’s <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">views</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualTimeCellBase.GetCellContent">
      <summary>
        <para>Gets the element under the “PART_CONTENT” name in the visual tree of the template.</para>
      </summary>
      <returns>A <see cref="T:System.Windows.FrameworkElement"/> object. null (Nothing in Visual Basic) if no element under the “PART_CONTENT” name exists.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase">
      <summary>
        <para>Services as a base for classes that provide information on visual elements displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>, depending on a type of grouping currently applied to <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase.Header">
      <summary>
        <para>Gets or sets the information on the visual representation of the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>‘s header.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualTimelineHeader object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase.HeaderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase.Header">VisualTimelineViewGroupBase.Header</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase.SelectionBarContainer">
      <summary>
        <para>Gets or sets the information on the visual representation of the <see href="https://docs.devexpress.com/WPF/9034/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/selection-bar">selection bar</see> displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualTimelineSelectionBar object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase.SelectionBarContainerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupBase.SelectionBarContainer">VisualTimelineViewGroupBase.SelectionBarContainer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupByDate">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see> is the currently active view and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates or resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupByDate.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupByDate"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupByNone">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see> is the currently active view and no grouping is applied to <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupByNone.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimelineViewGroupByNone"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader">
      <summary>
        <para>Provides information on the visual representation of <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see>, for time scales displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader.EndOffset">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Native.SingleTimelineHeaderCellOffset object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader.EndOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader.EndOffset">VisualTimeScaleHeader.EndOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader.StartOffset">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Native.SingleTimelineHeaderCellOffset object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader.StartOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualTimeScaleHeader.StartOffset">VisualTimeScaleHeader.StartOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualVerticalAppointmentControl">
      <summary>
        <para>Provides information on the visual representation of an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> displayed vertically in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualVerticalAppointmentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualVerticalAppointmentControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualVerticalWeekViewResource">
      <summary>
        <para>Provides information on visual elements combined into resource containers displayed in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, when the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> is currently active and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by resources or no grouping is applied.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualVerticalWeekViewResource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualVerticalWeekViewResource"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase">
      <summary>
        <para>Services as a base for classes that provide information on visual elements displayed in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, depending on the current active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> and type of grouping currently applied to <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase.Control">
      <summary>
        <para>Gets information on the Scheduler control associated with the current object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object providing information on the Scheduler control.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase.ControlProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase.Control">VisualViewInfoBase.Control</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase.View">
      <summary>
        <para>Gets the current object’s view information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> object, providing information on the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase.ViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase.View">VisualViewInfoBase.View</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByDate">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> when <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> is a currently active view and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByDate.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByDate"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByDate.DayOfWeekHeaders">
      <summary>
        <para>Provides access to the collection of objects containing the information on the visual representation of <see href="https://docs.devexpress.com/WPF/8715/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-of-week-headers">day of week headers</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.Drawing.VisualDayOfWeekHeaderContentCollection object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByDate.DayOfWeekHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByDate.DayOfWeekHeaders">VisualWeekViewGroupByDate.DayOfWeekHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByNone">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> when <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> is a currently active view and no grouping is applied to <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByNone.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByNone"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByResource">
      <summary>
        <para>Provides information on visual elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> when <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> is a currently active view and <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by resources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByResource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualWeekViewGroupByResource"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Drawing.VisualWorkTimeCellBase">
      <summary>
        <para>Serves as a base for classes containing information on the visual representation of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see>, displayed in the working area of <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>, <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> and <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.EditAppointmentFormShowing">SchedulerControl.EditAppointmentFormShowing</see> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.EditRecurrentAppointmentFormShowing">SchedulerControl.EditRecurrentAppointmentFormShowing</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,System.Boolean,DevExpress.Utils.Commands.CommandSourceType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which is the event’s appointment. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.Appointment">EditAppointmentFormEventArgs.Appointment</see> property.</param>
      <param name="readOnly">True, if the appointment form is in read-only mode; otherwise, false.</param>
      <param name="commandSourceType">A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration member that identifies the source of the command which invoked the dialog.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,System.Boolean,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which is the event’s appointment. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.Appointment">EditAppointmentFormEventArgs.Appointment</see> property.</param>
      <param name="readOnly">True if the appointment form is in read-only mode; otherwise, false.</param>
      <param name="openRecurrenceDialog">True to invoke the <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">Appointment Recurrence</see> dialog; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which is the event’s appointment. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.Appointment">EditAppointmentFormEventArgs.Appointment</see> property.</param>
      <param name="readOnly">True if the appointment form is in read-only mode; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.Appointment">
      <summary>
        <para>Gets the appointment for which the dialog will be shown.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment currently being processed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs.OpenRecurrenceDialog">
      <summary>
        <para>Gets the value indicating whether the Appointment Recurrence form is displayed on the top of the Edit Appointment form.</para>
      </summary>
      <value>true, if the Appointment Recurrence dialog is opened; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.EditRecurrentAppointmentFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.EditRecurrentAppointmentFormShowing">SchedulerControl.EditRecurrentAppointmentFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Scheduler.EditAppointmentFormEventArgs"/> object, which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.FormShowingEventArgs">
      <summary>
        <para>Provides data for the events which show dialogs invoked by the Scheduler control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.FormShowingEventArgs.AllowResize">
      <summary>
        <para>Gets or sets a value indicating whether end users are allowed to resize the form.</para>
      </summary>
      <value>true if end users are allowed to resize the form; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.FormShowingEventArgs.Cancel">
      <summary>
        <para>Gets or sets the value indicating whether to cancel invoking the form.</para>
      </summary>
      <value>true to cancel showing the form; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.FormShowingEventArgs.Form">
      <summary>
        <para>Gets or sets the form which will be invoked.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.UserControl"/> class descendant that represents the form that will be displayed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.FormShowingEventArgs.SizeToContent">
      <summary>
        <para>This property is obsolete.</para>
      </summary>
      <value>A <see cref="T:System.Windows.SizeToContent"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.FormShowingEventArgs.ViewModel">
      <summary>
        <para>Gets or sets the View Model for the form which will be invoked.</para>
      </summary>
      <value>An object that specifies the form’s View Model. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.FullWeekView">
      <summary>
        <para>A view that displays the entire week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.FullWeekView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.FullWeekView"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.FullWeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.FullWeek">SchedulerViewType.FullWeek</see> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.GotoDateFormShowing">SchedulerControl.GotoDateFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs.#ctor(DevExpress.Xpf.Scheduler.SchedulerViewRepository,System.DateTime,DevExpress.XtraScheduler.SchedulerViewType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs"/> class with the specified repository of views, date and view type.</para>
      </summary>
      <param name="views">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewRepository"/> object that represents the storage of scheduler <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">views</see> shown in the Go To Date dialog. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs.Views">GotoDateFormEventArgs.Views</see> property.</param>
      <param name="date">A <see cref="T:System.DateTime"/> value which represents a date shown in the Go To Date dialog. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs.Date">GotoDateFormEventArgs.Date</see> property.</param>
      <param name="viewType">A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value that represents the type of the scheduler view shown in the Go To Date dialog. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs.SchedulerViewType">GotoDateFormEventArgs.SchedulerViewType</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs.Date">
      <summary>
        <para>Gets the initial date shown in the Go To Date dialog.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object that is the date shown in the dialog.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs.SchedulerViewType">
      <summary>
        <para>Gets the initial <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> type shown in the Go To Date dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value that is the View type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs.Views">
      <summary>
        <para>Gets the repository of <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">Views</see> that can be selected in the Go To Date dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewRepository"/> object representing the storage of Views accessed to be selected in the Go To Date dialog.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.GotoDateFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.GotoDateFormShowing">SchedulerControl.GotoDateFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduler.GotoDateFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.IAppointmentStorage">
      <summary>
        <para>Defines the interface of the appointment storage in WPF Scheduler.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.IAppointmentStorage.Labels">
      <summary>
        <para>Provides access to the collection of appointment labels contained in the storage.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabelCollection"/> which is the collection of <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.IAppointmentStorage.Statuses">
      <summary>
        <para>Provides access to the collection of appointment labels contained in the storage.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatusCollection"/> which is the collection of <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.InplaceEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.InplaceEditorShowing">SchedulerControl.InplaceEditorShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.InplaceEditorEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.InplaceEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="apt">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment for which the editor is invoked.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.InplaceEditorEventArgs.Bounds">
      <summary>
        <para>Gets or sets the width, height and location of the in-place editor.</para>
      </summary>
      <value>An instance of the <see cref="T:System.Windows.Rect"/> structure.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.InplaceEditorEventArgs.InplaceEditor">
      <summary>
        <para>Gets or sets the in-place editor which is invoked when an end-user adds a new appointment or edits an existing one “in place”.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx"/> object which represents the in-place editor.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.InplaceEditorEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.InplaceEditorShowing">SchedulerControl.InplaceEditorShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Xpf.Scheduler.InplaceEditorEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.ISchedulerStorage">
      <summary>
        <para>A base interface that defines a storage which holds persistent objects - appointments, resources etc.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ISchedulerStorage.Appointments">
      <summary>
        <para>Provides access to the appointment storage object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.IAppointmentStorage"/> object that is the storage for appointments.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ISchedulerStorage.GetLabelColor(System.Object)">
      <summary>
        <para>Obtains the color of the label by the label’s ID.</para>
      </summary>
      <param name="labelId">An object that is the label’s identifier available by the <see cref="P:DevExpress.Xpf.Scheduler.AppointmentLabel.Id">AppointmentLabel.Id</see> property.</param>
      <returns>A <see cref="T:System.Windows.Media.Color"/> value that is the label’s color.</returns>
    </member>
    <member name="N:DevExpress.Xpf.Scheduler.Menu">
      <summary>
        <para>Contains classes which are used to implement the popup menu functionality of the <see href="https://docs.devexpress.com/WPF/8649/controls-and-libraries/scheduler-legacy">DXScheduler for WPF</see> suite.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Menu.SchedulerPopupMenu">
      <summary>
        <para>A context (popup) menu of the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Menu.SchedulerPopupMenu.#ctor(DevExpress.Xpf.Scheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Menu.SchedulerPopupMenu"/> class with the specified owner scheduler control.</para>
      </summary>
      <param name="scheduler">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> value that represents the scheduler control, which hosts this popup menu.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Menu.SchedulerPopupMenu.Destroy">
      <summary>
        <para>Destroys the popup menu instance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.MonthView">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month (Multi-Week) View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.MonthView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.MonthView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MonthView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the options specifying how appointments are displayed in a <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerMonthViewAppointmentDisplayOptions"/> object containing options for displaying appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.MonthView.AppointmentDisplayOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.MonthView.AppointmentDisplayOptions">MonthView.AppointmentDisplayOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MonthView.CompressWeekend">
      <summary>
        <para>Gets or sets a value indicating if the weekend days (Saturday and Sunday) should be displayed as one day in a <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>true to compress weekends; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.MonthView.CompressWeekendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.MonthView.CompressWeekend">MonthView.CompressWeekend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MonthView.DeferredScrolling">
      <summary>
        <para>Provides access to parameters that control deferred scrolling.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption"/> instance that specifies parameters for deferred scrolling.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.MonthView.DeferredScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.MonthView.DeferredScrolling">MonthView.DeferredScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MonthView.ShowWeekend">
      <summary>
        <para>Gets or sets a value indicating if the scheduler should also show its data for the weekend days (Saturday and Sunday) in a <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>true to show data for weekend days; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.MonthView.ShowWeekendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.MonthView.ShowWeekend">MonthView.ShowWeekend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MonthView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Month">SchedulerViewType.Month</see> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MonthView.WeekCount">
      <summary>
        <para>Gets or sets the number of weeks that are simultaneously displayed in the <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>A positive integer value that specifies the number of weeks displayed in the Month View.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.MonthView.WeekCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.MonthView.WeekCount">MonthView.WeekCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.MoreButtonClicked">SchedulerControl.MoreButtonClicked</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventArgs.#ctor(System.DateTime,DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventArgs"/> class with the specified parameters.</para>
      </summary>
      <param name="targetViewStart">A <see cref="T:System.DateTime"/> value which is the top visible time of the target view.</param>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing a time cell where the “More” button is located.</param>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> associated with the time cell where the “More” button is located.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventArgs.Interval">
      <summary>
        <para>Gets time interval of the cell where the button is located.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time interval of the cell which holds the button.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventArgs.Resource">
      <summary>
        <para>Gets the resource associated with the cell where the button is located.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource associated with the time cell which holds the button.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventArgs.TargetViewStart">
      <summary>
        <para>Gets or sets the top row time of the target view.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value representing the start of the first visible time cell in a view.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventHandler">
      <summary>
        <para>Specifies a method that will handle the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.PreviewMoreButtonClicked">SchedulerControl.PreviewMoreButtonClicked</see> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.MoreButtonClicked">SchedulerControl.MoreButtonClicked</see> events.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduler.MoreButtonClickedRoutedEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.NavigationButtonOptions">
      <summary>
        <para>Provides options which define certain characteristics of <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.NavigationButtonOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.NavigationButtonOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.NavigationButtonOptions.AppointmentSearchInterval">
      <summary>
        <para>Specifies the time span used by <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation buttons</see> to search for the nearest appointments (in days), so it is limited to a reasonable range.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value, specifying the search range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.NavigationButtonOptions.AppointmentSearchIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.NavigationButtonOptions.AppointmentSearchInterval">NavigationButtonOptions.AppointmentSearchInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.NavigationButtonOptions.Visibility">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation buttons</see> are always visible, always hidden or their visibility depends on particular conditions.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.NavigationButtonVisibility"/> enumeration value defining the conditions for the Navigation Buttons being displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.NavigationButtonOptions.VisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.NavigationButtonOptions.Visibility">NavigationButtonOptions.Visibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.OptionsBehavior">
      <summary>
        <para>Provides behavior options for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.OptionsBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.OptionsBehavior"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.AllowLeaveFocusOnTab">
      <summary>
        <para>Specifies whether pressing the Tab key moves the input focus to the next control. This is a dependency property.</para>
      </summary>
      <value>true, to move focus to the next control when the Tab key is pressed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.AllowLeaveFocusOnTabProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.AllowLeaveFocusOnTab">OptionsBehavior.AllowLeaveFocusOnTab</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.ClientTimeZoneId">
      <summary>
        <para>Gets or sets the identifier of the time zone used by the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
      <value>A string that uniquely identifies a particular time zone and corresponds to the System.TimeZoneInfo.Id property value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.ClientTimeZoneIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.ClientTimeZoneId">OptionsBehavior.ClientTimeZoneId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.MouseWheelScrollAction">
      <summary>
        <para>Gets or sets how the mouse wheel scrolling direction is interpreted. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MouseWheelScrollAction"/> enumeration member that specifies the scheduler coordinate from which to scroll.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.MouseWheelScrollActionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.MouseWheelScrollAction">OptionsBehavior.MouseWheelScrollAction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.RecurrentAppointmentDeleteAction">
      <summary>
        <para>Gets or sets a type of action being performed when a command is issued to delete a <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration value that is the type of an action.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.RecurrentAppointmentDeleteActionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.RecurrentAppointmentDeleteAction">OptionsBehavior.RecurrentAppointmentDeleteAction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.RecurrentAppointmentEditAction">
      <summary>
        <para>Gets or sets a type of action being performed when a command is issued to edit a <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration value that specifies an action type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.RecurrentAppointmentEditActionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.RecurrentAppointmentEditAction">OptionsBehavior.RecurrentAppointmentEditAction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.RemindersFormDefaultAction">
      <summary>
        <para>Gets or sets the type of default action which is applied when the Reminders form is closed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RemindersFormDefaultAction"/> enumeration value specifying the type of action to be applied after the Reminders form is closed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.RemindersFormDefaultActionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.RemindersFormDefaultAction">OptionsBehavior.RemindersFormDefaultAction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.SelectOnRightClick">
      <summary>
        <para>Specifies whether the right-click should select a <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cell</see> under the cursor.</para>
      </summary>
      <value>true to select a time cell with a right-click; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.SelectOnRightClickProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.SelectOnRightClick">OptionsBehavior.SelectOnRightClick</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.ShowCurrentTime">
      <summary>
        <para>Gets or sets the visibility mode of the current <see href="https://docs.devexpress.com/WPF/114791/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-indicator">Time Indicator</see>.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.CurrentTimeVisibility enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.ShowCurrentTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.ShowCurrentTime">OptionsBehavior.ShowCurrentTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.ShowRemindersForm">
      <summary>
        <para>Gets or sets whether a Reminders form is shown, when the time has come for the <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminder</see> to alert.</para>
      </summary>
      <value>true if a Reminders form is shown; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.ShowRemindersFormProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.ShowRemindersForm">OptionsBehavior.ShowRemindersForm</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsBehavior.TouchAllowed">
      <summary>
        <para>Gets or sets whether the touch device input is analyzed.</para>
      </summary>
      <value>true, if touch input is analyzed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsBehavior.TouchAllowedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.TouchAllowed">OptionsBehavior.TouchAllowed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.OptionsCustomization">
      <summary>
        <para>Provides customization options for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.OptionsCustomization.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.OptionsCustomization"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentConflicts">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to share the schedule time between two or more appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentConflictsMode"/> enumeration value specifying whether the time interval of two or more appointments can intersect or not, if these appointments belong to the same <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource(s)</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentConflictsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentConflicts">OptionsCustomization.AllowAppointmentConflicts</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCopy">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to copy appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment to which the action can be applied.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCopyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCopy">OptionsCustomization.AllowAppointmentCopy</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCreate">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to create new appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment which the action can be applied to.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCreateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCreate">OptionsCustomization.AllowAppointmentCreate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDelete">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to delete appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the types of appointment to which the action can be applied.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDeleteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDelete">OptionsCustomization.AllowAppointmentDelete</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDrag">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to drag and drop appointments to another time slot or date.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment which the action can be applied to.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDragBetweenResources">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to drag and drop appointments between resources.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment that the action can be applied to.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDragBetweenResourcesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDragBetweenResources">OptionsCustomization.AllowAppointmentDragBetweenResources</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDragProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDrag">OptionsCustomization.AllowAppointmentDrag</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentEdit">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to edit appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment which the action can be applied to.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentEditProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentEdit">OptionsCustomization.AllowAppointmentEdit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentMultiSelect">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is allowed to select more than one appointment simultaneously.</para>
      </summary>
      <value>true if multiple appointments can be selected simultaneously; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentMultiSelectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentMultiSelect">OptionsCustomization.AllowAppointmentMultiSelect</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentResize">
      <summary>
        <para>Gets or set a value that specifies whether an end-user is allowed to change the time boundaries of appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies to which appointment’s type the action can be applied.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentResizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentResize">OptionsCustomization.AllowAppointmentResize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowDisplayAppointmentForm">
      <summary>
        <para>Gets or sets the option specifying whether the Edit Appointment dialog can be invoked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AllowDisplayAppointmentForm"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowDisplayAppointmentFormProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowDisplayAppointmentForm">OptionsCustomization.AllowDisplayAppointmentForm</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowInplaceEditor">
      <summary>
        <para>Gets or sets a value that specifies whether an inplace editor can be activated for an appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment which the action can be applied to.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowInplaceEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowInplaceEditor">OptionsCustomization.AllowInplaceEditor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.OptionsView">
      <summary>
        <para>Provides view options for the Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.OptionsView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.OptionsView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsView.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the value indicating the week day, from which weeks should start in the current view. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value specifying the start day of the week.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsView.FirstDayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsView.FirstDayOfWeek">OptionsView.FirstDayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsView.NavigationButtonOptions">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation buttons</see> options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.NavigationButtonOptions"/> class, containing options for displaying navigation buttons.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsView.NavigationButtonOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsView.NavigationButtonOptions">OptionsView.NavigationButtonOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.OptionsView.ShowOnlyResourceAppointments">
      <summary>
        <para>Gets or sets a value indicating whether to show appointments that do not belong to any resource in the current scheduling area.</para>
      </summary>
      <value>true to display only the appointments that are associated with resources; false to display all appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.OptionsView.ShowOnlyResourceAppointmentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.OptionsView.ShowOnlyResourceAppointments">OptionsView.ShowOnlyResourceAppointments</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.RecurrenceFormShowing">SchedulerControl.RecurrenceFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs.#ctor(DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="parentViewModel">A DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel object that specifies a View Model for the Edit Appointment form from which the Appointment Recurrence dialog is invoked. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs.AppointmentFormViewModel">RecurrenceFormEventArgs.AppointmentFormViewModel</see> property.</param>
      <param name="readOnly">A <see cref="T:System.Boolean"/> value which indicates whether the event’s appointment is read-only.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs.#ctor(System.Windows.Controls.UserControl,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="parentForm">A <see cref="T:System.Windows.Controls.UserControl"/> object specifying the Edit Appointment form from which the Appointment Recurrence form is invoked. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs.ParentForm">RecurrenceFormEventArgs.ParentForm</see> property.</param>
      <param name="readOnly">A <see cref="T:System.Boolean"/> value which indicates whether the event’s appointment is read-only.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs.AppointmentFormViewModel">
      <summary>
        <para>Gets the View Model for the appointment editing form from which the Appointment Recurrence dialog is invoked.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel object specifying the View Model for the Edit Appointment form.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs.Controller">
      <summary>
        <para>Gets or sets the controller providing settings which are required to edit appointment recurrence in the Appointment Recurrence form.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentFormController"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs.ParentForm">
      <summary>
        <para>Gets the appointment editing form from which the Appointment Recurrence form is invoked.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.UserControl"/> object specifying the Edit Appointment form.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.RecurrenceFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.RecurrenceFormShowing">SchedulerControl.RecurrenceFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduler.RecurrenceFormEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.RemindersFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormShowing">SchedulerControl.RemindersFormShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.RemindersFormEventArgs.#ctor(DevExpress.XtraScheduler.ReminderAlertNotificationCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.RemindersFormEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="alerts">A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> value which represents the event’s collection of reminder alerts. This value is assigned to the <see cref="P:DevExpress.Xpf.Scheduler.RemindersFormEventArgs.AlertNotifications">RemindersFormEventArgs.AlertNotifications</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.RemindersFormEventArgs.AlertNotifications">
      <summary>
        <para>Gets a collection of notifications for <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminders</see> that are currently triggered and displayed in the Reminders form.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> object holding alert notifications.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.RemindersFormEventArgs.Form">
      <summary>
        <para>Gets or sets the form which will be invoked.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.UI.RemindersFormBase class descendant that specifies the form that will be displayed.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.RemindersFormEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormShowing">SchedulerControl.RemindersFormShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduler.RemindersFormEventArgs"/> object which contains event data.</param>
    </member>
    <member name="N:DevExpress.Xpf.Scheduler.Reporting">
      <summary>
        <para>Contains classes which are used to implement the printing functionality of the DXScheduler Suite for WPF. To learn more, refer to <see href="https://docs.devexpress.com/WPF/11547/controls-and-libraries/scheduler-legacy/fundamentals/printing">Printing</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings">
      <summary>
        <para>A base class for settings that are required to preview a scheduler as it will appear when it’s printed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings.GetReportTemplatePath">
      <summary>
        <para>When implemented in an inherited class, returns a string that contains a file name of the report template to be used for creating a scheduler report and path to this file.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings.ReportInstance">
      <summary>
        <para>Gets or sets a report to preview and print scheduler information.</para>
      </summary>
      <value>A report object that implements the ISchedulerReport interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings.ReportInstanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings.ReportInstance">BaseSchedulerPrintingSettings.ReportInstance</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings.SchedulerPrintAdapter">
      <summary>
        <para>Specifies the print adapter composing scheduler data for a report.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter"/> class descendant (the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter"/> or <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter"/> object).</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings.SchedulerPrintAdapterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.BaseSchedulerPrintingSettings.SchedulerPrintAdapter">BaseSchedulerPrintingSettings.SchedulerPrintAdapter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter">
      <summary>
        <para>A print adapter bound to the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter.#ctor(DevExpress.Xpf.Scheduler.SchedulerControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter"/> class with the specified SchedulerControl.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> instance which is the report’s scheduling source.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter.SchedulerControl">
      <summary>
        <para>Gets or sets the SchedulerControl for the print adapter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object specifying a scheduler control.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter.SchedulerControlProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter.SchedulerControl">DXSchedulerControlPrintAdapter.SchedulerControl</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter">
      <summary>
        <para>A base class for print adapters of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> reports.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ClientTimeZoneId">
      <summary>
        <para>Gets or sets the string identifier of the time zone used by the print adapter.</para>
      </summary>
      <value>A string that uniquely identifies the time zone. The value is equal to that returned by the System.TimeZoneInfo.Id property.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ClientTimeZoneIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ClientTimeZoneId">DXSchedulerPrintAdapter.ClientTimeZoneId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.EnableSmartSync">
      <summary>
        <para>Gets or sets whether different controls in a report should synchronize their data iterations (the SmartSync Printing feature).</para>
      </summary>
      <value>true to enable the SmartSync Printing feature; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.EnableSmartSyncProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.EnableSmartSync">DXSchedulerPrintAdapter.EnableSmartSync</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the start day of the week used by the print adapter to create a report.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value specifying the day of the week to be the first in a report week.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.FirstDayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.FirstDayOfWeek">DXSchedulerPrintAdapter.FirstDayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.PropertyChanging">
      <summary>
        <para>Occurs before a value of any of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter"/> class properties is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ResourceColorSchemas">
      <summary>
        <para>Gets the color schemas used to paint resources in the report.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> object which contains color schemes used to display resources.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ResourceColorSchemasProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ResourceColorSchemas">DXSchedulerPrintAdapter.ResourceColorSchemas</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.SchedulerAdapter">
      <summary>
        <para>Provides access to the scheduler print adapter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> object specifying a print adapter for the report.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.SchedulerSourceChanged">
      <summary>
        <para>Occurs when the scheduler source of the print adapter is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.SmartSyncOptions">
      <summary>
        <para>Provides access to options specific to the <see href="https://docs.devexpress.com/WPF/11548/controls-and-libraries/scheduler-legacy/fundamentals/printing/smartsync-feature">SmartSync Printing feature</see>.</para>
      </summary>
      <value>An object exposing the <see cref="T:DevExpress.XtraScheduler.Reporting.ISmartSyncOptions"/> interface (<see cref="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions"/>), allowing you to specify SmartSync-specific options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.SmartSyncOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.SmartSyncOptions">DXSchedulerPrintAdapter.SmartSyncOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.TimeInterval">
      <summary>
        <para>Gets or sets the time interval used by the print adapter to create a report.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object specifying the time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.TimeIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.TimeInterval">DXSchedulerPrintAdapter.TimeInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ValidateAppointments">
      <summary>
        <para>Occurs when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are retrieved to create a report document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.ValidateResources">
      <summary>
        <para>Occurs when <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> are obtained for use in the report.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.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.Scheduler.Reporting.DXSchedulerPrintAdapter.ValidateWorkTime">
      <summary>
        <para>Occurs when the print adapter retrieves the work time value for use in the report.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.WorkTime">
      <summary>
        <para>Gets or sets the work time interval for a day.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value specifying the work time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.WorkTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.WorkTime">DXSchedulerPrintAdapter.WorkTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter">
      <summary>
        <para>A print adapter bound to the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter.#ctor(DevExpress.Xpf.Scheduler.SchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter"/> class with the specified storage.</para>
      </summary>
      <param name="storage">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> object specifying a storage for scheduler data.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter.SchedulerStorage">
      <summary>
        <para>Gets or sets the storage for the print adapter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> object containing data to build a report.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter.SchedulerStorageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter.SchedulerStorage">DXSchedulerStoragePrintAdapter.SchedulerStorage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.ISchedulerPrintingSettings">
      <summary>
        <para>An interface that defines settings required to preview a scheduler as it will appear when it’s printed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.ISchedulerPrintingSettings.GetReportTemplatePath">
      <summary>
        <para>When implemented by a class, returns a string that contains a file name of the report template to be used for creating a scheduler report and path to this file.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.ISchedulerPrintingSettings.ReportInstance">
      <summary>
        <para>When implemented by a class, specifies a report to preview and print scheduler information.</para>
      </summary>
      <value>A report object that implements the ISchedulerReport interface.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.ISchedulerPrintingSettings.SchedulerPrintAdapter">
      <summary>
        <para>When implemented by a class, specifies the print adapter composing scheduler data for a report.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter"/> class descendant (the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerControlPrintAdapter"/> or <see cref="T:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerStoragePrintAdapter"/> object) specifying the print adapter that serves as the data source of the scheduling data for the report.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerPrintingSettings">
      <summary>
        <para>Contains settings (report instance, print adapter and report layout template) that are required to preview a scheduler as it will appear if printed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.SchedulerPrintingSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerPrintingSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.SchedulerPrintingSettings.GetReportTemplatePath">
      <summary>
        <para>Gets a string containing the file name of the report template to be used for creating a scheduler report and path to this file.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.SchedulerPrintingSettings.ReportTemplatePath">
      <summary>
        <para>Gets or sets a string containing the file name of the report template to be used for creating a scheduler report and path to this file.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.SchedulerPrintingSettings.ReportTemplatePathProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.SchedulerPrintingSettings.ReportTemplatePath">SchedulerPrintingSettings.ReportTemplatePath</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerReportConfigurator">
      <summary>
        <para>Provides a method for adjusting the scheduler report.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.SchedulerReportConfigurator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerReportConfigurator"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.SchedulerReportConfigurator.Configure(DevExpress.Xpf.Scheduler.Reporting.ISchedulerPrintingSettings)">
      <summary>
        <para>Configures a report provided by the specified object.</para>
      </summary>
      <param name="settings">An object that implements the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.ISchedulerPrintingSettings"/> interface.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions">
      <summary>
        <para>Contains options specific to the <see href="https://docs.devexpress.com/WPF/11548/controls-and-libraries/scheduler-legacy/fundamentals/printing/smartsync-feature">SmartSync Printing feature</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions.GroupType">
      <summary>
        <para>Gets or sets the type of grouping used for creating tri-fold scheduler report pages if the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.DXSchedulerPrintAdapter.EnableSmartSync">DXSchedulerPrintAdapter.EnableSmartSync</see> option is switched on.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration member specifying the grouping for the <see href="https://docs.devexpress.com/WPF/11548/controls-and-libraries/scheduler-legacy/fundamentals/printing/smartsync-feature">SmartSync printing</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions.GroupTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions.GroupType">SchedulerSmartSyncOptions.GroupType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Scheduler.Reporting.SchedulerSmartSyncOptions"/> class properties have changed their value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.ResourceMapping">
      <summary>
        <para>Provides information on the mapping of the <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> properties to appropriate data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceMapping.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.ResourceMapping"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceMapping.#ctor(DevExpress.Xpf.Scheduler.ResourceStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.ResourceMapping"/> class with the specified resource storage.</para>
      </summary>
      <param name="dataStorage">A <see cref="T:DevExpress.Xpf.Scheduler.ResourceStorage"/> value that specifies the resource storage.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ResourceMapping.Caption">
      <summary>
        <para>Gets or sets the data field to which a resource’s <see cref="P:DevExpress.XtraScheduler.Resource.Caption">Resource.Caption</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ResourceMapping.CaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ResourceMapping.Caption">ResourceMapping.Caption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ResourceMapping.Color">
      <summary>
        <para>Gets or sets the data field to which a resource’s color property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ResourceMapping.ColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ResourceMapping.Color">ResourceMapping.Color</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ResourceMapping.Id">
      <summary>
        <para>Gets or sets the data field to which a resource’s <see cref="P:DevExpress.XtraScheduler.IPersistentObject.Id">IPersistentObject.Id</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ResourceMapping.IdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ResourceMapping.Id">ResourceMapping.Id</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ResourceMapping.Image">
      <summary>
        <para>Gets or sets the data field to which a resource’s <see cref="P:DevExpress.XtraScheduler.Resource.ImageBytes">Resource.ImageBytes</see> property is bound.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ResourceMapping.ImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ResourceMapping.Image">ResourceMapping.Image</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.ResourceStorage">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">storage</see> which holds a collection of appointment’s <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.ResourceStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.#ctor(DevExpress.Xpf.Scheduler.SchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.ResourceStorage"/> class with the specified <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">scheduler storage</see>.</para>
      </summary>
      <param name="schedulerStorage">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> value that specifies the scheduler storage of the resource storage.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.Add(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.XtraScheduler.Resource"/> object to the collection of resources in the storage.</para>
      </summary>
      <param name="obj">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object to append to the collection.</param>
      <returns>An integer value indicating the position into which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.AddRange(DevExpress.XtraScheduler.Resource[])">
      <summary>
        <para>Appends an array of resources to the storage’s collection.</para>
      </summary>
      <param name="obj">An array of <see cref="T:DevExpress.XtraScheduler.Resource"/> objects to append to the collection.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ResourceStorage.ColorSaving">
      <summary>
        <para>Gets or sets the type of format in which to store the color information.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ColorSavingType"/> enumeration value indicating the type in which the color is stored.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ResourceStorage.ColorSavingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ResourceStorage.ColorSaving">ResourceStorage.ColorSaving</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.Contains(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Determines whether the storage contains the specified resource.</para>
      </summary>
      <param name="obj">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object to locate in the storage.</param>
      <returns>true if the storage contains the specified resource; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.CreateResource(System.Object)">
      <summary>
        <para>Creates a new resource with the specified ID.</para>
      </summary>
      <param name="id">An object that is the resource identifier.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Resource"/> with the specified identifier.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.GetResourceById(System.Object)">
      <summary>
        <para>Gets a resource within the collection by its ID value.</para>
      </summary>
      <param name="resourceId">A <see cref="T:System.Object"/> which is the resource ID.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object whose <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> property value is equal to the specified. If no resource with the specified ID is found, then the <see cref="T:DevExpress.XtraScheduler.ResourceEmpty"/> value will be returned.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ResourceStorage.Items">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> within the storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceCollection"/> object that contains a collection of resources.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.LoadFromXml(System.IO.Stream)">
      <summary>
        <para>Loads settings of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> from the specified stream to the resource storage.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which resources are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.LoadFromXml(System.String)">
      <summary>
        <para>Loads settings of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> from the specified XML file to the resource storage.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which resources should be loaded. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ResourceStorage.Mappings">
      <summary>
        <para>Contains information on mappings of standard resource properties to appropriate fields in a datasource.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.ResourceMapping"/> object providing functionality for mapping resource properties to appropriate data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ResourceStorage.MappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ResourceStorage.Mappings">ResourceStorage.Mappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.Remove(DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Removes the specified <see cref="T:DevExpress.XtraScheduler.Resource"/> object from the storage.</para>
      </summary>
      <param name="obj">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource to be removed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.SaveToXml(System.IO.Stream)">
      <summary>
        <para>Saves <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> from the resource storage to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which resources should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.SaveToXml(System.String)">
      <summary>
        <para>Saves <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> from the resource storage to an XML file.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where resources should be written. If an empty string is specified, an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ResourceStorage.SetResourceFactory(DevExpress.XtraScheduler.IResourceFactory)">
      <summary>
        <para>Assigns the specified resource factory to the <see cref="T:DevExpress.Xpf.Scheduler.ResourceStorage"/>.</para>
      </summary>
      <param name="factory">An object implementing the IResourceFactory interface, which specifies the new resource factory for the storage.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions">
      <summary>
        <para>A base class for options that specify the interaction settings for a RangeControl and SchedulerControl that are integrated.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.DataDisplayType">
      <summary>
        <para>Specifies how appointments contained in a SchedulerControl should be indicated in a RangeControl - using thumbnails or numbers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RangeControlDataDisplayType"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.DataDisplayTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.DataDisplayType">ScaleBasedRangeControlClientOptions.DataDisplayType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.MaxIntervalWidth">
      <summary>
        <para>Gets or sets the maximum RangeControl interval width that can be set when resizing or zooming the RangeControl viewport.</para>
      </summary>
      <value>An integer that is the interval width in pixels. The default is 250.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.MaxIntervalWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.MaxIntervalWidth">ScaleBasedRangeControlClientOptions.MaxIntervalWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.MinIntervalWidth">
      <summary>
        <para>Gets or sets the minimum RangeControl interval width that can be set when resizing or zooming the RangeControl viewport.</para>
      </summary>
      <value>An integer that is the interval width in pixels. The default is 30.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.MinIntervalWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.MinIntervalWidth">ScaleBasedRangeControlClientOptions.MinIntervalWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.RangeMaximum">
      <summary>
        <para>Gets or sets the maximum value of the time range available in the RangeControl for navigation within the SchedulerControl.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies the maximum limit of the range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.RangeMaximumProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.RangeMaximum">ScaleBasedRangeControlClientOptions.RangeMaximum</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.RangeMinimum">
      <summary>
        <para>Gets or sets the minimum value of the time range available in the RangeControl for navigation within the SchedulerControl.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies the minimum limit of the range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.RangeMinimumProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.ScaleBasedRangeControlClientOptions.RangeMinimum">ScaleBasedRangeControlClientOptions.RangeMinimum</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions">
      <summary>
        <para>Serves as the base for classes which provide options to define how appointments will be displayed when a particular <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> is currently active.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.EndTimeVisibility">
      <summary>
        <para>Specifies whether the end time should be visible for the appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentTimeVisibility"/> enumeration value, specifying whether the appointment end time should be displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.EndTimeVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.EndTimeVisibility">SchedulerAppointmentDisplayOptions.EndTimeVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.ShowRecurrence">
      <summary>
        <para>Specify whether the recurrence symbol  should be displayed for a <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointment</see>.</para>
      </summary>
      <value>true if a recurrence symbol should be displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.ShowRecurrenceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.ShowRecurrence">SchedulerAppointmentDisplayOptions.ShowRecurrence</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.ShowReminder">
      <summary>
        <para>Specify whether the reminder symbol  should be displayed for an appointment with a <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminder</see>.</para>
      </summary>
      <value>true if a reminder symbol should be displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.ShowReminderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.ShowReminder">SchedulerAppointmentDisplayOptions.ShowReminder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.StartTimeVisibility">
      <summary>
        <para>Specifies whether the start time should be visible for the appointment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentTimeVisibility"/> enumeration specifying whether the appointment start time should be displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.StartTimeVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.StartTimeVisibility">SchedulerAppointmentDisplayOptions.StartTimeVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.StatusDisplayType">
      <summary>
        <para>Specifies whether the border of an appointment should be colorized according to the time status and appointment duration.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value specifying how to display appointment status.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.StatusDisplayTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.StatusDisplayType">SchedulerAppointmentDisplayOptions.StatusDisplayType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.TimeDisplayType">
      <summary>
        <para>Specifies how the start and end time of the appointment should be displayed - using icons or digits.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentTimeDisplayType"/> enumeration value specifying how to display the appointment time.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.TimeDisplayTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerAppointmentDisplayOptions.TimeDisplayType">SchedulerAppointmentDisplayOptions.TimeDisplayType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerColorSchema">
      <summary>
        <para>A color schema which contains colors for a scheduler’s <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerColorSchema.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchema"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerColorSchema.#ctor(System.Windows.Media.Color)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchema"/> class and assigns values to its members using the parameter as a color base.</para>
      </summary>
      <param name="baseColor">A <see cref="T:System.Drawing.Color"/> value specifying the color to be used for calculating other colors of the color schema.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerColorSchema.BaseColor">
      <summary>
        <para>Gets or sets the schema’s base color, whose variations, according to an internal algorithm, are used as other color components of the schema.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerColorSchema.Cell">
      <summary>
        <para>Gets or sets the color value of the cell’s color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerColorSchema.CellBorder">
      <summary>
        <para>Gets or sets the color value of the normal cell border’s color.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerColorSchema.CellBorderDark">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerColorSchema.CellLight">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerColorSchema.CellLightBorder">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerColorSchema.CellLightBorderDark">
      <summary>
        <para>Gets or sets the color value of the color schema component.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Color"/> value.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerColorSchema.ToString">
      <summary>
        <para>Returns the textual representation of the color schema.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of the color schema.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerColorSchemaCollection">
      <summary>
        <para>A collection of color schemas.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerColorSchemaCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchemaCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerColorSchemaCollection.GetSchema(System.Windows.Media.Color,System.Int32)">
      <summary>
        <para>Creates a color schema based on the schema with the specified index with the specified base color.</para>
      </summary>
      <param name="color">A <see cref="T:System.Windows.Media.Color"/> structure specifying the base color of the new schema.</param>
      <param name="index">An integer specifying the index of a color schema used as a base for calculating a new schema.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchema"/> object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerControl">
      <summary>
        <para>The main control of the DXScheduler Suite for WPF.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> currently used by the Scheduler to show its data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class descendant, which represents the currently active view.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewChanged">
      <summary>
        <para>Occurs after the active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> of the Scheduler control has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewChanging">
      <summary>
        <para>Occurs when the Scheduler control is changing its active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewType">
      <summary>
        <para>Gets or sets the type of the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> which is currently used by the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> to show its data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the active View type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveViewType">SchedulerControl.ActiveViewType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.</param>
      <param name="promote">true to promote this request to any parent service containers; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.AddService(System.Type,System.Object,System.Boolean)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.</param>
      <param name="promote">true to promote this request to any parent service containers; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.AddService(System.Type,System.Object)">
      <summary>
        <para>Adds the specified service to the service container.</para>
      </summary>
      <param name="serviceType">The type of service to add.</param>
      <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.</param>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentConflicts">
      <summary>
        <para>Occurs when the scheduler finds appointments that are in conflict, and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentConflicts">OptionsCustomization.AllowAppointmentConflicts</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentCopy">
      <summary>
        <para>Occurs when an end-user tries to copy an appointment and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCopy">OptionsCustomization.AllowAppointmentCopy</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentCreate">
      <summary>
        <para>Occurs when an end-user tries to create a new appointment and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentCreate">OptionsCustomization.AllowAppointmentCreate</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentDelete">
      <summary>
        <para>Occurs when the SchedulerControl checks whether the appointment can be deleted. The event fires only if the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDelete">SchedulerOptionsCustomization.AllowAppointmentDelete</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentDrag">
      <summary>
        <para>Occurs when an end-user tries to drag an appointment, and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDrag">OptionsCustomization.AllowAppointmentDrag</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentDragBetweenResources">
      <summary>
        <para>Occurs when an end-user tries to drag and drop an appointment between resources and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentDragBetweenResources">OptionsCustomization.AllowAppointmentDragBetweenResources</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentEdit">
      <summary>
        <para>Occurs when an end-user tries to edit an appointment and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentEdit">OptionsCustomization.AllowAppointmentEdit</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentResize">
      <summary>
        <para>Occurs when an end-user tries to resize an appointment and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowAppointmentResize">OptionsCustomization.AllowAppointmentResize</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowInplaceEditor">
      <summary>
        <para>Occurs when an end-user tries to invoke an appointment’s in-place editor, and the <see cref="P:DevExpress.Xpf.Scheduler.OptionsCustomization.AllowInplaceEditor">OptionsCustomization.AllowInplaceEditor</see> property is set to Custom.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentDrag">
      <summary>
        <para>Occurs when an appointment is dragged above the Scheduler control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentDrop">
      <summary>
        <para>Occurs when an appointment is dropped onto the Scheduler control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentFormServiceTemplate">
      <summary>
        <para>Gets or sets the template which provides a service to display the custom Edit Appointment form. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the visual structure of the form.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentFormServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentFormServiceTemplate">SchedulerControl.AppointmentFormServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentMenuCustomizations">
      <summary>
        <para>Allows you to customize an appointment popup menu of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentRecurrenceDialogServiceTemplate">
      <summary>
        <para>Gets or sets the template which provides a service to display the custom Appointment Recurrence form. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the visual structure of the form.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentRecurrenceDialogServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentRecurrenceDialogServiceTemplate">SchedulerControl.AppointmentRecurrenceDialogServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentResized">
      <summary>
        <para>Occurs after an end-user modifies an <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment’s</see> interval by dragging its border with the mouse.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentResizing">
      <summary>
        <para>Occurs when an end-user begins modifying the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see>‘s interval, by dragging its border with the mouse.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.AppointmentViewInfoCustomizing">
      <summary>
        <para>Allows customizing the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>‘s appearance by modifying the style elements when it is painted.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.BarManager">
      <summary>
        <para>Gets or sets the main component that provides Bars functionality for the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManager"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.BarManagerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.BarManager">SchedulerControl.BarManager</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.BeforeDispose">
      <summary>
        <para>Occurs before the SchedulerControl is released from memory.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.BeginInit">
      <summary>
        <para>Starts the Scheduler control’s initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.CreateCommand(DevExpress.XtraScheduler.Commands.SchedulerCommandId)">
      <summary>
        <para>Creates a DevExpress.XtraScheduler.Commands.SchedulerCommand object by the command identifier.</para>
      </summary>
      <param name="commandId">A DevExpress.XtraScheduler.Commands.SchedulerCommandId structure member, which specifies a command.</param>
      <returns>A DevExpress.XtraScheduler.Commands.SchedulerCommand instance, representing a <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> command.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeMessageBoxCaption">
      <summary>
        <para>Allows changing the caption of the message box displayed on closing the appointment form which contains unsaved changes.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeTimeRulerFormShowing">
      <summary>
        <para>Occurs before the Time Ruler form is invoked to customize <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time ruler</see> settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeVisualViewInfo">
      <summary>
        <para>Enables to customize the visual representation of the currently active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>‘s elements for the currently selected type of grouping <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.DateNavigatorQueryActiveViewType">
      <summary>
        <para>Enables you to specify the active view type of the Scheduler when the user selects dates in the bound <see cref="T:DevExpress.Xpf.Editors.DateNavigator.DateNavigator"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.DateTimeScrollBarProperty">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.DayView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.DayView"/> object representing the Day View in the scheduling area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.DayViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.DayView">SchedulerControl.DayView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.DefaultMenuCustomizations">
      <summary>
        <para>Allows you to customize a default popup menu of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.DefaultResourceColorSchemas">
      <summary>
        <para>Gets default color schemas used to paint resource columns in a grouped view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchemaCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.DefaultResourceColorSchemasProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.DefaultResourceColorSchemas">SchedulerControl.DefaultResourceColorSchemas</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">
      <summary>
        <para>Occurs before the Confirm Delete form is invoked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.DragDropOptions">
      <summary>
        <para>Provides access to the options specifying the drag-and-drop mode and movement type which are active in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.DragDropOptions object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.DragDropOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.DragDropOptions">SchedulerControl.DragDropOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.EditAppointmentFormShowing">
      <summary>
        <para>Occurs before the Edit Appointment form is invoked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.EditRecurrentAppointmentFormShowing">
      <summary>
        <para>Occurs before the Open Recurring Item form is invoked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.EndInit">
      <summary>
        <para>Ends the Scheduler control’s initialization.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.FormCustomizationUsingMVVM">
      <summary>
        <para>Gets or set a value indicating whether to use the MVVM design pattern to display the custom appointment editing forms.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value specifying whether the MVVM-based mechanism of form display should be used.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.FormCustomizationUsingMVVMLocal">
      <summary>
        <para>Gets or set a value indicating whether to use the MVVM design pattern to display the custom appointment editing forms.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value specifying whether the MVVM-based mechanism for form display should be used.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.FullWeekView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.FullWeekView"/> object representing the Full Week View in the scheduling area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.FullWeekViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.FullWeekView">SchedulerControl.FullWeekView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.GetCoreStorage">
      <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.Scheduler.SchedulerControl.GetHitTestType(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.HitTestType">SchedulerControl.HitTestType</see> attached property for the specified object.</para>
      </summary>
      <param name="element">The <see cref="T:System.Windows.DependencyObject"/> element from which the attached property value is read.</param>
      <returns>The <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.GetResourceColorSchemasCopy">
      <summary>
        <para>Obtains a copy of resource color schemas contained in the scheduler control.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchemaCollection"/> collection which stores the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchema"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.GetSelectableIntervalViewInfo(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectableIntervalViewInfo">SchedulerControl.SelectableIntervalViewInfo</see> attached property for the specified object.</para>
      </summary>
      <param name="element">The <see cref="T:System.Windows.DependencyObject"/> element from which the attached property value is read.</param>
      <returns>The object which implements the  DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo interface.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.GetService(System.Type)">
      <summary>
        <para>Gets the service object of the specified type.</para>
      </summary>
      <param name="serviceType">An object that specifies the type of service object to get.</param>
      <returns>A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.GetService``1">
      <summary>
        <para>Gets the service object of the specified generic type.</para>
      </summary>
      <returns>A service object of the specified generic type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.GotoDateDialogServiceTemplate">
      <summary>
        <para>Gets or sets the template which provides a service to display the custom Go To Date form. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the visual structure of the form.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.GotoDateDialogServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.GotoDateDialogServiceTemplate">SchedulerControl.GotoDateDialogServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.GotoDateFormShowing">
      <summary>
        <para>Occurs before the Go To Date form is invoked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.GroupType">
      <summary>
        <para>Gets or sets a value that specifies the type of grouping applied to the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> of the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the Scheduler control.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.GroupTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.GroupType">SchedulerControl.GroupType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.HitTestTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.HitTestType">SchedulerControl.HitTestType</see> attached property.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.InitNewAppointment">
      <summary>
        <para>Occurs before a new <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> is created in the Scheduler control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.InplaceEditorShowing">
      <summary>
        <para>Occurs every time an in-place editor is invoked when an end-user adds a new appointment or edits an existing appointment “in place”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.InplaceEditTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of an appointment inplace editor.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of an appointment inplace editor.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.InplaceEditTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.InplaceEditTemplate">SchedulerControl.InplaceEditTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.IsLoading">
      <summary>
        <para>Gets whether the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> is being initialized.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> is being initialized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.LimitInterval">
      <summary>
        <para>Gets or sets the time interval available for end-users.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.LimitIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.LimitInterval">SchedulerControl.LimitInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ManageRecurrentAppointmentDialogServiceTemplate">
      <summary>
        <para>Gets or sets the template which provides a service to display custom Open Recurring Item and Confirm Delete dialogs. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the visual structure of the form.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ManageRecurrentAppointmentDialogServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ManageRecurrentAppointmentDialogServiceTemplate">SchedulerControl.ManageRecurrentAppointmentDialogServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.MonthView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.MonthView"/> object representing the Month View in the scheduling area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.MonthViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.MonthView">SchedulerControl.MonthView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.MoreButtonClicked">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More Button</see> is clicked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.MoreButtonClickedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.MoreButtonClicked">SchedulerControl.MoreButtonClicked</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.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.Scheduler.SchedulerControl.OptionsBehavior">
      <summary>
        <para>Provides access to the Scheduler control’s behavior options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.OptionsBehavior"/> object which contains a set of properties specifying the Scheduler control’s behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsBehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsBehavior">SchedulerControl.OptionsBehavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsCustomization">
      <summary>
        <para>Provides access to the Scheduler control’s customization options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.OptionsCustomization"/> object which provides a set of properties specifying the functionality currently available to end-users.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsCustomizationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsCustomization">SchedulerControl.OptionsCustomization</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsRangeControl">
      <summary>
        <para>Provides access to interaction options that specify the RangeControl and SchedulerControl appearance and behavior when these controls are integrated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl"/> object which contains interaction options for the RangeControl and SchedulerControl.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsRangeControlProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsRangeControl">SchedulerControl.OptionsRangeControl</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsView">
      <summary>
        <para>Provides access to the Scheduler control’s view options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.OptionsView"/> object which provides a set of properties specifying the Scheduler control’s presentation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.OptionsView">SchedulerControl.OptionsView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.PopupMenuShowing">
      <summary>
        <para>Occurs before a popup menu is created for the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> every time a popup menu is invoked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.PopupMenuShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.PreviewMoreButtonClicked">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More Button</see> is clicked before the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.MoreButtonClicked">SchedulerControl.MoreButtonClicked</see> event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.PreviewMoreButtonClickedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.PreviewMoreButtonClicked">SchedulerControl.PreviewMoreButtonClicked</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.QueryResourceColorSchema">
      <summary>
        <para>Enables visible resources to be painted according to certain conditions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.QueryWorkTime">
      <summary>
        <para>Occurs when the Scheduler control’s <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> calculates the work time interval for the specific <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.RangeControlAutoAdjusting">
      <summary>
        <para>Occurs before the RangeControl has been automatically adjusted when the scheduler active view or start date is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.RecurrenceFormShowing">
      <summary>
        <para>Occurs before the Appointment Recurrence form is invoked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersEnabled">
      <summary>
        <para>Gets whether the <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminders</see> are enabled.</para>
      </summary>
      <value>true if the reminders are enabled; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormDefaultAction">
      <summary>
        <para>Occurs when an end-user does not click the Dismiss or Snooze button on the Reminders form, but closes it. The <see cref="P:DevExpress.Xpf.Scheduler.OptionsBehavior.RemindersFormDefaultAction">OptionsBehavior.RemindersFormDefaultAction</see> property should be set to <see cref="F:DevExpress.XtraScheduler.RemindersFormDefaultAction.Custom">RemindersFormDefaultAction.Custom</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormServiceTemplate">
      <summary>
        <para>Gets or sets the template which provides a service to display the custom Reminders form. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the visual structure of the form.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormServiceTemplate">SchedulerControl.RemindersFormServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormShowing">
      <summary>
        <para>Occurs before the Reminders form is invoked to display alert notifications for the currently triggered <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminders</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.RemoveService(System.Type,System.Boolean)">
      <summary>
        <para>Removes the service of the specified type from the service container.</para>
      </summary>
      <param name="serviceType">The type of service to remove.</param>
      <param name="promote">true to promote this request to any parent service containers; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.RemoveService(System.Type)">
      <summary>
        <para>Removes the service of the specified type from the service container.</para>
      </summary>
      <param name="serviceType">The type of service to remove.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ReplaceService``1(``0)">
      <summary>
        <para>Performs a service substitution.</para>
      </summary>
      <param name="newService">A new service to replace.</param>
      <returns>Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceColorSchemas">
      <summary>
        <para>Provides access to color schemas used to paint resource columns in  grouped view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchemaCollection"/> collection containing <see cref="T:DevExpress.Xpf.Scheduler.SchedulerColorSchema"/> objects.
.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceColorSchemasProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceColorSchemas">SchedulerControl.ResourceColorSchemas</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigator">
      <summary>
        <para>Get or sets an object which provides access to particular buttons of a scheduler <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see>.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.ResourceNavigatorOptions object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigatorHorizontalStyle">
      <summary>
        <para>Gets or sets a style of horizontal <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the scheduler control when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates or resources.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that specifies a style to be applied to a horizontal resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigatorHorizontalStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigatorHorizontalStyle">SchedulerControl.ResourceNavigatorHorizontalStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigator">SchedulerControl.ResourceNavigator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigatorVerticalStyle">
      <summary>
        <para>Gets or sets a style of vertical <see href="https://docs.devexpress.com/WPF/8723/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-navigator">resource navigator</see> displayed in the scheduler control when <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> are grouped by dates or resources.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that is a style to be applied to a vertical resource navigator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigatorVerticalStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceNavigatorVerticalStyle">SchedulerControl.ResourceNavigatorVerticalStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ResourceSharing">
      <summary>
        <para>Gets a value indicating whether <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> can be shared between multiple <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see>.</para>
      </summary>
      <value>true if resource sharing is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.Ribbon">
      <summary>
        <para>Gets or sets the Ribbon control containing command controls for use with the current SchedulerControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Ribbon.RibbonControl"/> instance containing command UI for the SchedulerControl.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.RibbonProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.Ribbon">SchedulerControl.Ribbon</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.SelectableIntervalViewInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectableIntervalViewInfo">SchedulerControl.SelectableIntervalViewInfo</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectedAppointments">
      <summary>
        <para>Gets the collection of selected <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> descendant which represents the collection of selected appointments.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectedAppointmentsBindable">
      <summary>
        <para>Manage bindings to selected appointments in MVVM architecture.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.XtraScheduler.Appointment"/> objects to bind.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.SelectedAppointmentsBindableProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectedAppointmentsBindable">SchedulerControl.SelectedAppointmentsBindable</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectedInterval">
      <summary>
        <para>Gets the time interval currently selected in the Scheduler control’s active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectedResource">
      <summary>
        <para>Gets the resource which contains the time interval currently selected in the scheduler’s active view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the selected resource.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.SelectionChanged">
      <summary>
        <para>Occurs after the selection has been changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.SetHitTestType(System.Windows.DependencyObject,DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.HitTestType">SchedulerControl.HitTestType</see> attached property for the specified object.</para>
      </summary>
      <param name="element">The <see cref="T:System.Windows.DependencyObject"/> element to which the attached property is written.</param>
      <param name="value">The required <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.SetSelectableIntervalViewInfo(System.Windows.DependencyObject,DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.SelectableIntervalViewInfo">SchedulerControl.SelectableIntervalViewInfo</see> attached property for the specified object.</para>
      </summary>
      <param name="element">The <see cref="T:System.Windows.DependencyObject"/> element to which the attached property is written.</param>
      <param name="value">The required DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo value.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.ShowBorder">
      <summary>
        <para>Gets or sets whether to show the border of the Scheduler control. This is a dependency property.</para>
      </summary>
      <value>true to show the border; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.ShowBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ShowBorder">SchedulerControl.ShowBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowCustomizeTimeRulerForm(DevExpress.XtraScheduler.TimeRuler)">
      <summary>
        <para>Invokes the Time Ruler dialog for the specified <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time ruler</see>.</para>
      </summary>
      <param name="ruler">A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object which represents the time ruler to be customized in the dialog.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment,System.Boolean)">
      <summary>
        <para>Invokes the Edit Appointment dialog for the specified appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to be edited in the dialog.</param>
      <param name="readOnly">True to open this form to display properties of a read-only appointment (in this situation all form editors are disabled); otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">Appointment editing dialog</see> for the specified appointment.</para>
      </summary>
      <param name="apt">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance for which the dialog is invoked.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowEditRecurrentAppointmentForm(DevExpress.XtraScheduler.Appointment,System.Boolean)">
      <summary>
        <para>Invokes the Appointment Recurrence dialog for the specified appointment.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object whose recurrent information will be edited in the dialog.</param>
      <param name="readOnly">True to open this dialog only to display recurrence information with all editors disabled; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowGotoDateForm(System.DateTime)">
      <summary>
        <para>Invokes the Go To Date dialog with the specified date.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> object representing the date to be shown in the dialog.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowRecurrenceForm(DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel,System.Boolean)">
      <summary>
        <para>Invokes the Appointment Recurrence dialog for the specified <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurring appointment</see>.</para>
      </summary>
      <param name="parentFormViewModel">A DevExpress.Xpf.Scheduler.UI.AppointmentFormViewModel object that specifies the View Model for the Edit Appointment form from which the Appointment Recurrence dialog is invoked.</param>
      <param name="readOnly">true, to open this form to display properties of a read-only recurring appointment (in this case all form editors are disabled); otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowRecurrenceForm(System.Windows.Controls.UserControl,System.Boolean)">
      <summary>
        <para>Invokes the Appointment Recurrence dialog for the specified <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurring appointment</see>.</para>
      </summary>
      <param name="parentForm">A <see cref="T:System.Windows.Controls.UserControl"/> object that specifies an Edit Appointment form from which the Appointment Recurrence dialog is invoked.</param>
      <param name="readOnly">true to open this form to display properties of a read-only recurring appointment (in this case all form editors are disabled); otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.Start">
      <summary>
        <para>Gets or sets the start date of the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value which represents the start date of the Scheduler.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.StartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.Start">SchedulerControl.Start</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.Storage">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">data storage</see> for the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> object specifying the storage for the Scheduler control.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.StorageChanged">
      <summary>
        <para>Occurs after the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.Storage">SchedulerControl.Storage</see> property value has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.StorageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.Storage">SchedulerControl.Storage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.SupportsRecurrence">
      <summary>
        <para>Gets whether the information on <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurring appointments</see> is obtained from a datasource.</para>
      </summary>
      <value>true if the information on appointment recurrences is obtained from a datasource; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.SupportsReminders">
      <summary>
        <para>Gets whether the information on appointment <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminders</see> is obtained from a datasource.</para>
      </summary>
      <value>true if the information on appointment reminders is obtained from a datasource; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.TimelineView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.TimelineView"/> object representing the Timeline View in the scheduling area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.TimelineViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.TimelineView">SchedulerControl.TimelineView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.TimeRulerDialogServiceTemplate">
      <summary>
        <para>Gets or sets the template which provides a service to display the custom Time Ruler form. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the visual structure of the form.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.TimeRulerDialogServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.TimeRulerDialogServiceTemplate">SchedulerControl.TimeRulerDialogServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.TimeRulerMenuCustomizations">
      <summary>
        <para>Allows you to customize a <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time ruler</see>‘s popup menu, by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.TimeZoneHelper">
      <summary>
        <para>Provides access to an object used for converting time between time zones.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object used for time zone conversion.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.UnboundMode">
      <summary>
        <para>Gets a value indicating if the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> is bound to data.</para>
      </summary>
      <value>true if the scheduler control isn’t bound to an appointments data source; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.UpdateUI">
      <summary>
        <para>Raised when changes occur which may affect the control’s UI.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.Views">
      <summary>
        <para>Contains the settings of the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">Views</see> that are used to represent information within the Scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewRepository"/> object which stores the settings of the Scheduler control Views.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.VisibleIntervalChanged">
      <summary>
        <para>Occurs when the time interval represented by the Scheduler control’s scheduling area has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerControl.VisibleResourcesChanged">
      <summary>
        <para>Occurs when resources displayed in the scheduler view are changed, or the number of visible resources is changed, or the scheduler switches views.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.WeekView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.WeekView"/> object representing the Week View in the scheduling area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.WeekViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.WeekView">SchedulerControl.WeekView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.WorkDays">
      <summary>
        <para>Gets the collection of days assigned to a workweek.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object which identifies workdays.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerControl.WorkWeekView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.WorkWeekView"/> object representing the Work Week View in the scheduling area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControl.WorkWeekViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.WorkWeekView">SchedulerControl.WorkWeekView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerControlLocalizer">
      <summary>
        <para>A base class that provides necessary functionality for custom localizers of the SchedulerControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControlLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControlLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControlLocalizer.CreateDefaultLocalizer">
      <summary>
        <para>Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControlLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, which provides resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerControlLocalizer.GetString(DevExpress.Xpf.Scheduler.SchedulerControlStringId)">
      <summary>
        <para>Returns a localized string for the given string identifier.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControlStringId"/> enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerControlStringId">
      <summary>
        <para>Lists the strings that can be <see href="https://docs.devexpress.com/WPF/7541/localization">localized</see> in <see href="https://docs.devexpress.com/WPF/8691/controls-and-libraries/scheduler-legacy/getting-started/lesson-3-provide-ribbon-ui-for-a-scheduler-legacy">Ribbon UI</see> and <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">scheduler dialogs</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Cancel">
      <summary>
        <para>The caption of the Cancel button in dialogs.</para>
        <para>Default value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Delete">
      <summary>
        <para>The caption of the Delete button in dialogs.</para>
        <para>Default value: “Delete”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Dismiss">
      <summary>
        <para>The caption of the Dismiss button in the reminder alert dialog.</para>
        <para>Default value: “Dismiss”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_DismissAll">
      <summary>
        <para>The caption of the Dismiss All button in the reminder alert dialog.</para>
        <para>Default value: “Dismiss All”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Next">
      <summary>
        <para>The caption of the “Next” button in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Next”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_OK">
      <summary>
        <para>The caption of the OK button in dialogs.</para>
        <para>Default value: “OK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_OpenItem">
      <summary>
        <para>The caption of the button that invokes the Edit Appointment dialog for the selected appointment in the Reminfder Alert window.</para>
        <para>Default value: “Open Item”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Previous">
      <summary>
        <para>The caption of the “Previous” button in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Previous”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Recurrence">
      <summary>
        <para>The caption of the button in the Edit Appointment dialog which invokes the Edit Appointment Recurrence Info window.</para>
        <para>Default value: “Recurrence”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Redo">
      <summary>
        <para>The caption of the “Previous” button in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Previous”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Save">
      <summary>
        <para>The caption of the “Save” button in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Save”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_SaveAndClose">
      <summary>
        <para>The caption of the “Save And Close” button in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Save And Close”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Snooze">
      <summary>
        <para>The caption of the Snooze button in the reminder alert dialog.</para>
        <para>Default value: “Snooze”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_TimeZones">
      <summary>
        <para>The caption of the “Time Zones” button in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Time Zones”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.ButtonCaption_Undo">
      <summary>
        <para>The caption of the “Undo” button in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Undo”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_DeleteRecurrentApt">
      <summary>
        <para>The caption of the Delete Recurrent Appointment Confirmation dialog.</para>
        <para>Default value: “Confirm Delete”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GotoDate">
      <summary>
        <para>The caption of the Go to Date dialog.</para>
        <para>Default value: “Go To Date”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupAppointment">
      <summary>
        <para>The caption of the Appointment group at the Home page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Appointment”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupAppointmentActions">
      <summary>
        <para>The caption of the Actions group at the Appointment page of the Appointment Tools contextual category tab of the Ribbon Scheduler UI.</para>
        <para>Default value: “Actions”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupAppointmentOptions">
      <summary>
        <para>The caption of the Options group at the Appointment page of the Appointment Tools contextual category tab of the Ribbon Scheduler UI.</para>
        <para>Default value: “Options”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupArrangeView">
      <summary>
        <para>The caption of the Arrange group at the Home page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Arrange”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupCommon">
      <summary>
        <para>The caption of the Common group at the File page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Common”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupGroupBy">
      <summary>
        <para>The caption of the Group By group at the Home page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Group By”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupLayout">
      <summary>
        <para>The caption of the Layout group at the View page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Layout”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupTimeScale">
      <summary>
        <para>The caption of the Time Scale group at the View page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Time Scale”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupViewNavigator">
      <summary>
        <para>The caption of the Navigate group at the Home page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Navigate”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_GroupViewSelector">
      <summary>
        <para>The caption of the Active View group at the View page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Active View”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_IntervalCount">
      <summary>
        <para>The caption of the spin editor used to specify a number of visible intervals in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>. The editor is located at the View page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Interval Count”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_OpenRecurrentApt">
      <summary>
        <para>Obsolete. Formerly used as a title of the EditRecurrentAppointmentForm.</para>
        <para>Default value: “Open Recurring Item”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageAppointment">
      <summary>
        <para>The caption of the Appointment page of the Appointment Tools contextual category tab of the Ribbon Scheduler UI.</para>
        <para>Default value: “Appointment”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageCategoryAppointmentTools">
      <summary>
        <para>The caption of the Appointment Tools contextual category tab of the Ribbon Scheduler UI.</para>
        <para>Default value: “Calendar Tools”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageFile">
      <summary>
        <para>The caption of the File page of the Ribbon Scheduler UI.</para>
        <para>Default value: “File”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageGroupBy">
      <summary>
        <para>The caption of the Group By page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Group By”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageHome">
      <summary>
        <para>The caption of the Home page of the Ribbon Scheduler UI.</para>
        <para>Default value: “Home”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageView">
      <summary>
        <para>The caption of the View page of the Ribbon Scheduler UI.</para>
        <para>Default value: “View”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageViewNavigator">
      <summary>
        <para>Default value: “View Navigator”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PageViewSelector">
      <summary>
        <para>Default value: “View Selector”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_PrintingSettings">
      <summary>
        <para>The title of the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Print Options”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Caption_TimeRuler">
      <summary>
        <para>The title of the Time Ruler dialog.</para>
        <para>Default value: “Time Ruler”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Description_IntervalCount">
      <summary>
        <para>The text used as a description of the SetTimeIntervalCountCommand command and displayed as a tooltip for the spin editor used to specify a number of visible intervals in the Timeline View. The editor is located at the View page of the Ribbon Scheduler UI. .</para>
        <para>Default value: “Time Ruler”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AccessibleText_EndAfterOccurrencesText">
      <summary>
        <para>Specifies the System.Windows.Automation.AutomationProperties.Name property value for the editor in the EditRecurrenceControl. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “End after: Editable Text occurrences”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AccessibleText_EveryDayOfWeekText">
      <summary>
        <para>Specifies the System.Windows.Automation.AutomationProperties.Name property value for the editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/>.  The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “On the Editable Text Editable Text of Editable Text”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AccessibleText_EveryNDayText">
      <summary>
        <para>Specifies the System.Windows.Automation.AutomationProperties.Name property value for the editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/>.  The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Day Editable Text of every Editable Text month(s)&amp;#8206;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AccessibleText_EveryNMonthText">
      <summary>
        <para>Specifies the System.Windows.Automation.AutomationProperties.Name property value for the editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/>.  The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “On Editable Text Editable Text”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AccessibleText_EveryWeekOfMonthText">
      <summary>
        <para>Specifies the System.Windows.Automation.AutomationProperties.Name property value for the editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/>.  The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “The Editable Text Editable Text of every Editable Text month(s)&amp;#8206;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AccessibleText_RecurEveryEditableTextWeek">
      <summary>
        <para>Specifies the System.Windows.Automation.AutomationProperties.Name property value for the editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl"/>.  The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Recur every Editable Text week(s)&amp;#8206;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AdjustForDaylightSavingTime">
      <summary>
        <para>The caption of the checkbox in the Time Ruler dialog.</para>
        <para>Default value: “Adjust for daylight saving time”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AllDayEvent">
      <summary>
        <para>The caption of the checkbox in the Edit Appointment dialog.</para>
        <para>Default value: “All day event”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_AvailableResources">
      <summary>
        <para>The caption of the listbox editor located in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Available resources:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_ClickSnoozeToBeReminderAgainIn">
      <summary>
        <para>The caption of the drop-down editor located in the Reminder Alert dialog.</para>
        <para>Default value: “Click Snooze to be reminded again in:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_CurrentTime">
      <summary>
        <para>The caption of an editor located in the Time Ruler dialog.</para>
        <para>Default value: “Current Time:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Date">
      <summary>
        <para>The caption of an editor located in the Go to Date dialog.</para>
        <para>Default value: “Date:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Day">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/>.  The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Day Number”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_DayNumber">
      <summary>
        <para>The string used to compose the value of the <see cref="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.MonthlyRecurrenceTypes">MonthlyRecurrenceControl.MonthlyRecurrenceTypes</see> property..</para>
        <para>Default value: “Day”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_DayOfWeek">
      <summary>
        <para>The string used to compose the value of the <see cref="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.MonthlyRecurrenceTypes">MonthlyRecurrenceControl.MonthlyRecurrenceTypes</see> property..</para>
        <para>Default value: “Day of Week”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_DayOrDays">
      <summary>
        <para>The caption of a spin editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity">RecurrenceInfo.Periodicity</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “day(s)&amp;#8206;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_DeleteRecurrentAppointmentFormMessage">
      <summary>
        <para>The text in the Delete Recurrent Appointment Confirmation dialog.</para>
        <para>Default value: “Do you want to delete all occurrences of the recurring appointment “{0}”, or just this one?”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Description">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.Description">Appointment.Description</see> property.</para>
        <para>Default value: “Description:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_EditRecurrentAppointmentFormMessage">
      <summary>
        <para>The text in the Open Recurring Item dialog invoked by the <see cref="M:DevExpress.Xpf.Scheduler.SchedulerControl.ShowEditRecurrentAppointmentForm(DevExpress.XtraScheduler.Appointment,System.Boolean)">SchedulerControl.ShowEditRecurrentAppointmentForm</see> method.</para>
        <para>Default value: “Do you want to edit all occurrences of the recurring appointment “{0}”, or just this one?”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_EndAfter">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Range">RecurrenceInfo.Range</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “End after:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_EndBy">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Range">RecurrenceInfo.Range</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “End by:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_EndDate">
      <summary>
        <para>The caption of an editor in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “End date:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_EndTime">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</para>
        <para>Default value: “End time:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Every">
      <summary>
        <para>The caption of a spin editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity">RecurrenceInfo.Periodicity</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Every”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_EveryEditableTextDay">
      <summary>
        <para>Specifies the System.Windows.Automation.AutomationProperties.Name property value for the editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl"/>. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Recur every Editable Text day(s)&amp;#8206;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_EveryWeekday">
      <summary>
        <para>The caption of a spin editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity">RecurrenceInfo.Periodicity</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Every weekday”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Label">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.LabelKey">Appointment.LabelKey</see> property. Also  the caption of an editor in the Time Ruler dialog used to specify the time ruler caption.</para>
        <para>Default value: “Label:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Location">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.Location">Appointment.Location</see> property.</para>
        <para>Default value: “Location:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_MonthOrMonths">
      <summary>
        <para>The caption of a spin editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity">RecurrenceInfo.Periodicity</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “month(s)&amp;#8206;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_NoEndDate">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Range">RecurrenceInfo.Range</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “No end date”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Occurrences">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Range">RecurrenceInfo.Range</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “occurrences”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_of">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/>. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “of”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_OfEvery">
      <summary>
        <para>The caption of a spin editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity">RecurrenceInfo.Periodicity</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “of every”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_On">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/>. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “On”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_OnThe">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/>. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “On the”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_OpenReportTemplate">
      <summary>
        <para>The caption of a list box in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Open report template (*.schrepx)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Preview">
      <summary>
        <para>The caption of a button in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Preview”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_PrintingSettings_Format">
      <summary>
        <para>The caption of a tab in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Format”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_PrintingSettings_Resources">
      <summary>
        <para>The caption of a tab in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Resources”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_PrintUsingCustomCollection">
      <summary>
        <para>The caption of a check box in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Print using the custom collection”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_RangeOfRecurrence">
      <summary>
        <para>The caption of a control group in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Recurrence end”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_RecurEvery">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl"/>. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Recur every”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Recurrence">
      <summary>
        <para>The caption of the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Appointment Recurrence”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_RecurrencePattern">
      <summary>
        <para>The caption of a control group in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “Recurrence pattern”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_RecurrentAppointmentAction_DeleteOccurrence">
      <summary>
        <para>The caption of a radio button in the Delete Recurrent Appointment Confirmation dialog.</para>
        <para>Default value: “Delete this occurrence”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_RecurrentAppointmentAction_DeleteSeries">
      <summary>
        <para>The caption of a radio button in the Delete Recurrent Appointment Confirmation dialog.</para>
        <para>Default value: “Delete the series”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_RecurrentAppointmentAction_EditOccurrence">
      <summary>
        <para>The caption of a radio button in the Open Recurring Item dialog.</para>
        <para>Default value: “Edit this occurrence”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_RecurrentAppointmentAction_EditSeries">
      <summary>
        <para>The caption of a radio button in the Open Recurring Item dialog.</para>
        <para>Default value: “Edit the series”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Reminder">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.Reminder">Appointment.Reminder</see> property.</para>
        <para>Default value: “Reminder:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Resource">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceId">Appointment.ResourceId</see> or <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceIds">Appointment.ResourceIds</see> (if resource sharing is enabled) property.</para>
        <para>Default value: “Resource(s):&amp;#8206;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_ResourcesKind">
      <summary>
        <para>The caption of a combo box in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Resources kind:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_ResourcesToPrint">
      <summary>
        <para>The caption of a list box in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Resources to print”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_ShowIn">
      <summary>
        <para>The caption of a combo box in the Go to Date dialog.</para>
        <para>Default value: “Show In:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_ShowTimeAs">
      <summary>
        <para>The caption of a combo box in the Edit Appointment dialog that specifies the <see cref="P:DevExpress.XtraScheduler.Appointment.StatusKey">Appointment.StatusKey</see> property value.</para>
        <para>Default value: “Show time as:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Start">
      <summary>
        <para>Default value: “Start:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_StartDate">
      <summary>
        <para>The caption of an editor in the DevExpress.Xpf.Scheduler.Reporting.UI.SchedulerPrintingSettingsForm dialog.</para>
        <para>Default value: “Start date:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_StartTime">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</para>
        <para>Default value: “End time:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_Subject">
      <summary>
        <para>The caption of an editor located in the Edit Appointment dialog used to set the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</para>
        <para>Default value: “End time:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_The">
      <summary>
        <para>The caption of a spin editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/> to set the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity">RecurrenceInfo.Periodicity</see> value. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “The”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_TimeZone">
      <summary>
        <para>The caption of an editor located in the Time Ruler dialog.</para>
        <para>Default value: “Time zone:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.Form_WeekOrWeeksOn">
      <summary>
        <para>The caption of an editor in the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl"/>. The control is used in the Edit Appointment Recurrence Info dialog.</para>
        <para>Default value: “week(s) on:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.PageCaption_Actions">
      <summary>
        <para>The caption of the “Actions” Ribbon group in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Actions”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerControlStringId.PageCaption_Options">
      <summary>
        <para>The caption of the “Options” Ribbon group in <see href="https://docs.devexpress.com/WPF/18061/controls-and-libraries/scheduler-legacy/visual-elements/dialogs">appointment (Outlook style) dialog</see>.</para>
        <para>Default value: “Options”</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions">
      <summary>
        <para>Provides options which define how appointments should be displayed when the currently active view is the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see> or <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType">
      <summary>
        <para>Gets or sets a value specifying how the <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">appointment status</see> should be displayed for all-day appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value specifying how to display the appointment status.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType">SchedulerDayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerDayViewAppointmentDisplayOptions.DayViewInnerObject">
      <summary>
        <para>Provides access to options that define how appointments are painted in the DayView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions"/> object containing specific options.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption">
      <summary>
        <para>Provides access to an object that specifies how deferred scrolling is performed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption.Allow">
      <summary>
        <para>Gets or sets whether the deferred scrolling feature is enabled for a view.</para>
      </summary>
      <value>true to enable deferred scrolling; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption.AllowProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption.Allow">SchedulerDeferredScrollingOption.Allow</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerElement">
      <summary>
        <para>The base class for all Views family classes inherited from the <see cref="T:DevExpress.Xpf.Core.DXFrameworkContentElement"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerElement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerElement"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerElement.Tag">
      <summary>
        <para>Overrides the  <see cref="P:System.Windows.FrameworkContentElement.Tag"/> property.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerMenuEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerMenuEventArgs.#ctor(DevExpress.Xpf.Scheduler.Menu.SchedulerPopupMenu)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerMenuEventArgs"/> class with the specified popup menu.</para>
      </summary>
      <param name="menu">A <see cref="T:DevExpress.Xpf.Scheduler.Menu.SchedulerPopupMenu"/> object which represents the popup menu.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerMenuEventArgs.Customizations">
      <summary>
        <para>Provides access to a collection of customizations of the popup menu, customized via the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event handler.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerMenuEventArgs.Menu">
      <summary>
        <para>Gets the popup menu for which the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event has been raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.PopupMenu"/> object, which is the popup menu for the event.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerMenuEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.PopupMenuShowing">SchedulerControl.PopupMenuShowing</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerMenuEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerMonthViewAppointmentDisplayOptions">
      <summary>
        <para>Provides options which define how appointments should be displayed when the currently active view is the <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month (Multi-Week) View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerMonthViewAppointmentDisplayOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerMonthViewAppointmentDisplayOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerMonthViewAppointmentDisplayOptions.AppointmentAutoHeight">
      <summary>
        <para>Gets or sets whether an appointment should change its height to fit its text.</para>
      </summary>
      <value>true, if an appointment’s height is changed automatically to fit the text; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerMonthViewAppointmentDisplayOptions.AppointmentAutoHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerMonthViewAppointmentDisplayOptions.AppointmentAutoHeight">SchedulerMonthViewAppointmentDisplayOptions.AppointmentAutoHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerOptionsBase`1">
      <summary>
        <para>Serves as the base class for classes representing options of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerOptionsBehavior">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerOptionsBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerOptionsBehavior"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerOptionsBehavior.MouseWheelScrollAction">
      <summary>
        <para>Gets or sets how the mouse wheel scrolling direction is interpreted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.MouseWheelScrollAction"/> enumeration member that specifies the scheduler coordinate from which to scroll.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl">
      <summary>
        <para>Provides interaction options for integrated RangeControl and SchedulerControl controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl.AllowChangeActiveView">
      <summary>
        <para>Gets or sets whether to automatically change the SchedulerControl’s active view depending on which time range is selected in the RangeControl.</para>
      </summary>
      <value>true to automatically switch between scheduler views; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl.AllowChangeActiveViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl.AllowChangeActiveView">SchedulerOptionsRangeControl.AllowChangeActiveView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl.AutoAdjustMode">
      <summary>
        <para>Gets or sets a value indicating if the RangeControl should be automatically adjusted after the scheduler visible interval or active view has been changed.</para>
      </summary>
      <value>true if the RangeControl is automatically adjusted ; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl.AutoAdjustModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerOptionsRangeControl.AutoAdjustMode">SchedulerOptionsRangeControl.AutoAdjustMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerOptionsView">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerOptionsView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerOptionsView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerRangeControlClient">
      <summary>
        <para>Implements the <see cref="T:DevExpress.Xpf.Editors.RangeControl.IRangeControlClient"/> interface and links the SchedulerControl to the RangeControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerRangeControlClient.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerRangeControlClient"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerRangeControlClient.SchedulerControl">
      <summary>
        <para>Specifies the SchedulerControl linked to the RangeControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> linked to the RangeControl.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerRangeControlClient.SchedulerControlProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerRangeControlClient.SchedulerControl">SchedulerRangeControlClient.SchedulerControl</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions">
      <summary>
        <para>Provides options which define how the <see href="https://docs.devexpress.com/WPF/9034/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/selection-bar">selection bar</see> in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see> should be painted.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions.Height">
      <summary>
        <para>Gets or sets the height of the <see href="https://docs.devexpress.com/WPF/9034/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/selection-bar">selection bar</see> in pixels.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions.HeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions.Height">SchedulerSelectionBarOptions.Height</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions.Visible">
      <summary>
        <para>Gets or sets a value indicating whether the <see href="https://docs.devexpress.com/WPF/9034/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/selection-bar">selection bar</see> is visible.</para>
      </summary>
      <value>true if the selection bar is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions.Visible">SchedulerSelectionBarOptions.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerStorage">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">storage</see> which holds data for the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentChanging">
      <summary>
        <para>Fires when an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>‘s property is changing.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentCollectionAutoReloading">
      <summary>
        <para>Occurs when the data source which contains <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> records is modified, and appointments are set to be automatically reloaded.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentCollectionCleared">
      <summary>
        <para>Fires after the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> collection has been cleared.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentCollectionLoaded">
      <summary>
        <para>Fires after <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> have been loaded into the <see cref="T:DevExpress.XtraScheduler.AppointmentCollection"/> collection.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDeleting">
      <summary>
        <para>Allows you to cancel the deletion of an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependenciesChanged">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependenciesDeleted">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependenciesInserted">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependencyChanging">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependencyCollectionAutoReloading">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependencyCollectionCleared">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependencyCollectionLoaded">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependencyDeleting">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentDependencyInserting">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentInserting">
      <summary>
        <para>Allows you to cancel the insertion of an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentsChanged">
      <summary>
        <para>Fires after properties of one or several <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> have been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentsDeleted">
      <summary>
        <para>Fires after deletion of one or more <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentsInserted">
      <summary>
        <para>Fires after one or more <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> have been added to the collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentStorage">
      <summary>
        <para>Provides access to a storage that contains information on <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStorage"/> object that specifies the storage for appointment related information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentStorageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.AppointmentStorage">SchedulerStorage.AppointmentStorage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.BeginInit">
      <summary>
        <para>Starts the scheduler storage initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"></see>, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CancelUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, end time and the subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is appointment of the specified type with the specified start time and duration.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, end time and the subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End">Appointment.End</see> property.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is an appointment of the specified type with the specified start time and duration.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan,System.String)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time, duration and subject.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <param name="subject">A string that is the appointment’s subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject">Appointment.Subject</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan)">
      <summary>
        <para>Creates an appointment of the specified type with the specified start time and duration.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start">Appointment.Start</see> property.</param>
      <param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration">Appointment.Duration</see> property.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
      <summary>
        <para>Creates an appointment of the specified type.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
      <returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateAppointmentDependency(System.Object,System.Object,DevExpress.XtraScheduler.AppointmentDependencyType)">
      <summary>
        <para>Creates a dependency of the specified type between two appointments specified by their IDs.</para>
        <para>Not applicable to WPF Scheduler.</para>
      </summary>
      <param name="parentId">An object that is the ID of the parent appointment.</param>
      <param name="dependentId">An object that is the ID of the dependent appointment.</param>
      <param name="type">A <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyType"/> enumeration specifying the type of the dependency link.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateAppointmentDependency(System.Object,System.Object)">
      <summary>
        <para>Creates a dependency of the specified type between two appointments specified by their IDs. Not applicable to WPF Scheduler.</para>
      </summary>
      <param name="parentId">An object that is the ID of the parent appointment.</param>
      <param name="dependentId">An object that is the ID of the dependent appointment.</param>
      <returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateReminder(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Creates a reminder for the specified appointment.</para>
      </summary>
      <param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment for which a reminder is created.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is the reminder for an appointment.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateResource(System.Object,System.String)">
      <summary>
        <para>Creates a new resource with the specified ID and a caption.</para>
      </summary>
      <param name="resourceId">An object that is the unique resource identifier.</param>
      <param name="resourceCaption">A string that is the resource caption accessible using the <see cref="P:DevExpress.XtraScheduler.Resource.Caption">Resource.Caption</see> property.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.CreateResource(System.Object)">
      <summary>
        <para>Creates a new resource with the specified ID.</para>
      </summary>
      <param name="resourceId">An object that is the unique resource identifier.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.DateTimeSavingMode">
      <summary>
        <para>Gets or sets in what time zone to store the appointment dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.DateTimeSavingMode"/> enumeration member that specifies a conversion required before storing the DateTime value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.DateTimeSavingModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.DateTimeSavingMode">SchedulerStorage.DateTimeSavingMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.DependencyChanging">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.EnableReminders">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminder</see> availability for appointments is enabled.</para>
      </summary>
      <value>true to enable reminders; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.EnableSmartFetch">
      <summary>
        <para>Gets or sets whether certain internal criteria for raising the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerStorage.FetchAppointments">SchedulerStorage.FetchAppointments</see> event are applied to reduce the number of data requests.</para>
      </summary>
      <value>True to use more restrictive internal criteria for determining whether to raise the FetchAppointments event; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.EnableSmartFetchProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.EnableSmartFetch">SchedulerStorage.EnableSmartFetch</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.EnableTimeZones">
      <summary>
        <para>Gets or sets whether the end-user can select time zones in the appointment editing form.</para>
      </summary>
      <value>True, to allow an end-user to select a time zone in the appointment dialog; otherwise, false.True, to allow an end-user to select a time zone in the appointment dialog; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.EnableTimeZonesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.EnableTimeZones">SchedulerStorage.EnableTimeZones</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.EndInit">
      <summary>
        <para>Ends the scheduler storage initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.ExportToICalendar(System.IO.Stream)">
      <summary>
        <para>Exports <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> in the scheduler to a stream in the iCalendar format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/>  object which specifies the stream into which the scheduler’s data will be exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.ExportToICalendar(System.String)">
      <summary>
        <para>Saves all <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> to a file in iCalendar format.</para>
      </summary>
      <param name="path">A string that is a file path to which the appointments will be exported.</param>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.FetchAppointments">
      <summary>
        <para>Occurs before the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> starts retrieving the appointments for the specified time interval.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.FetchOnVisibleResourcesChanged">
      <summary>
        <para>Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed.</para>
      </summary>
      <value>True, to raise FetchAppointments event in smart fetch mode when visible resources are changed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.FetchOnVisibleResourcesChangedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.FetchOnVisibleResourcesChanged">SchedulerStorage.FetchOnVisibleResourcesChanged</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.FilterAppointment">
      <summary>
        <para>Enables specific <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> to be hidden in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.FilterDependency">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.FilterReminderAlert">
      <summary>
        <para>Enables you to fire alerts only for specific reminders.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.FilterResource">
      <summary>
        <para>Enables specific <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> to be hidden in the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.GetAppointments(DevExpress.XtraScheduler.TimeInterval)">
      <summary>
        <para>Retrieves the collection of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> that fall within the specified time interval.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which contains the required time interval.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.GetAppointments(DevExpress.XtraScheduler.TimeIntervalCollection)">
      <summary>
        <para>Retrieves the collection of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> that fall within the specified time interval.</para>
      </summary>
      <param name="intervals">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object, whose <see cref="P:DevExpress.XtraScheduler.TimeIntervalCollection.Start">TimeIntervalCollection.Start</see> and <see cref="P:DevExpress.XtraScheduler.TimeIntervalCollection.End">TimeIntervalCollection.End</see> members identify the required time interval.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.GetAppointments(System.DateTime,System.DateTime)">
      <summary>
        <para>Retrieves the collection of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> that fall within the specified time interval.</para>
      </summary>
      <param name="start">A <see cref="T:System.DateTime"/> value that specifies the start time of the required time interval.</param>
      <param name="end">A <see cref="T:System.DateTime"/> value that specifies the end time of the required time interval.</param>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.GetCoreStorage">
      <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.Scheduler.SchedulerStorage.GetLabelColor(System.Object)">
      <summary>
        <para>Obtains the color of the label by its ID.</para>
      </summary>
      <param name="labelId">An object that is the label’s identifier available by the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id">PersistentObject.Id</see> property of the <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object.</param>
      <returns>A <see cref="T:System.Windows.Media.Color"/> value that is the label’s color.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.GetObjectRow(DevExpress.XtraScheduler.IPersistentObject)">
      <summary>
        <para>Returns the data row object that contains information about the specified persistent object.</para>
      </summary>
      <param name="obj">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> descendant which represents the persistent object (appointment, or resource).</param>
      <returns>A <see cref="T:System.Object"/> which is the data source object (or the data row) containing information about the persistent object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.GetObjectValue(DevExpress.XtraScheduler.IPersistentObject,System.String)">
      <summary>
        <para>Gets the value of the specified field in the data row that supplies data for the persistent object.</para>
      </summary>
      <param name="obj">An object exposing the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> interface (persistent object, such as an appointment or resource).</param>
      <param name="columnName">A <see cref="T:System.String"/> which specifies the name of the data field.</param>
      <returns>A <see cref="T:System.Object"/> which is the value of the data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.ImportFromICalendar(System.IO.Stream)">
      <summary>
        <para>Imports <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> from the file in iCalendar format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/>  object which specifies the stream from which the appointment data is imported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.ImportFromICalendar(System.String)">
      <summary>
        <para>Imports <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> from the file in iCalendar format.</para>
      </summary>
      <param name="path">A string that specifies a file path from which the appointments will be imported.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.InnerStorage">
      <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.Scheduler.SchedulerStorage.IsUpdateLocked">
      <summary>
        <para>Gets whether the <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">storage</see> has been locked for updating.</para>
      </summary>
      <value>true if the storage is locked; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.RefreshData">
      <summary>
        <para>Updates scheduler control to reflect any changes made in the data sources which store the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> and appointment <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ReminderAlert">
      <summary>
        <para>Occurs when a <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminder</see> alert is invoked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.RemindersCheckInterval">
      <summary>
        <para>Gets or sets the time interval between checks of the <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminder</see> alert time (in milliseconds).</para>
      </summary>
      <value>An integer value which specifies the time interval between checks of the reminder alert.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.RemindersCheckIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.RemindersCheckInterval">SchedulerStorage.RemindersCheckInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.RemindersEnabled">
      <summary>
        <para>Gets whether the <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminders</see> are enabled.</para>
      </summary>
      <value>true if the reminders are enabled; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceChanging">
      <summary>
        <para>Fires when a <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> property is about to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceCollectionAutoReloading">
      <summary>
        <para>Occurs when the data source which contains <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> is modified and the automatic reloading of resources is enabled.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceCollectionCleared">
      <summary>
        <para>Fires after the <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> collection has been cleared.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceCollectionLoaded">
      <summary>
        <para>Fires after <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> have been loaded into the <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">Scheduler Storage</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceDeleting">
      <summary>
        <para>Allows the deletion of a <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> to be cancelled.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceInserting">
      <summary>
        <para>Allows you to cancel the addition of a <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourcesChanged">
      <summary>
        <para>Occurs when a <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> or several resources in a collection are changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourcesDeleted">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> or several resources have been deleted.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceSharing">
      <summary>
        <para>Gets a value indicating whether an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> could be shared between multiple <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see>.</para>
      </summary>
      <value>true if the resource sharing is enabled; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourcesInserted">
      <summary>
        <para>Occurs when new <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> have been inserted into the scheduler storage.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceStorage">
      <summary>
        <para>Provides access to an object which manages resources for appointments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.ResourceStorage"/> object which manages resources for appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceStorageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.ResourceStorage">SchedulerStorage.ResourceStorage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.SetAppointmentDependencyFactory(DevExpress.XtraScheduler.IAppointmentDependencyFactory)">
      <summary>
        <para>Not in use for WPF Scheduler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.SetAppointmentFactory(DevExpress.XtraScheduler.IAppointmentFactory)">
      <summary>
        <para>Assigns the specified appointment factory to the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/>.</para>
      </summary>
      <param name="appointmentFactory">An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentFactory"/> interface which specifies the new appointment factory for the scheduler storage.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.SetAppointmentId(DevExpress.XtraScheduler.Appointment,System.Object)">
      <summary>
        <para>Sets the identifier of the specified appointment to a specified value.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</param>
      <param name="id">An object that is the appointment identifier to assign.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.SetObjectValue(DevExpress.XtraScheduler.IPersistentObject,System.String,System.Object)">
      <summary>
        <para>Assigns the specified value to a field in the data row that contains information about the specified persistent object.</para>
      </summary>
      <param name="obj">An object implementing the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> interface (appointment, resource or appointment dependency).</param>
      <param name="columnName">A <see cref="T:System.String"/> value which specifies the name of the required data field.</param>
      <param name="val">A <see cref="T:System.Object"/> which specifies the required data field’s value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.SetResourceFactory(DevExpress.XtraScheduler.IResourceFactory)">
      <summary>
        <para>Assigns the specified resource factory to the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/>.</para>
      </summary>
      <param name="resourceFactory">An object, implementing the IResourceFactory interface, which specifies the new resource factory for the storage.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.SupportsRecurrence">
      <summary>
        <para>Gets whether the information on <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment recurrence</see> is obtained from a data source.</para>
      </summary>
      <value>true if the information on appointment recurrence is obtained from a data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.SupportsReminders">
      <summary>
        <para>Gets whether the information on appointment <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminders</see> is obtained from a data source.</para>
      </summary>
      <value>true if the information on appointment reminders is obtained from a data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.TimeZoneId">
      <summary>
        <para>Gets or sets the time zone in which the SchedulerStorage operates.</para>
      </summary>
      <value>A string that identifies a time zone available in the system (one of the System.TimeZoneInfo.Id values).</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerStorage.TimeZoneIdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerStorage.TimeZoneId">SchedulerStorage.TimeZoneId</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerStorage.TriggerAlerts">
      <summary>
        <para>Invokes <see href="https://docs.devexpress.com/WPF/8736/controls-and-libraries/scheduler-legacy/fundamentals/appointments/reminders-for-appointments">reminder</see> alerts for the current time.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerStorage.UnboundMode">
      <summary>
        <para>Gets a value indicating if the <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">scheduler storage</see> is bound to data.</para>
      </summary>
      <value>true if the storage isn’t bound to data; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerTimeIndicatorDisplayOptions">
      <summary>
        <para>Contains options which determine how the <see href="https://docs.devexpress.com/WPF/114791/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-indicator">Time Indicator</see> is displayed in the Scheduler view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerTimeIndicatorDisplayOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimeIndicatorDisplayOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerTimeIndicatorDisplayOptions.Visibility">
      <summary>
        <para>Gets or sets a mode that specifies conditions for displaying the time indicator.</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.Scheduler.SchedulerTimeIndicatorDisplayOptions.VisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerTimeIndicatorDisplayOptions.Visibility">SchedulerTimeIndicatorDisplayOptions.Visibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerTimelineViewAppointmentDisplayOptions">
      <summary>
        <para>Provides options which define how appointments should be displayed when the currently active view is the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerTimelineViewAppointmentDisplayOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimelineViewAppointmentDisplayOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerTimelineViewAppointmentDisplayOptions.AppointmentAutoHeight">
      <summary>
        <para>Gets or sets whether an appointment should change its height to fit its text.</para>
      </summary>
      <value>true, if an appointment’s height is changed automatically to fit the text; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerTimelineViewAppointmentDisplayOptions.AppointmentAutoHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerTimelineViewAppointmentDisplayOptions.AppointmentAutoHeight">SchedulerTimelineViewAppointmentDisplayOptions.AppointmentAutoHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerTimeRuler">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time ruler</see> for <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerTimeRuler.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimeRuler"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerTimeRuler.AlwaysShowTopRowTime">
      <summary>
        <para>This property is intended to hide the corresponding property of the base class, because it is not appropriate for the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimeRuler"/> class.</para>
      </summary>
      <value>A <see cref="T:System.Boolean"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerTimeRulerCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time rulers</see> for the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerTimeRulerCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimeRulerCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerViewBase">
      <summary>
        <para>Serves as a base for classes which represent various <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">Views</see> that can be used to display information within the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.AddAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Selects the specified appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.AppointmentToolTipContentTemplate">
      <summary>
        <para>Gets or sets the template that defines the visual content of tooltips shown for appointments.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the content of appointment tooltips.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.AppointmentToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.AppointmentToolTipContentTemplate">SchedulerViewBase.AppointmentToolTipContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.AppointmentToolTipVisibility">
      <summary>
        <para>Gets or sets the visibility of the appointment tooltips.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ToolTipVisibility"/> enumeration value which specifies the visibility of the tooltips.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.AppointmentToolTipVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.AppointmentToolTipVisibility">SchedulerViewBase.AppointmentToolTipVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.CalcHitInfo(System.Windows.Input.MouseEventArgs)">
      <summary>
        <para>Returns information on scheduler elements located at the specified point.</para>
      </summary>
      <param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs"/> object providing data for mouse related routed events.</param>
      <returns>A DevExpress.Xpf.Scheduler.SchedulerControlHitInfo object which contains information about scheduler elements located at the test point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.CalcHitInfo(System.Windows.Point)">
      <summary>
        <para>Returns information on scheduler elements located at the specified point.</para>
      </summary>
      <param name="point">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the top left corner.</param>
      <returns>A DevExpress.Xpf.Scheduler.SchedulerControlHitInfo object which contains information about scheduler elements located at the test point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.ChangeAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Selects a single appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to select.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ContentStyleSelector">
      <summary>
        <para>Gets or sets an object that chooses the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> style, depending on the group type selected in the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.StyleSelector"/> descendant that applies a style based on the group type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.ContentStyleSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ContentStyleSelector">SchedulerViewBase.ContentStyleSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.Control">
      <summary>
        <para>Gets the scheduler control to which the current <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object to which the view belongs.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.DisplayName">
      <summary>
        <para>Gets or sets the string displayed to indicate the Scheduler control’s <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>.</para>
      </summary>
      <value>A string, specifying the view’s name. The default is the view’s name with the word “Calendar” appended.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.DisplayNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.DisplayName">SchedulerViewBase.DisplayName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.DragDropHoverTimeCellsStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see> over which an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> is being dragged.</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.Scheduler.SchedulerViewBase.DragDropHoverTimeCellsStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.DragDropHoverTimeCellsStyle">SchedulerViewBase.DragDropHoverTimeCellsStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.Enabled">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> is enabled for the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
      <value>true if the View is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.EnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.Enabled">SchedulerViewBase.Enabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.GetAppointments">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointments</see> displayed in the current <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/>  object, representing a collection of appointments.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.GetResources">
      <summary>
        <para>Gets a collection of visible <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> for the current <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/>  object, representing a collection of visible resources.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.GetVisibleIntervals">
      <summary>
        <para>Returns a copy of the visible time interval collection for the current <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object containing the information on visible intervals for the current view.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.GotoTimeInterval(DevExpress.XtraScheduler.TimeInterval)">
      <summary>
        <para>Selects the specified time interval and scrolls the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> to it, if it is not currently visible.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the required time interval.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.GroupType">
      <summary>
        <para>Gets or sets the type of grouping applied to the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the View.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.GroupTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.GroupType">SchedulerViewBase.GroupType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentContentTemplate">
      <summary>
        <para>Gets or sets the template that defines the visual content of appointments displayed horizontally in the Scheduler control’s views.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the content of appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentContentTemplate">SchedulerViewBase.HorizontalAppointmentContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses the horizontal appointment content template, based on custom logic.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that applies a template, based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentContentTemplateSelector">SchedulerViewBase.HorizontalAppointmentContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentStyleSelector">
      <summary>
        <para>Gets or sets an object that chooses the horizontal appointment style based on custom logic.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.StyleSelector"/> descendant that applies a style based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentStyleSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalAppointmentStyleSelector">SchedulerViewBase.HorizontalAppointmentStyleSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalResourceHeaderStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8722/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-headers">resource headers</see> displayed horizontally.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to resource headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalResourceHeaderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.HorizontalResourceHeaderStyle">SchedulerViewBase.HorizontalResourceHeaderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.LayoutChanged">
      <summary>
        <para>Updates the current <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see> of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.MenuCaption">
      <summary>
        <para>Gets or sets the menu caption string to indicate the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see>.</para>
      </summary>
      <value>A string, representing the menu caption for a scheduler’s view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.MenuCaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.MenuCaption">SchedulerViewBase.MenuCaption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonAppointmentSearchInterval">
      <summary>
        <para>Specifies the time span used to search for <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointments</see> by <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see>.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value representing the time interval used by Navigation Buttons to search for appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonAppointmentSearchIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonAppointmentSearchInterval">SchedulerViewBase.NavigationButtonAppointmentSearchInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonNextStyle">
      <summary>
        <para>Gets or sets a style applied to the Next Appointment <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the navigation button.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonNextStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonNextStyle">SchedulerViewBase.NavigationButtonNextStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonPrevStyle">
      <summary>
        <para>Gets or sets a style applied to the Previous Appointment <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">navigation button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the navigation button.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonPrevStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonPrevStyle">SchedulerViewBase.NavigationButtonPrevStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonVisibility">
      <summary>
        <para>Gets or sets the condition for displaying the <see href="https://docs.devexpress.com/WPF/8721/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/navigation-buttons">Navigation Buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.NavigationButtonVisibility"/> enumeration value, which specifies when the Navigation Buttons are visible.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.NavigationButtonVisibility">SchedulerViewBase.NavigationButtonVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerViewBase.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.SchedulerViewBase.PropertyChanging">
      <summary>
        <para>Occurs before a value of any of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> class properties is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ResourcesPerPage">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> shown at one time on a screen.</para>
      </summary>
      <value>An integer value which represents the number of resources.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.ResourcesPerPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ResourcesPerPage">SchedulerViewBase.ResourcesPerPage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.ReverseAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Switches the selection status of the specified appointment.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Makes the specified appointment on the specified resource the only selected appointment within the View and scrolls to it.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.</param>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies the resource associated with an appointment to be selected.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Makes the specified appointment the only selected appointment within the View and scrolls to it.</para>
      </summary>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.SelectedInterval">
      <summary>
        <para>Gets the time interval currently selected in the Scheduler control’s active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.SelectedResource">
      <summary>
        <para>Gets the resource which contains the time interval currently selected in the scheduler’s active view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the selected resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.SelectionTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of selected <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template to display selected time cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.SelectionTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.SelectionTemplate">SchedulerViewBase.SelectionTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.SetSelection(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
      <summary>
        <para>Selects time cells which encompass the specified time interval.</para>
      </summary>
      <param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the time interval to select.</param>
      <param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies to which resource the specified time interval belongs.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.SetVisibleIntervals(DevExpress.XtraScheduler.TimeIntervalCollection)">
      <summary>
        <para>Fills the visible time interval collection with new items.</para>
      </summary>
      <param name="intervals">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object specifying a collection of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewBase"/> visible intervals.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ShowMoreButtons">
      <summary>
        <para>Gets or sets a value which specifies if the <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">More Buttons</see> should be shown in the current <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">View</see>.</para>
      </summary>
      <value>true if the ‘More’ buttons should be shown; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.ShowMoreButtonsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.ShowMoreButtons">SchedulerViewBase.ShowMoreButtons</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.Type">
      <summary>
        <para>Gets the View’s type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration’s values that specifies the View’s type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.VerticalResourceHeaderStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8722/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/resource-headers">resource headers</see> displayed vertically.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to resource headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.VerticalResourceHeaderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.VerticalResourceHeaderStyle">SchedulerViewBase.VerticalResourceHeaderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.ViewInfoProperty">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.VisualViewInfo">
      <summary>
        <para>Gets or sets an object providing view information on elements displayed within the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, dependent on the current active <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see>, and type of grouping.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.Drawing.VisualViewInfoBase"/> object, providing view information on the Scheduler control’s visual elements.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerViewBase.VisualViewInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerViewBase.VisualViewInfo">SchedulerViewBase.VisualViewInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.ZoomIn">
      <summary>
        <para>Performs scaling up to display the <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">view</see> content in more detail.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewBase.ZoomOut">
      <summary>
        <para>Performs scaling down to display a broader look of the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">view</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerViewRepository">
      <summary>
        <para>Represents the view repository.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerViewRepository.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerViewRepository"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewRepository.DayView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.DayView"/> object representing the Day View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewRepository.FullWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.FullWeekView"/> object representing the Full Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewRepository.GanttView">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
      <value>A GanttView object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewRepository.MonthView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.MonthView"/> object representing the Month View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewRepository.TimelineView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.TimelineView"/> object representing the Timeline View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewRepository.WeekView">
      <summary>
        <para>Provides access to an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.WeekView"/> object representing the Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerViewRepository.WorkWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.WorkWeekView"/> object representing the Work-Week View in the scheduling area.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.SchedulerWeekViewAppointmentDisplayOptions">
      <summary>
        <para>Provides options which define how appointments should be displayed when the currently active view is the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.SchedulerWeekViewAppointmentDisplayOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerWeekViewAppointmentDisplayOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.SchedulerWeekViewAppointmentDisplayOptions.AppointmentAutoHeight">
      <summary>
        <para>Gets or sets whether an appointment should change its height to fit its text.</para>
      </summary>
      <value>true, if an appointment’s height is changed automatically to fit the text; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.SchedulerWeekViewAppointmentDisplayOptions.AppointmentAutoHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.SchedulerWeekViewAppointmentDisplayOptions.AppointmentAutoHeight">SchedulerWeekViewAppointmentDisplayOptions.AppointmentAutoHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.TimelineView">
      <summary>
        <para>Arranges events and appointments across horizontal timelines.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.TimelineView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.TimelineView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the options specifying how appointments are displayed in a <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimelineViewAppointmentDisplayOptions"/> object containing options for displaying appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.AppointmentDisplayOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.AppointmentDisplayOptions">TimelineView.AppointmentDisplayOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.CellStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see> displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</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.Scheduler.TimelineView.CellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.CellStyle">TimelineView.CellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.DateHeaderStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8727/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-scales">time scale headers</see> displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that is a style to be applied to time scale headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.DateHeaderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.DateHeaderStyle">TimelineView.DateHeaderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.DateTimeScrollbarVisible">
      <summary>
        <para>Gets or sets whether to display a scrollbar that enables you to navigate backward and forward in time.</para>
      </summary>
      <value>true, to display the DateTime scrollbar; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.DateTimeScrollbarVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.DateTimeScrollbarVisible">TimelineView.DateTimeScrollbarVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.DeferredScrolling">
      <summary>
        <para>Provides access to parameters that control deferred scrolling.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption"/> instance that specifies parameters for deferred scrolling.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.DeferredScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.DeferredScrolling">TimelineView.DeferredScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.TimelineView.GetBaseTimeScale">
      <summary>
        <para>Gets the time scale, which has the minimum time interval among enabled scales.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraScheduler.TimeScale"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.IntervalCount">
      <summary>
        <para>Gets or sets the number of time intervals displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>An integer, specifying how many time intervals are displayed at once.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.IntervalCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.IntervalCount">TimelineView.IntervalCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.MoreButtonStyle">
      <summary>
        <para>Gets or sets a style applied to <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">more buttons</see> displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to “more” buttons.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.MoreButtonStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.MoreButtonStyle">TimelineView.MoreButtonStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.OptionsSelectionBehavior">
      <summary>
        <para>Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.</para>
      </summary>
      <value>A DevExpress.Xpf.Scheduler.OptionsSelectionBehavior class instance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.OptionsSelectionBehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.OptionsSelectionBehavior">TimelineView.OptionsSelectionBehavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.Scales">
      <summary>
        <para>Provides access to a collection of time scales displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object containing time scales for the Timeline View.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.SelectionBar">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/9034/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/selection-bar">selection bar</see> options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerSelectionBarOptions"/> object specifying the appearance of the selection bar.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.SelectionBarCellStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/9034/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/selection-bar">selection bar</see> displayed in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to the selection bar.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.SelectionBarCellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.SelectionBarCellStyle">TimelineView.SelectionBarCellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.SelectionBarProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.SelectionBar">TimelineView.SelectionBar</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.TimeIndicatorDisplayOptions">
      <summary>
        <para>Provides access to options for displaying the <see href="https://docs.devexpress.com/WPF/114791/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-indicator">Time Indicator</see> in the view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerTimeIndicatorDisplayOptions"/> object whose properties allow you to specify the visibility, relative position over the appointment and other options of the time indicator, if any.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.TimeIndicatorDisplayOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.TimeIndicatorDisplayOptions">TimelineView.TimeIndicatorDisplayOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.TimelineScrollBarVisibility">
      <summary>
        <para>Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in rows of the Timeline view grouped by resource.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerScrollBarVisibility"/> enumeration member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.TimelineScrollBarVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.TimelineScrollBarVisibility">TimelineView.TimelineScrollBarVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.TimelineScrollBarVisible">
      <summary>
        <para>Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in rows of the Timeline view grouped by resource.</para>
      </summary>
      <value>True to enable a vertical scrollbar; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.TimelineScrollBarVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.TimelineScrollBarVisible">TimelineView.TimelineScrollBarVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Timeline">SchedulerViewType.Timeline</see> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.TimelineView.WorkTime">
      <summary>
        <para>Gets or sets the work time interval for the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value specifying the work time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.TimelineView.WorkTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.TimelineView.WorkTime">TimelineView.WorkTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="N:DevExpress.Xpf.Scheduler.UI">
      <summary>
        <para>Contains classes which implement the user-interface interaction functionality of the <see href="https://docs.devexpress.com/WPF/8649/controls-and-libraries/scheduler-legacy">DXScheduler for WPF</see> suite.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.AppointmentFormController">
      <summary>
        <para>Provides all the settings which are required to edit a particular appointment in a custom Edit Appointment form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.#ctor(DevExpress.Xpf.Scheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentFormController"/> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object which is the scheduler control of the appointment form controller.</param>
      <param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment of the appointment form controller.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.AppointmentResource">
      <summary>
        <para>Gets or sets the resource associated with the current appointment, or the first resource if resource sharing is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource associated with the current appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.AppointmentResourceIds">
      <summary>
        <para>Gets or sets the identifiers of all <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> associated with the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> currently being edited in the form.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> object representing the collection of resource IDs.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.AppointmentResources">
      <summary>
        <para>Gets or sets the collection of <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> stored in the <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">data storage</see> of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, which contains the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> currently being edited in the form.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object, representing the collection of resources stored in the Scheduler control.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.Control">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see> containing the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> currently being edited in the form.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object representing the Scheduler control.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.DisplayEndDate">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see>‘s end date to be displayed in the editing form.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/>  value representing the date component of the appointment’s end time.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.DisplayEndTime">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see>‘s end time to be displayed in the editing form.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/>  value representing the time component of the appointment’s end time.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.DisplayStartDate">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see>‘s start date to be displayed in the editing form.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/>  value representing the date component of the appointment’s start time.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.DisplayStartTime">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see>‘s start time to be displayed in the editing form.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/>  value representing the time component of the appointment’s start time.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.Label">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">label</see> of the appointment currently being edited in the form.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentLabel"/> object which is the label of the appointment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.NoneString">
      <summary>
        <para>Returns a string which is used in combo-boxes when none of the available combo-box items are selected.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value. By default, it is set to “(None)” or to another value, according to the currently selected <see href="https://docs.devexpress.com/WPF/7541/localization">culture</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.PatternCopy">
      <summary>
        <para>Obtains a copy of the recurrence pattern for the current appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object, which is a copy of the appointment recurrence pattern.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.PatternRecurrenceInfo">
      <summary>
        <para>Obtains recurrence information of the appointment pattern.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object that is the <see cref="P:DevExpress.XtraScheduler.Appointment.RecurrenceInfo">Appointment.RecurrenceInfo</see> property value of the pattern obtained with the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.PatternCopy">AppointmentFormController.PatternCopy</see> property.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.ReminderSpan">
      <summary>
        <para>Gets or sets the string value used to display the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ReminderTimeBeforeStart">AppointmentFormControllerBase.ReminderTimeBeforeStart</see> value in the editing form.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.ReminderSpans">
      <summary>
        <para>Gets the collection of string values used to display reminder time spans available for selection in the editing form.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> collection of string values that can be accessed by index.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.ShouldShowRecurrence">
      <summary>
        <para>Checks whether the button, which enables an end-user to edit the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment recurrence</see>, should be visible.</para>
      </summary>
      <value>true to show the recurrence button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.Status">
      <summary>
        <para>Gets or sets the availability status, associated with the appointment.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Scheduler.AppointmentStatus"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.Storage">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">Scheduler Storage</see> holding data of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, which contains the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> currently being edited in the form.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> object, which is the data storage of the Scheduler control.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentFormController.TimeZoneHelper">
      <summary>
        <para>Provides access to an object used for converting time between time zones.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object used for time zone conversion.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor">
      <summary>
        <para>Represents an in-place editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor.#ctor(DevExpress.Xpf.Scheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor"/> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which hosts the in-place editor.</param>
      <param name="apt">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> that is the appointment being edited in the editor.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor.Activate">
      <summary>
        <para>Initializes the control, subscribes to its major events and sets the focus to it.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditor"/> from XAML.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase">
      <summary>
        <para>Provides all the settings which are required to edit a particular <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> in a custom in-place editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.#ctor(DevExpress.Xpf.Scheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase"/> class with the specified settings.</para>
      </summary>
      <param name="control">A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which hosts the in-place editor.</param>
      <param name="apt">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> that is the appointment being edited in the editor.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Activate">
      <summary>
        <para>Initializes the control, subscribes to its major events and sets the focus to it.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.ApplyChanges">
      <summary>
        <para>Passes values obtained from the editor to the appointment, and performs an assignment to the appointment properties.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Appointment">
      <summary>
        <para>Gets an appointment currently being edited in the in-place editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.Appointment"/> that is the appointment being edited in the editor.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.CommitChanges">
      <summary>
        <para>Occurs before modified values are saved to the underlying data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Deactivate">
      <summary>
        <para>Unsubscribes major events and releases resources, if necessary.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Description">
      <summary>
        <para>Gets or sets the description of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> currently being edited in the custom in-place editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of the appointment description.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.DescriptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Description">AppointmentInplaceEditorBase.Description</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Dispose">
      <summary>
        <para>Disposes of the current object.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.IsNewAppointment">
      <summary>
        <para>Determines if the currently edited appointment is new.</para>
      </summary>
      <value>true if the current appointment is new; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Label">
      <summary>
        <para>Gets or sets the label of the appointment being edited.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is the appointment <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">label</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Label">AppointmentInplaceEditorBase.Label</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Location">
      <summary>
        <para>Gets or sets the location of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> currently being edited in the custom in-place editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of the appointment location.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.LocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Location">AppointmentInplaceEditorBase.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.RollbackChanges">
      <summary>
        <para>Occurs before changes are cancelled and modified values are replaced with the former values (values before modification).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Status">
      <summary>
        <para>Gets or sets the status of the appointment being edited.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">status</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.StatusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Status">AppointmentInplaceEditorBase.Status</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Storage">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8732/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-storage">Scheduler Storage</see> holding data of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>, which contains the <see href="https://docs.devexpress.com/WPF/8700/controls-and-libraries/scheduler-legacy/fundamentals/appointments">appointment</see> currently being edited in the in-place editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerStorage"/> object, which is the data storage of the Scheduler control.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.StorageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Storage">AppointmentInplaceEditorBase.Storage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Subject">
      <summary>
        <para>Gets or sets the subject of the <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> currently being edited in the custom in-place editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text of the appointment subject.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.SubjectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentInplaceEditorBase.Subject">AppointmentInplaceEditorBase.Subject</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.AppointmentLabelEdit">
      <summary>
        <para>Represents a combo box control used to select appointment <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">labels</see>. It facilitates the creation of custom Edit Appointment forms.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentLabelEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentLabelEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.AppointmentResourceEdit">
      <summary>
        <para>Represents a combo box control used to select a <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resource</see> for an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>. It facilitates the creation of custom Edit Appointment forms.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentResourceEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentResourceEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentResourceEdit.ShowEmptyResource">
      <summary>
        <para>Gets or sets a value indicating whether the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentResourceEdit"/> control should show empty resources.</para>
      </summary>
      <value>true to show empty resources; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentResourceEdit.ShowEmptyResourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentResourceEdit.ShowEmptyResource">AppointmentResourceEdit.ShowEmptyResource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.AppointmentResourcesEdit">
      <summary>
        <para>Represents a popup checked list box control used to select multiple <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> in order to assign them to an <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>. It facilitates the creation of custom Edit Appointment forms.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentResourcesEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentResourcesEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.AppointmentResourcesEdit.ResourceIds">
      <summary>
        <para>Provides access to the collection of resource identifiers (resource IDs) of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentResourcesEdit"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.AppointmentResourcesEdit.ResourceIdsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.AppointmentResourcesEdit.ResourceIds">AppointmentResourcesEdit.ResourceIds</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.AppointmentStatusEdit">
      <summary>
        <para>Represents a combo box control used to select appointment <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">statuses</see>. It facilitates the creation of custom Edit Appointment forms.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.AppointmentStatusEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.AppointmentStatusEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl">
      <summary>
        <para>Represents a control used to set the recurrence options for daily <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.DailyRecurrenceTypes">
      <summary>
        <para>Gets the collection of objects specifying available types of daily <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment recurrence</see>.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> collection.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl"/> from XAML.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.Periodicity">
      <summary>
        <para>Gets or sets the number of days between <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment occurrences</see>.</para>
      </summary>
      <value>An integer specifying the interval between appointment occurrences in days.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.RecurrenceInfo">
      <summary>
        <para>Gets or sets an object containing information about recurrences of the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing information about appointment recurrences.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.RecurrenceInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.RecurrenceInfo">DailyRecurrenceControl.RecurrenceInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.DailyRecurrenceControl.WeekDays">
      <summary>
        <para>Gets or sets the days of the week to schedule a daily <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member specifying the days of the week for appointment recurrences.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.MonthEdit">
      <summary>
        <para>Represents a combo box used to select a month.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.MonthEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthEdit.Month">
      <summary>
        <para>Gets or sets the number of the selected month.</para>
      </summary>
      <value>An integer value that is the month number.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl">
      <summary>
        <para>Represents a control used to set the recurrence options for monthly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.DayNumber">
      <summary>
        <para>Gets or sets the day of the month when the appointment is scheduled.</para>
      </summary>
      <value>An integer specifying the day of the month.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/> from XAML.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.MonthlyRecurrenceType">
      <summary>
        <para>Gets or sets an object indicating what type of monthly recurrence is selected in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.MonthlyRecurrenceTypes">
      <summary>
        <para>Gets the collection of objects specifying available types of monthly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment recurrence</see>.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> collection.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.Periodicity">
      <summary>
        <para>Gets or sets the number of months between <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment occurrences</see>.</para>
      </summary>
      <value>An integer specifying the number of months.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.RecurrenceInfo">
      <summary>
        <para>Gets or sets an object containing information about recurrences of the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing information about appointment recurrences.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.RecurrenceInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.RecurrenceInfo">MonthlyRecurrenceControl.RecurrenceInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.WeekDays">
      <summary>
        <para>Gets or sets the days of the week to schedule a monthly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member specifying the days of the week for appointment recurrences.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.WeekOfMonth">
      <summary>
        <para>Gets or sets the number of the week in a month when an appointment is scheduled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member specifying the week in a month.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl.WeekOfMonthNumber">
      <summary>
        <para>Gets or sets the specified number of the week in a month when the Day of Week type of monthly appointment recurrence is active in the <see cref="T:DevExpress.Xpf.Scheduler.UI.MonthlyRecurrenceControl"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl">
      <summary>
        <para>A control used to specify an end condition for the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">series of recurring appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl"/> from XAML.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.IsReadOnly">
      <summary>
        <para>Gets or sets whether end-users can change the recurrence range setting via the <see cref="T:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl"/> control.</para>
      </summary>
      <value>true if the control is read-only; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.IsReadOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.IsReadOnly">RecurrenceRangeControl.IsReadOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.LocalEnd">
      <summary>
        <para>Gets or sets the appointment recurrence end date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.LocalStart">
      <summary>
        <para>Gets or sets the appointment recurrence start date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.Pattern">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">pattern appointment</see> currently being edited.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment pattern for recurrence series.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.PatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.Pattern">RecurrenceRangeControl.Pattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.RecurrenceInfo">
      <summary>
        <para>Gets or sets appointment recurrence information.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object containing recurrence information.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.RecurrenceInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.RecurrenceInfo">RecurrenceRangeControl.RecurrenceInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.RecurrenceRanges">
      <summary>
        <para>Gets a list containing localized captions used for recurrence ranges.</para>
      </summary>
      <value>A list containing strings used for recurrence range captions.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.TimeZoneHelper">
      <summary>
        <para>Gets or sets an object used for converting time between time zones. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object used for time zone conversion.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.TimeZoneHelperProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.RecurrenceRangeControl.TimeZoneHelper">RecurrenceRangeControl.TimeZoneHelper</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl">
      <summary>
        <para>Represents the checked list box control used to filter <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> within the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl"></see>, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.CancelUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.IsUpdateLocked">
      <summary>
        <para>Notifies whether the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl"/> control is locked for update.</para>
      </summary>
      <value>true if the control is locked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.SchedulerControl">
      <summary>
        <para>Gets or sets the Scheduler control which is assigned to the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object representing the scheduler whose resources will be filtered by this checked list box.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.SchedulerControlProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.ResourcesCheckedListBoxControl.SchedulerControl">ResourcesCheckedListBoxControl.SchedulerControl</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl">
      <summary>
        <para>Represents the combo box control used to filter <see href="https://docs.devexpress.com/WPF/8710/controls-and-libraries/scheduler-legacy/fundamentals/resources">resources</see> within the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl.ShowAllResourcesItem">
      <summary>
        <para>Specifies whether the All item should be shown in the combo box.</para>
      </summary>
      <value>true if the value signifying All is added to the list of the combo box items; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl.ShowAllResourcesItemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl.ShowAllResourcesItem">ResourcesComboBoxControl.ShowAllResourcesItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl.ShowNoneResourcesItem">
      <summary>
        <para>Specifies whether the None item should be shown in the combo box.</para>
      </summary>
      <value>true if the value signifying None is added to the list of the combo box items; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl.ShowNoneResourcesItemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControl.ShowNoneResourcesItem">ResourcesComboBoxControl.ShowNoneResourcesItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl">
      <summary>
        <para>The popup checked list box control used to filter resources within the <see href="https://docs.devexpress.com/WPF/8679/controls-and-libraries/scheduler-legacy/fundamentals/scheduler-elements/scheduler-control">Scheduler Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl.ResetResourcesItems(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all resource items and their visibility state in the check list according to the specified resources collection.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating the check list.</param>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl.ResourceVisibleChanged(DevExpress.XtraScheduler.ResourceBaseCollection)">
      <summary>
        <para>Resets all resource items and their visibility state in the list, according to the specified resources collection.</para>
      </summary>
      <param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating.</param>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl.SchedulerControl">
      <summary>
        <para>Gets or sets the scheduler control which is assigned to the <see cref="T:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> object representing the scheduler whose resources will be shown in this checked list box.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl.SchedulerControlProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.ResourcesPopupCheckedListBoxControl.SchedulerControl">ResourcesPopupCheckedListBoxControl.SchedulerControl</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName">
      <summary>
        <para>Contains captions of popup menus and their default items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.AppointmentMenu">
      <summary>
        <para>Returns “AppointmentMenu”. Corresponds to the popup menu invoked after an appointment has been clicked with the right mouse button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.CustomizeCurrentView">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.CustomizeTimeRuler">
      <summary>
        <para>Returns “CustomizeTimeRuler”. Corresponds to the menu item that invokes the Time Ruler dialog allowing time ruler editing.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.DefaultMenu">
      <summary>
        <para>Returns “DefaultMenu”. Corresponds to the popup menu, which is invoked when the view’s <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see> that do not contain any appointments are right-clicked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.DeleteAppointment">
      <summary>
        <para>Returns “DeleteAppointment”. Corresponds to the menu item used to remove a simple appointment or invoke the Confirm Delete dialog for a <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurring appointment</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.EditSeries">
      <summary>
        <para>Returns “EditSeries”. Corresponds to the menu item that invokes the Edit Appointment dialog, allowing editing of the entire series of <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurring appointments</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.GotoDate">
      <summary>
        <para>Returns “GotoDate”. Corresponds to the menu item used to change the date to be displayed in the current view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.GotoThisDay">
      <summary>
        <para>Returns “GotoThisDay”. Corresponds to the menu item used to change the current <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week</see> or <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month</see> view to the <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day</see> view and set the date displayed in this view to the selected date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.GotoToday">
      <summary>
        <para>Returns “GotoToday”. Corresponds to the menu item used to change the date displayed in the current view to the current date on the local machine.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.LabelSubMenu">
      <summary>
        <para>Returns “LabelSubMenu”. Corresponds to the menu item that invokes the submenu, including the complete list of available appointment <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.NewAllDayEvent">
      <summary>
        <para>Returns “NewAllDayEvent”. Corresponds to the menu item that invokes the Edit Appointment dialog used to create a new all-day <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> (in this case, the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay">Appointment.AllDay</see> option in the dialog is checked).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.NewAppointment">
      <summary>
        <para>Returns “NewAppointment”. Corresponds to the menu item that invokes the Edit Appointment dialog used to create a new <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.NewRecurringAppointment">
      <summary>
        <para>Returns “NewRecurringAppointment”. Corresponds to the menu item that invokes the Edit Appointment dialog used to create a new <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> and specify the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrence pattern</see> for it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.NewRecurringEvent">
      <summary>
        <para>Returns “NewRecurringEvent”. Corresponds to the menu item that invokes the Edit Appointment dialog used to create a new all-day <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see> (in this case, the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay">Appointment.AllDay</see> option in the dialog is checked) and specify the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrence pattern</see> for this appointment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.OpenAppointment">
      <summary>
        <para>Returns “OpenAppointment”. Corresponds to the menu item that invokes the Edit Appointment dialog used for editing properties of the current <see href="https://docs.devexpress.com/WPF/8701/controls-and-libraries/scheduler-legacy/fundamentals/appointments/what-is-an-appointment">appointment</see>. Note that if the appointment is <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurring</see>, then this item only allows editing of the current appointment, not its entire series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.OtherSettings">
      <summary>
        <para>Returns “OtherSettings”. For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.PrintAppointment">
      <summary>
        <para>Returns “PrintAppointment”. For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.RestoreOccurrence">
      <summary>
        <para>Returns “RestoreOccurrence”. Corresponds to the menu item used to restore the default state of the changed <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurring appointment</see> as it was generated by the recurrence pattern.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.RulerMenu">
      <summary>
        <para>Returns “RulerMenu”. Corresponds to the popup menu invoked after a <see href="https://docs.devexpress.com/WPF/8726/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-ruler">time ruler</see> has been clicked with the right mouse button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.StatusSubMenu">
      <summary>
        <para>Returns “StatusSubMenu”. Corresponds to the menu item that invokes the submenu including the complete list of available appointment <see href="https://docs.devexpress.com/WPF/8735/controls-and-libraries/scheduler-legacy/fundamentals/appointments/appointment-labels-and-statuses">statuses</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchTimeScale">
      <summary>
        <para>Returns “SwitchTimeScale”. Corresponds to the menu item that invokes the submenu including the complete list of time scales available for display in the <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchToDayView">
      <summary>
        <para>Returns “SwitchToDayView”. Corresponds to the menu item used to change <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> to <see href="https://docs.devexpress.com/WPF/8674/controls-and-libraries/scheduler-legacy/fundamentals/views/day-view">Day View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchToFullWeekView">
      <summary>
        <para>Returns “SwitchToFullWeekView”. Corresponds to the menu item used to change <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> to <see href="https://docs.devexpress.com/WPF/17627/controls-and-libraries/scheduler-legacy/fundamentals/views/full-week-view">Full Week View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchToMonthView">
      <summary>
        <para>Returns “SwitchToMonthView”. Corresponds to the menu item used to change <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> to <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchToTimelineView">
      <summary>
        <para>Returns “SwitchToTimelineView”. Corresponds to the menu item used to change <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> to <see href="https://docs.devexpress.com/WPF/8678/controls-and-libraries/scheduler-legacy/fundamentals/views/timeline-view">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchToWeekView">
      <summary>
        <para>Returns “SwitchToWeekView”. Corresponds to the menu item used to change <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> to <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchToWorkWeekView">
      <summary>
        <para>Returns “SwitchToWorkWeekView”. Corresponds to the menu item used to change <see cref="P:DevExpress.Xpf.Scheduler.SchedulerControl.ActiveView">SchedulerControl.ActiveView</see> to <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.SwitchViewMenu">
      <summary>
        <para>Returns “SwitchViewMenu”. Corresponds to the menu item that invokes the submenu, including the list of <see href="https://docs.devexpress.com/WPF/8668/controls-and-libraries/scheduler-legacy/fundamentals/views">views</see> available in the Scheduler Control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.TimeScaleEnable">
      <summary>
        <para>Returns “TimeScaleEnable”. Corresponds to the menu item used to enable the selected Timeline scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.SchedulerMenuItemName.TimeScaleVisible">
      <summary>
        <para>Returns “TimeScaleVisible”. Corresponds to the menu item used to make the selected Timeline scale visible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.TimeZoneEdit">
      <summary>
        <para>Represents a combo box used to specify a time zone.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.TimeZoneEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.TimeZoneEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.TimeZoneEdit.TimeZoneId">
      <summary>
        <para>Gets the string identifier of the time zone selected in the control.</para>
      </summary>
      <value>A string that uniquely identifies a particular time zone and corresponds to the System.TimeZoneInfo.Id property value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit">
      <summary>
        <para>Represents a control that allows the selection of days of the week, by checking the corresponding boxes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the day which starts the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit"/> control’s week.</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the first day of the week for the WeekDaysCheckEdit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.FirstDayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.FirstDayOfWeek">WeekDaysCheckEdit.FirstDayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.FridayCaption">
      <summary>
        <para>Gets the caption of the check box corresponding to Friday.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the text displayed next to the check box associated with Friday.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.FridayValue">
      <summary>
        <para>Gets or set a value indicating whether the check box corresponding to Friday is selected.</para>
      </summary>
      <value>true if the check box is selected; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit"/> from XAML.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.MondayCaption">
      <summary>
        <para>Gets the caption of the check box corresponding to Monday.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the text displayed next to the check box associated with Monday.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.MondayValue">
      <summary>
        <para>Gets or set a value indicating whether the check box corresponding to Monday is selected.</para>
      </summary>
      <value>true if the check box is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.SaturdayCaption">
      <summary>
        <para>Gets the caption of the check box corresponding to Saturday.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the text displayed next to the check box associated with Saturday.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.SaturdayValue">
      <summary>
        <para>Gets or set a value indicating whether the check box corresponding to Saturday is selected.</para>
      </summary>
      <value>true if the check box is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.SundayCaption">
      <summary>
        <para>Gets the caption of the check box corresponding to Sunday.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the text displayed next to the check box associated with Sunday.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.SundayValue">
      <summary>
        <para>Gets or set a value indicating whether the check box corresponding to Sunday is selected.</para>
      </summary>
      <value>true if the check box is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.ThursdayCaption">
      <summary>
        <para>Gets the caption of the check box corresponding to Thursday.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the text displayed next to the check box associated with Thursday.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.ThursdayValue">
      <summary>
        <para>Gets or set a value indicating whether the check box corresponding to Thursday is selected.</para>
      </summary>
      <value>true if the check box is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.TuesdayCaption">
      <summary>
        <para>Gets the caption of the check box corresponding to Tuesday.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the text displayed next to the check box associated with Tuesday.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.TuesdayValue">
      <summary>
        <para>Gets or set a value indicating whether the check box corresponding to Tuesday is selected.</para>
      </summary>
      <value>true if the check box is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.UseAbbreviatedDayNames">
      <summary>
        <para>Specifies whether the control displays short names for week days.</para>
      </summary>
      <value>true if the control displays abbreviated names for week days, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.WednesdayCaption">
      <summary>
        <para>Gets the caption of the check box corresponding to Wednesday.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the text displayed next to the check box associated with Wednesday.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.WednesdayValue">
      <summary>
        <para>Gets or set a value indicating whether the check box corresponding to Wednesday is selected.</para>
      </summary>
      <value>true if the check box is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.WeekDays">
      <summary>
        <para>Gets or sets the day of the week or a specific group of days that is selected in the editor.</para>
      </summary>
      <value>The <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value specifying the day/days in a week.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.WeekDaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.WeekDaysCheckEdit.WeekDays">WeekDaysCheckEdit.WeekDays</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.WeekDaysEdit">
      <summary>
        <para>Represents a combo box used to select days of the week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.WeekDaysEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeekDaysEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekDaysEdit.DayOfWeek">
      <summary>
        <para>Gets or sets the value selected in the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeekDaysEdit"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member, specifying a day of the week or a standard combination of days.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.WeekDaysEdit.DayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.WeekDaysEdit.DayOfWeek">WeekDaysEdit.DayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl">
      <summary>
        <para>Represents a control used to set the recurrence options for weekly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the day which starts the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl"/> control’s week.</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the first day of the week for the WeeklyRecurrenceControl.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.FirstDayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.FirstDayOfWeek">WeeklyRecurrenceControl.FirstDayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl"/> from XAML.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.Periodicity">
      <summary>
        <para>Gets or sets the number of weeks between weeks containing scheduled <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointments</see>.</para>
      </summary>
      <value>An integer specifying the number of weeks between appointment occurrences.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.RecurrenceInfo">
      <summary>
        <para>Gets or sets an object containing information about recurrences of the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing information about appointment recurrences.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.RecurrenceInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.RecurrenceInfo">WeeklyRecurrenceControl.RecurrenceInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeeklyRecurrenceControl.WeekDays">
      <summary>
        <para>Gets or sets the days of the week to schedule a weekly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member specifying the days of the week for appointment recurrences.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.WeekOfMonthEdit">
      <summary>
        <para>Represents a combo box used to select a week of the month.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.WeekOfMonthEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeekOfMonthEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.WeekOfMonthEdit.WeekOfMonth">
      <summary>
        <para>Gets or sets the value selected in the <see cref="T:DevExpress.Xpf.Scheduler.UI.WeekOfMonthEdit"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration value specifying a particular week in a month.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.WeekOfMonthEdit.WeekOfMonthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.WeekOfMonthEdit.WeekOfMonth">WeekOfMonthEdit.WeekOfMonth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl">
      <summary>
        <para>Represents a control used to set the recurrence options for yearly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointments</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.DayNumber">
      <summary>
        <para>Gets or sets the day of the month when the appointment is scheduled.</para>
      </summary>
      <value>An integer specifying the day of the month.</value>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.InitializeComponent">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/> from XAML.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.Month">
      <summary>
        <para>Gets or sets the month’s number.</para>
      </summary>
      <value>An integer specifying a month’s number.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.Periodicity">
      <summary>
        <para>Gets or sets the number of years between <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment occurrences</see>.</para>
      </summary>
      <value>An integer specifying the number of years.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.RecurrenceInfo">
      <summary>
        <para>Gets or sets an object containing information about recurrences of the <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing information about appointment recurrences.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.RecurrenceInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.RecurrenceInfo">YearlyRecurrenceControl.RecurrenceInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.WeekDays">
      <summary>
        <para>Gets or sets the days of the week to schedule a yearly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">recurrent appointment</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member specifying the days of the week for appointment recurrences.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.WeekOfMonth">
      <summary>
        <para>Gets or sets the number of the week in a month when an appointment is scheduled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member specifying the week in a month.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.WeekOfMonthNumber">
      <summary>
        <para>Gets or sets the specified number of the week in a month when the Day of Week type of yearly appointment recurrence is active in the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.YearlyRecurrenceType">
      <summary>
        <para>Gets or sets an object indicating what type of yearly recurrence is selected in the <see cref="T:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.UI.YearlyRecurrenceControl.YearlyRecurrenceTypes">
      <summary>
        <para>Gets the collection of objects specifying available types of yearly <see href="https://docs.devexpress.com/WPF/8709/controls-and-libraries/scheduler-legacy/fundamentals/appointments/recurring-appointments-and-exceptions">appointment recurrence</see>.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> collection.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.WeekView">
      <summary>
        <para>Displays events across a week in a compact form.</para>
        <para>This view is outdated and provided for compatibility with the earlier versions of the Scheduler Control. Use the <see cref="T:DevExpress.Xpf.Scheduler.FullWeekView"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.WeekView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.WeekView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekView.AppointmentDisplayOptions">
      <summary>
        <para>Provides access to the options specifying how appointments are displayed in a <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerWeekViewAppointmentDisplayOptions"/> object containing options for displaying appointments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.WeekView.AppointmentDisplayOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekView.AppointmentDisplayOptions">WeekView.AppointmentDisplayOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekView.DeferredScrolling">
      <summary>
        <para>Provides access to parameters that control deferred scrolling.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Scheduler.SchedulerDeferredScrollingOption"/> instance that specifies parameters for deferred scrolling.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.WeekView.DeferredScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekView.DeferredScrolling">WeekView.DeferredScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Week">SchedulerViewType.Week</see> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekView.VerticalWeekCellStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>, when appointments are grouped by resources or no grouping is applied.</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.Scheduler.WeekView.VerticalWeekCellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekView.VerticalWeekCellStyle">WeekView.VerticalWeekCellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekView.VerticalWeekDateHeaderStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>, when appointments are grouped by resources or no grouping is applied.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to day headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.WeekView.VerticalWeekDateHeaderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekView.VerticalWeekDateHeaderStyle">WeekView.VerticalWeekDateHeaderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.WeekViewBase">
      <summary>
        <para>The base class for the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week</see> and <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month</see> views of the <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekViewBase.DayOfWeekHeaderStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8715/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-of-week-headers">day of week headers</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see>, when appointments are grouped by date, and in the <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to day of week headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.WeekViewBase.DayOfWeekHeaderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekViewBase.DayOfWeekHeaderStyle">WeekViewBase.DayOfWeekHeaderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekViewBase.HorizontalWeekCellStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8725/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/time-cells">time cells</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> when appointments are grouped by date, and always gets or sets the style for the <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</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.Scheduler.WeekViewBase.HorizontalWeekCellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekViewBase.HorizontalWeekCellStyle">WeekViewBase.HorizontalWeekCellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekViewBase.HorizontalWeekDateHeaderStyle">
      <summary>
        <para>Gets or sets a style of <see href="https://docs.devexpress.com/WPF/8714/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/day-headers">day headers</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> when appointments are grouped by date, and always gets or sets the style of the <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to day headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.WeekViewBase.HorizontalWeekDateHeaderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekViewBase.HorizontalWeekDateHeaderStyle">WeekViewBase.HorizontalWeekDateHeaderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WeekViewBase.MoreButtonStyle">
      <summary>
        <para>Gets or sets a style applied to <see href="https://docs.devexpress.com/WPF/8720/controls-and-libraries/scheduler-legacy/visual-elements/scheduler-control/more-buttons">more buttons</see> displayed in the <see href="https://docs.devexpress.com/WPF/8676/controls-and-libraries/scheduler-legacy/fundamentals/views/week-view">Week View</see> and <see href="https://docs.devexpress.com/WPF/8677/controls-and-libraries/scheduler-legacy/fundamentals/views/month-multi-week-view">Month View</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents a style to be applied to “more” buttons.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.WeekViewBase.MoreButtonStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WeekViewBase.MoreButtonStyle">WeekViewBase.MoreButtonStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Scheduler.WorkWeekView">
      <summary>
        <para>Displays appointments for the working days in a particular week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Scheduler.WorkWeekView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Scheduler.WorkWeekView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WorkWeekView.ShowFullWeek">
      <summary>
        <para>Gets or sets a value indicating whether the <see href="https://docs.devexpress.com/WPF/8675/controls-and-libraries/scheduler-legacy/fundamentals/views/work-week-view">Work-Week View</see> should show all the days of the week.</para>
      </summary>
      <value>true to show the full week; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Scheduler.WorkWeekView.ShowFullWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Scheduler.WorkWeekView.ShowFullWeek">WorkWeekView.ShowFullWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Scheduler.WorkWeekView.Type">
      <summary>
        <para>Gets the view’s type.</para>
      </summary>
      <value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.WorkWeek">SchedulerViewType.WorkWeek</see> value.</value>
    </member>
  </members>
</doc>