Files
tj-tzhg/product-pkg/JJMediSys/DevExpress.XtraScheduler.v17.2.xml
2025-11-26 17:24:11 +08:00

14181 lines
522 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraScheduler.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.XtraScheduler.AppointmentDragDropOptions">
<summary>
<para>Contains options specific for appointment drag-and-drop operations.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDragDropOptions.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentDragDropOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragDropOptions.DragDropMode">
<summary>
<para>Gets or sets the drag-and-drop mode which is active in the SchedulerControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DragDropMode"/> enumeration member
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar">
<summary>
<para>A Date Navigation Bar control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerDateNavigationBar.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the SchedulerDateNavigationBar class with the specified <b>Scheduler Control</b>.
</para>
</summary>
<param name="schedulerControl">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which specifies the owner of the Date Navigation Bar.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerDateNavigationBar.Panel">
<summary>
<para>Provides access to the inner control of the date navigation bar. For internal use.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraEditors.XtraUserControl"/> object that is the inner control of the date navigation bar.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerDateNavigationBar.PropertyChanged">
<summary>
<para>Occurs when a value of the public property of the SchedulerDateNavigationBar instance is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerDateNavigationBar.Visible">
<summary>
<para>Gets or sets whether the date navigation bar is shown on the top of the scheduler.
</para>
</summary>
<value><b>True</b>, to display the date navigation bar; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo">
<summary>
<para>Provides information on the visual representation of the appointment.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appearance">
<summary>
<para>Provides access to an object used to specify the appointment appearance.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of an appointment.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appointment">
<summary>
<para>Provides access to an appointment for which the visual representation has been built.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.AppointmentInterval">
<summary>
<para>Gets the time interval which the current appointment occupies.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the appointment time interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.BackColor">
<summary>
<para>Gets or sets the appointment coloring. Use the <b>Appearance.BackColor</b> instead.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object representing the appointment fill color.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.CalculateHitInfo(System.Drawing.Point,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
<summary>
<para>Calculates hit information for the specified test point.
</para>
</summary>
<param name="pt">
A <see cref="T:System.Drawing.Point"/> object containing coordinates of the test point.
</param>
<param name="nextHitInfo">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ConvertToVisualBounds(System.Drawing.Rectangle)">
<summary>
<para>Converts coordinates of the rectangle specifying ViewInfo item bounds to the client coordinates that are relative to the upper-left corner of the visible area of the Scheduler view.
</para>
</summary>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> object which is the appointment's bounding rectangle in the client coordinate system (in pixels).
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> object which is the appointment's bounding rectangle in the Scheduler view coordinate system (in pixels).
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Description">
<summary>
<para>Gets the appointment description.
</para>
</summary>
<value>A string representing the appointment description.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.DisableDrop">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.DisplayText">
<summary>
<para>Gets the text of the appointment subject.
</para>
</summary>
<value>A string containing the text of the appointment subject.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.GetVisualBounds">
<summary>
<para>Obtains the location and size of an appointment's visual representation in pixels, relative to the upper-left corner of the visible area of the Scheduler view.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Rectangle"/> object which is the appointment's bounding rectangle in the client coordinate system (in pixels).
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentContent"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.InnerBounds">
<summary>
<para>Gets or sets the rectangle representing the appointment body.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object representing the appointment body for display.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.IsLongTime">
<summary>
<para>Indicates whether an appointment spans across several days.
</para>
</summary>
<returns><b>true</b> if an appointment spans across several days; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Options">
<summary>
<para>Provides access to several options for the visual representation of an appointment.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions"/> object containing specific options.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Selected">
<summary>
<para>Gets or sets whether the appointment is shown as selected.
</para>
</summary>
<value><b>True</b> to display the appointment as selected; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowBell">
<summary>
<para>Gets or sets whether to display a bell icon indicating an associated reminder.
</para>
</summary>
<value><b>true</b> to display a bell icon; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowEndTime">
<summary>
<para>Gets or sets a value specifying whether the end time of the current appointment is displayed.
</para>
</summary>
<value><b>true</b> to show the appointment end time; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowRecurrence">
<summary>
<para>Gets or sets whether the recurrence symbol should be displayed for the recurrent appointment.
</para>
</summary>
<value><b>true</b> if a recurrence symbol should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowStartTime">
<summary>
<para>Gets or sets a value specifying whether the start time of the current appointment is displayed.
</para>
</summary>
<value><b>true</b> to show the appointment start time; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.ShowTimeAsClock">
<summary>
<para>Gets or sets whether the start and end time are displayed as clock symbols.
</para>
</summary>
<value><b>true</b> to display time as clock symbols; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Status">
<summary>
<para>Gets or sets the visual status of the appointment for display.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.StatusDisplayType">
<summary>
<para>Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration specifying how the status is displayed.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.StatusItems">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraScheduler.PopupMenuShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerPopupMenu)">
<summary>
<para>Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> which represents the popup menu. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.Menu"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.PopupMenuShowingEventArgs.Menu">
<summary>
<para>Gets or sets the popup (context) menu for which this event was raised.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object, which is the popup menu.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx">
<summary>
<para>Extends the <see cref="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.#ctor">
<summary>
<para>Initializes a new instance of the MonthViewAppointmentDisplayOptionsEx class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically">
<summary>
<para>Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.
</para>
</summary>
<value><b>True</b> to display appointment status as a vertical strip on the left; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx.StatusDisplayType">
<summary>
<para>Gets or sets how the appointment status is displayed in the Month view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration member specifying how the status should be displayed within the appointment rectangle.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the RecurrentAppointmentActionFormEventArgs class with the specified settings.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.Utils.Commands.CommandSourceType,System.Boolean,System.Boolean)">
<summary>
<para>Initializes new instance of the RecurrentAppointmentActionFormEventArgs class with the specified settings.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which an event has been raised This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment"/> property.
</param>
<param name="commandSourceType">
A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration member that informs about the source of a command which raised the event.
</param>
<param name="readOnly">
<b>True</b> if the form is opended in read-only mode; otherwise, <b>false</b>.
</param>
<param name="openRecurrenceForm">
</param>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrentAppointmentActionFormEventArgs.QueryResult">
<summary>
<para>Gets or sets the result provided by asking the user whether the entire series or just a single appointment should be deleted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration member specifying an action to perform.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService">
<summary>
<para>Provides a wrapper for overriding methods used for custom formatting of the tooltips for header captions in different Scheduler views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.#ctor">
<summary>
<para>Initializes a new instance of the HeaderToolTipService class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.GetDayColumnHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayHeader)">
<summary>
<para>Override this method to return a format string for displaying the tooltip for the DayColumnHeader in a <b>Day View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.GetDayOfWeekHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
<summary>
<para>Override this method to return a format string for displaying the tooltip for the DayOfWeekHeader in a <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header in the Month View.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderToolTipService.GetTimeScaleHeaderToolTip(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
<summary>
<para>Override this method to return a format string for displaying the tooltip for the TimeScaleHeader in a <b>Timescale View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.TimeScaleHeader"/> object representing a header in the Timescale View.
</param>
<returns>A format string.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.AgendaViewAppearance">
<summary>
<para>Provides appearance settings used to paint the Agenda view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AgendaViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the AgendaViewAppearance class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppearance.ResourceHeaderCaption">
<summary>
<para>Overrides the property of the base class to hide it. Not in use.
</para>
</summary>
<value>Always null.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppearance.ResourceHeaderCaptionLine">
<summary>
<para>Overrides the property of the base class to hide it. Not in use.
</para>
</summary>
<value>Always null.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppearance.Selection">
<summary>
<para>Overrides the property of the base class to hide it. Not in use.
</para>
</summary>
<value>Always null
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AgendaView">
<summary>
<para>A view that lists appointments by day.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AgendaView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the AgendaView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control assigned to the day view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the AgendaView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DayViewAppearance"/> object that provides the appearance settings for AgendaView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.AppointmentDisplayOptions">
<summary>
<para>Provides access to options that enable you to show or hide certain view elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions"/> object that contains settings which affect the appointment appearance.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.DateTimeScrollbarVisible">
<summary>
<para>Overrides the property of the base class. Has no effect for the Agenda view.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.DayCount">
<summary>
<para>Gets or sets the number of days displayed in the view.
</para>
</summary>
<value>An integer that specifies the number of days whose appointments are listed in the view.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.AgendaView.DisposeViewControls">
<summary>
<para>Disposes of a grid control contained in the Agenda view and removes it from the collection.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.GroupSeparatorWidth">
<summary>
<para>Overrides the property of the base class to hide it. Has no effect for the Agenda view.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraScheduler.AgendaView.InitializeViewControls">
<summary>
<para>Creates and initializes inner grid control contained in the Agenda view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AgendaView.Invalidate(System.Drawing.Rectangle)">
<summary>
<para>Invalidates the specified region occupied by the current View (adds it to the control's update region which will be repainted during the next paint operation), and send a paint message to the scheduler control.
</para>
</summary>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> structure specifying the region to update.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.MenuCaption">
<summary>
<para>Gets or sets the menu caption string to indicate the Agenda view.
.
</para>
</summary>
<value>A string that is the menu caption for commands switching the scheduler to the Agenda view.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.MenuItemId">
<summary>
<para>Gets the ID of the menu item which relates to the Agenda View.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToAgendaView"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.ResourcesPerPage">
<summary>
<para>Overrides the property of the base class to hide it. Has no effect for the Agenda view.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.ShowMoreButtons">
<summary>
<para>Overrides the property of the base class to hide it. Has no effect for the Agenda view.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.StatusDisplayType">
<summary>
<para>Implemented to hide the property of the base class.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Agenda"/> value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection">
<summary>
<para>A collection of AppointmentViewInfo objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentViewInfoCollection class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.#ctor(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Initializes new instance of the AppointmentViewInfoCollection class with the specified settings.
</para>
</summary>
<param name="collection">
A collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> objects.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.#ctor(System.Int32)">
<summary>
<para>Initializes new instance of the AppointmentViewInfoCollection class with the specified settings.
</para>
</summary>
<param name="capacity">
An integer that is the number of elements that the internal list can contain before resizing is required.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.AddRange(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection)">
<summary>
<para>Adds <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> items contained in the specified object to the collection.
</para>
</summary>
<param name="value">
An <b>DevExpress.XtraScheduler.Drawing.IAppointmentViewInfoCollection</b> object that contains <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> instances.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.Contains(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Gets whether the collection contains an <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object which relates to the specified appointment.
</para>
</summary>
<param name="apt">
A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to match the <see cref="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appointment"/> property value of an item in the collection.
</param>
<returns><b>True</b> if the specified appointment is represented by its visual information in the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.ContainsId(System.Object)">
<summary>
<para>Gets whether the collection contains an <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object which relates to the appointment with the specified identifier.
</para>
</summary>
<param name="appointmentId">
An object that is the identifier of an appointment to match the <see cref="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo.Appointment"/> property value of an item in the collection.
</param>
<returns><b>True</b>, if the appointment with the specified ID is represented by its visual information in the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection.GetAppointmentViewInfosById(System.Object)">
<summary>
<para>Gets AppointmentViewInfo object(s) by an appointment identifier.
</para>
</summary>
<param name="appointmentId">
An object that is the appointment identifier (a value of the Appointment.Id property).
</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoCollection"/> object that contains AppointmentViewInfo object(s) related to an appointment with the specified ID.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.MoreButtonCollection">
<summary>
<para>A collection of MoreButton objects.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.MoreButtonCollection.#ctor">
<summary>
<para>Initializes a new instance of the MoreButtonCollection class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.MoreButtonCollection.AddRange(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Adds <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> items contained in the specified collection.
</para>
</summary>
<param name="moreButtons">
A <see cref="T:System.Collections.Generic.IEnumerable`1[[DevExpress.XtraScheduler.Drawing.MoreButton]]"/> generic collection containing items to add.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.MoreButton">
<summary>
<para>Provides information on the visual representation of the More Buttons.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.MoreButton.#ctor">
<summary>
<para>Initializes a new instance of the MoreButton class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.Bounds">
<summary>
<para>Gets or sets the size and location of the visual element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object that specifies the size and location of the control, in pixels.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.MoreButton.CalculateHitInfo(System.Drawing.Point,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
<summary>
<para>Calculates hit information for the specified test point.
</para>
</summary>
<param name="pt">
A <see cref="T:System.Drawing.Point"/> object containing coordinates of the test point.
</param>
<param name="nextHitInfo">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object containing information on the scheduler element under the test point.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.DirectionUp">
<summary>
<para>Gets or sets whether an arrow in the MoreButton is directed up.
</para>
</summary>
<value><b>True</b>, if an arrow is directed up; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.Empty">
<summary>
<para>Gets a special value that represents an uninitialized MoreButton.
</para>
</summary>
<value>The empty MoreButton.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.GoUp">
<summary>
<para>Gets or sets whether the button is directed up. Use the <see cref="P:DevExpress.XtraScheduler.Drawing.MoreButton.DirectionUp"/> property instead.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.MoreButton"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.HotTracked">
<summary>
<para>Gets whether the MoreButton changes in appearance when the mouse hovers over it.
</para>
</summary>
<value><b>True</b>, to enable mouse-sensitive highlighting; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.TargetViewStart">
<summary>
<para>Gets or sets the start of the interval that will be displayed in the view when the MoreButton is clicked.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the interval start.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.MoreButton.Visible">
<summary>
<para>Gets or sets whether the MoreButton visual element is displayed.
</para>
</summary>
<value><b>True</b> to display the MoreButton visual element; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.DateNavigationMode">
<summary>
<para>Defines the behavior mode of the DateNavigator selection when navigating months.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DateNavigationMode.MoveSelection">
<summary>
<para>Each time you switch month, the selection moves with the month.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DateNavigationMode.ScrollCalendar">
<summary>
<para>Keep the selection at the position and scroll only months.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentStatusExtension">
<summary>
<para>Defines extension methods for the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> interface.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusExtension.GetBrush(DevExpress.XtraScheduler.IAppointmentStatus)">
<summary>
<para>Gets the brush used to visualize the appointment status.
</para>
</summary>
<param name="status">
A <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.
</param>
<returns>A <see cref="T:System.Drawing.Brush"/> object that is the color used to paint the appointment status strip.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusExtension.SetBrush(DevExpress.XtraScheduler.IAppointmentStatus,System.Drawing.Brush)">
<summary>
<para>Gets the brush used to visualize the appointment status.
</para>
</summary>
<param name="status">
A <see cref="T:System.Drawing.Brush"/> object that is the color used to paint the appointment status strip.
</param>
<param name="brush">
A <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentLabelExtension">
<summary>
<para>Defines extension methods for the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> interface.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelExtension.GetColor(DevExpress.XtraScheduler.IAppointmentLabel)">
<summary>
<para>Gets the color of the appointment label.
</para>
</summary>
<param name="label">
A <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is the appointment label.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> object that is the color used to paint appointment with the label color.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelExtension.GetColor(DevExpress.XtraScheduler.IPersistentAppointmentLabel)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.<b></b>
</para>
</summary>
<param name="label">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelExtension.SetColor(DevExpress.XtraScheduler.IAppointmentLabel,System.Drawing.Color)">
<summary>
<para>Sets the color of the specified appointment label.
</para>
</summary>
<param name="label">
A <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is the appointment label.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> object that is the color used to paint appointment with the label color.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelExtension.SetColor(DevExpress.XtraScheduler.IPersistentAppointmentLabel,System.Drawing.Color)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="label">
</param>
<param name="color">
</param>
</member>
<member name="T:DevExpress.XtraScheduler.ISchedulerStorage">
<summary>
<para>A storage containing persistent objects - appointments, resources and appointment dependencies.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorage.Appointments">
<summary>
<para>Gets a storage object that contains appointments.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStorage"/> object that is the storage for appointments.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorage.GetLabelColor(System.Object)">
<summary>
<para>Obtains the color of the label by the label's ID.
</para>
</summary>
<param name="labelId">
An object that is the label's identifier available by the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> property of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> value that is the label's color.
</returns>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorage.PrepareAppointmentFilterColumn">
<summary>
<para>Fires when a column, representing an appointment's field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorage.PrepareResourceFilterColumn">
<summary>
<para>Fires when a column, representing a resource's field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorage.SetAppointmentId(DevExpress.XtraScheduler.Appointment,System.Object)">
<summary>
<para>Sets the identifier of the specified appointment to a specified value.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.
</param>
<param name="id">
An object that is the appointment identifier to assign.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceExtension">
<summary>
<para>Defines extension methods for the <see cref="T:DevExpress.XtraScheduler.Resource"/> object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceExtension.GetColor(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Obtains a color assigned to the specified resource.
</para>
</summary>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose color is obtained.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> object that is the color assigned to the resource.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceExtension.GetImage(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Obtains an image assigned to the specified resource.
</para>
</summary>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose image is obtained.
</param>
<returns>A <see cref="T:System.Drawing.Image"/> object that is the image assigned to the resource.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceExtension.MatchIds(DevExpress.XtraScheduler.Resource,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Determines whether resource identifiers are equal.
</para>
</summary>
<param name="res1">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the first resource to test.
</param>
<param name="res2">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the second resource to test.
</param>
<returns><b>True</b>, if the resource identifiers match; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceExtension.SetColor(DevExpress.XtraScheduler.Resource,System.Drawing.Color)">
<summary>
<para>Assigns color to the specified resource.
</para>
</summary>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose color is specified.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> object to assign to the resource.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceExtension.SetImage(DevExpress.XtraScheduler.Resource,System.Drawing.Image)">
<summary>
<para>Assigns an image to the specified resource.
</para>
</summary>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource whose image is specified.
</param>
<param name="image">
A <see cref="T:System.Drawing.Image"/> object to assign to the resource.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentRibbonForm">
<summary>
<para>Default appointment editing dialog of WinForms Scheduler starting with version 15.2.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment,System.Boolean)">
<summary>
<para>Initializes new instance of the AppointmentRibbonForm class with the specified settings.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.
</param>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.
</param>
<param name="openRecurrenceForm">
<b>true</b>, to invoke the recurrence form; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the AppointmentRibbonForm class with the specified settings.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.
</param>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentRibbonForm class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.IsAppointmentChanged(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Override the property in a custom form descendant to indicate whether any custom field is modified.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment edited in the appointment form.
</param>
<returns><b>true</b>, if a custom appointment field is changed for the appointment loaded in the editing form; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.LoadFormData(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Override this method in a custom form to load custom fields to form editors.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.MenuManager">
<summary>
<para>Gets or sets the menu manager which controls the look and feel of context menus on the form.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.Utils.Menu.IDXMenuManager"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.ReadOnly">
<summary>
<para>Gets or sets whether the appointment form allows appointment modification.
</para>
</summary>
<value><b>true</b>, if appointment modification is denied; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.SaveFormData(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Override this method in a custom form to save custom fields.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.
</param>
<returns><b>true</b>, if all data are saved successfully; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRibbonForm.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
<summary>
<para>Sets the object that controls the look and feel of the popup menus for all controls on the form.
</para>
</summary>
<param name="menuManager">
An object with the <b>DevExpress.Utils.Menu.IDXMenuManager</b> interface that controls the look and feel of the popup menus.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions">
<summary>
<para>Contains options which determine how the Time Indicator is displayed in the Scheduler view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions.#ctor">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings of the TimeIndicatorDisplayOptions object passed as a parameter to the current object.
</para>
</summary>
<param name="options">
An TimeIndicatorDisplayOptions object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions.ShowOverAppointment">
<summary>
<para>Gets or sets whether the Time Indicator is displayed over appointments in the view.
</para>
</summary>
<value><b>True</b> to display a current time line over appointments; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.ExtendedCell">
<summary>
<para>Repesents a cell shown at the bottom of the DayView report, intended to display appointments which do not fit the visible area.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.ExtendedCell.#ctor">
<summary>
<para>Initializes a new instance of the ExtendedCell class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.ExtendedCell.#ctor(DevExpress.XtraScheduler.Appointment,System.String,DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Initializes new instance of the ExtendedCell class with the specified settings.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> whose information is used for the ExtendedCell instance.
</param>
<param name="text">
A string that is the text displayed in the extended cell.
</param>
<param name="interval">
A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the time interval of the time cell in which the extended cell is displayed.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ExtendedCell.Appointment">
<summary>
<para>Gets the appointment to which the extended cell is related.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ExtendedCell.Text">
<summary>
<para>Gets the text displayed in the extended cell.
</para>
</summary>
<value>A string representing the text displayed in the cell.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.TimeCell">
<summary>
<para>An ordinary time cell in a scheduler's layout when it is drawn.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.TimeCell.#ctor">
<summary>
<para>Initializes a new instance of the TimeCell class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.Bounds">
<summary>
<para>Gets or sets the bounds used to paint the time cell.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure that is the time cell visual bounds.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.EndOfHour">
<summary>
<para>Determines if the cell border is drawn with a darker color.
</para>
</summary>
<value> <b>true</b> to use the dark color; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.IsWorkTime">
<summary>
<para>Determines if the cell belongs to the working time range and should be colored accordingly.
</para>
</summary>
<value><b>true</b> if the cell belongs to the working time range; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.ScrollBounds">
<summary>
<para>Gets the original bounds calculated for painting the time cell corrected by the scroll offset.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure which determines the bounds to paint the time cell.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.TimeCell.ScrollOffset">
<summary>
<para>Gets or sets the scroll offset used to paint the time cell.
</para>
</summary>
<value>An integer that is the scroll offset value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.#ctor(DevExpress.XtraScheduler.IAppointmentFlyoutData)">
<summary>
<para>Initializes a new instance of the AppointmentFlyoutShowingEventArgs class with the specified appointment flyout data.
</para>
</summary>
<param name="flyoutData">
An object with the <see cref="T:DevExpress.XtraScheduler.IAppointmentFlyoutData"/> interface containing appointment flyout data.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.Cancel">
<summary>
<para>Gets or sets whether the appointment flyout is not shown.
</para>
</summary>
<value><b>True</b>, if the appointment flyout form is not displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.Control">
<summary>
<para>Allows you to set a control to display instead of default appointment flyout content.
</para>
</summary>
<value>A control displayed as an appointment flyout content.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs.FlyoutData">
<summary>
<para>Provides access to data displayed in the appointment flyout.
</para>
</summary>
<value>An object with the <see cref="T:DevExpress.XtraScheduler.IAppointmentFlyoutData"/> interface containing appointment flyout data.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentFlyoutOptions">
<summary>
<para>Contains options which define how appointment flyouts are displayed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentFlyoutOptions.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentFlyoutOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFlyoutOptions.SubjectAutoHeight">
<summary>
<para>Gets or sets whether the subject area height is automatically adjusted to fit the text.
</para>
</summary>
<value><b>True</b>, if the height is automatically adjusted; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentFlyoutData">
<summary>
<para>Contains data used in the Appointment Flyout.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Appearance">
<summary>
<para>Provides access to an object used to specify how the appointment flyout is painted.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of an appointment flyout element.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Appointment">
<summary>
<para>Gets an appontment whose information the appointment flyout displays.
</para>
</summary>
<value>An <see cref="Appointment"/> object whose information is displayed.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.End">
<summary>
<para>Gets or sets the End value displayed in the appointment flyout.
</para>
</summary>
<value>A <see cref="DateTime"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Location">
<summary>
<para>Gets or sets the Location value displayed in the appointment flyout.
</para>
</summary>
<value>A <see cref="String"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.Location"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Reminder">
<summary>
<para>Gets a reminder associated with an appontment whose information the appointment flyout displays.
</para>
</summary>
<value>An <see cref="Reminder"/> object associated with an appointment whose information is displayed.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowEndDate">
<summary>
<para>Gets or sets whether to display the End value.
</para>
</summary>
<value><b>True</b>, if the End value is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowLocation">
<summary>
<para>Gets or sets whether to display the Location value.
</para>
</summary>
<value><b>True</b>, if the Location value is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowReminder">
<summary>
<para>Gets or sets whether to display the Reminder value.
</para>
</summary>
<value><b>True</b>, if the Reminder value is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowStartDate">
<summary>
<para>Gets or sets whether to display the Start value.
</para>
</summary>
<value><b>True</b>, if the Start value is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowStatus">
<summary>
<para>Gets or sets whether to display the Status value.
</para>
</summary>
<value><b>True</b>, if the Status value is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.ShowSubject">
<summary>
<para>Gets or sets whether to display the Subject value.
</para>
</summary>
<value><b>True</b>, if the Subject value is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Start">
<summary>
<para>Gets or sets the Start value displayed in the appointment flyout.
</para>
</summary>
<value>A <see cref="DateTime"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.Subject">
<summary>
<para>Gets or sets the Subject value displayed in the appointment flyout.
</para>
</summary>
<value>A <see cref="String"/> value that originates from the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentFlyoutData.SubjectAppearance">
<summary>
<para>Provides access to an object used to specify how the subject area in the appointment flyout is painted.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to specify how the subject area is painted.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController">
<summary>
<para>Provides all the settings which are required to edit a particular dependency in the <b>Appointment Dependency</b> form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Initializes a new instance of the AppointmentDependencyFormController class for the specified Scheduler control and appointment dependency.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object specifying the owner of the form.
</param>
<param name="dependency">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object whose properties are being edited.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.ApplyChanges">
<summary>
<para>Copies the Type value of the AppointmentDependency copy that is currently being edited in the form to the corresponding properties of the source appointment dependency.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.DependencyType">
<summary>
<para>Gets or sets the type of the appointment dependency currently being edited.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.DependentTaskDescription">
<summary>
<para>Gets the Description property value of the appointment that corresponds to the dependent task in the current dependency.
</para>
</summary>
<value>A string that is the appointment (task) description.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.ParentTaskDescription">
<summary>
<para>Gets the Description property value of the appointment that corresponds to the parent task in the current dependency.
</para>
</summary>
<value>A string that is the appointment (task) description.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.AppointmentDependencyFormController.PropertyChanged">
<summary>
<para>Occurs when a dependency type of the AppointmentDependency object handled by the <b>AppointmentDependencyFormController</b> changes.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.FullWeekView">
<summary>
<para>Represents a view that displays the entire week.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.FullWeekView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the FullWeekView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control assigned to the view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.FullWeekView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the FullWeekView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekViewAppearance"/> object that provides the appearance settings for FullWeekView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.FullWeekView.DayCount">
<summary>
<para>Not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.FullWeekView.Enabled">
<summary>
<para>Gets or sets if the view is enabled for the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
<value><b>true</b>, if the view is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.FullWeekView.MenuItemId">
<summary>
<para>Gets the ID of the menu item which switches to the Full Week View.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToFullWeekView"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.FullWeekView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.FullWeek"/> value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Printing.DailyPrintStyle">
<summary>
<para>A print style used to print the Day View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.DailyPrintStyle.#ctor">
<summary>
<para>Initializes a new instance of the DailyPrintStyle class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.DailyPrintStyle.#ctor(System.Boolean)">
<summary>
<para>Creates a new instance of the DailyPrintStyle class and specifies whether it is a base printing style.
</para>
</summary>
<param name="baseStyle">
<b>true</b> if it is a base printing style; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.Kind">
<summary>
<para>Gets the main characteristic of the printing style.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Daily"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.PrintAllAppointments">
<summary>
<para>Gets or sets whether to print text information on appointments which do not fall within the <see cref="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.PrintTime"/> interval.
</para>
</summary>
<value><b>true</b>, to print text information on appointments outside the selected print interval; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.PrintTime">
<summary>
<para>Gets or sets the time interval for printing.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object that specifies the time interval.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.DailyPrintStyle.ShouldSerializeTimeSlots">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.TimeSlots">
<summary>
<para>Provides access to a collection of time slots used to determine a horizontal grid in the printed schedule.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.DailyPrintStyle.UseActiveViewTimeScale">
<summary>
<para>Gets or sets whether the scheduler attempts to use the <see cref="P:DevExpress.XtraScheduler.DayView.TimeScale"/> value to determine the horizontal grid lines printed in the schedule .
</para>
</summary>
<value><b>true</b>, to use the time scale of the scheduler view to determine the time scale in the printout; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Services.IHeaderToolTipService">
<summary>
<para>Provides methods for custom formatting the tooltips of the header captions in different Scheduler views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderToolTipService.GetDayColumnHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayHeader)">
<summary>
<para>Implements a method which returns a format string for displaying the tooltip for the DayColumnHeader in a <b>Day View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderToolTipService.GetDayOfWeekHeaderToolTip(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
<summary>
<para>Implements a method which returns a format string for displaying the tooltip for the DayOfWeekHeader in a <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header in the Month View.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderToolTipService.GetTimeScaleHeaderToolTip(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
<summary>
<para>Implements a method which returns a format string for displaying the tooltip for the TimeScaleHeader in a <b>Timescale View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.TimeScaleHeader"/> object representing a header in the Timescale View.
</param>
<returns>A format string.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Services.IHeaderCaptionService">
<summary>
<para>Provides methods for custom formatting the header captions in different Scheduler views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetDayColumnHeaderCaption(DevExpress.XtraScheduler.Drawing.DayHeader)">
<summary>
<para>Implements a method which returns the format of the column header caption in the <b>Day View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetDayOfWeekAbbreviatedHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
<summary>
<para>Implements a method which returns a format string for displaying short day of week captions in the <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetDayOfWeekHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
<summary>
<para>Implements a method which returns a format string for displaying the DayOfWeek header caption in a <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetHorizontalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
<summary>
<para>Implements a method which returns a format string for displaying the HorizontalWeekCell header caption in a <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHeader"/> object, representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetTimeScaleHeaderCaption(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
<summary>
<para>Implements a method which returns a format string for displaying the TimeScale header caption in a <b>Timescale View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.TimeScaleHeader"/> object, representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IHeaderCaptionService.GetVerticalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
<summary>
<para>Implements a method which returns a format string for displaying the VerticalWeekCell header caption in <b>Week View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHeader"/> object, representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService">
<summary>
<para>Provides a wrapper for overriding methods used for custom formatting the header captions in different Scheduler views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.#ctor">
<summary>
<para>Initializes a new instance of the HeaderCaptionService class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetDayColumnHeaderCaption(DevExpress.XtraScheduler.Drawing.DayHeader)">
<summary>
<para>Override this method to change the format of the column header caption in the <b>Day View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayHeader"/> object representing a header in the Day View.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetDayOfWeekAbbreviatedHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
<summary>
<para>Override this method to return a format string for displaying short day of week captions in the <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetDayOfWeekHeaderCaption(DevExpress.XtraScheduler.Drawing.DayOfWeekHeader)">
<summary>
<para>Override this method to return a format string for displaying the DayOfWeek header caption in a <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader"/> object representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetHorizontalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
<summary>
<para>Override this method to return a format string for displaying the HorizontalWeekCell header caption in a <b>Month View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHeader"/> object, representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetTimeScaleHeaderCaption(DevExpress.XtraScheduler.Drawing.TimeScaleHeader)">
<summary>
<para>Override this method to return a format string for displaying the TimeScale header caption in a <b>Timescale View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.TimeScaleHeader"/> object, representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.HeaderCaptionService.GetVerticalWeekCellHeaderCaption(DevExpress.XtraScheduler.Drawing.SchedulerHeader)">
<summary>
<para>Override this method to return a format string for displaying the VerticalWeekCell header caption in a <b>Week View</b>.
</para>
</summary>
<param name="header">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHeader"/> object, representing a header.
</param>
<returns>A format string.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentDependencyFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyFormEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentDependencyFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.PrepareFilterColumnEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareAppointmentFilterColumn"/> and <see cref="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareResourceFilterColumn"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PrepareFilterColumnEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.PrepareFilterColumnEventArgs)">
<summary>
<para>A method that handles the <see cref="P:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs.FilterColumn"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareAppointmentFilterColumn"/> and <see cref="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareResourceFilterColumn"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs.#ctor(DevExpress.XtraEditors.Filtering.FilterColumn)">
<summary>
<para>Initializes a new instance of the PrepareFilterColumnEventArgs class with the specified arguments.
</para>
</summary>
<param name="filterColumn">
A <see cref="T:DevExpress.XtraEditors.Filtering.FilterColumn"/> object, representing a field to be filtered.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.PrepareFilterColumnEventArgs.FilterColumn">
<summary>
<para>Gets or sets a field to which a filter criteria is applied.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Filtering.FilterColumn"/> object, representing a field to be filtered.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentDependencyFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.#ctor(DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Initializes new instance of the AppointmentDependencyFormEventArgs class with the specified settings.
</para>
</summary>
<param name="dep">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> value. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.AppointmentDependency"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.AppointmentDependency">
<summary>
<para>Gets the appointment dependency for which the dialog will be shown.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the appointment dependency currently being processed.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.CommandSourceType">
<summary>
<para>Indicates the mechanism of the command input, e.g. keyboard, mouse, menu.
</para>
</summary>
<value>A <b>DevExpress.Utils.Commands.CommandSource</b> enumeration member, specifying the command input method.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyFormEventArgs.ReadOnly">
<summary>
<para>Gets a value indicating whether an appointment dependency is read-only.
</para>
</summary>
<value><b>true</b> if the dependency is read-only; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.ISchedulerInplaceEditor">
<summary>
<para>Provides methods to customize properties of an in-place editor.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.BackColor">
<summary>
<para>Gets or sets the background color of the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the background color of the control.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Bounds">
<summary>
<para>Gets or sets the size and location of the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object that specifies the size and location of the control, in pixels.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditor.CommitChanges">
<summary>
<para>Occurs before a modified value is saved to the underlying data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Focus">
<summary>
<para>Sets input focus to the control.
</para>
</summary>
<returns><b>true</b> if the input focus request was successful; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Font">
<summary>
<para>Gets or sets the font of the text displayed by the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> to apply to the text displayed by the control.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.ForeColor">
<summary>
<para>Gets or sets the foreground color of the control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color of the control.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditor.LostFocus">
<summary>
<para>Occurs when the control loses focus.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Parent">
<summary>
<para>Gets or sets the parent container of the control.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> that represents the parent or container of the control.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditor.RollbackChanges">
<summary>
<para>Occurs before changes are cancelled and the modified value is replaced with the former value (a value before modification).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditor.SelectAll">
<summary>
<para>Selects all text in the control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditor.SetPositionToTheEndOfText">
<summary>
<para>Sets the selection start to the end of text.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Text">
<summary>
<para>Gets or sets the current text in the control.
</para>
</summary>
<value>A <see cref="T:System.String"/>, representing a control's text.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerInplaceEditor.Visible">
<summary>
<para>Gets or sets a value indicating whether the control is displayed.
</para>
</summary>
<value><b>true</b> if the control is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs">
<summary>
<para>Provides parameters which can be used to instantiate a custom in-place editor within the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing"/> event handler.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerInplaceEditorEventArgs class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.BackColor">
<summary>
<para>Gets or sets the background color of the inplace editor.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the background color.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.BackColor2">
<summary>
<para>The color which is interpreted as the second color of the background's gradient brush.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object specifying the end color of the linear gradient brush used to fill the background.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Bounds">
<summary>
<para>Gets or sets the size and location of the inplace editor.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object that represents the size and location of the inplace editor control, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Control">
<summary>
<para>Gets or sets the containing Scheduler control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object, which is the container control for the inplace editor.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Font">
<summary>
<para>Gets or sets the font of the text displayed by the inplace editor.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> to apply to the text displayed by the control.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.ForeColor">
<summary>
<para>Gets or sets the foreground color of the inplace editor.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that represents the foreground color.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled and no default actions are required.
</para>
</summary>
<value><b>true</b> if no default processing is required; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.UseFullCellEditor">
<summary>
<para>Indicates whether the in-place editor should occupy the entire time cell.
</para>
</summary>
<value><b>True</b>, to create an in-place editor that fills the entire cell; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs.ViewInfo">
<summary>
<para>Gets or sets the object which contains the information used to render the appointment.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditRecurrentAppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditRecurrentAppointmentFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs"/> object, which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditRecurrentAppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the EditRecurrentAppointmentFormEventArgs class with the specified settings.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which an event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.EditRecurrentAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.Utils.Commands.CommandSourceType,System.Boolean,System.Boolean)">
<summary>
<para>Initializes new instance of the EditRecurrentAppointmentFormEventArgs class with the specified settings.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which an event has been raised This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment"/> property.
</param>
<param name="commandSourceType">
A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration member that informs about the source of a command which raised the event.
</param>
<param name="readOnly">
<b>True</b> if the form is opended in read-only mode; otherwise, <b>false</b>.
</param>
<param name="openRecurrenceForm">
<b>True</b> to invoke the corresponding recurrence form; otherwise, <b>false</b>.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader">
<summary>
<para>Contains information on the vertical Resource Header visual element of the Scheduler.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance,DevExpress.XtraScheduler.SchedulerResourceHeaderOptions)">
<summary>
<para>Initializes a new instance of the VerticalResourceHeader class with the specified settings.
</para>
</summary>
<param name="appearance">
A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, which provides the appearance settings for the visual element.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions"/> object, providing various visual settings for the resource headers.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.VerticalResourceHeader.RotateCaption">
<summary>
<para>Gets or sets the value indicating whether to rotate the caption's text.
</para>
</summary>
<value><b>true</b> to rotate the caption's text; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.HorizontalResourceHeader">
<summary>
<para>Contains information on the horizontal Resource Header visual element of the Scheduler.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.HorizontalResourceHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance,DevExpress.XtraScheduler.SchedulerResourceHeaderOptions)">
<summary>
<para>Initializes a new instance of the HorizontalResourceHeader class with the specified settings.
</para>
</summary>
<param name="appearance">
A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, which provides the appearance settings for the visual element.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions"/> object, providing various visual settings for the resource headers.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the CustomizeAppointmentFlyoutEventArgs class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Appearance">
<summary>
<para>Provides access to an object used to control the appearance of the flyout contents, except the Subject rectangle.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of the flyout contents.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Appointment">
<summary>
<para>Provides access to an appointment for which the flyout is invoked.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment whose information is displayed in the flyout.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.End">
<summary>
<para>Gets or sets the DateTime value displayed after the End text label.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value whose default value equals the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Location">
<summary>
<para>Gets or sets the text displayed after the Location text label.
</para>
</summary>
<value>A string whose default value equals the <see cref="P:DevExpress.XtraScheduler.Appointment.Location"/> property.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Reminder">
<summary>
<para>Gets or sets a reminder whose information is displayed in the appointment flyout.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is the reminder associated with an appointment.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowEndDate">
<summary>
<para>Gets or sets whether to display the End information.
</para>
</summary>
<value><b>True</b>, to display the End information in the flyout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowLocation">
<summary>
<para>Gets or sets whether to display the Location information.
</para>
</summary>
<value><b>True</b>, to display the Location information in the flyout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowReminder">
<summary>
<para>Gets or sets whether to display the time before start information of the appointment reminder.
</para>
</summary>
<value><b>True</b>, to display the <see cref="P:DevExpress.XtraScheduler.ReminderBase.TimeBeforeStart"/> information in the flyout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowStartDate">
<summary>
<para>Gets or sets whether to display the Start information.
</para>
</summary>
<value><b>True</b>, to display the Start information in the flyout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowStatus">
<summary>
<para>Gets or sets whether to display the status line.
</para>
</summary>
<value><b>True</b>, to display the status line in the flyout's Subject rectangle; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.ShowSubject">
<summary>
<para>Gets or sets whether to display the Subject rectangle.
</para>
</summary>
<value><b>True</b>, to display the subject in the flyout; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Start">
<summary>
<para>Gets or sets the DateTime value displayed after the Start text label.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value whose default value equals the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.Subject">
<summary>
<para>Gets or sets the text displayed in the Subject rectangle.
</para>
</summary>
<value>A string whose default value is the text of the appointment subject.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeAppointmentFlyoutEventArgs.SubjectAppearance">
<summary>
<para>Provides access to an object used to specify the appearance of the text in the Subject rectangle of the appointment flyout.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance used to control the look and feel characteristics of the Subject rectangle text.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventHandler">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.#ctor(DevExpress.Utils.Drawing.ObjectInfoArgs,DevExpress.XtraScheduler.Appointment,System.Drawing.Rectangle,System.Drawing.Rectangle,DevExpress.XtraScheduler.DefaultDrawDelegate,DevExpress.XtraScheduler.DefaultDrawDelegate,DevExpress.XtraScheduler.DefaultDrawDelegate)">
<summary>
<para>Initializes a new instance of the CustomDrawAppointmentFlyoutSubjectEventArgs class with specified settings.
</para>
</summary>
<param name="objectInfo">
A <see cref="T:DevExpress.Utils.Drawing.ObjectInfoArgs"/> value that provides information on the object.
</param>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> that is the appointment whose information is displayed in the flyout.
</param>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> value that specifies the object's bounding rectangle.
</param>
<param name="statusBounds">
A <see cref="T:System.Drawing.Rectangle"/> value that specifies the status line's bounding rectangle.
</param>
<param name="defaultDrawDelegate">
A delegate method used to perform default object drawing.
</param>
<param name="defaultDrawStatusDelegate">
A delegate method used to perform default status line drawing.
</param>
<param name="defaultDrawBackgroundDelegate">
A delegate method used to perform default background drawing.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.Appointment">
<summary>
<para>Provides access to an appointment for which the flyout is invoked.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment whose information is displayed in the flyout.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.DrawBackgroundDefault">
<summary>
<para>Renders the Subject rectangle background using the default drawing mechanism.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.DrawStatusDefault">
<summary>
<para>Renders the status line using the default drawing mechanism.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.CustomDrawAppointmentFlyoutSubjectEventArgs.StatusBounds">
<summary>
<para>Gets the location and size of the status line in the flyout's Subject rectangle.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure that is the rectangle to display the status line.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.VerticalSingleWeekCell">
<summary>
<para>A time cell in the main area of the Week view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.VerticalSingleWeekCell.#ctor(DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="headerAppearance">
</param>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.SelectionBarCell">
<summary>
<para>A cell located in the Selection Bar of the Timeline view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SelectionBarCell.#ctor">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SelectionBarCell.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.SelectionBarCell"/> value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.MonthSingleWeekCell">
<summary>
<para>A time cell in the main area of the Month view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.MonthSingleWeekCell.#ctor(DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="headerAppearance">
</param>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.HorizontalSingleWeekCell">
<summary>
<para>Base class for the time cell in the Month view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.HorizontalSingleWeekCell.#ctor(DevExpress.XtraScheduler.Drawing.BaseHeaderAppearanceContainer)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="headerAppearance">
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.HorizontalSingleWeekCell.FirstVisible">
<summary>
<para>Indicates whether the current cell is the first visible cell in the cell area of the Month view.
</para>
</summary>
<value><b>True</b> if the cell is the first (upper leftmost) cell in the Month view's time cell area; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerColorId">
<summary>
<para>Lists legacy label colors.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.AnniversaryLabel">
<summary>
<para>The <b>Anniversary</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.BirthdayLabel">
<summary>
<para>The <b>Birthday</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.BusinessLabel">
<summary>
<para>The <b>Business</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.ImportantLabel">
<summary>
<para>The <b>Important</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.MustAttendLabel">
<summary>
<para>The <b>Must Attend</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.NeedsPreparationLabel">
<summary>
<para>The <b>Needs Preparation</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.NoneLabel">
<summary>
<para>The <b>None</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.Nothing">
<summary>
<para>Indicates that the color is specified using the <see cref="P:DevExpress.XtraScheduler.AppointmentLabel.Color"/> property and does not correlate to SchedulerColorId enumeration members.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.PersonalLabel">
<summary>
<para>The <b>Personal</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.PhoneCallLabel">
<summary>
<para>The <b>Phone Call</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.TravelRequiredLabel">
<summary>
<para>The <b>Travel Required</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerColorId.VacationLabel">
<summary>
<para>The <b>Vacation</b> label color.
The legacy default color is shown below:<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.#ctor">
<summary>
<para>Initializes a new instance of the ConnectionPointsInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.BottomLeft">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.BottomRight">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.GetNextPoint(DevExpress.XtraScheduler.Drawing.ConnectorLocation,System.Drawing.Point)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="location">
</param>
<param name="point">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.Left">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.ReturnNextPoint(DevExpress.XtraScheduler.Drawing.ConnectorLocation,System.Drawing.Point)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="location">
</param>
<param name="point">
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.Right">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.TopLeft">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ConnectionPointsInfo.TopRight">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx">
<summary>
<para>Extends the <see cref="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.#ctor">
<summary>
<para>Initializes a new instance of the TimelineViewAppointmentDisplayOptionsEx class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically">
<summary>
<para>Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.
</para>
</summary>
<value><b>True</b> to display appointment status as a vertical strip on the left; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx.StatusDisplayType">
<summary>
<para>Specifies how to display the status line.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.DependencyTableType">
<summary>
<para>Lists types of dependency connections to the appointment.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.IncomingInFinish">
<summary>
<para>Dependency line enters the appointment's end.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.IncomingInStart">
<summary>
<para>Dependency line enters the appointment's start.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.OutcomingFromFinish">
<summary>
<para>Dependency line goes off from the appointment's end.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.DependencyTableType.OutcomingFromStart">
<summary>
<para>Dependency line goes off from the appointment's start.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.PopupMenuShowingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PopupMenuShowingEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.PopupMenuShowingEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> or <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraTreeList.PopupMenuShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentImagesEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentImagesEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.AppointmentImagesEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.AppointmentImagesEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentImagesEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentImagesEventArgs.#ctor(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo,DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection)">
<summary>
<para>Initializes a new instance of the AppointmentImagesEventArgs class with specified settings.
</para>
</summary>
<param name="viewInfo">
An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> interface defining view information for the appointment.
</param>
<param name="imageInfos">
An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection"/> collection, representing the collection of images used to display an appointment.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentImagesEventArgs.Appointment">
<summary>
<para>Provides access to the appointment for which the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages"/> event is fired.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> that is prepared for display.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentImagesEventArgs.ImageInfoList">
<summary>
<para>Gets a collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo"/> objects.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection"/> object which represents the event's collection of images.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentImagesEventArgs.ViewInfo">
<summary>
<para>Provides access to the characteristics of the appointment prepared for display.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> interface defining view characteristics for the appointment.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.ResourceHeader">
<summary>
<para>Serves as the base class for classes that represent the Resource Headers visual elements of the Scheduler.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.ResourceHeader.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.ResourceHeader"/> value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader">
<summary>
<para>Represents a scheduler's visual element, located above the time cells area and used to identify days of the week in the Month View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance,System.DayOfWeek)">
<summary>
<para>Initializes a new instance of the DayOfWeekHeader class with default settings.
</para>
</summary>
<param name="appearance">
A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, that provides appearance settings for the visual element.
</param>
<param name="dayOfWeek">
A System.DayOfWeek enumeration member, specifying a day of the week.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader.DayOfWeek">
<summary>
<para>Gets the day of the week, associated with the current <b>DayOfWeekHeader</b>
</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> object
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DayOfWeekHeader.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.DayOfWeekHeader"/> value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.DayHeader">
<summary>
<para>Represents a scheduler's visual element, located above the time cells area and used to identify days in the Day View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.DayHeader.#ctor(DevExpress.XtraScheduler.BaseHeaderAppearance)">
<summary>
<para>Initializes a new instance of the DayHeader class with default settings.
</para>
</summary>
<param name="appearance">
A <see cref="T:DevExpress.XtraScheduler.BaseHeaderAppearance"/> object, that provides appearance settings for the visual element.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.DayHeader.#ctor">
<summary>
<para>Initializes a new instance of the DayHeader class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DayHeader.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.DayHeader"/> value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit">
<summary>
<para>The pop-up checked list box control used to select multiple resources in appointment editing dialogs.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentResourcesEdit class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResetResourceIds">
<summary>
<para>Sets the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds"/> property to its default value.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds">
<summary>
<para>Provides access to the collection of resource identifiers (resource id's) of the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit"/> control.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> object.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIdsChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds"/> value is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ShouldSerializeResourceIds">
<summary>
<para>Used by Visual Studio Designer to check whether the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourcesEdit.ResourceIds"/> property has changed from its default value.
</para>
</summary>
<returns><b>True</b> if the <b>ResourceIds</b> property value should be serialized; otherwise, <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.DependencyViewInfo">
<summary>
<para>Provides information on the visual representation of the dependency.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.#ctor">
<summary>
<para>Initializes a new instance of the DependencyViewInfo class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.#ctor(System.Drawing.Point,System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the DependencyViewInfo class with the specified start and end points.
</para>
</summary>
<param name="start">
A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency starts.
</param>
<param name="end">
A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency ends.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Appearance">
<summary>
<para>Provides access to an object used to specify the appearance of the dependency object.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance specifying look and feel characteristics of a dependency.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Dependencies">
<summary>
<para>Gets a collection of dependencies for which the current view info is calculated.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCollection"/> object that contains dependencies for the current view info.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Dispose">
<summary>
<para>Disposes of the DependencyViewInfo object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.End">
<summary>
<para>Gets or sets the ending point of a visual dependency object.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency ends.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.EndAppointmentViewInfo">
<summary>
<para>Gets information about the position of a dependent appointment in the dependency link.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object that can be used to determine the appointment bounds.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>An <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentDependency"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Interval">
<summary>
<para>Overrides the corresponding method of the base class to hide it.
</para>
</summary>
<value>An <see cref="P:DevExpress.XtraScheduler.TimeInterval.Empty"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Items">
<summary>
<para>Provides access to a collection of graphic elements, such as roundings or arrows, drawn within a dependency object.
</para>
</summary>
<value>A <b>DevExpress.XtraScheduler.Drawing.ViewInfoItemCollection</b> object containing graphic elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.LineEnd">
<summary>
<para>Gets or sets the start point of a dependency line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency line starts.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.LineStart">
<summary>
<para>Gets or sets the start point of a dependency line.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency line starts.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Resource">
<summary>
<para>Overrides the corresponding value of the base class to hide it. Always returns an empty resource.
</para>
</summary>
<value>A <see cref="P:DevExpress.XtraScheduler.ResourceEmpty.Resource"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.SelectedAppearance">
<summary>
<para>Provides access to an object used to specify the appearance of the selected dependency.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> instance specifying the look and feel characteristics of a dependency.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.Start">
<summary>
<para>Gets or sets the starting point of a visual dependency object.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object specifying the point at which the dependency starts.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.StartAppointmentViewInfo">
<summary>
<para>Gets information about the position of a parent appointment in the dependency link.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object that can be used to determine the appointment bounds.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.DependencyViewInfo.ToString">
<summary>
<para>Returns the textual representation of the visual dependency location.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the location.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerOptionsPrint">
<summary>
<para>Provides print options for the Scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsPrint.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerOptionsPrint class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsPrint.PrintPreviewFormKind">
<summary>
<para>Specifies the user interface of the Print Preview form.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsPrint.PrintStyle">
<summary>
<para>Gets or sets the type of the printing style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind"/> enumeration value which specifies the scheduler's printing style type.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsPrint.ToString">
<summary>
<para>Returns the textual representation of printing options.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of printing options.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs.#ctor(DevExpress.XtraScheduler.Drawing.AppointmentViewInfo)">
<summary>
<para>Initializes a new instance of the AppointmentViewInfoCustomizingEventArgs class with the specified settings.
</para>
</summary>
<param name="viewInfo">
An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object which represents the event's view information. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo">
<summary>
<para>Provides access to the object which contains the information used to render the appointment.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> object.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle">
<summary>
<para>A print style used to print the Scheduler's data.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.AppointmentFont">
<summary>
<para>Gets or sets the font used to print appointments.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object specifying the font used to print the contents of appointments.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.AutoScaleHeadingsFont">
<summary>
<para>Gets or sets whether auto-adjustment of the print heading font size can be performed.
</para>
</summary>
<value><b>true</b> to enable font auto-scaling; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.BaseStyle">
<summary>
<para>Gets a value indicating if this print style is one of the base styles.
</para>
</summary>
<value><b>true</b> if this is one of the base styles; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Clone">
<summary>
<para>Creates a copy of the current SchedulerPrintStyle object.
</para>
</summary>
<returns>A SchedulerPrintStyle object which is a copy of the current object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Clone(System.Boolean)">
<summary>
<para>Creates a copy of the current SchedulerPrintStyle object, and if specified, preserves the option that indicates if this is a base style or not.
</para>
</summary>
<param name="keepBase">
<b>true</b> to preserve the <see cref="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.BaseStyle"/> property value in the new print style object; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.ColorConverter">
<summary>
<para>Gets or sets a color converter used by this print style when converting colors.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Printing.PrintColorConverter"/> object which represents the color converter for this print style.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.CreateBitmap(System.Int32,System.Int32)">
<summary>
<para>Creates an image with the specified dimensions specific to this print style.
</para>
</summary>
<param name="width">
An integer value which specifies the width of the image.
</param>
<param name="height">
An integer value which specifies the height of the image.
</param>
<returns>A <see cref="T:System.Drawing.Bitmap"/> object representing the image which corresponds to the current print style.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Dispose">
<summary>
<para>Disposes of the resources used by the SchedulerPrintStyle instance.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current SchedulerPrintStyle instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current SchedulerPrintStyle instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.GetHashCode">
<summary>
<para>Gets the hash code that corresponds to the value of the current SchedulerPrintStyle object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.HeadingsFont">
<summary>
<para>Gets or sets the font used to print headings.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object specifying the font used to print the headings.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.IsDisposed">
<summary>
<para>Gets whether the current object has been disposed of.
</para>
</summary>
<value><b>true</b> if the current object has been disposed of; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Kind">
<summary>
<para>Gets the kind of a print style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind"/> enumeration value which represents the kind of print style.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.PageSettings">
<summary>
<para>Gets or sets the page settings for this print style.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PageSettings"/> object which contains the page settings for this print style.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle.Reset">
<summary>
<para>Resets all print style options to their default values.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind">
<summary>
<para>Lists the styles available for printing the scheduler's data.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.CalendarDetails">
<summary>
<para>A style which lists appointments in the specified interval in chronological order. The printout is a table with two columns grouped by date. The first column indicates the appointment time, the next column contains appointment details.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Daily">
<summary>
<para>A style which prints the calendar in the specified interval one day per page. Each page includes the reference month calendar in the page header.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Default">
<summary>
<para>Default style for the current Scheduler view. If the ActiveViewType is Month, the default print style is Monthly, for the Week view the default print style is Weekly. Otherwise, it is Daily.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Memo">
<summary>
<para>A style which prints all the data of the selected appointments in a memo-like fashion.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Monthly">
<summary>
<para>A style which prints a calendar page or two for each month in the selected date range. Each month containing appointments includes the reference month calendar in the page header.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.TriFold">
<summary>
<para>A style which prints the calendar of the specified interval in three columns, each column having its own printing style - Daily, Weekly or Monthly.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleKind.Weekly">
<summary>
<para>A style which prints the selected date range so that each week is printed on one or two separate pages. The page header includes the reference calendars for the selected and the following months.
<para>
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection">
<summary>
<para>A collection of color schemas.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerColorSchemaCollection.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerColorSchemaCollection class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerColorSchemaCollection.Add(System.Object)">
<summary>
<para>Adds an object to the collection. Overrides the method of the base generic collection.
</para>
</summary>
<param name="value">
An object to add.
</param>
<returns>An integer that is the index of the newly added item in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerColorSchemaCollection.GetSchema(System.Drawing.Color,System.Int32)">
<summary>
<para>Creates a color schema based on the schema with the specified index with the specified base color.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> structure specifying the base color of the new schema.
</param>
<param name="index">
An integer specifying the index of a color schema used as a base for calculating a new schema.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> object.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerColorSchema">
<summary>
<para>A color schema which contains colors for a scheduler's resources.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerColorSchema.#ctor(System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the 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="M:DevExpress.XtraScheduler.SchedulerColorSchema.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerColorSchema class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.BaseColor">
<summary>
<para>Gets or sets the schema's base color, whose variations, according to an internal algorithm, are used as other color components of the schema.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.Cell">
<summary>
<para>Gets or sets the color value of the cell's color schema component.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellBorder">
<summary>
<para>Gets or sets the color value of the normal cell border's color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellBorderDark">
<summary>
<para>Gets or sets the color value of the color schema component.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellLight">
<summary>
<para>Gets or sets the color value of the color schema component.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellLightBorder">
<summary>
<para>Gets or sets the color value of the color schema component.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColorSchema.CellLightBorderDark">
<summary>
<para>Gets or sets the color value of the color schema component.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerColorSchema.ToString">
<summary>
<para>Returns the textual representation of the color schema.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the color schema.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.PreparePopupMenuEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PreparePopupMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PreparePopupMenuEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.PreparePopupMenuEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PreparePopupMenu"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.PreparePopupMenuEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.PreparePopupMenuEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PreparePopupMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PreparePopupMenuEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerPopupMenu)">
<summary>
<para>Initializes a new instance of the PreparePopupMenuEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object which represents a popup menu.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.WorkWeekViewAppearance">
<summary>
<para>Provides the appearance settings used to paint a Work Week View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WorkWeekViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the WorkWeekViewAppearance class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.MonthViewAppearance">
<summary>
<para>Provides the appearance settings used to paint a Month View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MonthViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the MonthViewAppearance class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimelineViewAppearance">
<summary>
<para>Provides the appearance settings used to paint a Timeline View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimelineViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the TimelineViewAppearance class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimelineView">
<summary>
<para>Arranges events and appointments across horizontal timelines.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimelineView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the TimelineView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control assigned to the timeline view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the TimelineView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimelineViewAppearance"/> object that provides the appearance settings for TimelineView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the appointment display options for the Timeline View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the Timeline View.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.CellsAutoHeight">
<summary>
<para>Gets or sets whether the height of a time cell can be automatically adjusted to fit appointments.
</para>
</summary>
<value><b>true</b> to switch auto height adjustment on; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.CellsAutoHeightOptions">
<summary>
<para>Provides access to options for specifying cell auto height behavior in the Timeline or Gantt view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.CellsAutoHeightOptions"/> object containing options that affect cell height calculations.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.DeferredScrolling">
<summary>
<para>Provides access to parameters that control deferred scrolling.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption"/> instance that specifies parameters for deferred scrolling.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.EnableInfiniteScrolling">
<summary>
<para>Gets or sets whether the horizontal scroll bar is mapped to the visible interval.
</para>
</summary>
<value><b>true</b>, if the visible interval is not mapped to the scroll bar length; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimelineView.GetBaseTimeScale">
<summary>
<para>Gets the time scale with the most detailed time interval.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeScale"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimelineView.Invalidate(System.Drawing.Rectangle)">
<summary>
<para>Invaldates the specified region of the current TimelineView object.
</para>
</summary>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> structure which is the region to invalidate.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.MenuItemId">
<summary>
<para>Gets the id of the scheduler menu item corresponding to the SwitchToTimelineView command.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration member, representing the id of the scheduler menu.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.OptionsSelectionBehavior">
<summary>
<para>Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.OptionsSelectionBehavior"/> class instance.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.Scales">
<summary>
<para>Provides access to a collection of time scales displayed in the Timeline view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object containing time scales for this view.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.SelectionBar">
<summary>
<para>Provides access to the selection bar options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SelectionBarOptions"/> object specifying the appearance of the selection bar.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.ShowResourceHeaders">
<summary>
<para>Gets or sets whether resource headers are displayed.
</para>
</summary>
<value><b>true</b> to show resource headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.TimeIndicatorDisplayOptions">
<summary>
<para>Provides access to options for displaying the Time Indicator in the view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions"/> object whose properties allow you to specify the visibility, relative position over the appointment and other options of the time indicator, if any.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.TimelineScrollBarVisible">
<summary>
<para>Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in rows of the Timeline view grouped by resource.
</para>
</summary>
<value><b>True</b> to enable a vertical scrollbar; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Timeline"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.ViewInfo">
<summary>
<para>Gets the information on visual representation of the object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.TimelineViewInfo"/> object providing information on visual representation of the TimelineView's elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineView.WorkTime">
<summary>
<para>Gets or sets the work time interval for a <b>Timeline View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl">
<summary>
<para>The editor with a pop-up checked list box control that filters resources within the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.#ctor">
<summary>
<para>Initializes a new instance of the ResourcesPopupCheckedListBoxControl class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.PopupControl">
<summary>
<para>Gets access to the popup control that is a part of the current control and performs a container role.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.PopupContainerControl"/> object that contains the current control.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.ResetResourcesItems(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Resets all resource items and their visibility state in the check list according to the specified <i>resources</i> collection.
</para>
</summary>
<param name="resources">
A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating the check list.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.ResourcesCheckedListBoxControl">
<summary>
<para>Gets access to the checked list box control that is a part of the current control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl"/> object that forms the current control.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.ResourceVisibleChanged(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Resets all resource items and their visibility state in the list, according to the specified <i>resources</i> collection.
</para>
</summary>
<param name="resources">
A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl.SchedulerControl">
<summary>
<para>Gets or sets the scheduler control which is assigned to the ResourcesPopupCheckedListBoxControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be shown in this checked list box.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.CustomDrawObjectEventHandler">
<summary>
<para>A method that will handle the <b>custom draw</b> events of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.CustomDrawObjectEventArgs)">
<summary>
<para>A method that handles the <b>custom draw</b> events of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.CustomDrawObjectEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.CustomDrawObjectEventArgs">
<summary>
<para>Provides data for the <b>custom draw</b> events of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.#ctor(DevExpress.Utils.Drawing.ObjectInfoArgs,System.Drawing.Rectangle)">
<summary>
<para>Initializes a new instance of the CustomDrawObjectEventArgs class with the specified settings.
</para>
</summary>
<param name="objectInfo">
A <see cref="T:DevExpress.Utils.Drawing.ObjectInfoArgs"/> value that provides information on the object. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.ObjectInfo"/> property.
</param>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> value that specifies the object's bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Bounds"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.#ctor(DevExpress.Utils.Drawing.ObjectInfoArgs,System.Drawing.Rectangle,DevExpress.XtraScheduler.DefaultDrawDelegate)">
<summary>
<para>Initializes a new instance of the CustomDrawObjectEventArgs class with specified settings.
</para>
</summary>
<param name="objectInfo">
A <see cref="T:DevExpress.Utils.Drawing.ObjectInfoArgs"/> value that provides information on the object.
</param>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> value that specifies the object's bounding rectangle.
</param>
<param name="defaultDrawDelegate">
A delegate method used to perform default object drawing.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Bounds">
<summary>
<para>Returns the bounding rectangle of the drawing area.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> value which specifies the object's bounding rectangle.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Cache">
<summary>
<para>Gets an object which specifies the storage for the pens, fonts and brushes. Use it for custom painting in Scheduler Reports.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.DrawDefault">
<summary>
<para>Renders the element using the default drawing mechanism.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Graphics">
<summary>
<para>Gets an object used for painting.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Graphics"/> object which provides a means for painting.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled. If it was handled, the default actions are not required.
</para>
</summary>
<value><b>true</b> if default painting isn't required; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomDrawObjectEventArgs.ObjectInfo">
<summary>
<para>Gets information on the painted element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.ObjectInfoArgs"/> class which provides information on the painted element.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.ActiveViewChangingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ActiveViewChangingEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.ActiveViewChangingEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanging"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.ActiveViewChangingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.ActiveViewChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerViewBase,DevExpress.XtraScheduler.SchedulerViewBase)">
<summary>
<para>Initializes a new instance of the ActiveViewChangingEventArgs class with the specified settings.
</para>
</summary>
<param name="oldView">
An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant. This object represents the previous active scheduler view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.OldView"/> property.
</param>
<param name="newView">
An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant. This object represents the new active scheduler view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.NewView"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.Cancel">
<summary>
<para>Gets or sets whether to cancel switching to another Scheduler view.
</para>
</summary>
<value><b>true</b> to cancel the operation performed on the event; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.NewView">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> property.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ActiveViewChangingEventArgs.OldView">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> property.
</para>
</summary>
<value>An object of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> class descendant.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl">
<summary>
<para>The combo box control that filters resources within the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.#ctor">
<summary>
<para>Initializes a new instance of the ResourcesComboBoxControl class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.EditorTypeName">
<summary>
<para>Gets the class name of the current editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> identifying the class name of the current editor.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.EditValue">
<summary>
<para>Gets or sets the combo box value that specifies the resource.
</para>
</summary>
<value>The object representing the edit value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.Properties">
<summary>
<para>Gets an object providing properties specific to the combo box editor.
</para>
</summary>
<value>A <b>RepositoryItemResourcesComboBox</b> object providing settings specific to this editor.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ResetResourcesItems(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Resets all resource items and their visibility state in the list according to the specified <i>resources</i> collection.
</para>
</summary>
<param name="resources">
A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ResourceVisibleChanged(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Resets all resource items and their visibility state in the list according to the specified <i>resources</i> collection.
</para>
</summary>
<param name="resources">
A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains resources to be used when updating.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.SchedulerControl">
<summary>
<para>Gets or sets the scheduler control assigned to the <b>ResourcesComboBoxControl</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be shown in this combo box.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ShowAllResourcesItem">
<summary>
<para>Specifies whether the value corresponding to all of the items will be shown in the combo box.
</para>
</summary>
<value><b>true</b> if the value signifying "all of the items" is present in the combo box items list; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl.ShowNoneResourcesItem">
<summary>
<para>Specifies whether the value corresponding to none of the items will be shown in the combo box.
</para>
</summary>
<value><b>true</b> if the value signifying "none of the items" is present in the combo box items list; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.DragDropMode">
<summary>
<para>Lists the values used to specify the drag-and-drop mode of the scheduler control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DragDropMode.Manual">
<summary>
<para>This mode is suitable for mutli-thread applications, when no <b>Drag~</b> events of the Scheduler Control can be raised.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DragDropMode.Standard">
<summary>
<para>This mode is suitable for single-thread applications. If this mode is enabled, all <b>Drag~</b> events of the Scheduler Control are correctly raised when appointments are dragged &amp; dropped.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.UI.StorageBindedImageComboBoxEdit">
<summary>
<para>Represents a base class for the controls used to select items contained in the scheduler storage.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.StorageBindedImageComboBoxEdit.Storage">
<summary>
<para>Gets or sets the <b>SchedulerStorage</b> object that contains appointments and resources to fill an editor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> object representing a storage for the <b>Scheduler</b> control.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.YearlyRecurrenceControl">
<summary>
<para>The control used to set the recurrence options for yearly recurrent appointments.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.YearlyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the YearlyRecurrenceControl class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.YearlyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Checks if the user input is valid for the control.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit">
<summary>
<para>The combo box used to select a week of the month.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.#ctor">
<summary>
<para>Initializes a new instance of the WeekOfMonthEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.Properties">
<summary>
<para>Gets an object that contains settings specific to the editor.
</para>
</summary>
<value>A <b>RepositoryItemWeekOfMonth</b> object that contains editor settings.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekOfMonthEdit.WeekOfMonth">
<summary>
<para>Gets or sets the selected value in the editor - the occurrence number of the week in a month.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration value that specifies a particular week in every month.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl">
<summary>
<para>The control used to set recurrence options for weekly recurring appointments.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the WeeklyRecurrenceControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl.FirstDayOfWeek">
<summary>
<para>Gets or sets the day which starts the <b>WeeklyRecurrenceControl</b>'s week.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value specifying the first day of the week for the <b>WeeklyRecurrenceControl</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeeklyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Checks if the user input is valid for the control.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.UI.WeekDaysEdit">
<summary>
<para>The combo box control used to select days of the week.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekDaysEdit.#ctor">
<summary>
<para>Initializes a new instance of the WeekDaysEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysEdit.DayOfWeek">
<summary>
<para>Gets or sets the value selected in the control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member, representing a day of the week, or a standard combination of days.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysEdit.Properties">
<summary>
<para>Gets an object that contains settings specific to the editor.
</para>
</summary>
<value>A <b>RepositoryItemDayOfWeek</b> object that contains editor settings.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit">
<summary>
<para>The control that allows selecting days of the week by checking the corresponding boxes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.#ctor">
<summary>
<para>Initializes a new instance of the WeekDaysCheckEdit class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.BeginInit">
<summary>
<para>Starts the <b>WeekDaysCheckEdit</b> control's runtime initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.BeginUpdate">
<summary>
<para>Locks the WeekDaysCheckEdit object by disallowing visual updates until the <b>EndUpdate</b> or <b>CancelUpdate</b> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.CancelUpdate">
<summary>
<para>Unlocks the WeekDaysCheckEdit object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.EndInit">
<summary>
<para>Ends the <b>WeekDaysCheckEdit</b> control's initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.EndUpdate">
<summary>
<para>Unlocks the WeekDaysCheckEdit object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.FirstDayOfWeek">
<summary>
<para>Gets or sets the day which starts the <b>WeekDaysCheckEdit</b> control's week.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value specifying the first day of the week for the <b>WeekDaysCheckEdit</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.IsUpdateLocked">
<summary>
<para>Notifies whether the <b>WeekDaysCheckEdit</b> control is locked for update.
</para>
</summary>
<value><b>true</b> if the control is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.UseAbbreviatedDayNames">
<summary>
<para>Specifies whether the control displays short names of week days .
</para>
</summary>
<value><b>True</b> if the control displays abbreviated names for week days.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.VisibleWeekDays">
<summary>
<para>Gets or sets days of the week visible in the <b>WeekDaysCheckEdit</b> control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member, representing a day or a group of days.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.WeekDays">
<summary>
<para>Gets or sets the day of the week or a specific group of days that is selected in the editor.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value specifying the day/days in a week.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.WeekDaysCheckEdit.WeekDaysChanged">
<summary>
<para>Fires when the control's weekday checkbox changes its state.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.UI.TimeZoneEdit">
<summary>
<para>The combo box that displays a list of time zones in its drop-down menu.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.TimeZoneEdit.#ctor">
<summary>
<para>Initializes a new instance of the TimeZoneEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.TimeZoneEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.TimeZoneEdit.Properties">
<summary>
<para>Gets an object that contains settings specific to the editor.
</para>
</summary>
<value>A <b>RepositoryItemTimeZone</b> object that contains editor settings.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.TimeZoneEdit.TimeZoneId">
<summary>
<para>Gets or sets the string identifier of the time zone selected in the control.
</para>
</summary>
<value>A string that uniquely identifies a particular time zone and corresponds to the <b>System.TimeZoneInfo.Id</b> property value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.RecurrenceControlBase">
<summary>
<para>A base class for recurrence controls available in the <b>XtraScheduler</b> library.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.#ctor">
<summary>
<para>Initializes a new instance of the RecurrenceControlBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.BeginUpdate">
<summary>
<para>Locks the RecurrenceControlBase object by disallowing visual updates until the <b>EndUpdate</b> or <b>CancelUpdate</b> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.CancelUpdate">
<summary>
<para>Unlocks the RecurrenceControlBase object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.CheckForWarnings(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Validates control settings when overridden.
</para>
</summary>
<param name="args">
A <b>ValidationArgs</b> object that will contain a check result and an error message if applicable.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.EndUpdate">
<summary>
<para>Unlocks the RecurrenceControlBase object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.RecurrenceControlBase.IsUpdateLocked">
<summary>
<para>Gets whether the control has been locked for updating.
</para>
</summary>
<value><b>true</b> if the control is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.RecurrenceControlBase.RecurrenceInfo">
<summary>
<para>Gets or sets appointment recurrence information.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object containing recurrence information.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.RecurrenceControlBase.RecurrenceInfoChanged">
<summary>
<para><para>Fires when an end user changes the information on a recurrence control.
</para>
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.UpdateControls">
<summary>
<para>Make the control's appearance consistent with property values when overridden.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.RecurrenceControlBase.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Checks if the user input is valid for the control.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl">
<summary>
<para>The control to set recurrence options for monthly recurring appointments.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the MonthlyRecurrenceControl class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl.CheckForWarnings(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Used to validate control settings.
</para>
</summary>
<param name="args">
A <b>ValidationArgs</b> object that will contain a check result and an error message if applicable.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.MonthlyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Checks if the user input is valid for the control.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.UI.MonthEdit">
<summary>
<para>The combo box control to select a month.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.MonthEdit.#ctor">
<summary>
<para>Initializes a new instance of the MonthEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.MonthEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.MonthEdit.Month">
<summary>
<para>Gets or sets the number of the selected month.
</para>
</summary>
<value>An integer value that is the month number.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.MonthEdit.Properties">
<summary>
<para>Gets an object that contains settings specific to the editor.
</para>
</summary>
<value>A <b>RepositoryItemMonth</b> object that contains editor settings.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.DurationEdit">
<summary>
<para>The combo box control used to specify time intervals (durations).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.DurationEdit.#ctor">
<summary>
<para>Initializes a new instance of the DurationEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.DurationEdit.Duration">
<summary>
<para>Gets or sets the value edited in the control.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.DurationEdit.DurationChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.DurationEdit.Duration"/> value is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.DurationEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.DurationEdit.LoadDefaults">
<summary>
<para>Fills in the control with predefined time intervals from 0 minutes to 2 days.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.DurationEdit.LoadDefaults(System.TimeSpan)">
<summary>
<para>Fills in the control with predefined time intervals.
</para>
</summary>
<param name="maxDuration">
A <see cref="T:System.TimeSpan"/> value that is the upper boundary for time intervals being loaded.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.DurationEdit.Properties">
<summary>
<para>Gets an object that contains settings specific to the editor.
</para>
</summary>
<value>A <b>RepositoryItemDuration</b> object that contains editor settings.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.DailyRecurrenceControl">
<summary>
<para>The control used to set recurrence options for daily recurring appointments in appointment editing dialogs.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.DailyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the DailyRecurrenceControl class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.DailyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Checks if the user input is valid for the control.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> object that may contain the check result and an error message.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentStatusEdit">
<summary>
<para>The image combo box control used to select the appointment status in appointment editing dialogs.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentStatusEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.AppointmentStatus">
<summary>
<para>Gets or sets the appointment status selected in the status editor.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> interface that is the appointment status selected in the editor.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.EditValue">
<summary>
<para>Gets or sets the editor's value.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.Properties">
<summary>
<para>Gets an object that contains editor specific settings.
</para>
</summary>
<value>A <b>RepositoryItemAppointmentStatus</b> object that contains editor settings.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.RefreshData">
<summary>
<para>Forces the control to reload its combo box item values.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.Status">
<summary>
<para>Gets or sets the status selected in the status editor.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.StatusChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.Status"/> value is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentStatusEdit.Storage">
<summary>
<para>Gets or sets the <b>SchedulerStorage</b> object that contains appointment status items to fill an editor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> object that is a storage for the <b>Scheduler</b> control.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentResourceEdit">
<summary>
<para>The image combo box control used to select a single resource in appointment editing dialogs.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentResourceEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.EditValue">
<summary>
<para>Gets or sets the editor's value.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.Properties">
<summary>
<para>Gets an object that contains specific editor settings.
</para>
</summary>
<value>A <b>RepositoryItemAppointmentResource</b> object that contains editor settings.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.RefreshData">
<summary>
<para>Updates the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentResourceEdit"/> control to reflect changes of visible resources and re-creates the colored rectangles of the resource list.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.ResourceId">
<summary>
<para>Gets or sets the unique identifier for the resource of the currently selected appointment.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that specifies the resource's unique identifier.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.ResourceIdChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.ResourceId"/> value is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.SchedulerControl">
<summary>
<para>Gets or sets the scheduler control assigned to the <b>AppointmentResourceEdit</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be shown in this combo box.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentResourceEdit.Storage">
<summary>
<para>Gets or sets the storage containing resources used to fill the editor.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> object used to obtain resources.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentLabelEdit">
<summary>
<para>The image combo box control used to select appointment labels in appointment editing dialogs.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentLabelEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.AppointmentLabel">
<summary>
<para>Gets or sets the label selected in the editor.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> interface that is the appointment label selected in the editor.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A <see cref="T:System.String"/> object identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.EditValue">
<summary>
<para>Gets or sets the editor's value.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.Label">
<summary>
<para>Gets or sets the label selected in the editor.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object that is the appointment label selected in the editor.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.LabelChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.Label"/> property value is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.Properties">
<summary>
<para>Gets an object that contains settings specific to the appointment label editor.
</para>
</summary>
<value>A <b>RepositoryItemAppointmentLabel</b> object that contains editor settings.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.RefreshData">
<summary>
<para>Forces the control to reload its combo box item values.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentLabelEdit.Storage">
<summary>
<para>Gets or sets the <b>SchedulerStorage</b> object that contains items to fill an editor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> object representing a storage for the <b>Scheduler</b> control.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AllDayAreaCell">
<summary>
<para>An all-day appointment cell in a scheduler's layout when it is drawn.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.#ctor">
<summary>
<para>Initializes a new instance of the AllDayAreaCell class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.CachedSkinElementInfo">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.DrawLeftSeparator">
<summary>
<para>Specifies whether the all-day appointment cell displays its left boundary.
</para>
</summary>
<value><b>true</b>, to display the left boundary of the cell; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>An <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AllDayArea"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AllDayAreaCell.LeftSeparatorBounds">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx">
<summary>
<para>Extends the <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.#ctor">
<summary>
<para>Initializes a new instance of the DayViewAppointmentDisplayOptionsEx class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.AllDayAppointmentsStatusDisplayType">
<summary>
<para>Gets or sets how the status of appointments located in the all-day area is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration member specifying how the status should be displayed for the appointments in the all-day area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx.ShowAllDayAppointmentStatusVertically">
<summary>
<para>Gets or sets whether to display an all-day appointment status strip vertically on the left or horizontally at the top.
</para>
</summary>
<value><b>True</b>, to display all-day appointment status as a vertical strip on the left; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo">
<summary>
<para>Contains information about a specific point within a scheduler.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.#ctor(DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo,DevExpress.XtraScheduler.Drawing.SchedulerHitTest,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
<summary>
<para>Initializes a new instance of the SchedulerHitInfo class with the specified view and hit testing information, and in addition, hit information about the next scheduler element under the test point.
</para>
</summary>
<param name="viewInfo">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo"/> object which contains view information. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.ViewInfo"/> property.
</param>
<param name="hitTest">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which specifies the scheduler element under the test point. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.HitTest"/> property.
</param>
<param name="nextHitInfo">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object which contains information about the next (underlying) scheduler element under the test point. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.NextHitInfo"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.#ctor(DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo,DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
<summary>
<para>Initializes a new instance of the SchedulerHitInfo class with the specified view and hit testing information.
</para>
</summary>
<param name="viewInfo">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo"/> object which contains view information. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.ViewInfo"/> property.
</param>
<param name="hitTest">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which specifies the scheduler element under the test point. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.HitTest"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.Contains(DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
<summary>
<para>Determines whether the current hit information contains the specified Scheduler element.
</para>
</summary>
<param name="types">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which specifies the scheduler element to locate.
</param>
<returns><b>true</b> if the specified Scheduler element is located under the test point; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.FindFirstLayoutHitInfo">
<summary>
<para>Finds the first SchedulerHitInfo object that is not null for the current hit.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.FindHitInfo(DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
<summary>
<para>Searches the hit information for the specified type(s) of the element.
</para>
</summary>
<param name="types">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.FindHitInfo(DevExpress.XtraScheduler.Drawing.SchedulerHitTest,DevExpress.XtraScheduler.Drawing.SchedulerHitTest)">
<summary>
<para>Searches the hit information for the specified type(s) of the element, traversing to the depth of the specified stop type(s).
</para>
</summary>
<param name="types">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value.
</param>
<param name="stopTypes">
A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.HitTest">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest"/> enumeration value which identifies the type of the visual element that contains the test point.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.NextHitInfo">
<summary>
<para>Provides the hit information about the element that is positioned next below the current hit element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.None">
<summary>
<para>Gets the hit information that specifies that the test point does not belong to any part of the scheduler.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object that contains empty hit information.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo.ViewInfo">
<summary>
<para>Gets the object which contains the information used to render the visual element located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo"/> class descendant providing view information on the visual element located under the test point.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase">
<summary>
<para>Serves as a base for classes which provide view information for a selected element within a scheduler.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.AppointmentAutoHeight">
<summary>
<para>Gets or sets whether an appointment should change its height automatically for the current view.
</para>
</summary>
<value><b>true</b> if an appointment's height is changed automatically to fit the text; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.AppointmentDisplayOptions">
<summary>
<para>Provides access to the appointment's display options.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> object containing options for displaying appointments.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.AppointmentHeight">
<summary>
<para>Gets or sets the height of a single appointment for the current View (in pixels).
</para>
</summary>
<value>An integer value which represents the appointment height measured in pixels.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Bounds">
<summary>
<para>Gets the bounds contained in the view information.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> value.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcFinalLayout">
<summary>
<para>Calculates the final layout for display of all visible elements of the current scheduler view on the screen.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcHitInfo(System.Drawing.Point,System.Boolean)">
<summary>
<para>Returns information on scheduler elements located at the specified point.
</para>
</summary>
<param name="pt">
A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the scheduler's top-left corner.
</param>
<param name="layoutOnly">
<b>true</b> if the appointments are ignored and only the scheduler's layout is taken into consideration; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object which contains information about scheduler elements located at the test point.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcPreliminaryAppointments">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcPreliminaryCellContainers">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CalcScrollBarVisibility">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CellContainers">
<summary>
<para>Provides access to visible time cells in the current View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellContainerCollection"/> class instance, representing a container for visible cells.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.CopyAllAppointmentViewInfos">
<summary>
<para>Provides access to the collection of objects containing information on appointments and their visual representation.
</para>
</summary>
<returns>A <b>DevExpress.XtraScheduling.Drawing.AppointmentViewInfoCollection</b> object, that is a collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.DeferredExecuteNavigationButtonsLayoutCalculator(System.Drawing.Graphics)">
<summary>
<para>For internal use. The method is required for the animated view navigation.
</para>
</summary>
<param name="g">
A <see cref="T:System.Drawing.Graphics"/> object that outputs to the graphics buffer.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Dispose">
<summary>
<para>Disposes of the SchedulerViewInfoBase object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GetAllAppointmentViewInfos">
<summary>
<para>Provides access to the collection of objects containing information on appointments and their visual representation.
</para>
</summary>
<returns>A collection of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfo"/> objects.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GetCellContainers">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GetMoreButtons">
<summary>
<para>Provides access to a collection of <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> elements in the current view.
</para>
</summary>
<returns>A <see cref="T:System.Collections.Generic.IEnumerable`1[[DevExpress.XtraScheduler.Drawing.MoreButton]]"/> collection containing More Buttons.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.GroupSeparators">
<summary>
<para>Gets the group separators settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHeaderCollection"/> object.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Initialize">
<summary>
<para>Initializes the <see cref="T:DevExpress.Utils.AppearanceObject"/> instances required for painting the view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.MakeAppointmentVisibleInScrollContainers(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="appointment">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.MoreButtons">
<summary>
<para>Gets the collection of all More Buttons shown in the current scheduler view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButtonCollection"/> instance, that is the collection of <see cref="T:DevExpress.XtraScheduler.Drawing.MoreButton"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.NavigationButtons">
<summary>
<para>Provides access to the Navigation Buttons collection of the current view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.NavigationButtonCollection"/> object that represents navigation buttons for the view.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.PaintAppearance">
<summary>
<para>Gets the appearance settings applied to the current scheduler view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.BaseViewAppearance"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.Painter">
<summary>
<para>Gets an object that provides the painting functionality of the scheduler control's Views.
</para>
</summary>
<value>A <b>DevExpress.XtraScheduler.Drawing.ViewPainter</b> class instance.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.ResourceHeaders">
<summary>
<para>Gets the resource headers currently shown in the current scheduler view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHeaderCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.ScrollOffset">
<summary>
<para>To be overridden in a derived class to provide the scroll offset of the View's content.
</para>
</summary>
<value>A zero (0) value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.View">
<summary>
<para>Gets the current scheduler view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.VisibleIntervals">
<summary>
<para>Gets the visible intervals of the current view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.VisibleResources">
<summary>
<para>Gets a collection of visible resources for the current view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions">
<summary>
<para>Provides resource header options for the Scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerResourceHeaderOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.ImageInterpolationMode">
<summary>
<para>Gets or sets the algorithm used for image scaling in the headers.
</para>
</summary>
<value>An <see cref="T:System.Drawing.Drawing2D.InterpolationMode"/> enumeration member specifying the algorithm that is used when images are scaled.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.ImageSize">
<summary>
<para>Gets or sets the size of an image which is shown within a resource header.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> value which represents the size of an image.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl">
<summary>
<para>The checked list box control that filters resources within the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.#ctor(DevExpress.XtraScheduler.UI.ResourceFilterController)">
<summary>
<para>Initializes a new instance of the ResourcesCheckedListBoxControl class with the specified filter controller.
</para>
</summary>
<param name="controller">
A <see cref="T:DevExpress.XtraScheduler.UI.ResourceFilterController"/> object which represents the filter controller of the resources checked list box control.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.#ctor">
<summary>
<para>Initializes a new instance of the ResourcesCheckedListBoxControl class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.ResetResourcesItems(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Resets all the resource items and their visibility state in the check list according to the specified <i>resources</i> collection.
</para>
</summary>
<param name="resources">
A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains the resources to be used when updating the check list.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.ResourceVisibleChanged(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Resets all the resource items and their visibility state in the check list according to the specified <i>resources</i> collection and preserves the index of currently selected item.
</para>
</summary>
<param name="resources">
A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which contains the resources to be used when updating the check list.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl.SchedulerControl">
<summary>
<para>Gets or sets the scheduler control which is assigned to the ResourcesCheckedListBoxControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler whose resources will be filtered by this checked list box.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.InplaceEditorEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.InplaceEditorEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.InplaceEditorEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.InplaceEditorEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.InplaceEditorEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.InplaceEditorEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the 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.XtraScheduler.InplaceEditorEventArgs.InplaceEditor">
<summary>
<para>Gets or sets the in-place editor which is invoked when an end-user adds a new appointment or edits an existing one "in place".
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerInplaceEditor"/> object which represents the in-place editor.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.InplaceEditorEventArgs.InplaceEditorEx">
<summary>
<para>Gets or sets the in-place editor which is invoked when an end-user adds a new appointment or edits an existing one "in place".
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx"/> object which represents the in-place editor.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.InplaceEditorEventArgs.SchedulerInplaceEditorEventArgs">
<summary>
<para>Gets or sets the object that specifies the scheduler control instance and basic characteristics used to customize the inplace editor appearance and layout.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerInplaceEditorEventArgs"/> object.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceNavigator">
<summary>
<para>Represents the Resource Navigator control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceNavigator.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the ResourceNavigator class with the specified <b>Scheduler Control</b>.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which specifies the owner of this resource navigator.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceNavigator.Buttons">
<summary>
<para>Provides access to buttons displayed in a scheduler resource navigator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.ControlNavigatorButtons"/> object representing buttons of a scheduler resource navigator.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceNavigator.Dispose">
<summary>
<para>Disposes of the ResourceNavigator object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceNavigator.ShowToolTips">
<summary>
<para>Gets or sets a value which specifies whether the navigator can display hints.
</para>
</summary>
<value><b>true</b> if the navigator can display hints; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceNavigator.Visibility">
<summary>
<para>Gets or sets the visibility behaviour of the ResourceNavigator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceNavigatorVisibility"/> enumeration value which specifies the visibility behaviour of the resource navigator.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.CustomizeDateNavigationBarCaptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeDateNavigationBarCaption"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeDateNavigationBarCaptionEventArgs.Caption">
<summary>
<para>Gets or sets a text displayed as a caption in the <see cref="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar"/> control.
</para>
</summary>
<value>A string that is the Date Navigation Bar caption.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeDateNavigationBarCaptionEventArgs.Interval">
<summary>
<para>Gets the visible date interval of the SchedulerControl which should be indicated in the Date Navigation Bar control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is the interval displayed in the SchedulerControl.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm">
<summary>
<para>Default recurrence editing form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentRecurrenceForm class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.FirstDayOfWeek)">
<summary>
<para>Initializes a new instance of the AppointmentRecurrenceForm class and loads the specified appointment pattern.
</para>
</summary>
<param name="pattern">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance specifying the recurrence pattern.
</param>
<param name="firstDayOfWeek">
A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration member specifying the day of week from which the week starts.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.FirstDayOfWeek,DevExpress.XtraScheduler.UI.AppointmentFormControllerBase)">
<summary>
<para>Initializes a new instance of the AppointmentRecurrenceForm class bound to the specified form controller and loads the specified appointment pattern.
</para>
</summary>
<param name="pattern">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance specifying the recurrence pattern.
</param>
<param name="firstDayOfWeek">
A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration member specifying the starting day of the week.
</param>
<param name="controller">
A <see cref="T:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase"/> instance that is the controller of the parent appointment form.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
<summary>
<para>Sets the object that controls the look and feel of the popup menus for all controls in the form.
</para>
</summary>
<param name="menuManager">
An object with the <b>DevExpress.Utils.Menu.IDXMenuManager</b> interface that controls the look and feel of the popup menus.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentRecurrenceForm.ShowExceptionsRemoveMsgBox">
<summary>
<para>Gets or sets whether to show a warning when the user clicks the OK button.
</para>
</summary>
<value><b>true</b>, to invoke a warning message box; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentForm">
<summary>
<para>Simple appointment editing form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentForm class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the AppointmentForm class with the specified settings.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.
</param>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment,System.Boolean)">
<summary>
<para>Initializes a new instance of the AppointmentForm class bound to the specified SchedulerControl, loads the specified appointment and invokes the recurrence form if required.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> instance to which a form is bound.
</param>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance loaded for editing.
</param>
<param name="openRecurrenceForm">
<b>true</b>, to invoke the recurrence form; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.IsAppointmentChanged(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Override the property in a custom form descendant to indicate whether any custom field is modified.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment edited in the appointment form.
</param>
<returns><b>true</b>, if a custom appointment field is changed for the appointment loaded in the editing form; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.LoadFormData(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Override this method in a custom form to load custom fields to form editors.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentForm.MenuManager">
<summary>
<para>Gets or sets the menu manager which controls the look and feel of context menus on the form.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.Utils.Menu.IDXMenuManager"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentForm.ReadOnly">
<summary>
<para>Gets or sets whether the appointment form allows appointment modification.
</para>
</summary>
<value><b>true</b>, if appointment modification is denied; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.SaveFormData(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Override this method in a custom form to save custom fields.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being edited in the form.
</param>
<returns><b>true</b>, if all data are saved successfully; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentForm.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
<summary>
<para>Sets the object that controls the look and feel of the popup menus for all controls on the form.
</para>
</summary>
<param name="menuManager">
An object with the <b>DevExpress.Utils.Menu.IDXMenuManager</b> interface that controls the look and feel of the popup menus.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentStorage">
<summary>
<para>Defines the base interface for different types of the Scheduler storage - the legacy appointment storage and a new asynchronous storage.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentStorage.CommitIdToDataSource">
<summary>
<para>Gets or sets whether the appointment ID value should be passed to the data source.
</para>
</summary>
<value><b>true</b>, to pass the appointment's <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> value to the mapped field in the data source; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase">
<summary>
<para>Base class for a time cell in the Week and Month views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.CalcLayout(System.Boolean)">
<summary>
<para>Calculates the layout for display of the cell in the Week View and Month View views.
</para>
</summary>
<param name="hideHeaderCaption">
<b>True</b> to hide the cell's header; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.CalculateHitInfo(System.Drawing.Point,DevExpress.XtraScheduler.Drawing.SchedulerHitInfo)">
<summary>
<para>Calculates hit information for the specified test point.
</para>
</summary>
<param name="pt">
A System.Drawing.Point object containing coordinates of the text point.
</param>
<param name="nextHitInfo">
A <see cref="SchedulerHitInfo"/> object containing information on the scheduler element under the test point.
</param>
<returns>A <see cref="SchedulerHitInfo"/> object containing information on the scheduler element under the test point.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.ContentBounds">
<summary>
<para>Gets the rectangle which encompasses the cell area excluding its header.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> that is the area for displaying the cell content.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Date">
<summary>
<para>Gets the date assigned to the cell.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that is the date represented by a time cell.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Header">
<summary>
<para>Provides access to the Day of Week headers of a <see cref="T:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase"/> instance.
</para>
</summary>
<value>A <see cref="SchedulerHeader"/> object that is the Day of Week header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.HeaderBounds">
<summary>
<para>Provides access to the Day of Week header bounds.
</para>
</summary>
<value>A <see cref="Rectangle"/> object representing the header bounds.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.HeaderPreliminaryResult">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Interval">
<summary>
<para>Retrieves the specific time interval within the <see cref="T:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase"/> instance.
</para>
</summary>
<value>A <see cref="TimeInterval"/> object that is the time interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Resource">
<summary>
<para>Provides access to the visible resource headers.
</para>
</summary>
<value>A <see cref="Resource"/> object that is the resource.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.ScrollContentBounds">
<summary>
<para>Gets the <see cref="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.ContentBounds"/> corrected by the scroll offset.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure that determines the bounds used to paint the view.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SingleWeekCellBase.Selected">
<summary>
<para>Gets or sets whether the time cell is selected.
</para>
</summary>
<value><b>true</b> if the time cell is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.DateNavigator">
<summary>
<para>The calendar control for navigating dates. Can be associated with a SchedulerControl to retrieve various information (e.g., appointment dates).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.#ctor">
<summary>
<para>Initializes a new instance of the DateNavigator class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.AllowDrop">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.AllowDrop"/> property.
</para>
</summary>
<value><b>true</b> if drag-and-drop operations are allowed in the control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.AutoScroll">
<summary>
<para>Gets or sets whether automatic scrolling is enabled when the mouse pointer hovers over the scroll zones.
</para>
</summary>
<value><b>True</b>, to enable automatic scrolling when the mouse pointer moves outside the visible boundaries and hovers over the scroll zones; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.AutoSize">
<summary>
<para>Gets or sets whether the control's size is determined by its content, i.e., by the number and layout of displayed months.
</para>
</summary>
<value><b>True</b> to set the control dimensions to display the month grid as specified by the <see cref="P:DevExpress.XtraEditors.Controls.CalendarControlBase.RowCount"/> and <see cref="P:DevExpress.XtraEditors.Controls.CalendarControlBase.ColumnCount"/> properties; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.BeginInit">
<summary>
<para>Starts the <b>Date Navigator</b>'s initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.BeginUpdate">
<summary>
<para>Locks the DateNavigator object by disallowing visual updates until the <b>EndUpdate</b> or <b>CancelUpdate</b> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.BoldAppointmentDates">
<summary>
<para>Gets or sets a value indicating if the dates which contain appointments should be shown bold.
</para>
</summary>
<value><b>true</b> to bold the dates which contain at least one scheduled appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.CalendarView">
<summary>
<para>This property is implemented to hide the property of the base class. At the moment the <b>Classic</b> view is the only view available.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.CalendarView"/> enumeration member that specifies the style of a calendar.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.CancelUpdate">
<summary>
<para>Unlocks the DateNavigator object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.DateTime">
<summary>
<para>Gets or sets a single date selected in the DateNavigator control.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object that is the selected date.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.EndInit">
<summary>
<para>Ends the <b>Date Navigator</b>'s initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.EndUpdate">
<summary>
<para>Unlocks the DateNavigator object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.FirstDayOfWeek">
<summary>
<para>Gets the day to display as the first day of the week within the calendar.
</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the first day of the week.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.GetHitInfo(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Obtains information on the DateNavigator control's element located at the specified point.
</para>
</summary>
<param name="e">
A <see cref="T:System.Windows.Forms.MouseEventArgs"/> object that contains the test point coordinates.
</param>
<returns>A <see cref="T:DevExpress.XtraEditors.Calendar.CalendarHitInfo"/> object containing information about the element at the test point.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.HighlightHolidays">
<summary>
<para>Gets or sets a value indicating if holiday dates should be highlighted with Red color.
</para>
</summary>
<value><b>true</b> to highlight holiday dates; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.HotDate">
<summary>
<para>Obtains the date displayed in a cell that the mouse hovers over.
</para>
</summary>
<value>The <see cref="T:System.DateTime"/> date of the cell that is hovered over or <b>null</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.InactiveDaysVisibility">
<summary>
<para>Gets or sets whether inactive days (dates which do not belong to a current month but are displayed to fill in the first or last row) are shown.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Controls.CalendarInactiveDaysVisibility"/> enumeration member that specifies the mode for displaying inactive days.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.IsUpdateLocked">
<summary>
<para>Gets whether the object has been locked for updating.
</para>
</summary>
<value><b>true</b> if the control is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.MaxValue">
<summary>
<para>Gets or sets the upper limit of the operational date range for the unbound DateNavigator.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value specifying the maximum date value in the date range.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.MinValue">
<summary>
<para>Gets or sets the lower limit of the operational date range for the unbound DateNavigator.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value specifying the minimum date value in the date range.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.NavigationMode">
<summary>
<para>Gets or sets the mode that defines how a selection behaves when navigating dates in the control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DateNavigationMode"/> enumeration member that specifies how a selection behaves during date navigation.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigator.Refresh">
<summary>
<para>Updates a Date Navigator control to display selected dates.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.SchedulerControl">
<summary>
<para>Gets or sets the scheduler control assigned to the <b>Date Navigator</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object representing the scheduler which will be controlled by this <b>Date Navigator</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.SelectedRanges">
<summary>
<para>Gets the selected date ranges (DateRange objects). Each DateRange object identifies dates that are EQUAL OR GREATER THAN the DateRange.StartDate and LESS THAN the DateRange.EndDate. Thus the last date is excluded from the range.
</para>
</summary>
<value>A collection of selected date ranges.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.SelectionBehavior">
<summary>
<para> Gets or sets a mode for selecting dates by dragging over them.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Controls.CalendarSelectionBehavior"/> enumeration member that specifies the selection mode.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.SelectionMode">
<summary>
<para>Gets or sets whether the end-user can select multiple dates.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.CalendarSelectionMode"/> enumeration member that specifies whether single or multiple selection is allowed.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.ShowClearButton">
<summary>
<para>Gets or sets whether the <b>Clear</b> button is displayed.
</para>
</summary>
<value><b>True</b> to show the <b>Clear</b> button; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.ShowMonthHeaders">
<summary>
<para>Gets or sets whether to display captions for each visible month.
</para>
</summary>
<value><b>True</b> to display month name for each month shown; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.ShowTodayButton">
<summary>
<para>Gets or sets a value which specifies whether the Today Button is visible.
</para>
</summary>
<value><b>true</b> to show the Today button; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.ShowWeekNumbers">
<summary>
<para>Gets or sets a value indicating if week numbers will be shown in the <b>Date Navigator</b>.
</para>
</summary>
<value><b>true</b> to show week numbers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.SyncSelectionWithEditValue">
<summary>
<para>Overrides the base property to hide it. For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigator.UpdateSelectionWhenNavigating">
<summary>
<para>Overrides the base property to hide it. For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.LayoutViewInfoCustomizing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.#ctor(System.Object,DevExpress.XtraScheduler.LayoutElementKind)">
<summary>
<para>Initializes new instance of the LayoutViewInfoCustomizingEventArgs class with the specified settings.
</para>
</summary>
<param name="viewInfo">
An object of a type that depends on the visual element which raised the event.
</param>
<param name="kind">
A <see cref="T:DevExpress.XtraScheduler.LayoutElementKind"/> enumeration member that enables you to determine what kind of a visual element triggered the event.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.Kind">
<summary>
<para>Gets the type of a visual element that raises the event.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.LayoutElementKind"/> enumeration member that determines what kind of an element has triggered the event.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.ShouldRecalculateLayout">
<summary>
<para>Forces layout recalculation after applying changes specified in the event handler.
</para>
</summary>
<value><b>True</b>, to recalculate the layout to properly display modified visual elements; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.LayoutViewInfoCustomizingEventArgs.ViewInfo">
<summary>
<para>Provides access to the object which contains the information used to render the layout element.
</para>
</summary>
<value>An object which can be casted to one of the ViewInfo types specific to the Scheduler view layout elements.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection">
<summary>
<para>Represents a collection of objects that contain information on appointment images.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection.#ctor(DevExpress.XtraScheduler.Drawing.AppointmentImageProvider)">
<summary>
<para>Initializes a new instance of the AppointmentImageInfoCollection class with the specified image provider.
</para>
</summary>
<param name="imageProvider">
A <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageProvider"/> object which provides images for the created collection.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection.Images">
<summary>
<para>Gets or sets the source of images that can be displayed within appointments.
</para>
</summary>
<value>An object that provides images for appointments.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection.InnerImages">
<summary>
<para>Provides access to the collection of images used to draw an appointment. Intended for internal use.
</para>
</summary>
<value>An object that provides images for appointments.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo">
<summary>
<para>Provides information on the image object displayed within the appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentImageInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo.Image">
<summary>
<para>Gets or sets the image to be displayed within the appointment.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object which represents the appointment's image.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentFormController">
<summary>
<para>Provides all the settings which are required to edit a particular appointment in an <b>Edit Appointment</b> form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the AppointmentFormController class with the specified settings.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which is the scheduler control of the appointment form controller.
</param>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment of the appointment form controller.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.ApplyChanges">
<summary>
<para>Copies the values of all the appointment copy's properties that are currently being edited in the form to the corresponding properties of the source appointment.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.AppointmentLabel">
<summary>
<para>Gets or sets the label of the appointment currently being edited in the form.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> interface which is the label of the appointment.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.AppointmentStatus">
<summary>
<para>Gets or sets the status of the appointment currently being edited in the form.
</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> interface which is the status of the appointment.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayEndDate">
<summary>
<para>Gets or sets the value to display as the appointment's end date within the editing form.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, representing the end of the scheduled interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayEndTime">
<summary>
<para>Gets or sets the value to display as the appointment's end time within the editing form.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, representing the end of the scheduled interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayStartDate">
<summary>
<para>Gets or sets the value to display as the appointment's start date within the editing form.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, representing the beginning of the scheduled interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.DisplayStartTime">
<summary>
<para>Gets or sets the value to display as the appointment's start time within the editing form.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, representing the beginning of the scheduled interval.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.GetLabel">
<summary>
<para>Returns the current label of the appointment currently being edited in the form.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object which is the label of the appointment.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.GetMessageBoxCaption(DevExpress.XtraScheduler.Localization.SchedulerStringId)">
<summary>
<para>Fires the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeMessageBoxCaption"/> event and obtains the message box caption.
</para>
</summary>
<param name="stringId">
A <see cref="T:DevExpress.XtraScheduler.Localization.SchedulerStringId"/> enumeration value that specifies the localized string used as a caption.
</param>
<returns>A string that will be used as a caption of the message box displayed to confirm saving appointment changes.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.GetStatus">
<summary>
<para>Returns the current status of the appointment currently being edited in the form.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object which is the status of the appointment.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.IsTimeVisible">
<summary>
<para>Gets whether date and time controls are displayed on the form.
</para>
</summary>
<value><b>True</b> if date and time control are displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.Label">
<summary>
<para>Gets or sets the label of the appointment currently being edited in the form.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object which is the label of the appointment.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.PercentComplete">
<summary>
<para>Gets or sets the <b>PercentComplete</b> property value of the appointment currently being edited in the form.
</para>
</summary>
<value>An integer that is the percentage of completion for the task currently being edited in the form.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.ReminderVisible">
<summary>
<para>Gets whether reminder editor is displayed.
</para>
</summary>
<value><b>True</b> if reminder editor is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.ShouldEditTaskProgress">
<summary>
<para>Gets whether the form should enable modifying the <b>PercentComplete</b> property value by end-users.
</para>
</summary>
<value><b>true</b> to allow task progress editing within the form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormController.Status">
<summary>
<para>Gets or sets the status of the appointment currently being edited in the form.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object which is the status of the appointment.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.UpdateAppointmentStatus(DevExpress.XtraScheduler.AppointmentStatus)">
<summary>
<para>Changes the appointment status (Busy - Free) when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.AllDay"/> property changes.
</para>
</summary>
<param name="currentStatus">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the current status of an appointment being edited.
</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the updated status of the appointment being edited.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormController.UpdateStatus(DevExpress.XtraScheduler.IAppointmentStatus)">
<summary>
<para>Changes the appointment status (Busy - Free) when the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.AllDay"/> property changes.
</para>
</summary>
<param name="currentStatus">
An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the current status of an appointment being edited.
</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the updated status of the appointment being edited.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase">
<summary>
<para>Exposes the basic functionality for the scheduler cells when they are drawn.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the SchedulerViewCellBase's elements.
</para>
</summary>
<value>A <see cref="AppearanceObject"/> object that provides the appearance settings for the SchedulerViewCellBase elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.ContentBounds">
<summary>
<para>Gets the rectangle which encompasses the cell area excluding its header.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> that is the area for displaying the cell content.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.HitTestType">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.Cell"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.ScrollContentBounds">
<summary>
<para>The area to fill when indicating an appointment status.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the area to paint with the status brush.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.SchedulerViewCellBase.SelectionAppearance">
<summary>
<para>Provides access to the properties that control the appearance of the selected SchedulerViewCellBase's elements.
</para>
</summary>
<value>A <see cref="AppearanceObject"/> object that provides the appearance settings for the SchedulerViewCellBase elements under selection.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.GotoDateFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.GotoDateFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.GotoDateFormEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.GotoDateFormEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.GotoDateFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.GotoDateFormEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.GotoDateFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.GotoDateFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.GotoDateFormEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the GotoDateFormEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.GotoDateFormEventArgs.Date">
<summary>
<para>Gets or sets the date shown in the <b>Go To Date</b> dialog window.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object representing the date shown in the dialog.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.GotoDateFormEventArgs.SchedulerViewType">
<summary>
<para>Gets or sets the <b>View</b> type shown in the <b>Go To Date</b> dialog window.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value representing the <b>View</b> type.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.ShowFormEventArgs">
<summary>
<para>Provides data for the events which show dialogs in the XtraScheduler.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ShowFormEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the ShowFormEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ShowFormEventArgs.DialogResult">
<summary>
<para>Gets or sets the return value of a dialog box.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that specifies the value that is returned by the dialog box.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ShowFormEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled, if it was handled the default actions are not required.
</para>
</summary>
<value><b>true</b> if it was handled and the default dialog doesn't need to be shown; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ShowFormEventArgs.Parent">
<summary>
<para>Gets or sets a parent of the form being shown.
</para>
</summary>
<value>An <see cref="T:System.Windows.Forms.IWin32Window"/> object.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.RemindersFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.RemindersFormEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.RemindersFormEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.RemindersFormEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.RemindersFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.RemindersFormEventArgs.#ctor(DevExpress.XtraScheduler.ReminderAlertNotificationCollection)">
<summary>
<para>Initializes a new instance of the RemindersFormEventArgs class with the specified settings.
</para>
</summary>
<param name="alerts">
A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> value which represents the event's collection of reminder alerts. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RemindersFormEventArgs.AlertNotifications"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.RemindersFormEventArgs.AlertNotifications">
<summary>
<para>Gets any reminders currently triggered.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> object which holds a collection of notifications.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the DeleteRecurrentAppointmentFormEventArgs class with the specified settings.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment for which an event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.DeleteRecurrentAppointmentFormEventArgs.DeleteSeries">
<summary>
<para>Gets or sets a value indicating if the entire series or just the recurrent appointment should be deleted.
</para>
</summary>
<value><b>true</b> if the entire series should be deleted; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentFormEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.AppointmentFormEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentFormShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.AppointmentFormEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentFormEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the AppointmentFormEventArgs class with the specified settings.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which is the event's appointment. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.Appointment">
<summary>
<para>Gets the appointment for which the dialog will be shown.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment currently being processed.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.CommandSourceType">
<summary>
<para>Indicates the mechanism of the command input, e.g. keyboard, mouse, menu.
</para>
</summary>
<value>A <b>DevExpress.Utils.Commands.CommandSource</b> enumeration member, specifying the command input method.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.OpenRecurrenceForm">
<summary>
<para>Gets a value indicating whether the <b>Appointment Recurrence</b> form is displayed on the top of the <b>Edit Appointment</b> form.
</para>
</summary>
<value><b>true</b> if the <b>Appointment Recurrence</b> form is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentFormEventArgs.ReadOnly">
<summary>
<para>Gets a value indicating whether an appointment is read-only.
</para>
</summary>
<value><b>true</b> if the appointment is read-only; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.WorkWeekView">
<summary>
<para>Displays appointments for the working days in a particular week.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WorkWeekView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the WorkWeekView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control assigned to the work week view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.WorkWeekView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the WorkWeekView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WorkWeekViewAppearance"/> object that provides the appearance settings for WorkWeekView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WorkWeekView.DayCount">
<summary>
<para>Not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WorkWeekView.MenuItemId">
<summary>
<para>Gets the ID of the menu item which corresponds to the Work Week View.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToWorkWeekView"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WorkWeekView.ShowFullWeek">
<summary>
<para>Gets or sets a value indicating whether this view should show all the days of the week.
</para>
</summary>
<value><b>true</b> to show the full week; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WorkWeekView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.WorkWeek"/> value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerViewRepository">
<summary>
<para>Represents the view repository.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewRepository.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerViewRepository class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.AgendaView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Agenda View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AgendaView"/> object representing the Agenda View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.DayView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DayView"/> object representing the Day View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.FullWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Full Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekView"/> object that is the scheduler's Full Week View.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.GanttView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Gantt view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.GanttView"/> object that is the Gantt View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.MonthView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MonthView"/> object representing the Month View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.TimelineView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Timeline View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimelineView"/> object representing the Timeline View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.WeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekView"/> object representing the Week View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewRepository.WorkWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Work Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/> object representing the Work Week View in the scheduling area.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentStorage">
<summary>
<para>Represents a storage which holds a collection of appointments.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorage.#ctor(DevExpress.XtraScheduler.SchedulerStorage)">
<summary>
<para>Initializes a new instance of the AppointmentStorage class with the specified scheduler storage.
</para>
</summary>
<param name="storage">
A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> value that specifies the scheduler storage of the appointment storage.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorage.AutoRetrieveId">
<summary>
<para>Gets or sets whether to automatically retrieve an appointment's identity from a data source.
</para>
</summary>
<value><b>True</b>, to retrieve an appointment identifier from the appointment data source; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorage.CommitIdToDataSource">
<summary>
<para>Gets or sets whether the appointment ID value should be passed to the data source.
</para>
</summary>
<value><b>true</b>, to pass the appointment's <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> value to the mapped field in the data source; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorage.CustomFieldMappings">
<summary>
<para>Provides access to the collection of objects, representing mappings of the appointments' custom properties to appropriate data fields.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorage.Filter">
<summary>
<para>Gets or set an expression used as a criteria to filter appointments in the storage.
</para>
</summary>
<value>A string containing a logical expression.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorage.FilterCriteria">
<summary>
<para>Gets or sets the criteria to filter appointments in the storage.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorage.Labels">
<summary>
<para>Gets the collection of appointment labels contained in the storage.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabelCollection"/> which is the collection of <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> objects.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorage.Statuses">
<summary>
<para>Gets the collection of appointment statuses contained in the storage.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusCollection"/> which represents the collection of appointment statuses.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.WeekViewAppearance">
<summary>
<para>Provides the appearance settings used to paint a Week View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WeekViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the WeekViewAppearance class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppearance.AlternateHeaderCaption">
<summary>
<para>Gets the appearance settings used to paint the alternate header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the alternate header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppearance.AlternateHeaderCaptionLine">
<summary>
<para>Gets the appearance settings used to paint the horizontal line under the alternate header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the alternate header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppearance.CellHeaderCaption">
<summary>
<para>Gets the appearance settings used to paint a day cell's header within the Week or Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a day cell's header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppearance.CellHeaderCaptionLine">
<summary>
<para>Gets the appearance settings used to paint the line at the bottom of a day cell's header within the Week or Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the bottom line of a day cell's header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppearance.TodayCellHeaderCaption">
<summary>
<para>Gets the appearance settings used to paint the header of the day cell representing the current date within the Week or Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the today cell's header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppearance.TodayCellHeaderCaptionLine">
<summary>
<para>Gets the appearance settings used to paint the line at the bottom of the today cell's header within the Week or Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the line at the bottom of the today cell's header.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerPopupMenu">
<summary>
<para>Represents a popup (context) menu of the <b>Scheduler</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerPopupMenu class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the SchedulerPopupMenu class with the specified before popup event handler.
</para>
</summary>
<param name="beforePopup">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXSubMenuItem.BeforePopup"/> event.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuCheckItemById(DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
<summary>
<para>Gets a menu check item by its ID value. Also optionally recursively searches for this menu check item in all submenus, if it isn't found in the main popup menu.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu check item to search.
</param>
<param name="recursive">
<b>true</b> to search for the menu check item recursively in all submenus; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> object whose ID is equal to the specified ID value. If a check item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuCheckItemById(DevExpress.XtraScheduler.SchedulerMenuItemId)">
<summary>
<para>Gets a menu check item by its ID value.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu check item to search.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> object whose ID is equal to the specified ID value. If a check item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuCheckItemById(DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
<summary>
<para>Gets the menu check item within the specified popup (context) menu by its ID value. Also optionally recursively searches for this check item in all submenus, if it isn't found in the main popup menu.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the popup menu to search in.
</param>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu check item to search.
</param>
<param name="recursive">
<b>true</b> to recursively search for the menu check item in all submenus; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem"/> object whose ID is equal to the specified ID value. If a check item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuItemById(DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
<summary>
<para>Gets a menu item by its ID value. Also optionally recursively searches for this menu item in all submenus, if it isn't found in the main popup menu.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu item to search.
</param>
<param name="recursive">
<b>true</b> to recursively search for the menu item in all submenus; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> object whose ID is equal to the specified ID value. If a menu item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuItemById(DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
<summary>
<para>Gets the menu item within the specified popup (context) menu by its ID value. Also optionally recursively searches for this menu item in all submenus, if it isn't found in the main popup menu.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the popup menu to search in.
</param>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu item to search.
</param>
<param name="recursive">
<b>true</b> to recursively search for the menu item in all submenus; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> object whose ID is equal to the specified ID value. If a menu item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetMenuItemById(DevExpress.XtraScheduler.SchedulerMenuItemId)">
<summary>
<para>Gets a menu item by its ID value.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the menu item to be searched for.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItem"/> object whose ID is equal to the specified ID value. If a menu item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetPopupMenuById(DevExpress.XtraScheduler.SchedulerMenuItemId)">
<summary>
<para>Gets a popup menu (menu item which contains a submenu) by its ID value.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the popup menu to search.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object whose ID is equal to the specified ID value. If a popup menu item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetPopupMenuById(DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
<summary>
<para>Gets a popup menu (menu item which contains a submenu) by its ID value. Also optionally recursively searches for this popup menu in all submenus, if it isn't found in the main popup menu.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the popup menu to search.
</param>
<param name="recursive">
<b>true</b> to recursively search for the popup menu in all submenus; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object whose ID is equal to the specified ID value. If a popup menu item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerPopupMenu.GetPopupMenuById(DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraScheduler.SchedulerMenuItemId,System.Boolean)">
<summary>
<para>Gets a popup menu (a menu item which contains a submenu) by its ID value within the specified popup menu. Also optionally recursively searches for this popup menu in all submenus, if it isn't found in the main popup menu.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the popup menu to search in.
</param>
<param name="id">
A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value which specifies the ID value of the popup menu to search.
</param>
<param name="recursive">
<b>true</b> to recursively search for the popup menu in all submenus; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> object whose ID is equal to the specified ID value. If a popup menu item with the specified ID isn't found, then the <b>null</b> (<b>Nothing</b> in Visual Basic) value will be returned.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerMenuItem">
<summary>
<para>Represents an individual item that is displayed within a <b>Scheduler</b>'s popup (context) menu.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String,System.EventHandler)">
<summary>
<para>Initializes a new instance of the SchedulerMenuItem class with the specified caption and click event handler.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
<param name="click">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuItem.Click"/> event.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SchedulerMenuItem class with the specified caption.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String,System.EventHandler,System.Drawing.Image,System.EventHandler)">
<summary>
<para>Initializes a new instance of the SchedulerMenuItem class with the specified caption, image, and event handlers for clicking and updating.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
<param name="click">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuItem.Click"/> event.
</param>
<param name="image">
A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
</param>
<param name="update">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the<b> DevExpress.Utils.Menu.CommandMenuItem&lt;T&gt;.Update</b> event.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor(System.String,System.EventHandler,System.Drawing.Image)">
<summary>
<para>Initializes a new instance of the SchedulerMenuItem class with the specified caption, image, and click event handler.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
<param name="click">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuItem.Click"/> event.
</param>
<param name="image">
A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuItem.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerMenuItem class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerMenuCheckItem">
<summary>
<para>Represents an individual check item that is displayed within a <b>Scheduler</b>'s popup (context) menu.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean,System.Drawing.Image,System.EventHandler)">
<summary>
<para>Initializes a new instance of the SchedulerMenuCheckItem class with the specified caption, check state, image, and an event handler for check state changing.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
<param name="check">
<b>true</b> if the menu item is checked; <b>otherwise</b>, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked"/> property.
</param>
<param name="image">
A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
</param>
<param name="checkedChanged">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuCheckItem.CheckedChanged"/> event.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SchedulerMenuCheckItem class with the specified caption.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean)">
<summary>
<para>Initializes a new instance of the SchedulerMenuCheckItem class with the specified caption and check state.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
<param name="check">
<b>true</b> if the menu item is checked; <b>otherwise</b>, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean,System.EventHandler)">
<summary>
<para>Initializes a new instance of the SchedulerMenuCheckItem class with the specified caption, check state, and the event handler for updating.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
<param name="check">
<b>true</b> if the menu item is checked; <b>otherwise</b>, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked"/> property.
</param>
<param name="update">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <b>DevExpress.Utils.Menu.CommandMenuCheckItem&lt;T&gt;.Update</b> event.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor(System.String,System.Boolean,System.Drawing.Image,System.EventHandler,System.EventHandler)">
<summary>
<para>Initializes a new instance of the SchedulerMenuCheckItem class with the specified caption, check state, image, and event handlers for check state changing and updating.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the caption of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Caption"/> property.
</param>
<param name="check">
<b>true</b> if the menu item is checked; <b>otherwise</b>, false. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuCheckItem.Checked"/> property.
</param>
<param name="image">
A <see cref="T:System.Drawing.Image"/> value that specifies the image of the menu item. This value is assigned to the <see cref="P:DevExpress.Utils.Menu.DXMenuItem.Image"/> property.
</param>
<param name="checkedChanged">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <see cref="E:DevExpress.Utils.Menu.DXMenuCheckItem.CheckedChanged"/> event.
</param>
<param name="update">
A <see cref="T:System.EventHandler"/> object that specifies the event handler for the <b>DevExpress.Utils.Menu.CommandMenuCheckItem&lt;T&gt;.Update</b> event.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerMenuCheckItem.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerMenuCheckItem class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerAppearance">
<summary>
<para>Provides the appearance settings used to paint a scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerAppearance.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerAppearance class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.DayViewAppearance">
<summary>
<para>Provides the appearance settings used to paint a Day View.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DayViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the DayViewAppearance class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.AllDayArea">
<summary>
<para>Gets the appearance settings used to paint an all-day area within the Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint an all-day area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.AllDayAreaSeparator">
<summary>
<para>Gets the appearance settings used to paint the all-day area's separator.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the all-day area's separator.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.SelectedAllDayArea">
<summary>
<para>Gets the appearance settings used to paint the all-day area being selected within the current Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the selected all-day area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRuler">
<summary>
<para>Gets the appearance settings used to paint the time ruler within the Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the time ruler.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerHourLine">
<summary>
<para>Gets the appearance settings used to paint the hour lines displayed within the Day View's time ruler.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the time ruler's hour lines.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerLine">
<summary>
<para>Gets the appearance settings used to paint the lines displayed between hours within the Day View's time ruler.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the time ruler's lines.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerNowArea">
<summary>
<para>Gets the appearance settings used to paint the area that represents the current time within the Day View's time ruler.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the time ruler's now area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppearance.TimeRulerNowLine">
<summary>
<para>Gets the appearance settings used to paint the now area's line that points to the current time within the Day View's time ruler.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint the time ruler's now line.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.BaseViewAppearance">
<summary>
<para>Serves as the base class for classes that provide the appearance settings used to paint view elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.BaseViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the BaseViewAppearance class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.BaseViewAppearance.Appointment">
<summary>
<para>Gets the appearance settings used to paint an appointment within the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint an appointment.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseViewAppearance.NavigationButton">
<summary>
<para>Provides access to an object that specifies the appearance settings for the Navigation button.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> class instance.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseViewAppearance.NavigationButtonDisabled">
<summary>
<para>Provides access to an object that specifies the appearance settings for the disabled Navigation button.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> class instance.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseViewAppearance.ResourceHeaderCaption">
<summary>
<para>Gets the appearance settings used to paint resource headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint resource headers.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseViewAppearance.ResourceHeaderCaptionLine">
<summary>
<para>Gets the appearance settings used to paint the horizontal line under the resource header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the resource header.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.BaseHeaderAppearance">
<summary>
<para>Serves as the base class for classes that provide the appearance settings for the scheduler's elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.BaseHeaderAppearance.#ctor">
<summary>
<para>Initializes a new instance of the BaseHeaderAppearance class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AdditionalHeaderCaption">
<summary>
<para>Gets the appearance settings used to paint an additional header shown in the Agenda View and far aligned.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint a far-aligned header in the <see cref="T:DevExpress.XtraScheduler.AgendaView"/>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AlternateAdditionalHeaderCaption">
<summary>
<para>Gets the appearance settings used to paint additional alternate ("Today") header shown in the Agenda View and far aligned.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint far-aligned alternate header in the <see cref="T:DevExpress.XtraScheduler.AgendaView"/>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AlternateHeaderCaption">
<summary>
<para>Gets the appearance settings used to paint the alternate (Today) header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the alternate header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.AlternateHeaderCaptionLine">
<summary>
<para>Gets the appearance settings used to paint the horizontal line under the alternate (Today) header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the alternate header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.HeaderCaption">
<summary>
<para>Gets the appearance settings used to paint headers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint headers.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.HeaderCaptionLine">
<summary>
<para>Gets the appearance settings used to paint the horizontal line under the header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the horizontal line under the header.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.BaseHeaderAppearance.Selection">
<summary>
<para>Gets the appearance settings used to paint a selection within the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a selection.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerOptionsBehavior">
<summary>
<para>Provides behavior options for the Scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsBehavior.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsBehavior"/> class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehavior.MouseWheelScrollAction">
<summary>
<para>Gets or sets how the mouse wheel scrolling direction is interpreted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MouseWheelScrollAction"/> enumeration member that specifies the scheduler coordinate from which to scroll.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehavior.TouchAllowed">
<summary>
<para>Gets or sets whether the touch device input is analyzed.
</para>
</summary>
<value><b>true</b>, if touch input is analyzed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehavior.UseAsyncMode">
<summary>
<para>Gets or sets whether the layout calculations are multi-threaded.
</para>
</summary>
<value><b>True</b> to use asynchronous mode for layout calculations to enhance performance; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.PrepareContextMenuEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PrepareContextMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PrepareContextMenuEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.PrepareContextMenuEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PrepareContextMenu"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraScheduler.PrepareContextMenuEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.PrepareContextMenuEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PrepareContextMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PrepareContextMenuEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerPopupMenu)">
<summary>
<para>Initializes a new instance of the PrepareContextMenuEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.XtraScheduler.SchedulerPopupMenu"/> value which represents the event's popup menu.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.LayoutElementKind">
<summary>
<para>Lists types of visual elements in a scheduler control that triggered the event.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.LayoutElementKind.Cell">
<summary>
<para>A time cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.LayoutElementKind.DateHeader">
<summary>
<para>A date header.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.LayoutElementKind.ResourceHeader">
<summary>
<para>A resource header.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.LayoutElementKind.TimeRulerItem">
<summary>
<para>A time ruler element.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentStatusCollection">
<summary>
<para>Represents a collection of appointment statuses.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentStatusCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Brush)">
<summary>
<para>Creates a status with the specified settings and adds it to the collection.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates the availability.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A string that is the name of the status used in menus.
</param>
<param name="brush">
A <see cref="T:System.Drawing.Brush"/> descendant used to draw a rectangle which indicates a status.
</param>
<returns>An integer that is the position of status in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(System.Object,DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Brush)">
<summary>
<para>Creates a new status with the specified settings and adds it to the collection of appointment statuses.
</para>
</summary>
<param name="id">
An object that is the unique status identifier.
</param>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that is the status type.
</param>
<param name="displayName">
A string that is the name of the status displayed in status editors.
</param>
<param name="menuCaption">
A string used in a context menu that allows changing the status of an appointment.
</param>
<param name="brush">
A <see cref="T:System.Drawing.Brush"/> structure that specifies the color brush used to paint a status strip.
</param>
<returns>An integer value indicating the position of the newly added status in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(System.Drawing.Color,System.String,System.String)">
<summary>
<para>Creates a status with the specified settings and adds it to the collection.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> structure used to create a <see cref="T:System.Drawing.SolidBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush"/> property.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A string that is the name of the status used in menus.
</param>
<returns>An integer that is the position of status in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(System.Drawing.Color,System.String)">
<summary>
<para>Creates a new status with the specified settings and adds it to the collection of appointment statuses.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> structure used to create a <see cref="T:System.Drawing.SolidBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush"/> 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"/> property and used in menus.
</param>
<returns>An integer that is the position of status in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Creates a status with the specified settings and adds it to the collection.
</para>
</summary>
<param name="type">
A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member specifying the status type.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A string that is the name of the status used in menus.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> structure used to create a <see cref="T:System.Drawing.SolidBrush"/> object for painting a status strip. The newly created brush is accessible with the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush"/> property.
</param>
<returns>An integer that is the position of status in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.String)">
<summary>
<para>Creates a status with the specified display name.
</para>
</summary>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String)">
<summary>
<para>Creates a status with the specified identifier and display name.
</para>
</summary>
<param name="id">
An object that is the status unique identifier.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String)">
<summary>
<para>Creates a status with the specified identifier, display name and menu caption.
</para>
</summary>
<param name="id">
An object that is the unique status identifier.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A string that is the caption of a context menu used to change a status for an appointment.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String,System.Drawing.Brush)">
<summary>
<para>Creates a new appointment status with the specified settings.
</para>
</summary>
<param name="id">
An object that is the unique status identifier.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A string that is the caption of a context menu used to change a status for an appointment.
</param>
<param name="brush">
A <see cref="T:System.Drawing.Brush"/> structure that specifies the color brush used to paint a status strip.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object that is the newly created status.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.Dispose">
<summary>
<para>Disposes of the AppointmentStatusCollection object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetById(System.Object)">
<summary>
<para>Obtains a status object specified by its identifier.
</para>
</summary>
<param name="id">
An object that is the identifier of the appointment status.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/> property value.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetByIndex(System.Int32)">
<summary>
<para>Gets the status at the specified index of the AppointmentStatusCollection collection.
</para>
</summary>
<param name="index">
An integer that is the index of an object in a collection.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object at the specified index.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetByType(DevExpress.XtraScheduler.AppointmentStatusType)">
<summary>
<para>Obtains a status object specified by its type.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that is the status type.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object with the specified <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type"/> property value.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatusCollection.GetDefaultStatusColor(DevExpress.XtraScheduler.AppointmentStatusType)">
<summary>
<para>Obtains the default status color by the status type.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that specified the appointment status.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> that is the color use to create a brush to paint the appointment status.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStatusCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the appointment status collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception fires.
</param>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object at the specified position in the collection.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentStatus">
<summary>
<para>Appointment's availability status.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.Drawing.Color,System.String,System.String)">
<summary>
<para>Initializes a new instance of the AppointmentStatus class with the specified type, color, display name and menu caption.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type"/> property.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Color"/> property.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.Drawing.Color,System.String)">
<summary>
<para>Initializes a new instance of the AppointmentStatus class with the specified type, color and display name.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type"/> property.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Color"/> property.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.String)">
<summary>
<para>Initializes new instance of the AppointmentStatus class with the specified settings.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type"/> property.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String)">
<summary>
<para>Initializes new instance of the AppointmentStatus class with the specified settings.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that specifies the type of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Type"/> property.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentStatus class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStatus.Brush">
<summary>
<para>Gets or sets the brush used to visualize the status.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Brush"/> that is the brush specified for the status.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStatus.Color">
<summary>
<para>Extracts color from the <see cref="T:System.Drawing.Brush"/> object of the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush"/> property or creates a new <see cref="T:System.Drawing.SolidBrush"/> with the specified color and assigns it to the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush"/> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value used in the <see cref="T:System.Drawing.Brush"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStatus.Empty">
<summary>
<para>Obtains a special empty appointment status, which is a status of undefined type.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> with undefined characteristics.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.ResetBrush">
<summary>
<para>Sets the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush"/> property to its default value.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.SetBrush(System.Drawing.Brush)">
<summary>
<para>Gets the brush used to visualize the appointment status.
</para>
</summary>
<param name="brush">
A <see cref="T:System.Drawing.Brush"/> object that is the color used to paint the appointment status strip.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStatus.ShouldSerializeBrush">
<summary>
<para>Used by Visual Studio Designer to check whether the <see cref="P:DevExpress.XtraScheduler.AppointmentStatus.Brush"/> property has changed from its default value.
</para>
</summary>
<returns><b>True</b>, if the <b>Brush</b> property value should be serialized; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStatus.Type">
<summary>
<para>Gets or sets the type of the appointment status.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value representing the type of the appointment status.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceStorage">
<summary>
<para>Represents a storage which holds appointment resources.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorage.#ctor(DevExpress.XtraScheduler.ISchedulerStorage)">
<summary>
<para>Initializes a new instance of the ResourceStorage class with the specified settings.
</para>
</summary>
<param name="storage">
An object implementing the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorage.CustomFieldMappings">
<summary>
<para>Provides access to the collection of objects, representing mappings of the resources' custom properties to appropriate data fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorage.Filter">
<summary>
<para>Gets or set an expression used as a criteria to filter resources in the storage.
</para>
</summary>
<value>A string containing a logical expression.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorage.FilterCriteria">
<summary>
<para>Gets or sets the criteria to filter resources in the storage.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorage.Mappings">
<summary>
<para>Gets an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceMappingInfo"/> object that provides functionality for mapping the properties of the resources to appropriate data fields.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerStorage">
<summary>
<para>The component that holds data for the SchedulerControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorage.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerStorage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorage.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the SchedulerStorage class with the specified container.
</para>
</summary>
<param name="components">
A <see cref="T:System.ComponentModel.IContainer"/> that represents the container for the default <b>Scheduler storage</b>.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorage.AppointmentDependencies">
<summary>
<para>Gets a storage object which manages dependencies between appointments.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyStorage"/> object that manages information on appointment dependencies for the scheduler.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorage.Appointments">
<summary>
<para>Gets a storage object that contains appointments.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStorage"/> object that is the storage for appointments.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorage.GetFilteredComponents">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns>$
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorage.GetLabelColor(System.Object)">
<summary>
<para>Obtains the color of the label by its ID.
</para>
</summary>
<param name="labelId">
An object that is the label's identifier available by the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> property of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> value that is the label's color.
</returns>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareAppointmentFilterColumn">
<summary>
<para>Fires when a column, representing an appointment's field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorage.PrepareResourceFilterColumn">
<summary>
<para>Fires when a column, representing a resource's field, is added to the collection of filter columns contained within the <see cref="T:DevExpress.XtraEditors.FilterControl"/>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorage.Resources">
<summary>
<para>Gets the object which manages resources for appointments.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceStorage"/> object which manages resources for appointments.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorage.SetAppointmentId(DevExpress.XtraScheduler.Appointment,System.Object)">
<summary>
<para>Sets the identifier of the specified appointment to a specified value.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.
</param>
<param name="id">
An object that is the appointment identifier to assign.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.WeekView">
<summary>
<para>Displays events across a week in a compact form.
This view is outdated and provided for compatibility with the earlier versions of the Scheduler Control. Use the <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WeekView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the WeekView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control assigned to the week view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.AllowScrollAnimation">
<summary>
<para>Gets or sets whether to enable animation for smooth scrolling.
</para>
</summary>
<value><b>True</b> to enable scroll animation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the WeekView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekViewAppearance"/> object that provides the appearance settings for WeekView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the appointment display options for the Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the Week View.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.DeferredScrolling">
<summary>
<para>Provides access to parameters that control deferred scrolling.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption"/> instance that specifies parameters for deferred scrolling.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.WeekView.Invalidate(System.Drawing.Rectangle)">
<summary>
<para>Invaldates the specified region of the current WeekView object.
</para>
</summary>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> structure which represents the region to invalidate.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.MenuItemId">
<summary>
<para>Gets the ID of the menu item which corresponds to the Week View.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToWeekView"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Week"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.UseOptimizedScrolling">
<summary>
<para>Gets or sets whether an optimized fast scrolling is enabled.
</para>
</summary>
<value><b>True</b> if an optimized fast scrolling is enabled; <b>false</b> if the formerly used scrolling is in effect.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekView.ViewInfo">
<summary>
<para>Gets the current object's view information.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.WeekViewInfo"/> object providing view information on all the WeekView's elements.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerViewBase">
<summary>
<para>A base class for the scheduler views.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.AddAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Selects the specified appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the SchedulerViewBase's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.BaseViewAppearance"/> object that provides the appearance settings for SchedulerViewBase elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.AppointmentDisplayOptions">
<summary>
<para>Provides access to the appointment's display options.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> object containing options for displaying appointments.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.AppointmentHeight">
<summary>
<para>Gets or sets the height of a single appointment for the current View (in pixels).
</para>
</summary>
<value>An integer value which represents the appointment height measured in pixels.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Bounds">
<summary>
<para>Gets or sets the bounds of the current View.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the View's boundaries.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.CalcHitInfo(System.Drawing.Point,System.Boolean)">
<summary>
<para>Returns information on scheduler elements located at the specified point.
</para>
</summary>
<param name="pt">
A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the scheduler's top-left corner.
</param>
<param name="layoutOnly">
<b>true</b>, if the appointments are ignored and only the scheduler's layout is taken into consideration; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerHitInfo"/> object which contains information about scheduler elements located at the test point.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ChangeAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Selects a single appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to select.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Control">
<summary>
<para>Gets the scheduler control which the current View belongs to.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object which the View belongs to.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.DateTimeScrollbarVisible">
<summary>
<para>Gets or sets a value indicating whether the date-time scrollbar is visible.
</para>
</summary>
<value><b>true</b> if the date-time scrollbar is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName">
<summary>
<para>Gets or sets the string to display to indicate the scheduler's view.
</para>
</summary>
<value>A string, specifying the view's name. The default is the view's name with the word "Calendar" appended.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.Dispose">
<summary>
<para>Disposes of the SchedulerViewBase object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.DisposeViewControls">
<summary>
<para>Disposes of controls contained in the view.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Enabled">
<summary>
<para>Gets or sets if the view is enabled for the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
<value><b>true</b> if the View is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.FirstVisibleResourceIndex">
<summary>
<para>Gets or sets the index of a resource which is displayed first within the current scheduler view.
</para>
</summary>
<value>An integer value which represents the zero-based index of the first visible resource.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetAppointments">
<summary>
<para>Gets the collection of appointments displayed in the current Scheduler view.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object, representing an appointments' collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetFilteredResources">
<summary>
<para>Obtains a collection of filtered resources from the Storage.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object, that is a collection of filtered resources.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetResources">
<summary>
<para>Gets a collection of visible resources for the current Scheduler view.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object, representing a collection of visible resources.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GetVisibleIntervals">
<summary>
<para>Returns a copy of the visible time interval collection for the current view.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object containing the information on visible intervals for the current view.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.GotoTimeInterval(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Selects the specified time interval and scrolls the View to it if it's not currently visible.
</para>
</summary>
<param name="interval">
A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the required time interval.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.GroupSeparatorWidth">
<summary>
<para>Gets or sets the width of a separator bar between groups (measured in pixels).
</para>
</summary>
<value>An integer value which represents the width of a group separator in pixels.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.GroupType">
<summary>
<para>Gets or sets a value that specifies the type of grouping applied to the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the View.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Id">
<summary>
<para>Overrides the corresponding property of the base class to hide it.
</para>
</summary>
<value>A <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Type"/> value.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.InitializeViewControls">
<summary>
<para>Creates and initializes additional controls contained in complex views, such as Agenda view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.Invalidate">
<summary>
<para>Invalidates the region occupied by the current View (adds it to the control's update region which will be repainted during the next paint operation), and causes a paint message to be sent to the scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.Invalidate(System.Drawing.Rectangle)">
<summary>
<para>Invalidates the specified region of the current View (adds it to the control's update region which will be repainted during the next paint operation), and sends a paint message to the scheduler control.
</para>
</summary>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the region to paint.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.LayoutChanged">
<summary>
<para>Updates the View and forces the scheduler control to display any changes made to the View's layout.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.MenuCaption">
<summary>
<para>Gets or sets the menu caption string to indicate the View.
</para>
</summary>
<value>A string, representing the menu caption for a scheduler's view.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.MenuItemId">
<summary>
<para>Gets the ID of the menu item which corresponds to the current View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.NavigationButtonAppointmentSearchInterval">
<summary>
<para>Specifies the time span used to search for appointments by Navigation Buttons.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value, reprsenting the searched time interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.NavigationButtonVisibility">
<summary>
<para>Gets or sets the condition for display of the Navigation Buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.NavigationButtonVisibility"/> enumeration value which specifies when the Navigation Buttons are visible.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Painter">
<summary>
<para>Gets an object that provides the painting functionality of the scheduler control's Views.
</para>
</summary>
<value>A <see cref="ViewPainter"/> object implementing the View's base painting functionality.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ResourcesPerPage">
<summary>
<para>Gets or sets the number of resources shown at a time on a screen.
</para>
</summary>
<value>An integer value which represents the number of resources.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ReverseAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Switches the selection status of the specified appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Makes the specified appointment on the specified resource the only selected appointment within the View and scrolls to it.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.
</param>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies the resource associated with an appointment to be selected.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Makes the specified appointment the only selected appointment within the View and scrolls to it.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.SelectedInterval">
<summary>
<para>Gets the time interval currently selected in the scheduler's active view by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.SelectedResource">
<summary>
<para>Gets the resource which contains the time interval currently selected in the scheduler's active view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the selected resource.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SetSelection(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Selects time cells which encompass the specified time interval.
</para>
</summary>
<param name="interval">
A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the time interval to select.
</param>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies to which resource the specified time interval belongs.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.SetVisibleIntervals(DevExpress.XtraScheduler.TimeIntervalCollection)">
<summary>
<para>Fills the visible time interval collection with new items.
</para>
</summary>
<param name="intervals">
A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object representing a collection of the <b>SchedulerViewBase</b> visible intervals.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName">
<summary>
<para>Gets or sets a short name of the current view.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the view's short name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ShowMoreButtons">
<summary>
<para>Gets or sets a value which specifies if the More buttons should be shown in the current View.
</para>
</summary>
<value><b>true</b> if the <b>'More'</b> buttons should be shown; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.StatusDisplayType">
<summary>
<para>Gets or sets how the appointment status is displayed in the Scheduler view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.Type">
<summary>
<para>Gets the View's type.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration's values that specifies the View's type.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.ViewInfo">
<summary>
<para>Gets the current object's view information.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase"/> object providing view information on all the SchedulerViewBase's elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerViewBase.VisibleIntervals">
<summary>
<para>Gets the collection of visible intervals (for instance, days or weeks) displayed by the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object that represents the collection of time intervals which are displayed within the View.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ZoomIn">
<summary>
<para>Performs scaling up to display content in more detail.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerViewBase.ZoomOut">
<summary>
<para>Performs scaling down to display a broader look of the View.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerOptionsView">
<summary>
<para>Provides view options for the Scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsView.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerOptionsView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.EnableAnimation">
<summary>
<para>Gets or sets whether a specific animation effect should be applied when an end-user navigates though dates and scrolls resources.
</para>
</summary>
<value><b>true</b> if an animation effect is applied; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.EnableAppointmentAnimation">
<summary>
<para>Gets or sets whether a specific animation effect should be applied when appointments are re-drawn.
</para>
</summary>
<value><b>True</b> if an animation effect is applied; otherwise, <b>false</b>. By default, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.HideSelection">
<summary>
<para>Gets or sets a value that specifies whether the selected time slot remains highlighted when the scheduler control loses focus.
</para>
</summary>
<value><b>true</b> to hide the highlighting of the selected time slot when the scheduler loses focus; <b>false</b> to keep the selected time slot highlighted.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.ResourceHeaders">
<summary>
<para>Gets the object which combines appearance options for a scheduler's resource headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions"/> object that represents the resource headers options.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.ToolTipVisibility">
<summary>
<para>Gets or sets the visibility of the scheduler's tooltips.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ToolTipVisibility"/> enumeration value which specifies the visibility of the tool tips.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsView.UseInplaceEditor2016">
<summary>
<para>Enables an in-place appointment editor that looks like the appointment editor in Outlook 2016.
</para>
</summary>
<value><b>True</b>, to enable Outlook 2016 style for in-place editor; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.MonthView">
<summary>
<para>Displays events across multiple weeks.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MonthView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the MonthView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control assigned to the month view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.MonthView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the MonthView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MonthViewAppearance"/> object that provides the appearance settings for MonthView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.MonthView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the appointment display options for the Month view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the Month view.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.MonthView.CompressWeekend">
<summary>
<para>Gets or sets a value indicating if the weekend days (<b>Saturday</b> and <b>Sunday</b>) should be displayed as one day.
</para>
</summary>
<value><b>true</b> to compress weekends; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.MonthView.MenuItemId">
<summary>
<para>Gets the ID of the menu item which corresponds to the Month View.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToMonthView"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.MonthView.ShowWeekend">
<summary>
<para>Gets or sets a value indicating if the scheduler should also show its data for the weekend days (<b>Saturday</b> and <b>Sunday</b>) in a <b>Month View</b>.
</para>
</summary>
<value><b>true</b> to show data for weekend days; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.MonthView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Month"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.MonthView.WeekCount">
<summary>
<para>Gets or sets the number of weeks that are simultaneously displayed within the Month View.
</para>
</summary>
<value>A positive integer value that specifies the number of weeks displayed by the View.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.DayView">
<summary>
<para>Displays a detailed picture of events across one or more days.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DayView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the DayView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control assigned to the day view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.AllDayAreaScrollBarVisible">
<summary>
<para>Specifies whether the scrolling of the All-Day Area is enabled, and the corresponding scrollbar is visible.
</para>
</summary>
<value><b>true</b> if the scrollbar for the all-day area is enabled and visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.AllowScrollAnimation">
<summary>
<para>Gets or sets whether to enable animation for vertical scrolling.
</para>
</summary>
<value><b>True</b>, to enable scroll animation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the DayView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DayViewAppearance"/> object that provides the appearance settings for DayView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the appointment display options for the Day View and its descendants.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptionsEx"/> object containing settings to display the appointments in the Day View, Work Week View, Full Week View.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.AppointmentShadows">
<summary>
<para>Gets or sets a value indicating if shadows are shown for appointments.
</para>
</summary>
<value><b>true</b> to show shadows for appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.DayCount">
<summary>
<para>Gets or sets the number of days that are simultaneously displayed within the Day View.
</para>
</summary>
<value>A positive integer value that specifies the number of days displayed by the View.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.MenuItemId">
<summary>
<para>Gets the ID of the menu item which corresponds to the Day View.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToDayView"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.RowHeight">
<summary>
<para>Gets or sets the height of time cells in the working area.
</para>
</summary>
<value>An integer, specifying the cell height, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.ShowAllAppointmentsAtTimeCells">
<summary>
<para>Gets or sets whether all-day appointments should be shown at time cells rather than in a special area.
</para>
</summary>
<value><b>true</b> if all-day appointments are shown at time cells along with other appointments; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.ShowAllDayArea">
<summary>
<para>Gets or sets a value which specifies whether the All-Day Area is displayed in the Day View, Work-Week View and the Full Week View.
</para>
</summary>
<value><b>true</b>, to show the <b>All-Day</b> area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.ShowDayHeaders">
<summary>
<para>Gets or sets a value which specifies if day headers are shown in the Day View, Work-Week View and the Full Week View.
</para>
</summary>
<value><b>true</b> to show the day headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.ShowMoreButtonsOnEachColumn">
<summary>
<para>Gets or sets a value indicating whether to show the more buttons on each column or only on the Time Ruler in the Day View, Work-Week View and the Full Week View.
</para>
</summary>
<value><b>true</b> to show "more" buttons on each column; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.ShowWorkTimeOnly">
<summary>
<para>Gets or sets a value indicating if the scheduler should show its data only for the working hours in the Day View, Work-Week View and the Full Week View.
</para>
</summary>
<value><b>true</b> to show data for working hours only; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.StatusLineWidth">
<summary>
<para>Gets or sets the width of Status Lines in the Day View, Work-Week View and the Full Week View (measured in pixels).
</para>
</summary>
<value>An integer that specifies the status line width in pixels.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.TimeIndicatorDisplayOptions">
<summary>
<para>Provides access to options specifying how the TimeIndicator is displayed in the view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptions"/> object that contains settings specific to the TimeIndicator.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.TimeMarkerVisibility">
<summary>
<para>Gets or sets the visibility mode of the time marker for all <see cref="P:DevExpress.XtraScheduler.DayView.TimeRulers"/> of the view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeMarkerVisibility"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.TimeRulers">
<summary>
<para>Gets the View's collection of time rulers.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeRulerCollection"/> object that represents a time ruler collection.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.TimeScale">
<summary>
<para>Gets or sets the time interval for the time slots in the scheduling area.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval for the time slots.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.TimeSlots">
<summary>
<para>Gets the View's collection of time slots.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> object that represents a time slot collection.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.TopRowTime">
<summary>
<para>Gets or sets the time of the topmost row which is currently shown in the Day View.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value which represents the time value for the top row.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.DayView.TopRowTimeChanged">
<summary>
<para>Occurs after the <see cref="P:DevExpress.XtraScheduler.DayView.TopRowTime"/> property value was changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Day"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.UseOptimizedScrolling">
<summary>
<para>Gets or sets whether optimized fast scrolling is enabled.
</para>
</summary>
<value><b>True</b>, if optimized fast scrolling is enabled; <b>false</b> if the formerly used scrolling is in effect.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.ViewInfo">
<summary>
<para>Gets the current object's view information.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.DayViewInfo"/> object which contains information on visualization of the DayView's elements.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.DayView.VisibleRowCountChanged">
<summary>
<para>Occurs after the number of visible rows is changed within a Day View.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.VisibleTime">
<summary>
<para>Gets or sets the time of the view's day interval.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which specifies the time of the view's day interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.VisibleTimeSnapMode">
<summary>
<para>Enables display of the specified start of the scheduler visible interval while a custom time ruler is applied in the Day or Work-Week view.
</para>
</summary>
<value><b>true</b> if the start of the scheduler visible interval should be shown as specified without stretching it to the time slot of the ruler; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayView.WorkTime">
<summary>
<para>Gets or sets the work time interval for the Day View, Work-Week View and the Full Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentLabelCollection">
<summary>
<para>A collection of appointment labels.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentLabelCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(System.Object,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Creates a new label with the specified settings and adds it to the collection of appointment labels.
</para>
</summary>
<param name="id">
An object that is the unique label identifier.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<param name="menuCaption">
A string used in a context menu that allows changing the label of an appointment.
</param>
<param name="labelColor">
A <see cref="T:System.Drawing.Color"/> structure that specifies the color which indicates the label.
</param>
<returns>An integer value indicating the position of the newly added appointment in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(DevExpress.XtraScheduler.AppointmentLabel)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object to the collection of appointment labels.
</para>
</summary>
<param name="value">
An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object to append to the collection.
</param>
<returns>An integer value indicating the position of the newly added label in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(System.Drawing.Color,System.String)">
<summary>
<para>Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> object specifying the label's color.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<returns>An integer value indicating the position of the newly added label in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(System.Drawing.Color,System.String,System.String)">
<summary>
<para>Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> object specifying the label's color.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<param name="menuCaption">
A string that is the caption of a context menu used to change a label for an appointment.
</param>
<returns>An integer value indicating the position of the newly added label in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Add(DevExpress.XtraScheduler.SchedulerColorId,System.String,System.String)">
<summary>
<para>Creates a new label with the specified color identifier and displayed name, and appends it to the collection of appointment labels.
</para>
</summary>
<param name="colorId">
A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration specifying the label's color identifier.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<param name="menuCaption">
A string that is the caption of a context menu used to change a label for an appointment.
</param>
<returns>An integer value indicating the position of the newly added label in the collection.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.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"/> property.
</param>
<param name="displayName">
A string that is the label name used for identification in label editors.
</param>
<param name="menuCaption">
A string that is the caption of a context menu used to change a label for an appointment.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.CreateNewLabel(System.String)">
<summary>
<para>Creates a new label with the identifier created by default, specified displayed name and menu caption which is the same as display name.
</para>
</summary>
<param name="displayName">
A string that is the label name used for identification in label editors.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.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"/> property.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Creates a new label with the specified identifier, display name, menu caption and color.
</para>
</summary>
<param name="id">
An object that is the unique label identifier assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/> property.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<param name="menuCaption">
A string that is the caption of a context menu used to change a label for an appointment.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> object that is the label's color.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.Dispose">
<summary>
<para>Disposes of the AppointmentLabelCollection object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.GetById(System.Object)">
<summary>
<para>Obtains a label object specified by its identifier.
</para>
</summary>
<param name="id">
An object that is the identifier of the appointment label.
</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/> property value if found; otherwise, a new <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object is created with default settings.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabelCollection.GetByIndex(System.Int32)">
<summary>
<para>Gets the label at the specified index of the AppointmentLabelCollection collection.
</para>
</summary>
<param name="index">
An integer that is the index of an object in a collection.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object at the specified index.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentLabelCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the appointment label collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception fires.
</param>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object at the specified position in the collection.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentLabel">
<summary>
<para>Represents an appointment's identification label.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentLabel class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.String)">
<summary>
<para>Initializes new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="displayName">
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.String,System.String)">
<summary>
<para>Initializes new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="displayName">
</param>
<param name="menuCaption">
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.Drawing.Color,System.String)">
<summary>
<para>Initializes new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="color">
</param>
<param name="displayName">
</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabel.#ctor(System.Drawing.Color,System.String,System.String)">
<summary>
<para>Initializes new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="color">
</param>
<param name="displayName">
</param>
<param name="menuCaption">
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentLabel.Color">
<summary>
<para>Gets or sets the color associated with the appointment label.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentLabel.ColorId">
<summary>
<para>Gets or sets the label identifier in a Scheduler legacy color scheme.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration member that specifies the label color.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabel.GetDefaultColorByStringId(DevExpress.XtraScheduler.SchedulerColorId)">
<summary>
<para>Obtains a color from the legacy label color scheme.
</para>
</summary>
<param name="colorId">
A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration member that specifies a legacy Scheduler label whose color is obtained.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> that is the label color.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentLabel.GetSkinElementName(DevExpress.XtraScheduler.SchedulerColorId)">
<summary>
<para>Obtain the skin element name for the specified Scheduler label color scheme identifier.
</para>
</summary>
<param name="colorId">
A <see cref="T:DevExpress.XtraScheduler.SchedulerColorId"/> enumeration member that is the Scheduler label color scheme identifier.
</param>
<returns>A string that is the name of a skin element.
</returns>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerControl">
<summary>
<para>Displays scheduled data using one of the available views and provides the capability to edit, save and load appointments. See Scheduler
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerControl class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.#ctor(DevExpress.XtraScheduler.ISchedulerStorage)">
<summary>
<para>Initializes a new instance of the SchedulerControl class with the specified settings.
</para>
</summary>
<param name="storage">
An object implementing the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.About">
<summary>
<para>Invokes the scheduler's <b>About</b> dialog box.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,DevExpress.Accessibility.BaseAccessible)">
<summary>
<para>Notifies accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents"/> event for the specified child control.
</para>
</summary>
<param name="accEvents">
An <see cref="T:System.Windows.Forms.AccessibleEvents"/> event being fired.
</param>
<param name="acc">
An object that identifies the control to notify regarding the accessible event.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32)">
<summary>
<para>Notifies the accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents"/> event for the specified child control.
</para>
</summary>
<param name="accEvents">
An <see cref="T:System.Windows.Forms.AccessibleEvents"/> event being fired.
</param>
<param name="childID">
The child <see cref="T:System.Windows.Forms.Control"/> which fires the event.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ActivePrintStyle">
<summary>
<para>Gets or sets the print style selected to print the scheduler data using printing library.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which represents the print style used to print the scheduler's data.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView">
<summary>
<para>Gets the <b>View</b> currently used by the <b>Scheduler</b> to show its data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> object which is one of the views listed in the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanged">
<summary>
<para>Occurs after the active view of the <b>Scheduler</b> control has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.ActiveViewChanging">
<summary>
<para>Occurs when the <b>Scheduler</b> control is changing its active view.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ActiveViewType">
<summary>
<para>Gets or sets the type of the <b>View</b> which is currently used by the <b>Scheduler</b> to show its data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the active <b>View</b> type.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AdditionalAppointmentsDrag">
<summary>
<para>Occurs for the appointments added to the <see cref="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.AdditionalAppointments"/> collection when they are dragged with the primary appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.Object,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.Object)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.AddService(System.Type,System.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">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.AgendaView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Agenda View.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AgendaView"/> object that is the scheduler's Agenda View.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentConflicts">
<summary>
<para>Occurs when the scheduler finds appointments that are in conflict, and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentConflicts"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentCopy">
<summary>
<para>Occurs when an end-user tries to copy an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCopy"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentCreate">
<summary>
<para>Occurs when an end-user tries to create a new appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCreate"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentDelete">
<summary>
<para>Occurs when the SchedulerControl checks whether the appointment can be deleted. The event fires only if the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDelete"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentDrag">
<summary>
<para>Occurs when an end-user tries to drag an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDrag"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentDragBetweenResources">
<summary>
<para>Occurs when an end-user tries to drag an drop an appointment between resources and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDragBetweenResources"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentEdit">
<summary>
<para>Occurs when an end-user tries to edit an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentEdit"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentResize">
<summary>
<para>Occurs when an end-user tries to resize an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentResize"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.AllowDrop">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.AllowDrop"/> property.
</para>
</summary>
<value><b>true</b> if drag-and-drop operations are allowed in the control; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AllowInplaceEditor">
<summary>
<para>Occurs when an end-user tries to invoke an appointment's in-place editor and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowInplaceEditor"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the SchedulerControl's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerAppearance"/> object that provides the appearance settings for specific elements of the SchedulerControl.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrag">
<summary>
<para>Occurs when appointment is dragged in the <b>Scheduler</b> control.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrop">
<summary>
<para>Fires when you drop the appointment dragged with the mouse.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutShowing">
<summary>
<para>Occurs before the appointment flyout is shown and allows you to substitute a flyout with another control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.AppointmentImages">
<summary>
<para>Gets or sets the source of the images that can be displayed within appointments.
</para>
</summary>
<value>An object providing images for the SchedulerControl.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentResized">
<summary>
<para>Occurs after the user modifies the appointment's interval by dragging its border with the mouse.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentResizing">
<summary>
<para>Occurs when the user starts modifying the appointment's interval by dragging its border with the mouse.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing">
<summary>
<para>Use this event to customize the appointment's appearance by modifying the style elements when it is painted.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.BeforeLoadLayout">
<summary>
<para>Occurs before a layout is restored from storage (a stream, xml file or the system registry).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.BeginInit">
<summary>
<para>Starts the <b>Scheduler Control</b>'s initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.BeginUpdate">
<summary>
<para>Locks the SchedulerControl, preventing visual updates of the object and its elements until the <b>EndUpdate</b> or <b>CancelUpdate</b> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.BorderStyle">
<summary>
<para>Gets or sets the border style for the Scheduler control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style of the Scheduler control.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.CancelUpdate">
<summary>
<para>Unlocks the SchedulerControl object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.ContextButtonCustomize">
<summary>
<para>Reserved for future use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateAppointment(System.Boolean,System.Boolean)">
<summary>
<para>Invokes the dialog for editing a newly created appointment. Allows you to initialize the editors as the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> option suggests and show the Appointment Recurrence Form for a recurring appointment.
</para>
</summary>
<param name="allDay">
<b>true</b>, if the appointment being created will be <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/>; otherwise, <b>false</b>.
</param>
<param name="recurring">
<b>true</b>, if the appointment being created will be recurring; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewAllDayEvent">
<summary>
<para>Invokes the dialog for editing a newly created all-day appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewAppointment">
<summary>
<para>Invokes the dialog for editing a newly created appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewRecurringAppointment">
<summary>
<para>Invokes the dialog for editing a newly created appointment and a child dialog for editing the recurrence information.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.CreateNewRecurringEvent">
<summary>
<para>Invokes the dialog for editing a newly created all-day appointment and a child dialog for editing the recurrence information.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointment">
<summary>
<para>Enables appointments to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentBackground">
<summary>
<para>Enables the backgrounds of appointments to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject">
<summary>
<para>Occurs before displaying the appointment flyout. Follows the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout"/> event. Enables you to manually draw the visual elements composing the <b>Subject rectangle</b> without having to do a full default draw.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayHeader">
<summary>
<para>Enables day headers to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayOfWeekHeader">
<summary>
<para>Enables day of week headers to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayViewAllDayArea">
<summary>
<para>Enables the All-Day Area to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDayViewTimeRuler">
<summary>
<para>Enables the time ruler to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawDependency">
<summary>
<para>Enables dependencies to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawGroupSeparator">
<summary>
<para>Enables group separators to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawNavigationButton">
<summary>
<para>Enables navigation buttons to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawResourceHeader">
<summary>
<para>Enables resource headers to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawTimeCell">
<summary>
<para>Enables time cells to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawTimeIndicator">
<summary>
<para>Enables the Time Indicator to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawView">
<summary>
<para>Enables drawing objects on the top of the scheduler view.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawWeekViewTopLeftCorner">
<summary>
<para>Enables the top left corner of the week view to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeAppointmentFlyout">
<summary>
<para>Occurs before displaying an appointment flyout and allows you to change the displayed text, background and the subject's font. Precedes the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomDrawAppointmentFlyoutSubject"/> event.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeDateNavigationBarCaption">
<summary>
<para>Handle this event to specify the caption of the Date Navigation Bar control.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeMessageBoxCaption">
<summary>
<para>Allows changing the caption of a built-in message box prompting the user for an action after an error condition has occurred.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.DataStorage">
<summary>
<para>Gets or sets the storage for the <b>Scheduler</b> control.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorage"/> object that is the data storage for the <b>Scheduler</b> control.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.DateNavigationBar">
<summary>
<para>Provides access to the Date Navigation Bar control used for quick navigation several days forward/backward.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerDateNavigationBar"/> control.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.DateNavigatorQueryActiveViewType">
<summary>
<para>Enables you to specify the active view type of the Scheduler when the user selects dates in the bound DateNavigator.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.DateTimeScrollBar">
<summary>
<para>Gets the date-time scroll bar of the Scheduler Control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.ScrollBarBase"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.DayView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DayView"/> object representing the Day View in the scheduling area.
</value>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerControl.DefaultPaintStyleName">
<summary>
<para>Gets the default paint style name.
</para>
</summary>
<returns>$
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.DeleteAppointment(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Deletes the specified appointment from the scheduler's storage.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to delete.
</param>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.DeleteRecurrentAppointmentFormShowing">
<summary>
<para>Occurs before the <b>Confirm Delete</b> dialog window is invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.DeleteSelectedAppointments">
<summary>
<para>Deletes the selected appointments.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.DragDropMode">
<summary>
<para>Gets or sets the drag-and-drop mode which is active in the SchedulerControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DragDropMode"/> enumeration value.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentDependencyFormShowing">
<summary>
<para>Occurs before the Appointment Dependency dialog window is invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.EditAppointmentFormShowing">
<summary>
<para>Occurs before the Edit Appointment dialog window is invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.EditRecurrentAppointmentFormShowing">
<summary>
<para>Occurs before the <b>Open Recurring Item</b> dialog window is invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.EndInit">
<summary>
<para>Ends the <b>Scheduler Control</b>'s initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.EndUpdate">
<summary>
<para>Unlocks the SchedulerControl object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.FirstDayOfWeek">
<summary>
<para>Gets the day which the <b>Scheduler Control</b>'s week starts from.
</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week for the <b>Scheduler</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.Focused">
<summary>
<para>Gets a value indicating whether the control has input focus.
</para>
</summary>
<value><b>true</b> if the control is focused; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.FullWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Full Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> object that is the scheduler's Full Week View.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.GanttView">
<summary>
<para>Gets an object that defines the settings of the scheduler's <b>Gantt View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.GanttView"/> object that is the Gantt View in the scheduling area.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GetPaintStyle">
<summary>
<para>Returns the paint style currently used to paint a scheduler control.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerPaintStyle"/> object representing the paint style currently used.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GetPrintPreviewDocument(DevExpress.XtraScheduler.Printing.SchedulerPrintStyle)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="printStyle">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GetResourceColorSchemasCopy">
<summary>
<para>Returns copies of color schemas that are currently used to paint visible resources.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GetService(System.Type)">
<summary>
<para>Gets the service object of the specified type.
</para>
</summary>
<param name="serviceType">
An object that specifies the type of service object to get.
</param>
<returns>A service object of the specified type, or a null reference (<b>Nothing</b> in Visual Basic) if there is no service object of this type.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GetService``1">
<summary>
<para>Gets the service object of the specified generic type.
</para>
</summary>
<returns>A service object of the specified generic type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GetToolTipController">
<summary>
<para>Returns the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Scheduler control.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed by the Scheduler control.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GoToDate(System.DateTime)">
<summary>
<para>Sets the specified date as the start date of the scheduler, meaning that on this date the scheduler will show its data.
</para>
</summary>
<param name="date">
A <see cref="T:System.DateTime"/> value specifying the new start date.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GoToDate(System.DateTime,DevExpress.XtraScheduler.SchedulerViewType)">
<summary>
<para>Sets the specified date as the start date of the scheduler and makes the scheduler show its data for this date using the specified type of view.
</para>
</summary>
<param name="date">
A <see cref="T:System.DateTime"/> value specifying the new start date.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the view in which the scheduler will show its data.
</param>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.GotoDateFormShowing">
<summary>
<para>Occurs before the <b>Go To Date</b> dialog window is invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.GoToToday">
<summary>
<para>Sets the start date of the scheduler control to the current date on the local machine.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.GroupType">
<summary>
<para>Gets or sets a value that specifies the type of grouping applied to the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the scheduler control.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.GroupTypeChanged">
<summary>
<para>Occurs after the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.GroupType"/> property of the <b>Scheduler</b> control has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentDisplayText">
<summary>
<para>Enables custom text and a description to be displayed within appointments.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentImages">
<summary>
<para>Enables custom images to be displayed within appointments.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.InitNewAppointment">
<summary>
<para>Occurs before a new appointment is created in the Scheduler.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.InplaceEditorShowing">
<summary>
<para>Occurs every time an in-place editor is invoked in place of the edited appointment.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.IsPrintingAvailable">
<summary>
<para>Indicates whether the <b>Scheduler</b> control can be printed.
</para>
</summary>
<value><b>true</b> if the scheduler can be printed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.IsUpdateLocked">
<summary>
<para>Gets whether the scheduler control has been locked for updating.
</para>
</summary>
<value><b>true</b> if the scheduler control is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.LayoutUpgrade">
<summary>
<para>Occurs when a layout is restored from a data store (a stream, xml file or system registry), and its version differs from the version of the current layout.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.LayoutViewInfoCustomizing">
<summary>
<para>Use this event to customize the appearance of certain visual elements before they are painted.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.LimitInterval">
<summary>
<para>Gets or sets the time interval available for end-users.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.LookAndFeel">
<summary>
<para>Provides access to the settings that specify the Scheduler control's look and feel.
</para>
</summary>
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the Scheduler control's look and feel.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.MenuManager">
<summary>
<para>Gets or sets the menu manager which controls the look and feel of the context menus.
</para>
</summary>
<value>An object which implements the <see cref="T:DevExpress.Utils.Menu.IDXMenuManager"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.MonthView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MonthView"/> object representing the Month View in the scheduling area.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.MoreButtonClicked">
<summary>
<para>Occurs when the More Button is clicked.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsBehavior">
<summary>
<para>Provides access to the scheduler's behavior options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsBehavior"/> object which contains the scheduler's behavior options.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsCustomization">
<summary>
<para>Provides access to the scheduler's customization options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization"/> object which provides the scheduler's customization options.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsDragDrop">
<summary>
<para>Provides access to options for appointment drag-and-drop action in the scheduler view.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDragDropOptions"/> object containing available options for appointment drag-and-drop action.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsFlyout">
<summary>
<para>Provides access to the Appointment Flyout options.
</para>
</summary>
<value>A <see cref="AppointmentFlyoutOptions"/> object containing options which determine the appointment flyout appearance.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsLayout">
<summary>
<para>Provides access to the property specifying the layout's version.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> object, containing layout characteristics.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsPrint">
<summary>
<para>Provides access to the scheduler's printing options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsPrint"/> object which provides access to the scheduler's printing options.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsRangeControl">
<summary>
<para>Provides access to interaction options that specify the <see cref="T:DevExpress.XtraEditors.RangeControl"/> and <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> appearance and behavior when these controls are integrated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsRangeControl"/> object which contains interaction options for RangeControl and SchedulerControl.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.OptionsView">
<summary>
<para>Provides access to the scheduler's view options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsView"/> object which provides access to the scheduler's view options.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.PaintStyleName">
<summary>
<para>Gets or sets the paint scheme used, by its name.
</para>
</summary>
<value>A <see cref="T:System.String"/> specifying the name of the paint style used for the scheduler control.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.PaintStyles">
<summary>
<para>Contains paint information on the available paint schemes.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.SchedulerPaintStyleCollection"/> object representing the collection of paint styles.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing">
<summary>
<para>Occurs before a popup menu is created for a <b>Scheduler</b> every time a context menu is invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.PrepareContextMenu">
<summary>
<para>This member is obsolete. Handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event instead.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.PreparePopupMenu">
<summary>
<para>This member is obsolete. Handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event instead.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.Print">
<summary>
<para>Prints the Scheduler control's data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.Print(DevExpress.XtraScheduler.Printing.SchedulerPrintStyle)">
<summary>
<para>Prints the Scheduler control's data using the specified print style.
</para>
</summary>
<param name="printStyle">
A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which specifies the print style to be used when printing the Scheduler's data.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.PrintStyles">
<summary>
<para>Gets the collection of styles used when printing the Scheduler control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyleCollection"/> object representing the collection of printing styles.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.QueryResourceColorSchema">
<summary>
<para>Enables visible resources to be painted according to certain conditions.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.QueryWorkTime">
<summary>
<para>Occurs when the scheduler's view calculates the work time interval for the specific resource.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.RangeControlAutoAdjusting">
<summary>
<para>Occurs before the RangeControl has been automatically adjusted when the scheduler active view or start date is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.Refresh">
<summary>
<para>Updates the Scheduler and forces the control to reflect any changes made to the View's layout.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.RefreshData">
<summary>
<para>Updates the XtraScheduler control to reflect any changes made in the data sources which store appointments and appointment resources.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.RemindersEnabled">
<summary>
<para>Gets whether the reminders are enabled.
</para>
</summary>
<value><b>true</b> if the reminders are enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormDefaultAction">
<summary>
<para>Occurs when an end-user doesn't click the Dismiss or Snooze button on the <b>Reminders Form</b>, but simply closes it. The <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RemindersFormDefaultAction"/> property should be set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormShowing">
<summary>
<para>Occurs before the Reminders form is displayed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.RemoveService(System.Type)">
<summary>
<para>Removes the service of specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.RemoveService(System.Type,System.Boolean)">
<summary>
<para>Removes the service of specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ResourceColorSchemas">
<summary>
<para>Gets the color schemas used to paint resource columns in a grouped view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ResourceNavigator">
<summary>
<para>Gets the resource navigator control used to navigate through resources by end-users.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceNavigator"/> object representing the scheduler control's resource navigator.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ResourceSharing">
<summary>
<para>Gets a value indicating whether an appointment can be shared between multiple resources.
</para>
</summary>
<value><b>true</b> if the resource sharing is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.RestoreLayoutFromRegistry(System.String)">
<summary>
<para>Restores the control's layout from the layout stored at the specified system registry path.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.RestoreLayoutFromStream(System.IO.Stream)">
<summary>
<para>Restores the control's layout from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant from which settings are read.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.RestoreLayoutFromXml(System.String)">
<summary>
<para>Restores the control's layout from the specified XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> value specifying the path to the XML file to read settings from. If the specified file doesn't exist a <b>System.IO.FileNotFoundException</b> type exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.SaveLayoutToRegistry(System.String)">
<summary>
<para>Saves the control's layout to the system registry.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value specifying the system registry path in which to save the layout.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.SaveLayoutToStream(System.IO.Stream)">
<summary>
<para>Saves the control's layout to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the control's layout is written.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.SaveLayoutToXml(System.String)">
<summary>
<para>Saves the control's layout to the specified XML file.
</para>
</summary>
<param name="xmlFile">
A <see cref="T:System.String"/> value specifying the path to the file where the layout is to be saved. If an empty string is specified, an exception is raised.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedAppointments">
<summary>
<para>Provides access to the collection of selected appointments.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> descendant which represents the collection of selected appointments.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedDependencies">
<summary>
<para>Provides access to the collection of selected appointment dependencies.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection"/> descendant which is the collection of selected dependencies.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedInterval">
<summary>
<para>Gets the time interval currently selected in the scheduler's active view by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.SelectedResource">
<summary>
<para>Gets the resource which contains the time interval currently selected in the scheduler's active view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the selected resource.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.SelectionChanged">
<summary>
<para>Fires after the selection has been changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.SelectNextAppointment">
<summary>
<para>Selects the next appointment within the visible area of the view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.SelectPrevAppointment">
<summary>
<para>Selects the previous appointment within the visible area of the view.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.Services">
<summary>
<para>Provides access to the object which contains all implemented services and service-oriented methods. Facilitates the use of Scheduler services.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Services.SchedulerServices"/> object, which provides access to implemented services and related methods.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ShowAnotherEditAppointmentForm">
<summary>
<para>For internal use only. Required for the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentFormController"/> on the appointment editing form.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowDeleteRecurrentAppointmentForm(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Invokes the confirmation dialog for the specified recurrent appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to delete.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration member that specifies the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentDependencyForm(DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Invokes the Appointment Dependency form used to modify or delete a specified dependency.
</para>
</summary>
<param name="dependency">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the appointment dependency to modify or delete.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentDependencyForm(DevExpress.XtraScheduler.AppointmentDependency,System.Boolean,DevExpress.Utils.Commands.CommandSourceType)">
<summary>
<para>Invokes the Appointment Dependency form used to modify or delete a specified dependency.
</para>
</summary>
<param name="dependency">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the appointment dependency to modify or delete.
</param>
<param name="readOnly">
<b>True</b>, to display a form as read-only; otherwise, <b>false</b>.
</param>
<param name="commandSourceType">
A <see cref="T:DevExpress.Utils.Commands.CommandSourceType"/> enumeration member that enables you to identify the source of the command to display a form.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentDependencyForm(DevExpress.XtraScheduler.AppointmentDependency,System.Boolean)">
<summary>
<para>Invokes the Appointment Dependency form used to modify or delete a specified dependency.
</para>
</summary>
<param name="dependency">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the appointment dependency to modify or delete.
</param>
<param name="readOnly">
<b>True</b> to display a form as read-only; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment,System.Boolean,System.Boolean)">
<summary>
<para>Invokes the <b>Edit Appointment</b> dialog for the specified appointment. Also, optionally invokes the <b>Recurrence</b> dialog and disables all editors on this form, if required.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to be edited in the dialog.
</param>
<param name="openRecurrenceForm">
<b>True</b> to open the <b>Recurrence</b> dialog; otherwise, <b>false</b>.
</param>
<param name="readOnly">
<b>True</b> to open this form to display properties of a <i>read-only</i> appointment (in this situation all form editors are disabled); otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment,System.Boolean)">
<summary>
<para>Invokes the <b>Edit Appointment</b> dialog for the specified appointment. Also optionally invokes the <b>Recurrence</b> dialog, if required.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to be edited in the dialog.
</param>
<param name="openRecurrenceForm">
<b>True</b> to open the <b>Recurrence</b> dialog; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditAppointmentForm(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Invokes the <b>Edit Appointment</b> dialog for the specified appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which represents the appointment to be edited in the dialog.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowEditRecurrentAppointmentForm(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Invokes the dialog window which prompts the user for an action on editing the recurrent appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> for which the delete command is processed.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration value, specifying the type of action being performed.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ShowFeaturesIndicator">
<summary>
<para>Gets or sets a value indicating if the Features Indicator should be drawn over the <b>Scheduler Control</b> at design time.
</para>
</summary>
<value><b>true</b> to show the Features Indicator at design-time; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowGotoDateForm(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the <b>Go To Date</b> dialog as a <i>child</i> of the specified <i>parent</i> window.
</para>
</summary>
<param name="parent">
A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the <i>parent</i> window for this dialog.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowGotoDateForm">
<summary>
<para>Invokes the <b>Go To Date</b> dialog.
</para>
</summary>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowPrintOptionsForm">
<summary>
<para>Invokes the Page Setup dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowPrintPreview">
<summary>
<para>Opens the <b>Print Preview</b> window for the Scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowPrintPreview(DevExpress.XtraScheduler.Printing.SchedulerPrintStyle)">
<summary>
<para>Opens the <b>Print Preview</b> window for the scheduler control's print output, using the specified print style.
</para>
</summary>
<param name="printStyle">
A <see cref="T:DevExpress.XtraScheduler.Printing.SchedulerPrintStyle"/> object which specifies the print style to be used when printing the Scheduler's data.
</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowRecurrentAppointmentDeleteForm(DevExpress.XtraScheduler.Appointment,System.Boolean@)">
<summary>
<para>Invokes the Delete Recurrent Appointments dialog for the specified appointment. Obsolete. Use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to delete.
</param>
<param name="deleteSeries">
<b>True</b> to delete the entire series of a recurring appointment; otherwise, <b>false</b>.
</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerControl.ShowRecurrentAppointmentDeleteForm(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Invokes the Delete Recurrent Appointments dialog for the specified appointment. Obsolete. Use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment to delete.
</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.QueryDeleteAppointmentResult"/> enumeration value that is the return value of the dialog.
</returns>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.Start">
<summary>
<para>Gets or sets the first date of the time interval displayed by the scheduler view.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that is the start date of the scheduler.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.Storage">
<summary>
<para>Gets or sets the storage object for the <b>Scheduler</b> control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> object that is the data storage for the <b>Scheduler</b> control.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.StorageChanged">
<summary>
<para>Fires after the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.Storage"/> property's value has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.SupportsRecurrence">
<summary>
<para>Gets whether the Scheduler can have recurrent appointments.
</para>
</summary>
<value><b>True</b> if the scheduler can have recurrent appointments; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.SupportsReminders">
<summary>
<para>Gets whether the Scheduler can have appointments with reminders.
</para>
</summary>
<value><b>True</b> if the Scheduler can have appointments with reminders; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.TimelineView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Timeline View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimelineView"/> object representing the Timeline View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.TimeZoneHelper">
<summary>
<para>Provides access to an object used for converting time between time zones.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object used for time zone conversion.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ToolTipController">
<summary>
<para>Gets or sets the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Scheduler control.
</para>
</summary>
<value>The <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed by the Scheduler control.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.UnboundMode">
<summary>
<para>Gets a value indicating if the SchedulerControl is bound to data.
</para>
</summary>
<value><b>true</b> if the <b>Scheduler</b> isn't bound to appointments data source; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ViewBounds">
<summary>
<para>Gets the bounds of the scheduler control's client region.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object which represents the bounding rectangle of the scheduler control's client region.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.ViewRectangle">
<summary>
<para>Gets the bounds of the scheduler control's client region.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object which represents the bounding rectangle of the scheduler control's client region.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.Views">
<summary>
<para>Contains the settings of the Views that are used to represent information within the Scheduler Control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewRepository"/> object which stores the settings of the calendar Views.
</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.VisibleIntervalChanged">
<summary>
<para>Fires when the time interval displayed by the control's scheduling area is changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerControl.VisibleResourcesChanged">
<summary>
<para>Occurs when resources displayed in the scheduler view are changed, or the number of visible resources is changed, or the scheduler switches views.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.VScrollBar">
<summary>
<para>Gets the vertical scrollbar.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.VScrollBar"/> object which represents the vertical scrollbar.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.WeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekView"/> object representing the Week View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.WorkDays">
<summary>
<para>Provides access to the collection which identifies which days are assigned to a workweek.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object which identifies work days.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControl.WorkWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Work Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/> object representing the Work Week View in the scheduling area.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx">
<summary>
<para>Extends the <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions"/> class to provide WinForms-specific options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.#ctor">
<summary>
<para>Initializes a new instance of the WeekViewAppointmentDisplayOptionsEx class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically">
<summary>
<para>Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.
</para>
</summary>
<value><b>True</b> to display appointment status as a vertical strip on the left; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptionsEx.StatusDisplayType">
<summary>
<para>Specifies how to display the status line.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption">
<summary>
<para>Provides access to an object that specifies how deferred scrolling is performed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerDeferredScrollingOption class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerDeferredScrollingOption.Allow">
<summary>
<para>Gets or sets whether the deferred scrolling feature is enabled.
</para>
</summary>
<value><b>true</b> to enable deferred scrolling; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventHandler.Invoke(System.Object,DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs)">
<summary>
<para>A method that handles the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentFlyoutShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> which raised the event.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraScheduler.AppointmentFlyoutShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentDependencyForm">
<summary>
<para>Default form used to modify or delete the appointment dependency.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyForm.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentDependencyForm class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyForm.#ctor(DevExpress.XtraScheduler.SchedulerControl,DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Initializes new instance of the AppointmentDependencyForm class with the specified settings.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object specifying the owner of the form.
</param>
<param name="dep">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object whose properties are being edited.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyForm.ReadOnly">
<summary>
<para>Gets or sets whether the form allows editing.
</para>
</summary>
<value><b>true</b> to open a form in read-only mode; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions">
<summary>
<para>A base class for options that specify the interaction settings for a <see cref="T:DevExpress.XtraEditors.RangeControl"/> and <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> that are integrated.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.#ctor">
<summary>
<para>Initializes a new instance of the ScaleBasedRangeControlClientOptions class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.AutoFormatScaleCaptions">
<summary>
<para>Specifies whether auto-formats should be applied to header captions of RangeControl scales.
</para>
</summary>
<value><b>true</b> if auto-formats are applied to header captions of scales; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.DataDisplayType">
<summary>
<para>Specifies how appointments contained in a <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> should be indicated in a <see cref="T:DevExpress.XtraEditors.RangeControl"/> - using thumbnails or numbers.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RangeControlDataDisplayType"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.MaxIntervalWidth">
<summary>
<para>Gets or sets the RangeControl intervals' maximum width that can be set when resizing or zooming the RangeControl viewport (in pixels).
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.MaxSelectedIntervalCount">
<summary>
<para>Gets or sets the maximum number of intervals that the selected range can include.
</para>
</summary>
<value>An integer value that specifies the maximum number of intervals that can be included in the selected range.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.MinIntervalWidth">
<summary>
<para>Gets or sets the RangeControl intervals' minimum width that can be set when resizing or zooming the RangeControl viewport (in pixels).
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.RangeMaximum">
<summary>
<para>Gets or sets the maximum limit of the time range that is available in the <see cref="T:DevExpress.XtraEditors.RangeControl"/> to navigate within the SchedulerControl.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the maximum limit of the range.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.RangeMinimum">
<summary>
<para>Gets or sets the minimum limit of the time range that is available in the <see cref="T:DevExpress.XtraEditors.RangeControl"/> to navigate within the SchedulerControl.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the minimum limit of the range.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.Scales">
<summary>
<para>Provides access to a collection of scales displayed in the <see cref="T:DevExpress.XtraEditors.RangeControl"/> when it is bound to a <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object containing scales for a RangeControl.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.ScaleBasedRangeControlClientOptions.ThumbnailHeight">
<summary>
<para>Gets or sets the height of a single appointment thumbnail displayed in the <see cref="T:DevExpress.XtraEditors.RangeControl"/>.
</para>
</summary>
<value>An integer value which specifies the appointment thumbnail height measured in pixels.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerOptionsRangeControl">
<summary>
<para>Provides interaction options for a <see cref="T:DevExpress.XtraEditors.RangeControl"/> and <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> that are integrated.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsRangeControl.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerOptionsRangeControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsRangeControl.AllowChangeActiveView">
<summary>
<para>Gets or sets whether to automatically change the SchedulerControl's active view depending on which time range is selected in the <see cref="T:DevExpress.XtraEditors.RangeControl"/>.
</para>
</summary>
<value><b>true</b> to automatically switch between scheduler views; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsRangeControl.AutoAdjustMode">
<summary>
<para>Gets or sets a value indicating if the RangeControl should be automatically adjusted after the scheduler visible interval or active view has been changed.
</para>
</summary>
<value><b>true</b> if the RangeControl is automatically adjusted ; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind">
<summary>
<para>Lists the values specifying the user interface of the Print Preview form.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind.Bars">
<summary>
<para>The Print Preview form with the Bars user interface.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Printing.PrintPreviewFormKind.Ribbon">
<summary>
<para>The Print Preview form with the Ribbon user interface.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.GanttViewAppearance">
<summary>
<para>Provides appearance settings used to paint the Gantt view.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.GanttViewAppearance.#ctor">
<summary>
<para>Initializes a new instance of the GanttViewAppearance class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.GanttViewAppearance.Dependency">
<summary>
<para>Gets the appearance settings used to paint a dependency within the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a Dependency.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.GanttViewAppearance.SelectedDependency">
<summary>
<para>Gets the appearance settings used to paint a selected dependency within the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint a selected Dependency.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit">
<summary>
<para>A control used to select a type of appointment dependency.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentDependencyTypeEdit class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.EditorTypeName">
<summary>
<para>Gets the class name of the editor.
</para>
</summary>
<value>A string identifying the class name.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.EditValue">
<summary>
<para>Gets or sets the editor's value.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.Properties">
<summary>
<para>Gets an object that contains editor specific settings.
</para>
</summary>
<value>A <b>RepositoryItemRegisterAppointmentDependencyType</b> object that contains editor settings.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentDependencyTypeEdit.Type">
<summary>
<para>Gets or sets a dependency type shown in the editor.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.GanttView">
<summary>
<para>A view that shows tasks, the relationship among the tasks and task progress in relation to time.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.GanttView.#ctor(DevExpress.XtraScheduler.SchedulerControl)">
<summary>
<para>Initializes a new instance of the GanttView class with the specified <b>Scheduler</b> control.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> value that specifies the <b>Scheduler</b> control of the view. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.GanttView.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the GanttView's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.GanttViewAppearance"/> object that provides the appearance settings for GanttView elements.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.GanttView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the <b>Gantt View</b> appointments display options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptions"/> object containing settings to display the appointments (tasks) in the Gantt View.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.GanttView.ChangeDependencySelection(DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Selects a single dependency.
</para>
</summary>
<param name="dep">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object to select.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.GanttView.Scales">
<summary>
<para>Provides access to a collection of time scales displayed in the Gantt view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object containing time scales for this view.
</value>
</member>
<member name="M:DevExpress.XtraScheduler.GanttView.SelectDependency(DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Selects the specified appointment dependency so that it is the only selected dependency within the View.
</para>
</summary>
<param name="dep">
An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that specifies the appointment dependency to be selected.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.GanttView.StatusDisplayType">
<summary>
<para>Implemented to hide the property of the base class.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.GanttView.TimelineScrollBarVisible">
<summary>
<para>Overrides the corresponding property of the base class, to hide it.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.GanttView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Gantt"/> value.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.GanttView.ViewInfo">
<summary>
<para>Gets the information on the visual representation of the object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.TimelineViewInfo"/> object providing information on the visual representation of the GanttView's elements.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyStorage">
<summary>
<para>A storage which holds a collection of appointment dependencies.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyStorage.#ctor(DevExpress.XtraScheduler.SchedulerStorage)">
<summary>
<para>Initializes a new instance of the AppointmentDependencyStorage class with the specified scheduler storage.
</para>
</summary>
<param name="storage">
A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> value that specifies the scheduler storage to store appointment dependencies.
</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyStorage.CustomFieldMappings">
<summary>
<para>Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection"/> object.
</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyStorage.Mappings">
<summary>
<para>Gets an object that specifies bindings established between persistent properties of the appointment dependencies maintained by the current storage and appropriate fields in the data source.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo"/> object containing information on the mapping of the dependency's properties to the appropriate data fields.
</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType">
<summary>
<para>Lists how the appointment status can be displayed in the view.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType.None">
<summary>
<para>Does not display all-day appointment status in the view. The status is displayed only in the appointment.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType.StatusLine">
<summary>
<para>Displays all-day appointment status in the status line. The status line width is specified by the <see cref="P:DevExpress.XtraScheduler.DayView.StatusLineWidth"/> property (by default it is 0 so the status line is hidden).
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewStatusDisplayType.TimeCell">
<summary>
<para>Displays appointment status as the time cell background.
<para></para>
<para>If multiple appointments with different statuses occupy the same interval, the highest priority status is displayed. The priority is defined as follows (the lower number is higher priority):
</para>
<list type="number">
<term><item><see cref="F:DevExpress.XtraScheduler.AppointmentStatusType.OutOfOffice"/></item></term>
<term><item><see cref="F:DevExpress.XtraScheduler.AppointmentStatusType.Busy"/></item></term>
<term><item><see cref="F:DevExpress.XtraScheduler.AppointmentStatusType.Tentative"/></item></term>
<term><item><see cref="F:DevExpress.XtraScheduler.AppointmentStatusType.WorkingElsewhere"/></item></term>
</list>
</para>
</summary>
</member>
</members>
</doc>