BaoKai_202508-Wms-Jingwang..../WMS.FrmOut/bin/Debug/DevExpress.XtraScheduler.v22.2.Core.Desktop.xml

6772 lines
418 KiB
XML
Raw Normal View History

2025-08-24 09:35:55 +08:00
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>DevExpress.XtraScheduler.v22.2.Core.Desktop</name>
</assembly>
<members>
<member name="N:DevExpress.XtraScheduler">
<summary>
<para>Contains classes which are used to implement the main functionality of the Scheduler.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions">
<summary>
<para>Contains options which define how appointments are displayed when the currently active view is the Agenda View.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.AllowMultiLineSubject">
<summary>
<para>An option that allows multiline display of an appointment subject text.</para>
</summary>
<value>True, to show as many lines as required to display a subject text; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.AppointmentHeight">
<summary>
<para>This property has no effect for the Agenda View.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions"/> object passed as a parameter.</para>
</summary>
<param name="options">An <see cref="T:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.ShowLabel">
<summary>
<para>Gets or sets whether the colored circle indicating the appointment label is shown.</para>
</summary>
<value>True to show the label circle; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.ShowResource">
<summary>
<para>Gets or sets whether to display appointments resource captions in the Agenda view.</para>
</summary>
<value>True to show captions of resources associated with the appointment; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.SnapToCellsMode">
<summary>
<para>This property has no effect for the Agenda View.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.SubjectAreaHeight">
<summary>
<para>Gets or sets the height of an area used to display an appointment subject.</para>
</summary>
<value>An integer that specifies the area height in pixels. A value of 0 (zero) displays a single line of text.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.SubjectBold">
<summary>
<para>Gets or sets whether the bold font is used for the appointment subject in the Agenda view.</para>
</summary>
<value>True to display subject with bold font; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AgendaViewAppointmentDisplayOptions.TimeDisplayType">
<summary>
<para>This property has no effect for the Agenda View.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AllowDisplayAppointmentDependencyForm">
<summary>
<para>Lists the values used to specify whether the Appointment Dependency dialog can be displayed or not.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AllowDisplayAppointmentDependencyForm.Always">
<summary>
<para>Appointment Dependency dialog is always shown when standard actions are performed to invoke it.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AllowDisplayAppointmentDependencyForm.Auto">
<summary>
<para>Internal Scheduler logic dictates whether the Appointment Dependency dialog can be shown.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AllowDisplayAppointmentDependencyForm.Never">
<summary>
<para>Appointment Dependency dialog is never shown.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AllowDisplayAppointmentForm">
<summary>
<para>Lists the values used to specify whether the Edit Appointment form can be displayed or not.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AllowDisplayAppointmentForm.Always">
<summary>
<para>The Edit Appointment form can be displayed both for editable and read-only appointments. Note that when this form is shown for read-only appointments, all its editors are disabled.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AllowDisplayAppointmentForm.Auto">
<summary>
<para>The Edit Appointment form can be displayed only for editable appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AllowDisplayAppointmentForm.Never">
<summary>
<para>The Edit Appointment form can not be displayed for any appointments.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentConflictEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentConflicts"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentConflictEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.AppointmentBaseCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentConflictEventArgs"/> 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 is raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
<param name="clone">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointments clone for a new <see cref="P:DevExpress.XtraScheduler.AppointmentConflictEventArgs.Interval"/>. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentConflictEventArgs.AppointmentClone"/> property.</param>
<param name="conflicts">An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object which is a collection of appointments conflicting with the current <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/>. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentConflictEventArgs.Conflicts"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentConflictEventArgs.AppointmentClone">
<summary>
<para>Gets the clone of the appointment being processed in the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentConflicts"/> or the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.AllowAppointmentConflicts"/> events.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is a clone of the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/>.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentConflictEventArgs.Conflicts">
<summary>
<para>Gets the collection of appointments which are considered to be conflicting with the current appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object which contains all appointments which are in conflict with the current one.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentConflictEventArgs.Interval">
<summary>
<para>Gets the time interval which the event was raised for.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which represents the time interval that the event was raised for.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentConflictEventArgs.RemoveConflictsWithDifferentResource(DevExpress.XtraScheduler.AppointmentBaseCollection,System.Object)">
<summary>
<para>Removes all the conflicting appointments from the specified collection whose <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceId"/> doesnt match the specified Id.</para>
</summary>
<param name="conflicts">An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object that contains all conflicting appointments.</param>
<param name="resourceId">A <see cref="T:System.Object"/> that specifies the resource Id which appointments should be left in the collection.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentConflictEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentConflicts"/> 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.AppointmentConflictEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentConflictsMode">
<summary>
<para>Lists the modes which specify if appointments conflicts are allowed.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentConflictsMode.Allowed">
<summary>
<para>Appointments conflicts are allowed. This means that appointment intervals can intersect for the same resource (or for at least for one of the resources to which they belong, if resources are shared).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentConflictsMode.Custom">
<summary>
<para>Whether the conflicts are resolved or not is determined manually in the corresponding event handler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden">
<summary>
<para>Appointments conflicts are forbidden. This means that appointment intervals cant intersect each other for the same resource (or for at least for one of the resources to which they belong, if resources are shared).</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType">
<summary>
<para>Lists the values used to specify the type of sign to indicate that the scheduled time continues beyond the visible interval of dates.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType.Arrow">
<summary>
<para>Displays an arrow pointing to the part of the appointment that resides out of visible interval of dates.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType.ArrowWithText">
<summary>
<para>Displays an arrow and the text pointing out the date to which the appointment extends.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType.Auto">
<summary>
<para>Displays an arrow pointing to the appointment extension. The text is displayed only when it occupies less than half of the visible time cell space.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType.Never">
<summary>
<para>No indication is displayed that the appointment extends out of the visible date range</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencySelectionChangeAction">
<summary>
<para>Specifies how the selection is applied to the specified appointment dependency.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencySelectionChangeAction.Add">
<summary>
<para>The appointment dependency is added to the collection of selected dependencies, available via the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.SelectedDependencies"/> property.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencySelectionChangeAction.Clear">
<summary>
<para>The <see cref="P:DevExpress.XtraScheduler.SchedulerControl.SelectedDependencies"/> collection is cleared.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencySelectionChangeAction.None">
<summary>
<para>Does nothing.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencySelectionChangeAction.Select">
<summary>
<para>Adds the specified dependency to the collection of selected dependencies.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencySelectionChangeAction.Toggle">
<summary>
<para>Changes the selection state of the dependency to the alternative.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencySelectionChangeAction.Unselect">
<summary>
<para>Deselects the specified dependency.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDisplayOptions">
<summary>
<para>Serves as the base for classes which provide options to define how appointments are displayed when a particular view is currently active.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AppointmentAutoHeight">
<summary>
<para>Gets or sets whether an appointment should change its height to fit the text to display.</para>
</summary>
<value>true to enable auto-height; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.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="M:DevExpress.XtraScheduler.AppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> object passed as a parameter.</para>
</summary>
<param name="options">An <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.AutoAdjustForeColor">
<summary>
<para>Gets or sets whether or not appointments should automatically change forecolors in case they blend in with appointment backgrounds.</para>
</summary>
<value>A DevExpress.XtraScheduler.AdjustColorMode enumeration value that specifies whether appointments should automatically change forecolors; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.ContinueArrowDisplayType">
<summary>
<para>Specifies the type of indicator used to point out that the appointment extends beyond the visible date range.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType"/> enumeration member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.EndTimeVisibility">
<summary>
<para>Specifies whether the end time should be visible for the appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentTimeVisibility"/> enumeration specifying whether the appointment end time should be displayed.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.ShowRecurrence">
<summary>
<para>Specify whether the recurrence symbol should be displayed for the recurrent appointment.</para>
</summary>
<value>true if a recurrence symbol should be displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.ShowReminder">
<summary>
<para>Specify whether the reminder symbol should be displayed for an appointment with a reminder.</para>
</summary>
<value>true if a reminder symbol should be displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.SnapToCells">
<summary>
<para>Specifies whether the appointment should snap to cell borders.</para>
</summary>
<value>true if appointments are snapped to cells; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.SnapToCellsMode">
<summary>
<para>Gets or sets the method of snapping appointments to time cells.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentSnapToCellsMode"/> enumeration member, specifying the snap method.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.StartTimeVisibility">
<summary>
<para>Specifies whether the start time should be visible for the appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentTimeVisibility"/> enumeration specifying whether the appointment start time should be displayed.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.StatusDisplayType">
<summary>
<para>Specifies whether to display a status line and whether to fill the status line to indicate appointment status and duration.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration value.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.TimeDisplayType">
<summary>
<para>Specifies how the start and end time of the appointment should be displayed - using symbols or digits.</para>
</summary>
<value>A <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.TimeDisplayType"/> enumeration member.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDisplayOptions.ToString">
<summary>
<para>Returns the textual representation of appointment display options.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of appointment display options.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDisplayTextEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentDisplayText"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDisplayTextEventArgs.#ctor(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayTextEventArgs"/> class with specified settings.</para>
</summary>
<param name="viewInfo">An <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface defining view information for the appointment.</param>
<param name="text">A string, representing the text displayed in the upper (indicative) part of the appointment region</param>
<param name="description">A string, representing the text displayed in the main (informative) part of the appointment region</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayTextEventArgs.Appointment">
<summary>
<para>Provides access to the appointment for which the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentDisplayText"/> event is fired.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to display.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayTextEventArgs.Description">
<summary>
<para>Gets or sets the text that will be displayed as an appointments description.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the description displayed for the appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayTextEventArgs.Text">
<summary>
<para>Gets or sets the text that will be displayed as the appointments text (subject and location together).</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the displayed text of the appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDisplayTextEventArgs.ViewInfo">
<summary>
<para>Provides access to the characteristics of the appointment prepared for display.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface defining view characteristics for the appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDisplayTextEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitAppointmentDisplayText"/> 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.AppointmentDisplayTextEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDragDropOptionsBase">
<summary>
<para>The base class for options available for drag-and-drop operations with appointments in the scheduler.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDragDropOptionsBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDragDropOptionsBase"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragDropOptionsBase.KeepRelativeResourceDistance">
<summary>
<para>Gets or sets whether a visual resource distance between appointments remains the same while they are dragged.</para>
</summary>
<value>True, to keep a relative interval measured in visual resources between appointments while they are dragged; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDragEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrag"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDragEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDragEventArgs"/> class with specified settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.AdditionalAppointments">
<summary>
<para>Provides access to the collection of the additional dragged appointments.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> that contains appointments dragged along with the initial appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.CopyEffect">
<summary>
<para>Indicates whether the drop effect in a drag-and-drop appointment operation is Copy.</para>
</summary>
<value>True, if an appointment will be copied to the target location; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.EditedAppointment">
<summary>
<para>Gets the appointment being modified in the drag-and-drop event.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.ForceUpdateFromStorage">
<summary>
<para>Gets or sets whether the View is forced to query appointments from the storage.</para>
</summary>
<value>true to query appointments from storage; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.HitInterval">
<summary>
<para>Gets the time interval represented by the time cell to which an appointment was dragged.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.HitResource">
<summary>
<para>Gets the resource to which an appointment was dragged.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.NewAppointmentResourceIds">
<summary>
<para>Gets or sets the IDs of resources for a new appointment.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceIdCollection"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragEventArgs.SourceAppointment">
<summary>
<para>Gets the source appointment in the drag-and-drop event.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDragEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentDrag"/> 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.AppointmentDragEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDragInfo">
<summary>
<para>Provides information on appointments involved in drag-and-drop operations.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDragInfo.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDragInfo"/> class with the specified settings.</para>
</summary>
<param name="source">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment before it is dragged. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentDragInfo.SourceAppointment"/> property.</param>
<param name="edited">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment being dragged. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentDragInfo.EditedAppointment"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragInfo.EditedAppointment">
<summary>
<para>Gets the appointment being modified in the drag-and-drop operation.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDragInfo.SourceAppointment">
<summary>
<para>Gets the source appointment (an appointment before drag) in the drag-and-drop operation.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentOperationEventArgs">
<summary>
<para>Provides data for the AllowAppointment events of the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentOperationEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentOperationEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value that is the appointment for which an event is raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentOperationEventArgs.Allow">
<summary>
<para>Gets or sets a value indicating whether an end-user is allowed to perform a particular action.</para>
</summary>
<value>true if an action is allowed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentOperationEventArgs.Recurring">
<summary>
<para>Gets or sets a value indicating if the appointment is recurring.</para>
</summary>
<value>true if the appointment is recurring; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentOperationEventHandler">
<summary>
<para>Represents a method that will handle the AllowAppointment 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">An <see cref="T:DevExpress.XtraScheduler.AppointmentOperationEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentResizeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentResizing"/> and <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentResized"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentResizeEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource,DevExpress.XtraScheduler.ResizedSide)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentResizeEventArgs"/> class with the specified settings.</para>
</summary>
<param name="sourceAppointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the source appointment. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.SourceAppointment"/> property.</param>
<param name="editedAppointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment being modified within the event handler. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.EditedAppointment"/> property.</param>
<param name="hitInterval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> value that is a time interval of the time cell being hit when resizing. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.HitInterval"/> property.</param>
<param name="hitResource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource assigned to cells to which an appointments side is moved.</param>
<param name="resizedSide">A <see cref="T:DevExpress.XtraScheduler.ResizedSide"/> enumeration value, specifying the side being moved when the appointment is resized.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.Allow">
<summary>
<para>Specifies whether the appointment can be resized.</para>
</summary>
<value>true if appointment resizing is allowed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.EditedAppointment">
<summary>
<para>Gets the appointment being edited in the resize event.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.Handled">
<summary>
<para>Gets or sets whether the resize operation is handled, and therefore no default processing is required.</para>
</summary>
<value>true if no default processing is required; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.HitInterval">
<summary>
<para>Gets the time interval represented by the time cell to which the appointments side is moved.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.HitResource">
<summary>
<para>Gets the resource assigned to cells to which an appointments side is moved.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.ResizedSide">
<summary>
<para>Indicates which appointment side is being moved when the appointment is resized.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResizedSide"/> enumeration value, specifying the appointments side.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentResizeEventArgs.SourceAppointment">
<summary>
<para>Gets the source appointment in the resize event.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentResizeEventHandler">
<summary>
<para>Represents a method that will handle events associated with appointment resizing.</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.AppointmentResizeEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentSelectionChangeAction">
<summary>
<para>Specifies how the selection is applied to the specified appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSelectionChangeAction.Add">
<summary>
<para>The appointment is added to the collection of selected appointments, available via the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.SelectedAppointments"/> property.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSelectionChangeAction.Clear">
<summary>
<para>The <see cref="P:DevExpress.XtraScheduler.SchedulerControl.SelectedAppointments"/> collection is cleared.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSelectionChangeAction.None">
<summary>
<para>Does nothing.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSelectionChangeAction.Select">
<summary>
<para>Adds the specified appointment to the collection of selected appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSelectionChangeAction.Toggle">
<summary>
<para>Changes the selection state of the appointment to the alternative.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSelectionChangeAction.Unselect">
<summary>
<para>Deselects the specified appointment.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentSnapToCellsMode">
<summary>
<para>Lists the modes of appointment fit in the time cell(s) by stretching it to the cells limits.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Always">
<summary>
<para>An appointment is always stretched to cell borders so that it occupies the entire cell or several cells.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Auto">
<summary>
<para>Appointment is stretched to cell border only if the distance from the cell border to the edge of an appointment is less than half of the cell width.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Disabled">
<summary>
<para>The appointment visible width is proportional to its duration. The minimal value of a dimension that represents the appointment duration is one pixel. The following picture illustrates the difference between the Disabled and Never modes for an appointment with a very small duration. The Disabled mode displays appointment as a line with a height of one pixel; however in Never mode, it looks like a small appointment with a height of several pixels, rather than a line.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentSnapToCellsMode.Never">
<summary>
<para>The appointment visible width is proportional to its duration. There is a minimal visible width (about 5 pixels). If an appointments duration is quite small, it will never be narrower than the minimal width.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType">
<summary>
<para>Lists the values used to specify how the appointment status is displayed within an appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusDisplayType.Bounds">
<summary>
<para>The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the appointment bounds.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusDisplayType.Never">
<summary>
<para>The appointment status line is invisible.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusDisplayType.Time">
<summary>
<para>The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the time of its appointment.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentStorageBase">
<summary>
<para>A base class that represents a storage to hold a collection of appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.Add(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to the collection which can be accessed via the storages <see cref="P:DevExpress.XtraScheduler.AppointmentStorageBase.Items"/> property.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to append to the collection.</param>
<returns>An integer value indicating the position at which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.AddRange(DevExpress.XtraScheduler.Appointment[])">
<summary>
<para>Appends an array of appointments to the storages collection.</para>
</summary>
<param name="items">An array of <see cref="T:DevExpress.XtraScheduler.Appointment"/> objects to append to the collection.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.AppointmentFactory">
<summary>
<para>Provides access to an appointment factory for the current storage.</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentFactory"/> interface which specifies the appointment factory in use.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.BeginInit">
<summary>
<para>Starts the appointment storage initialization.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.CommitExistingObject(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Commits changes to an existing object. Updates the object data record in the underlying data source.</para>
</summary>
<param name="obj">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to commit.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.Contains(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Determines whether the appointment storage contains the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to find in the collection.</param>
<returns>True if the collection contains the specified appointment; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime,System.String)">
<summary>
<para>Creates an appointment of the specified type with the specified start time, end time and a subject.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property.</param>
<param name="subject">A string that is the appointments subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime)">
<summary>
<para>Creates an appointment of the specified type with the specified start and end time.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan,System.String)">
<summary>
<para>Creates an appointment of the specified type with the specified start time, duration and a subject.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration"/> property.</param>
<param name="subject">A string that is the appointments subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan)">
<summary>
<para>Creates an appointment of the specified type with the specified start time and duration.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration"/> property.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
<summary>
<para>Creates an appointment of the specified type.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.CustomFieldMappings">
<summary>
<para>Gets or sets the custom field mappings collection associated with this <see cref="T:DevExpress.XtraScheduler.AppointmentStorageBase"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection"/> object that stores custom field mappings.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.DataManager">
<summary>
<para>For internal use only.</para>
</summary>
<value>A DevExpress.XtraScheduler.Data.AppointmentDataManager object.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.EndInit">
<summary>
<para>Ends the appointment storage initialization.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.Filter">
<summary>
<para>Gets or sets a criteria string used to filter appointments.</para>
</summary>
<value>A string that is a logical expression.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.FilterCriteria">
<summary>
<para>Gets or sets the criteria to filter appointments in the storage.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.GetAppointmentById(System.Object)">
<summary>
<para>Gets the appointment by its identifier.</para>
</summary>
<param name="id">An object that is the unique identifier of an appointment.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.GetAppointmentsExpandingPatterns(DevExpress.XtraScheduler.TimeInterval,System.Boolean)">
<summary>
<para>Gets all appointments including occurrences and exceptions which are located in the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object specifying the time interval to search.</param>
<param name="recurringOnly">True to obtain only recurring appointments; otherwise, false.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object containing appointments in the specified interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.GetAppointmentsExpandingPatterns(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Gets all appointments including occurrences and exceptions which are located in the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object specifying the time interval to search.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object containing appointments in the specified interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.IsNewAppointment(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Determines whether the appointment is new, so that it is not an occurrence, and the current <see cref="T:DevExpress.XtraScheduler.AppointmentStorageBase"/> does not contain it.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment in question.</param>
<returns>true, if the appointment isnt contained in this storage and in recurrent series of appointments in the storage; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the appointment collection which can be accessed using the <see cref="P:DevExpress.XtraScheduler.AppointmentStorageBase.Items"/> property.</para>
</summary>
<param name="index">A zero-based integer specifying the desired items position within the collection. If its negative or exceeds the last available index, an exception is raised.</param>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.Items">
<summary>
<para>Gets the collection of appointments within the storage.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentCollection"/> object that contains a collection of appointments.</value>
</member>
<member name="E:DevExpress.XtraScheduler.AppointmentStorageBase.LoadException">
<summary>
<para>Fires when a problem occurs in appointment loading to the storage from an external data source.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.LoadFromXml(System.IO.Stream)">
<summary>
<para>Loads settings of appointments from the specified stream to the appointment storage.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which appointments are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.LoadFromXml(System.String)">
<summary>
<para>Loads settings of appointments from the specified XML file to the appointment storage.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which appointments should be loaded. If an empty string is specified, an exception is raised.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.Mappings">
<summary>
<para>Gets an object that specifies how appointment properties map to the data source fields.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentMappingInfo"/> object that provides information on the mapping of the appointment properties to the data fields.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.RaiseLoadException(System.Exception)">
<summary>
<para>Calls the handler for the <see cref="E:DevExpress.XtraScheduler.AppointmentStorageBase.LoadException"/> event.</para>
</summary>
<param name="exception">An <see cref="T:System.Exception"/> object that is the exception passed to the <see cref="E:DevExpress.XtraScheduler.AppointmentStorageBase.LoadException"/> event handler.</param>
<returns>True if the event is handled; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.Remove(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object from the collection.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment to remove.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.ResourceSharing">
<summary>
<para>Gets or sets a value indicating whether an appointment could be shared between multiple resources.</para>
</summary>
<value>true if the resource sharing is enabled; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.SaveToXml(System.IO.Stream)">
<summary>
<para>Saves appointments from the storage to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which appointments should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.SaveToXml(System.String)">
<summary>
<para>Saves appointments from the storage to an XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where appointments should be written. If an empty string is specified, an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentStorageBase.SetAppointmentFactory(DevExpress.XtraScheduler.IAppointmentFactory)">
<summary>
<para>Assigns the specified appointment factory to the <see cref="T:DevExpress.XtraScheduler.AppointmentStorageBase"/>.</para>
</summary>
<param name="factory">An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentFactory"/> interface which specifies the new appointment factory for the storage.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.SupportsRecurrence">
<summary>
<para>Gets whether the data mapping for appointment recurrence information is specified.</para>
</summary>
<value>True if the information on appointment recurrence is obtained from a data source; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentStorageBase.SupportsReminders">
<summary>
<para>Gets whether the appointment reminder data mapping is specified.</para>
</summary>
<value>True if the information on appointment reminders is obtained from a data source so that the scheduler can have appointments with reminders; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraScheduler.AppointmentStorageBase.UIChanged">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentTimeDisplayType">
<summary>
<para>Lists the values used to specify how the start and end time are displayed within appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentTimeDisplayType.Auto">
<summary>
<para>The start and end time is automatically shown either as text or as clock.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentTimeDisplayType.Clock">
<summary>
<para>The start and end time is always shown as clock.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentTimeDisplayType.Text">
<summary>
<para>The start and end time is always shown as text.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentTimeVisibility">
<summary>
<para>Lists the values used to specify the visibility state of the start and end time within appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentTimeVisibility.Always">
<summary>
<para>Appointment time is always shown.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentTimeVisibility.Auto">
<summary>
<para>Whether the appointment time is shown or not is determined automatically according to the current scheduler views settings.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentTimeVisibility.Never">
<summary>
<para>Appointment time is never shown.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.CellsAutoHeightOptions">
<summary>
<para>Options that configure automatic time cell height.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CellsAutoHeightOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CellsAutoHeightOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CellsAutoHeightOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.CellsAutoHeightOptions"/> object passed as a parameter.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.CellsAutoHeightOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.XtraScheduler.CellsAutoHeightOptions.AutoHeightMode">
<summary>
<para>Gets or sets the mode used to calculate time cell heights in the Scheduler control.</para>
</summary>
<value>The selected mode: “None”, “Limited” or “Full”</value>
</member>
<member name="P:DevExpress.XtraScheduler.CellsAutoHeightOptions.MaxHeight">
<summary>
<para>Gets or sets the maximum time cell height. This property is in effect only when the <see cref="P:DevExpress.XtraScheduler.CellsAutoHeightOptions.AutoHeightMode"/> property equals “Full”.</para>
</summary>
<value>The maximum time cell height.</value>
</member>
<member name="P:DevExpress.XtraScheduler.CellsAutoHeightOptions.MinHeight">
<summary>
<para>Gets or sets the minimum time cell height. This property is not in effect when the <see cref="P:DevExpress.XtraScheduler.CellsAutoHeightOptions.AutoHeightMode"/> property equals “None”. In this case, all time cells have the same height specified by the <see cref="P:DevExpress.XtraScheduler.TimelineView.ResourceHeight"/> property.</para>
</summary>
<value>An integer value specifying the cell height in pixels.</value>
</member>
<member name="N:DevExpress.XtraScheduler.Compatibility">
<summary>
<para>Contains classes used for backward compatibility with code written for earlier versions of the Scheduler and Calendar Suite.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Compatibility.CompatibleAppointment">
<summary>
<para>Use for subclassing instead of the former Appointment class to maintain code created prior to v.15.2.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeMessageBoxCaption"/> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeMessageBoxCaption"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventArgs.#ctor(DevExpress.XtraScheduler.Localization.SchedulerStringId,System.String)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventArgs"></see> class with the specified settings.</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>
<param name="caption">A string that will be used as a message box caption.</param>
</member>
<member name="M:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventArgs.#ctor(DevExpress.XtraScheduler.Localization.SchedulerStringId)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventArgs"></see> class with the specified settings.</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>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventArgs.Caption">
<summary>
<para>Gets or sets a string for display in the caption of a message box that prompts the end-user to save appointment changes.</para>
</summary>
<value>A string to display.</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventArgs.CaptionId">
<summary>
<para>Obtains the identifier of a localized string that will be displayed as the message box caption.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Localization.SchedulerStringId"/> enumeration value that specifies the localized string used as a caption.</value>
</member>
<member name="T:DevExpress.XtraScheduler.CustomizeMessageBoxCaptionEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.CustomizeMessageBoxCaption"/> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.CustomizeMessageBoxCaption"/> events.</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.XtraScheduler.CustomizeMessageBoxCaptionEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DateNavigatorQueryActiveViewType"/> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.DateNavigatorQueryActiveViewType"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs.#ctor(DevExpress.XtraScheduler.SchedulerViewType,DevExpress.XtraScheduler.SchedulerViewType,DevExpress.XtraScheduler.DayIntervalCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs"/> class with the specified settings.</para>
</summary>
<param name="oldViewType">A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumerator member that specifies the previous view of the scheduler. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs.OldViewType"/> property.</param>
<param name="newViewType">A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumerator member that specifies the new view of the scheduler. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs.NewViewType"/> property.</param>
<param name="selectedDays">A <see cref="T:DevExpress.XtraScheduler.DayIntervalCollection"/> object specifying the dates selected in the DateNavigator control.</param>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs.NewViewType">
<summary>
<para>Gets or sets the type of the view to be used by the scheduler to show its data after the date range selected in the bound DateNavigator has been changed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumerator member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs.OldViewType">
<summary>
<para>Gets the type of the view used by the scheduler to show its data before the date range selected in the bound DateNavigator is changed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumerator member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs.SelectedDays">
<summary>
<para>Gets the collection of dates selected in the DateNavigator bound to scheduler.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DayIntervalCollection"/> object.</value>
</member>
<member name="T:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.DateNavigatorQueryActiveViewType"/>, <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.DateNavigatorQueryActiveViewType"/> and <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.DateNavigatorQueryActiveViewType"/> events.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>, <see cref="T:DevExpress.Xpf.Scheduler.SchedulerControl"/> or <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.DateNavigatorQueryActiveViewTypeEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions">
<summary>
<para>A base class containing options which define how appointments are displayed in the Day View and descendants.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions.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="M:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions"/> object passed as a parameter.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions.ColumnPadding">
<summary>
<para>Enables you to specify appointment column paddings in the Day View.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColumnPadding"/> instance specifying column paddings.</value>
</member>
<member name="P:DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions.ShowShadows">
<summary>
<para>Gets or sets a value indicating if shadows are shown for appointments.</para>
</summary>
<value>true to show shadows for appointments; otherwise, false.</value>
</member>
<member name="N:DevExpress.XtraScheduler.Drawing">
<summary>
<para>Contains classes and enumerations that are used to implement drawing for the XtraScheduler.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCore">
<summary>
<para>Represents an object that contains information on the image displayed within the appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCore.ImageIndex">
<summary>
<para>Gets or sets the index of an image, associated with the current appointment.</para>
</summary>
<value>An integer, representing the index of an image.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCore.ImageType">
<summary>
<para>Gets the type of an image, associated with the appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageType"/> enumeration value, specifying the appointment images type.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCore.Visible">
<summary>
<para>Specifies whether the image, associated with the appointment, is visible or hidden.</para>
</summary>
<value>true if the image is visible; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCoreCollection`1">
<summary>
<para>Defines a collection of objects that contain information on appointment images.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCoreCollection`1.AddStandard(DevExpress.XtraScheduler.Drawing.AppointmentImageType)">
<summary>
<para>Adds a standard image of the specified type to the collection of images allowed for display within the appointment body.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageType"/> enumeration member specifying the image type.</param>
<returns>An integer that is the index of the image in the collection.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCoreCollection`1.AddStandardInternal(DevExpress.XtraScheduler.Drawing.AppointmentImageType)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageType"/> enumeration member specifying the image type.</param>
<returns>An integer that is the index of an image in the collection.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCoreCollection`1.GetAppointmentImageInfos(DevExpress.XtraScheduler.Drawing.AppointmentImageType)">
<summary>
<para>Enables you to access the images displayed within a particular appointment, by the specified image type.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageType"/> enumeration member specifying the image type.</param>
<returns>An array of <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfo"/> objects corresponding to images for display within an appointment.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentImageType">
<summary>
<para>Lists the types of appointment images available.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.AppointmentImageType.Custom">
<summary>
<para>Represents any custom image added to the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.AppointmentImages"/> collection of a scheduler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.AppointmentImageType.Recurrence">
<summary>
<para>Represents the image which indicates that the appointment is recurring.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.AppointmentImageType.RecurrenceException">
<summary>
<para>Represents the image which indicates that the recurring appointment has been changed (its <see cref="P:DevExpress.XtraScheduler.Appointment.Type"/> is set to ChangedOccurrence).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.AppointmentImageType.Reminder">
<summary>
<para>Represents the image which indicates that the appointment has a <see cref="T:DevExpress.XtraScheduler.Reminder"/>.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions">
<summary>
<para>Contains options that affect the visual representation of an appointment.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.EndContinueItemDisplayType">
<summary>
<para>Gets or sets the type of sign to indicate that the appointment time ends beyond the visible interval of dates.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType"/> enumeration specifying how appointment continuation is indicated.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.PercentCompleteDisplayType">
<summary>
<para>Gets or sets how the task progress is displayed within the appointment body.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.PercentCompleteDisplayType"/> enumeration value that lists possible variants of the task progress display.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.PropertyChanged">
<summary>
<para>Occurs when a property value of any of the AppointmentViewInfo options changes.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.ShowBell">
<summary>
<para>Gets or sets whether to display a bell icon indicating an associated reminder.</para>
</summary>
<value>true to display a bell icon; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.ShowEndTime">
<summary>
<para>Gets or sets whether to display a time indicating the end of the appointment.</para>
</summary>
<value>true to display the time; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.ShowRecurrence">
<summary>
<para>Gets or sets whether to display a recurrence symbol.</para>
</summary>
<value>true to display a symbol; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.ShowStartTime">
<summary>
<para>Gets or sets whether to display a time indicating the start of the appointment.</para>
</summary>
<value>true to display the time; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.ShowTimeAsClock">
<summary>
<para>Gets or sets whether to display the time as a clock with arrows.</para>
</summary>
<value>true to display the time as a clock symbol; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.StartContinueItemDisplayType">
<summary>
<para>Gets or sets the type of sign to indicate that the appointment time starts beyond the visible interval of dates.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentContinueArrowDisplayType"/> enumeration specifying how appointment continuation is indicated.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions.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="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo">
<summary>
<para>Defines options and characteristics used to display an appointment in a view.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo.AppointmentInterval">
<summary>
<para>Gets the time interval of the appointment.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the scheduled time.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo.HasBottomBorder">
<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.IAppointmentViewInfo.HasLeftBorder">
<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.IAppointmentViewInfo.HasRightBorder">
<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.IAppointmentViewInfo.HasTopBorder">
<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.IAppointmentViewInfo.IsLongTime">
<summary>
<para>Indicates whether an appointment spans across several days.</para>
</summary>
<returns>true if an appointment spans across several days; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo.Options">
<summary>
<para>Provides access to several characteristics determining how an appointment is displayed.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions"/> object containing certain appointment view characteristics.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Drawing.SchedulerHitTest">
<summary>
<para>Lists the values that identify a schedulers elements.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AllDayArea">
<summary>
<para>The test point belongs to the all-day area.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentContent">
<summary>
<para>The test point belongs to contents of an appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentDependency">
<summary>
<para>The test point belongs to the Dependency</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentMoveEdge">
<summary>
<para>The test point belongs to the movable edge of an appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentResizingBottomEdge">
<summary>
<para>The test point belongs to the bottom resizable edge of an appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentResizingLeftEdge">
<summary>
<para>The test point belongs to the left resizable edge of an appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentResizingRightEdge">
<summary>
<para>The test point belongs to the right resizable edge of an appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.AppointmentResizingTopEdge">
<summary>
<para>The test point belongs to the top resizable edge of an appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.Cell">
<summary>
<para>The test point belongs to a time cell.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.ContextButtons">
<summary>
<para>Reserved for future use.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.DayHeader">
<summary>
<para>The test point belongs to a day header.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.DayOfWeekHeader">
<summary>
<para>The test point belongs to a day of week header.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.DayViewColumn">
<summary>
<para>The test point belongs to a column in a Day View.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.GridElement">
<summary>
<para>A test point belongs to the element of the Agenda view grid.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.GroupSeparator">
<summary>
<para>The test point belongs to the group separator, which separates one group from another.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.MoreButton">
<summary>
<para>The test point belongs to a MoreButton.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.NavigationButton">
<summary>
<para>The test point belongs to the navigation button.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.None">
<summary>
<para>The test point does not belong to any visual element or is outside the scheduler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.ResourceHeader">
<summary>
<para>The test point belongs to a resource header.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.Ruler">
<summary>
<para>The test point belongs to a time ruler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.ScrollMoreButton">
<summary>
<para>The test point belongs to a Scroll MoreButton.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.SelectionBar">
<summary>
<para>The test point belongs to the selection bar in the Timeline View.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.SelectionBarCell">
<summary>
<para>The test point belongs to a single cell of the selection bar in the Timeline View.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.SingleWeek">
<summary>
<para>The test point belongs to a single week.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.TimeIndicator">
<summary>
<para>The test point belongs to the Time Indicator element.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.Timeline">
<summary>
<para>The test point belongs to the timeline bar.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.TimeScaleHeader">
<summary>
<para>The test point belongs to the time scale header in the Timeline View.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.Undefined">
<summary>
<para>An object under the test point cannot be determined.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Drawing.SchedulerHitTest.UpperLeftCorner">
<summary>
<para>The test point belongs to the top-left corner in the Day View.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptions">
<summary>
<para>Provides options which define how appointments are displayed within the Gantt view.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the GanttViewAppointmentDisplayOptions object passed as a parameter.</para>
</summary>
<param name="options">An <see cref="T:DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptions.PercentCompleteDisplayType">
<summary>
<para>Gets or sets how the task progress is displayed in the Gantt view.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.PercentCompleteDisplayType"/> enumeration value that lists possible variants of the task progress display.</value>
</member>
<member name="T:DevExpress.XtraScheduler.HeaderImageAlign">
<summary>
<para>Specifies how an image is positioned relative to the text within a resource header.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageAlign.Bottom">
<summary>
<para>A resource image is aligned to the bottom of the text.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageAlign.Left">
<summary>
<para>A resource image is aligned to the left of the text.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageAlign.Right">
<summary>
<para>A resource image is aligned to the right of the text.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageAlign.Top">
<summary>
<para>A resource image is aligned to the top of the text.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.HeaderImageSizeMode">
<summary>
<para>Specifies how an image is positioned within a resource header.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageSizeMode.CenterImage">
<summary>
<para>The image is displayed in the center of the resource header. If the image is larger than the resource header, it is centered and the outside edges are clipped.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageSizeMode.Normal">
<summary>
<para>The image is displayed in the center of the resource header. If the image is larger than the resource header, its top left corner is fit into the header, and the other edges are clipped.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageSizeMode.StretchImage">
<summary>
<para>The image within the resource header is stretched or shrunk to the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.ImageSize"/> value.</para>
<para>If the ImageSize equals 0 and the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.Height"/> &gt; 0, the images height or width (depending on the current view &#0045; Day View or Timeline View) is set to the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.Height"/> value. If the ImageSize equals 0 and the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.Height"/> &lt; = 0, the images height or width (depending on the current view &#0045; Day View or Timeline View) is calculated as 1/6 of the views height (or width).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.HeaderImageSizeMode.ZoomImage">
<summary>
<para>The image within the resource header is resized, maintaining the size ratio.</para>
<para>It is resized to the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptions.ImageSize"/> value if it is greater than zero. If the ImageSize equals 0 and the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.Height"/> &gt; 0, the images height or width (depending on the current view &#0045; Day View or Timeline View) is set to the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.Height"/> value. If the ImageSize equals 0 and the <see cref="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.Height"/> &lt; = 0, the images height or width (depending on the current view &#0045; Day View or Timeline View) is calculated as 1/6 of the views height (or width).</para>
</summary>
</member>
<member name="N:DevExpress.XtraScheduler.iCalendar">
<summary>
<para>Contains classes which implement the iCalendar (Internet Calendaring and Scheduling Core Object - RFC 2445 ) format specification and data exchange routines.</para>
</summary>
</member>
<member name="N:DevExpress.XtraScheduler.iCalendar.Components">
<summary>
<para>Contains classes responsible for interpreting and constructing data objects in iCalendar format.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentBase">
<summary>
<para>Represents a base class for iCalendar components.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentBase.AddObject(DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem)">
<summary>
<para>Adds a calendar property or a component to the current calendar object.</para>
</summary>
<param name="item">A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem descendant, representing a calendar object to add.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentBase.BodyItemType">
<summary>
<para>Gets the type of the calendar item.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItemType enumeration member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentBase.CustomComponents">
<summary>
<para>Provides access to a collection of calendar components incorporated into the current component.</para>
</summary>
<value>An DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentCollection object, representing a collection of calendar components.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentBase.CustomProperties">
<summary>
<para>Provides access to a collection of custom properties for a calendar component.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.iCalendarPropertyCollection"/> object representing a collection of custom properties.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.Components.iCalendarPropertyCollection">
<summary>
<para>Represents a collection of iCalendar component properties.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.Components.iCalendarPropertyCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.iCalendarPropertyCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.Components.TextProperty">
<summary>
<para>Enables you to add a new property to the iCalendar component.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.Components.TextProperty.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.TextProperty"/> class with the specified settings.</para>
</summary>
<param name="name">A string specifying the name of the property.</param>
<param name="value">A string specifying the propertys value.</param>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.Components.TextProperty.AddParameter(System.String,System.Collections.Generic.List{System.String})">
<summary>
<para>Adds property parameters to the iCalendar component property.</para>
</summary>
<param name="name">A string representing the name of a property.</param>
<param name="values">A list of strings, containing property values.</param>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.Components.TextProperty.AddParameter(System.String,System.String)">
<summary>
<para>Adds a property parameter to an iCalendar component property.</para>
</summary>
<param name="name">A string containing the parameters name.</param>
<param name="value">A string containing the parameters value.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.TextProperty.CustomParameters">
<summary>
<para>Gets a collection of parameters for this property.</para>
</summary>
<value>An DevExpress.XtraScheduler.iCalendar.Components.iCalendarNamedObjectCollection class instance, representing a collection of parameters.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.TextProperty.Name">
<summary>
<para>Gets the name of a property represented by this <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.TextProperty"/> class instance.</para>
</summary>
<value>A string representing the propertys name.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent">
<summary>
<para>Represents an VEVENT calendar component of iCalendar object model.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.Components.VEvent.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Alarms">
<summary>
<para>Gets a collection of VALARM calendar components for this event.</para>
</summary>
<value>An instance of the DevExpress.XtraScheduler.iCalendar.Components.VAlarmCollection class representing a collection of DevExpress.XtraScheduler.iCalendar.Components.VAlarm objects.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Categories">
<summary>
<para>Provides access to the CATEGORIES property of a calendar component.</para>
</summary>
<value>An object of the DevExpress.XtraScheduler.iCalendar.Components.CategoriesProperty type representing a CATEGORIES property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Created">
<summary>
<para>Provides access to the CREATED property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.DateTimeCreatedProperty object, representing the CREATED calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Description">
<summary>
<para>Provides access to the DESCRIPTION property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.DescriptionProperty object representing the DESCRIPTION calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.End">
<summary>
<para>Provides access to the DTEND property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.DateTimeEndProperty object representing the DTEND calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.ExceptionDateTimes">
<summary>
<para>Provides access to the EXDATE property of a calendar component.</para>
</summary>
<value>An DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesPropertyCollection object that is a collection of DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesProperty objects, each representing an appointment exception.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.ExceptionRules">
<summary>
<para>Provides access to the EXRULE property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection collection containing recurrence rules.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.IsAllDay">
<summary>
<para>Gets whether the event is an all-day event.</para>
</summary>
<value>true if the current event is an all-day event; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.IsChangedOccurrence">
<summary>
<para>Gets whether the event conforms to the changed occurrence type.</para>
</summary>
<value>true if a current event is a changed occurrence; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.IsPattern">
<summary>
<para>Gets whether the event conforms to the pattern type.</para>
</summary>
<value>true if a current event is a recurrence pattern; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.LastModified">
<summary>
<para>Provides access to the LAST-MODIFIED property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.LastModifiedProperty object, representing the LAST-MODIFIED calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Location">
<summary>
<para>Provides access to the LOCATION property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.LocationProperty object representing the LOCATION calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Name">
<summary>
<para>Gets the name of the calendar component (“VEVENT”).</para>
</summary>
<value>The string VEVENT.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.RecurrenceId">
<summary>
<para>Provides access to the RECURRENCE-ID property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceIdProperty object representing the RECURRENCE-ID calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.RecurrenceRules">
<summary>
<para>Provides access to the RRULE property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection class instance containing a list of objects used to represent recurrence rules.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Stamp">
<summary>
<para>Provides access to the DTSTAMP property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStampProperty object, representing the DTSTAMP calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Start">
<summary>
<para>Provides access to the DTSTART property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStartProperty object representing the DTSTART calendar property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.Summary">
<summary>
<para>Provides access to the SUMMARY property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.SummaryProperty object, representing the SUMMARY calendar property.</value>
</member>
<member name="F:DevExpress.XtraScheduler.iCalendar.Components.VEvent.TokenName">
<summary>
<para>The name of this calendar component - VEVENT.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.Components.VEvent.UniqueIdentifier">
<summary>
<para>Provides access to the UID property of a calendar component.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.UniqueIdentifierProperty object, representing the UID calendar property.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExported"/> event of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarExporter"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.iCalendar.Components.VEvent)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportedEventArgs"/> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is an event in XtraScheduler.</param>
<param name="ev">A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> object that is an event calendar component defined by the iCalendar standard.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportedEventArgs.VEvent">
<summary>
<para>Provides access to the event calendar component conforming to the iCalendar standard.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> class instance representing an event calendar component.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExporting"/> event of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarExporter"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.iCalendar.Components.VEvent)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportingEventArgs"/> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is an event in XtraScheduler.</param>
<param name="ev">A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> object that is an event calendar component defined by the iCalendar standard.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentExportingEventArgs.VEvent">
<summary>
<para>Provides access to the event calendar component conforming to the iCalendar standard.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> class instance representing an event calendar component.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImported"/> event of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarImporter"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.iCalendar.Components.VEvent)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportedEventArgs"/> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is an event in XtraScheduler.</param>
<param name="ev">A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> object that is an event calendar component defined by the iCalendar standard.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportedEventArgs.VEvent">
<summary>
<para>Provides access to the event calendar component conforming to the iCalendar standard.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> class instance representing an event calendar component.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImporting"/> event of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarImporter"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.iCalendar.Components.VEvent)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportingEventArgs"/> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object representing an event in XtraScheduler.</param>
<param name="ev">A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> object representing an event calendar component defined by the iCalendar standard.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarAppointmentImportingEventArgs.VEvent">
<summary>
<para>Provides access to the event calendar component conforming to the iCalendar standard.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.iCalendar.Components.VEvent"/> class instance representing an event calendar component.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarErrorType">
<summary>
<para>Lists error types specific for iCalendar data exchange.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.iCalendar.iCalendarErrorType.NotValidFile">
<summary>
<para>Indicates that the file supplied is not a valid iCalendar file.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarEventImportException">
<summary>
<para>Represents errors that occur during iCalendar data import.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarEventImportException.#ctor(DevExpress.XtraScheduler.iCalendar.Components.VEventCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarEventImportException"/> class with the specified settings.</para>
</summary>
<param name="events">A DevExpress.XtraScheduler.iCalendar.Components.VEventCollection object representing a collection of event calendar components defined by iCalendar standard.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarEventImportException.Events">
<summary>
<para>Provides access to an event collection containing events which raised an exception.</para>
</summary>
<value>A DevExpress.XtraScheduler.iCalendar.Components.VEventCollection object representing a collection of calendar event components.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarException">
<summary>
<para>Represents errors that occur during iCalendar data exchange.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarException.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarException"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarException.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarException"/> class with the specified message string.</para>
</summary>
<param name="message">A string representing a message associated with a specific problem in iCalendar data exchange.</param>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarExporter">
<summary>
<para>Represents an object that transforms Scheduler appointments into the event calendar components in iCalendar format.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase,DevExpress.XtraScheduler.AppointmentBaseCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarExporter"/> class with the specified storage and appointments for export.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object containing appointments for export.</param>
<param name="appointments">An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object that is the collection of appointments to export.</param>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarExporter"/> class with the specified storage.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object containing appointments for export.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.Appointments">
<summary>
<para>Gets or sets appointments for export.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object representing a collection of appointments intended for export.</value>
</member>
<member name="E:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.CalendarStructureCreated">
<summary>
<para>Fires when the calendar object conforming to the iCalendar specification is created.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.CustomPropertyIdentifier">
<summary>
<para>Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.</para>
</summary>
<value>A string, representing a token for non-standard iCalendar properties.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.ProductIdentifier">
<summary>
<para>Gets or sets the identifier for the product that created the iCalendar object.</para>
</summary>
<value>A string usually containing company name, product name and language-specific information separated by slashes.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarHelper">
<summary>
<para>Provides methods for recurrence rule conversion between the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object and iCalendar format.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarHelper.ApplyRecurrenceInfo(DevExpress.XtraScheduler.IRecurrenceInfo,System.DateTime,DevExpress.XtraScheduler.iCalendar.Components.VRecurrenceRule)">
<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.iCalendar.iCalendarHelper.ApplyRecurrenceRule(System.String,DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Applies recurrence rule to the specified <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object.</para>
</summary>
<param name="recurrenceRule">A string that is the recurrence rule defined in RFC 2445 (RRULE in iCalendar format).</param>
<param name="recurrenceInfo">An object that expose the <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> interface - the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object that contains appointment recurring information.</param>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarHelper.ExtractRecurrenceRule(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Obtains a recurrence rule in iCalendar format from the information contained in the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class instance.</para>
</summary>
<param name="recurrenceInfo">An object that expose the <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> interface - the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object that contains appointment recurring information.</param>
<returns>A string that is the recurrence rule.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarImporter">
<summary>
<para>Represents an object that transforms the event calendar components in iCalendar format into Scheduler appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarImporter.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarImporter"/> class with the specified storage.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object to store imported appointments.</param>
</member>
<member name="E:DevExpress.XtraScheduler.iCalendar.iCalendarImporter.CalendarStructureCreated">
<summary>
<para>Fires when the calendar object conforming to the iCalendar specification is created.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.iCalendar.iCalendarImporter.CustomizeConvertedTimeZone">
<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.iCalendar.iCalendarImporter.CustomPropertyIdentifier">
<summary>
<para>Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.</para>
</summary>
<value>A string, representing a token for non-standard iCalendar properties</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarImporter.Encoding">
<summary>
<para>Allows you to specify the encoding for imported data in iCalendar format.</para>
</summary>
<value>A <see cref="T:System.Text.Encoding"/> object that is the character encoding for text data.</value>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarImporter.ProcessCalendars(DevExpress.XtraScheduler.iCalendar.Components.iCalendarContainer)">
<summary>
<para>Handles all calendars through a set of procedures to create corresponding appointments in the storage.</para>
</summary>
<param name="calendars">An object that holds the calendars.</param>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarParseExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.OnException"/> event of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarImporter"/> and <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarExporter"/> classes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarParseExceptionEventArgs.#ctor(System.Exception,System.String,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarParseExceptionEventArgs"/> class with the specified settings</para>
</summary>
<param name="originalException">A <see cref="T:System.Exception"/> object representing the original exception thrown.</param>
<param name="lineText">A string containing a line of text in iCalendar format that caused a parse error.</param>
<param name="lineIndex">An integer representing the erroneous line number in an iCalendar file.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarParseExceptionEventArgs.LineIndex">
<summary>
<para>Gets the number of a line in an iCalendar file that contains the text which causes an error while parsing.</para>
</summary>
<value>An integer that is the number of the erroneous line.</value>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarParseExceptionEventArgs.LineText">
<summary>
<para>Gets the text causing a parse error.</para>
</summary>
<value>A string containing the text of the line in iCalendar format.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.iCalendar.iCalendarImporter.CalendarStructureCreated"/> and <see cref="E:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.CalendarStructureCreated"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventArgs.#ctor(DevExpress.XtraScheduler.iCalendar.Components.iCalendarContainer)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventArgs"/> class with the specified settings.</para>
</summary>
<param name="calendars">An object containing iCalendar objects.</param>
</member>
<member name="P:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventArgs.Calendars">
<summary>
<para>Provides access to the calendar structures conforming to the iCalendar specification.</para>
</summary>
<value>An object that holds the calendars.</value>
</member>
<member name="T:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.iCalendar.iCalendarImporter.CalendarStructureCreated"/> and <see cref="E:DevExpress.XtraScheduler.iCalendar.iCalendarExporter.CalendarStructureCreated"/> events.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarImporter"/> or <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarExporter"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.iCalendar.iCalendarStructureCreatedEventArgs"/> object containing event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1">
<summary>
<para>A base interface which defines a generic collection of color schemas.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.Add(System.Object)">
<summary>
<para>Adds a color schema to the collection.</para>
</summary>
<param name="value">An object that is the <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> to add to the collection.</param>
<returns>An integer that is the index of a newly added object in the collection or -1 if the object was not added.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.Count">
<summary>
<para>Gets the number of objects in the collection.</para>
</summary>
<value>An integer that is the number of items in the collection.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.GetSchema(System.Int32,System.Int32)">
<summary>
<para>Get a color schema by its number or create a new schema based on the specified color value.</para>
</summary>
<param name="colorValue">An integer that is the ARGB color value.</param>
<param name="index">An integer that is the number of a scheme.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.GetSchema(System.Int32)">
<summary>
<para>Provides access to a color schema by its index.</para>
</summary>
<param name="index">An integer specifying the number of a color schema.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> object containing in the collection.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.HasDefaultContent">
<summary>
<para>Gets whether the schema collection contains only items created by default.</para>
</summary>
<returns>True if the collection contains only default items; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.Item(System.Int32)">
<summary>
<para>Gets a SchedulerColorSchema by its number.</para>
</summary>
<param name="index">An integer specifying the scheme number.</param>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchema"/> object.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.LoadDefaults">
<summary>
<para>Clears all items and creates default content.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1.RemoveAt(System.Int32)">
<summary>
<para>Removes an item with the specified index.</para>
</summary>
<param name="index">An integer that is the index of an item to remove.</param>
</member>
<member name="T:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx">
<summary>
<para>The interface is designed for implementing a custom in-place editor.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx.Activate">
<summary>
<para>Initializes the control, subscribes to its major events and sets the focus to it.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx.ApplyChanges">
<summary>
<para>Passes the value, obtained form the editor, to the appointment and performs an assignment to the appointments property.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx.CommitChanges">
<summary>
<para>Raise this event to save the modified value to the underlying data source.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx.Deactivate">
<summary>
<para>Unsubscribes major events and releases resources, if necessary.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerInplaceEditorEx.RollbackChanges">
<summary>
<para>Raise this event to cancel changes and replace the modified value with the former value (a value before modification).</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptions">
<summary>
<para>A base class containing options which define how appointments are displayed in the Month View and descendants.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.MonthViewAppointmentDisplayOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.MoreButtonClickedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.MoreButtonClicked"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MoreButtonClickedEventArgs.#ctor(System.DateTime,DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.MoreButtonClickedEventArgs"/> class with the specified parameters.</para>
</summary>
<param name="targetViewStart">A <see cref="T:System.DateTime"/> value which is the top visible time of the target view.</param>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing a time cell where the “More” button is located.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> associated with the time cell where the “More” button is located.</param>
</member>
<member name="P:DevExpress.XtraScheduler.MoreButtonClickedEventArgs.Handled">
<summary>
<para>Gets or sets whether an event is handled. If it is handled, default actions are not required.</para>
</summary>
<value>true if no default processing is required; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.MoreButtonClickedEventArgs.Interval">
<summary>
<para>Gets time interval of the cell where the button is located.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time interval of the cell which holds the button.</value>
</member>
<member name="P:DevExpress.XtraScheduler.MoreButtonClickedEventArgs.Resource">
<summary>
<para>Gets the resource associated with the cell where the button is located.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource associated with the time cell which holds the button.</value>
</member>
<member name="P:DevExpress.XtraScheduler.MoreButtonClickedEventArgs.TargetViewStart">
<summary>
<para>Gets or sets the top row time of the target view.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the start of the first visible time cell in a view.</value>
</member>
<member name="T:DevExpress.XtraScheduler.MoreButtonClickedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.MoreButtonClicked"/> 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.MoreButtonClickedEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.MouseWheelScrollAction">
<summary>
<para>Lists scrolling interpretations for the bidirectional mouse wheel.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.MouseWheelScrollAction.Auto">
<summary>
<para>The View is moved in the same direction as the mouse wheel. Vertical scrolling moves the View up or down, horizontal scrolling (for mice that support it) moves the View left or right. In Views where the timeline is horizontal (for instance, Timeline View), vertical scrolling functions only if the View is grouped by resources. Otherwise, scrolling the wheel up or down does nothing.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.MouseWheelScrollAction.Time">
<summary>
<para>Vertical mouse wheel scrolling moves the View along its timeline (up or down for vertically oriented Views like DayView, left or right for horizontally oriented Views like TimelineView).</para>
</summary>
</member>
<member name="N:DevExpress.XtraScheduler.Native">
<summary>
<para>Contains classes which implement the internal functionality of XtraScheduler.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase">
<summary>
<para>Serves as a base class to provide the basic functionality for managing the appointment at the appointments editing form.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.AllDay">
<summary>
<para>Gets or sets a value indicating if the appointment currently being edited in the form is an All-day appointment.</para>
</summary>
<value>true if this is an all-day appointment; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ApplyChanges">
<summary>
<para>Copies the values of all the appointment copys properties that are currently being edited in the form to the corresponding properties of the source appointment.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ApplyRecurrence(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Copies the values of the specified recurrence pattern to the recurrence pattern of the appointment currently being edited in the form.</para>
</summary>
<param name="patternCopy">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object specifying the source recurrence pattern.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.AppointmentType">
<summary>
<para>Gets the type of appointment.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration member.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.AreExceptionsPresent">
<summary>
<para>Returns a value that indicates if the appointment currently being edited in the form is an exception, or its a recurrence pattern with exceptions.</para>
</summary>
<returns>true if exceptions are present; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.AssignRecurrenceInfoRangeProperties(DevExpress.XtraScheduler.RecurrenceInfo,DevExpress.XtraScheduler.RecurrenceRange,System.DateTime,System.DateTime,System.Int32,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Assigns recurrence info properties depending on the specified recurrence range.</para>
</summary>
<param name="rinfo">A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object, that is the recurrence information being updated.</param>
<param name="range">A <see cref="T:DevExpress.XtraScheduler.RecurrenceRange"/> object, containing information on the recurrence range.</param>
<param name="start">A <see cref="T:System.DateTime"/> value, specifying the appointment start.</param>
<param name="end">A <see cref="T:System.DateTime"/> value, specifying the appointment end.</param>
<param name="occurrenceCount">An integer, specifying the number of occurrences.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the pattern of the recurrence series.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.CanDeleteAppointment">
<summary>
<para>Gets a value that indicates if the appointment currently being edited in the form can be deleted.</para>
</summary>
<value>true if the appointment can be deleted; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.CanEditResource">
<summary>
<para>Gets a value that indicates whether the resource can be changed for the appointment which is currently being edited in the form.</para>
</summary>
<value>true if the appointments resource can be changed; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.DeleteAppointment">
<summary>
<para>Deletes the edited appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.Description">
<summary>
<para>Gets or sets the text that will be displayed as the description of the appointment currently being edited in the form.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments description.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.EditedAppointmentCopy">
<summary>
<para>Gets the copy of the appointment currently being edited in the form.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.EditedPattern">
<summary>
<para>Gets the appointment pattern currently being edited in the Recurrence form.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment pattern.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.End">
<summary>
<para>Gets or sets the value representing the appointments 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.Native.AppointmentModificationControllerBase.HasReminder">
<summary>
<para>Gets or sets a value that indicates whether one or more reminders are associated with the currently edited appointment.</para>
</summary>
<value>true if the appointment has at least one reminder; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.IsAppointmentChanged">
<summary>
<para>Indicates whether the appointment is changed.</para>
</summary>
<returns>true if the appointment is changed; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.IsDateTimeEditable">
<summary>
<para>Informs whether the appointment is in conflict with another, and they are not reconciled.</para>
</summary>
<value>true if the appointment conflict is resolved; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.IsNewAppointment">
<summary>
<para>Checks whether the currently edited appointment is a new and individual object.</para>
</summary>
<value>true if the current appointment is new; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.IsRecurrentAppointment">
<summary>
<para>Gets whether the appointment currently being edited is a recurrent appointment.</para>
</summary>
<value>True, if the appointment is recurrent; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.IsTimeEnabled">
<summary>
<para>Gets whether the Start and End time editors are enabled on the form.</para>
</summary>
<value>True, to enable time editors on the form; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.LabelId">
<summary>
<para>Gets or sets the identifier of a label, associated with the appointment. Obsolete. Use the <see cref="P:DevExpress.XtraScheduler.Appointment.LabelKey"/> property instead.</para>
</summary>
<value>An integer, specifying the identifier of the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.LabelKey">
<summary>
<para>Gets or sets the identifier of a label, associated with the appointment.</para>
</summary>
<value>An object, specifying the identifier of the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.Location">
<summary>
<para>Gets or sets the text, describing the site where the scheduled event happens.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments location.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.PrepareToRecurrenceEdit">
<summary>
<para>Finds and clones the recurrence pattern for the appointment, or creates it if it does not exist.</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object, which is a copy of the appointment recurrence pattern.</returns>
</member>
<member name="E:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.PropertyChanged">
<summary>
<para>Occurs when a property value of any of the standard appointment properties handled by the AppointmentFormController, changes.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ReadOnly">
<summary>
<para>Gets or sets whether the current appointment is read-only.</para>
</summary>
<value>True if the current appointment is read-only; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ReminderTimeBeforeStart">
<summary>
<para>Gets or sets the time interval ahead of the appointments start time to activate the reminder.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure, representing the time interval.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.RemoveRecurrence">
<summary>
<para>Destroys the edited appointment copy.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ResourceId">
<summary>
<para>Gets or sets the unique identifier of the resource associated with the current appointment, or the ID of the first resource if resource sharing is enabled.</para>
</summary>
<value>A <see cref="T:System.Object"/> value that specifies the resources unique identifier.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ResourceIds">
<summary>
<para>Gets the identifiers of all the resources which are associated with the current appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> object which contains all the resources identifiers.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ResourceSharing">
<summary>
<para>Gets a value indicating whether an appointment can be shared between multiple resources.</para>
</summary>
<value>true if the resource sharing is enabled; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.SetLabel(DevExpress.XtraScheduler.IAppointmentLabel)">
<summary>
<para>Assigns the label to the current appointment.</para>
</summary>
<param name="label">An <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object to be assigned.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.SetStatus(DevExpress.XtraScheduler.IAppointmentStatus)">
<summary>
<para>Assigns the availability status to the appointment.</para>
</summary>
<param name="status">An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object, that is the availability status of the appointment.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.Start">
<summary>
<para>Gets or sets the value, representing the appointments 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="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.StatusId">
<summary>
<para>Gets or sets the integer identifier of the availability status, associated with the appointment. Obsolete. Use the <see cref="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.StatusKey"/> property instead.</para>
</summary>
<value>An integer that is the identifier of the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.StatusKey">
<summary>
<para>Gets or sets the identifier of the availability status (<see cref="P:DevExpress.XtraScheduler.Appointment.StatusKey"/> property), associated with the appointment.</para>
</summary>
<value>An object that is the identifier of the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.Subject">
<summary>
<para>Gets or sets the text of the appointments subject.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments subject text.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.TimeZoneEnabled">
<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.Native.AppointmentModificationControllerBase.TimeZoneId">
<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.Native.AppointmentModificationControllerBase.TimeZonesEnabled">
<summary>
<para>Gets whether the appointments time zone information can be edited in the form.</para>
</summary>
<value>True to edit time zone information; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.TimeZoneVisible">
<summary>
<para>Gets or sets whether time zone editor should be displayed.</para>
</summary>
<value>True to display time zone editor; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ValidateInterval(System.DateTime,System.DateTime)">
<summary>
<para>Checks whether the specified date and time values produce the valid time interval.</para>
</summary>
<param name="start">A <see cref="T:System.DateTime"/> value, representing the intervals start.</param>
<param name="end">A <see cref="T:System.DateTime"/> value, representing the intervals end.</param>
<returns>True if the time interval is valid; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentModificationControllerBase.ValidateInterval(System.DateTime,System.TimeSpan,System.DateTime,System.TimeSpan)">
<summary>
<para>Checks whether the specified date and time values produce the valid time interval.</para>
</summary>
<param name="startDate">A <see cref="T:System.DateTime"/> value, representing the date component of the intervals start.</param>
<param name="startTime">A <see cref="T:System.TimeSpan"/> value, representing the time component of the intervals start.</param>
<param name="endDate">A <see cref="T:System.DateTime"/> value, representing the date component of the intervals end.</param>
<param name="endTime">A <see cref="T:System.DateTime"/> value, representing the time component of the intervals end.</param>
<returns>True if the time interval is valid; otherwise, false.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Native.HolidaysHelper">
<summary>
<para>Provides methods used to generate appointments for the scheduler holidays.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.HolidaysHelper.CreateHolidayAppointment(DevExpress.Schedule.Holiday,DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Creates a new all-day appointment scheduled for the specified holiday.</para>
</summary>
<param name="holiday">A <see cref="T:DevExpress.Schedule.Holiday"/> object which specifies a day that is recognized as a holiday.</param>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"/> object required for creating an appointment instance.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which specifies the newly created appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Native.HolidaysHelper.GenerateHolidayAppointments(DevExpress.XtraScheduler.ISchedulerStorageBase,DevExpress.XtraScheduler.WorkDaysCollection)">
<summary>
<para>Creates all-day appointments for the collection of holidays added to the specified <see cref="P:DevExpress.XtraScheduler.SchedulerControl.WorkDays"/> collection of the scheduler.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object.</param>
<param name="workDays">A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object containing information about holidays for which appointments should be generated.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of generated appointments.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper">
<summary>
<para>Provides methods used to convert a <see cref="T:System.TimeSpan"/> value to a string and vice versa.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ConvertToString">
<summary>
<para>Occurs before the specified <see cref="T:System.TimeSpan"/> value is converted to a string.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.Parse(System.String)">
<summary>
<para>Converts the specified string to a <see cref="T:System.TimeSpan"/> value.</para>
</summary>
<param name="str">A <see cref="T:System.String"/> to convert.</param>
<returns>A <see cref="T:System.TimeSpan"/> value. If the specified string cannot be converted to a <see cref="T:System.TimeSpan"/>, the <see cref="F:System.TimeSpan.MinValue"/> is returned.</returns>
</member>
<member name="E:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ParseString">
<summary>
<para>Occurs before the specified string is converted to a <see cref="T:System.TimeSpan"/> value.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.Reset">
<summary>
<para>Resets all options to their default values.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)">
<summary>
<para>Converts the specified <see cref="T:System.TimeSpan"/> value to a string.</para>
</summary>
<param name="val">A <see cref="T:System.TimeSpan"/> value to convert.</param>
<returns>A <see cref="T:System.String"/> value that is the text representation of the time span. If the specified time span cannot be converted to a string, the <see cref="F:System.String.Empty"/> value is returned.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Native.TimeSpanStringConvertEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ConvertToString"/> and <see cref="E:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ParseString"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.TimeSpanStringConvertEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Native.TimeSpanStringConvertEventArgs"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Native.TimeSpanStringConvertEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled, if it was handled the default actions are not required.</para>
</summary>
<value>true if default conversion isnt required; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.TimeSpanStringConvertEventArgs.StringValue">
<summary>
<para>Gets or sets the string used when converting a <see cref="T:System.TimeSpan"/> value to a string or vice versa.</para>
</summary>
<value>A <see cref="T:System.String"/> which represents the string value to be converted from or to.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.TimeSpanStringConvertEventArgs.TimeSpanValue">
<summary>
<para>Gets or sets the <see cref="T:System.TimeSpan"/> value used when converting a <see cref="T:System.TimeSpan"/> value to a string or vice versa.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> which represents the string value to be converted from or to.</value>
</member>
<member name="T:DevExpress.XtraScheduler.NavigationButtonVisibility">
<summary>
<para>Lists the modes that define the conditions for the Navigation Buttons being displayed.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.NavigationButtonVisibility.Always">
<summary>
<para>Navigation buttons are always visible.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.NavigationButtonVisibility.Auto">
<summary>
<para>Navigation buttons are visible if there are no appointments displayed within the current view area.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.NavigationButtonVisibility.Never">
<summary>
<para>Navigation buttons are always hidden.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.OptionsSelectionBehavior">
<summary>
<para>Provides options which define how the selection behaves when the time scale is changed for the TimelineView.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.OptionsSelectionBehavior.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.OptionsSelectionBehavior"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.OptionsSelectionBehavior.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.</para>
</summary>
<param name="options">An <see cref="T:DevExpress.XtraScheduler.OptionsSelectionBehavior"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.OptionsSelectionBehavior.KeepSelectedAppointments">
<summary>
<para>Gets or sets whether selected appointments in the TimelineView remain selected after scrolling the time line so that those appointments are no longer visible.</para>
</summary>
<value>true, to keep appointment selected when they are scrolled out of view; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.OptionsSelectionBehavior.UpdateSelectionDurationAction">
<summary>
<para>Specifies how the selection conforms to the time scale change in the Timeline view.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.UpdateSelectionDurationAction"/> enumeration member, specifying the action performed when the time scale changes.</value>
</member>
<member name="T:DevExpress.XtraScheduler.OriginalOccurrenceDateHelper">
<summary>
<para>Static class used to update data source fields mapped to the <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceStart"/> and <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceEnd"/> properties.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.OriginalOccurrenceDateHelper.Update(DevExpress.XtraScheduler.AppointmentStorageBase)">
<summary>
<para>Populates the data source fields mapped to the <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceStart"/> and <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceEnd"/> properties.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.AppointmentStorageBase"/> object that is the storage containing appointments.</param>
</member>
<member name="N:DevExpress.XtraScheduler.Outlook">
<summary>
<para>Contains classes which implement MS Outlook data exchange operations.</para>
</summary>
</member>
<member name="N:DevExpress.XtraScheduler.Outlook.Interop">
<summary>
<para>Contains classes implementing the functionality of Microsoft.Office.Interop.Outlook objects.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem">
<summary>
<para>Represents an MS Outlook appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.AllDayEvent">
<summary>
<para>Gets or sets whether this appointment is an all-day or multiple-day event.</para>
</summary>
<value>true if an appointment takes up one or more entire days; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.Body">
<summary>
<para>Gets or sets the text displayed in the appointments body.</para>
</summary>
<value>A string containing the body text.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.BusyStatus">
<summary>
<para>Gets or sets the busy status of this messaging user for this appointment.</para>
</summary>
<value>An DevExpress.XtraScheduler.Outlook.Interop.OlBusyStatus enumeration member.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.ClearRecurrencePattern">
<summary>
<para>Removes any recurrence settings from this appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.CreationTime">
<summary>
<para>Gets the creation time for the Outlook item.</para>
</summary>
<value>A <see cref="T:System.DateTime"/>, indicating the creation time for the event.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.Delete">
<summary>
<para>Removes the appointment item from the collection of Outlook messages.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.End">
<summary>
<para>Gets or sets the ending date/time of this appointment.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the appointments ending time.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.EndTimeZone">
<summary>
<para>Gets or sets the time zone for the end time of the appointment.</para>
</summary>
<value>A DevExpress.XtraScheduler.Outlook.Interop._TimeZone object that contains information for a time zone as supported by Microsoft Windows.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.EntryID">
<summary>
<para>Gets the unique Entry ID of the appointment.</para>
</summary>
<value>A string representing the unique identifier.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.GetRecurrencePattern">
<summary>
<para>Provides access to an object representing recurrence attributes of an appointment.</para>
</summary>
<returns>A DevExpress.XtraScheduler.Outlook.Interop.RecurrencePattern object representing a recurrence pattern.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.IsRecurring">
<summary>
<para>Indicates whether this appointment is a recurring appointment.</para>
</summary>
<value>true if this appointment is recurring; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.LastModificationTime">
<summary>
<para>Gets the date and time that the Outlook item was last modified.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the appointments last modification time.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.Location">
<summary>
<para>Gets or sets the specific location for the appointment.</para>
</summary>
<value>A string indicating the appointment location.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.ReminderMinutesBeforeStart">
<summary>
<para>Gets or sets the number of minutes the reminder should occur prior to the start of the appointment.</para>
</summary>
<value>An integer containing the number of minutes.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.ReminderSet">
<summary>
<para>Gets or sets whether a reminder has been set for this appointment.</para>
</summary>
<value>true if a reminder is set; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.Save">
<summary>
<para>Saves the appointment to the current folder.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.Start">
<summary>
<para>Gets or sets the starting time for an appointment.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the appointments starting time.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.StartTimeZone">
<summary>
<para>Gets or sets the time zone for the start time of the appointment.</para>
</summary>
<value>A DevExpress.XtraScheduler.Outlook.Interop._TimeZone object that contains information for a time zone as supported by Microsoft Windows.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem.Subject">
<summary>
<para>Gets or sets the subject for the Outlook appointment.</para>
</summary>
<value>A string representing the subject of an appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider">
<summary>
<para>Defines methods for retrieving calendar items from an MS Outlook application.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider.GetCalendarItems(DevExpress.XtraScheduler.Outlook.Interop._Application,System.String)">
<summary>
<para>Override this method to retrieve calendar items by the specified path from the specified application.</para>
</summary>
<param name="app">An object that implements the DevExpress.XtraScheduler.Outlook.Interop._Application interface (MS Outlook instance).</param>
<param name="folderPath">A string representing a path to a calendar folder.</param>
<returns>An object implementing the DevExpress.XtraScheduler.Outlook.Interop._Items interface.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider.GetOutlookApplication">
<summary>
<para>Override this method to get a MS Outlook instance (or an application that can be used instead - it should implement the DevExpress.XtraScheduler.Outlook.Interop._Application interface).</para>
</summary>
<returns>An object that implements the DevExpress.XtraScheduler.Outlook.Interop._Application interface.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider.PrepareItemsForExchange(DevExpress.XtraScheduler.Outlook.Interop._Items)">
<summary>
<para>Override this method to create a list of items representing appointments in export/import processes.</para>
</summary>
<param name="items">A list of objects implementing the DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem interface.</param>
<returns>An object implementing the DevExpress.XtraScheduler.Outlook.Interop._Items interface.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.ISupportCalendarFolders">
<summary>
<para>Enables you to get or set a calendar folder name for different types of appointment exchangers.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.ISupportCalendarFolders.CalendarFolderName">
<summary>
<para>Gets or sets the name of the calendar folder in MS Outlook.</para>
</summary>
<value>A string containing the calendar name.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExported"/> event of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookExport"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportedEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is a Scheduler appointment.</param>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object that is a MS Outlook appointment.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportedEventArgs.OutlookAppointment">
<summary>
<para>Gets a MS Outlook appointment after export.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExporting"/> event of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookExport"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportingEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is a Scheduler appointment.</param>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object that is a MS Outlook appointment.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookAppointmentExportingEventArgs.OutlookAppointment">
<summary>
<para>Gets an MS Outlook appointment before export.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImported"/> event of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookImport"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportedEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is a Scheduler appointment.</param>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object that is a MS Outlook appointment.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportedEventArgs.OutlookAppointment">
<summary>
<para>Gets an MS Outlook appointment after import.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImporting"/> event of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookImport"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportingEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is a Scheduler appointment.</param>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object that is a MS Outlook appointment.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookAppointmentImportingEventArgs.OutlookAppointment">
<summary>
<para>Gets an MS Outlook appointment before import.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronized"/> event of the <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImportSynchronizer"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizedEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is a Scheduler appointment.</param>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object that is a MS Outlook appointment.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizedEventArgs.#ctor(DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizedEventArgs"/> class with the specified settings.</para>
</summary>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizedEventArgs.OutlookAppointment">
<summary>
<para>Gets an MS Outlook appointment after synchronization.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronizing"/> event of the <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizingEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is a Scheduler appointment.</param>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object that is a MS Outlook appointment.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizingEventArgs.#ctor(DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizingEventArgs"/> class with the specified settings.</para>
</summary>
<param name="olApt">An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookAppointmentSynchronizingEventArgs.OutlookAppointment">
<summary>
<para>Gets an MS Outlook appointment before synchronization.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Outlook.Interop._AppointmentItem"/> object representing the MS Outlook appointment.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookCalendarFolder">
<summary>
<para>Represents a folder containing calendar items in MS Outlook.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookCalendarFolder.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookCalendarFolder"/> class with the specified settings.</para>
</summary>
<param name="name">A string representing the name of the calendar folder</param>
<param name="path">A string representing the full path to the calendar folder</param>
<param name="fullPath">A string representing the full path to the calendar folder (corresponds to the MAPIFolder.FullFolderPath Property (Microsoft.Office.Interop.Outlook)), deprecated, not intended to be used.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookCalendarFolder.FullPath">
<summary>
<para>A string representing the full path to the calendar folder (corresponds to the MAPIFolder.FullFolderPath Property (Microsoft.Office.Interop.Outlook)), deprecated, not intended to be used.</para>
</summary>
<value>A string containing the path to the calendar folder.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookCalendarFolder.Name">
<summary>
<para>Gets the name of the calendar folder.</para>
</summary>
<value>A string containing the name of the folder.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookCalendarFolder.Path">
<summary>
<para>Gets the full path to the calendar folder.</para>
</summary>
<value>A string containing the path to the folder.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookCalendarProvider">
<summary>
<para>Implements the <see cref="T:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider"/> interface, facilitating the creation of descendants.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookCalendarProvider.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookCalendarProvider"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookExchangeHelper">
<summary>
<para>Provides methods to get information on MS Outlook calendar folder names and paths.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookExchangeHelper.GetOutlookCalendarFolders">
<summary>
<para>Gets a list of calendar folders for MS Outlook application.</para>
</summary>
<returns>A list of <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookCalendarFolder"/> objects, representing calendar folders accessible in MS Outlook.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookExchangeHelper.GetOutlookCalendarNames">
<summary>
<para>Gets names of all accessible MS Outlook calendars.</para>
</summary>
<returns>A string array containing calendar names.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookExchangeHelper.GetOutlookCalendarPaths">
<summary>
<para>Gets full paths of all accessible MS Outlook calendars.</para>
</summary>
<returns>An array of strings containing MS Outlook calendar paths.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookExport">
<summary>
<para>Represents an object that exports Scheduler appointments to MS Outlook calendar items.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookExport.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookExport"/> class with the specified Scheduler storage.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is a storage containing appointments for export.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookExport.CalendarFolderName">
<summary>
<para>Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved.</para>
</summary>
<value>A string representing the name of a calendar folder.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Outlook.OutlookExport.OutlookAppointmentItemAdded">
<summary>
<para>This member is obsolete. Use the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExported"/> instead.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookExport.SetCalendarProvider(DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider)">
<summary>
<para>Specifies a custom provider to process a collection of Outlook objects, before they are loaded into the Scheduler storage.</para>
</summary>
<param name="provider">An object implementing the <see cref="T:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider"/> interface.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookExportSynchronizer">
<summary>
<para>Represents an object implementing an appointment synchronization with export scenario for MS Outlook.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookExportSynchronizer.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookExportSynchronizer"/> class with the specified Scheduler storage.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is a storage to which Outlook objects are imported.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookExportSynchronizer.CalendarFolderName">
<summary>
<para>Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved.</para>
</summary>
<value>A string representing the name of a calendar folder.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookExportSynchronizer.SetCalendarProvider(DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider)">
<summary>
<para>Specifies a custom provider to process a collection of Outlook objects, before they are exported to an MS Outlook calendar folder.</para>
</summary>
<param name="provider">An object implementing the <see cref="T:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider"/> interface.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookImport">
<summary>
<para>Represents an object that imports MS Outlook calendar items into Scheduler appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookImport.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookImport"/> class with the specified Scheduler storage.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is a storage to which Outlook objects are imported.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookImport.CalendarFolderName">
<summary>
<para>Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved.</para>
</summary>
<value>A string representing the name of a calendar folder.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookImport.Import(System.String)">
<summary>
<para>Imports appointments from the currently installed MS Outlook instance to the Scheduler.</para>
</summary>
<param name="path">Always String.Empty. Otherwise an exception is thrown.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookImport.SetCalendarProvider(DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider)">
<summary>
<para>Specifies a custom provider to process a collection of Outlook objects, before they are loaded into the Scheduler storage.</para>
</summary>
<param name="provider">An object implementing the <see cref="T:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider"/> interface.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Outlook.OutlookImportSynchronizer">
<summary>
<para>Represents an object implementing an appointment synchronization with an import scenario for MS Outlook.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookImportSynchronizer.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Outlook.OutlookImportSynchronizer"/> class with the specified Scheduler storage.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is a storage to which Outlook objects are imported.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Outlook.OutlookImportSynchronizer.CalendarFolderName">
<summary>
<para>Gets or sets the name of the calendar folder (MAPI) from which appointments are retrieved.</para>
</summary>
<value>A string representing the name of a calendar folder.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Outlook.OutlookImportSynchronizer.SetCalendarProvider(DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider)">
<summary>
<para>Specifies a custom provider to process a collection of Outlook objects, before they are imported to Scheduler Storage.</para>
</summary>
<param name="provider">An object implementing the <see cref="T:DevExpress.XtraScheduler.Outlook.IOutlookCalendarProvider"/> interface.</param>
</member>
<member name="T:DevExpress.XtraScheduler.PercentCompleteDisplayType">
<summary>
<para>Specifies how the percentage of completion is displayed for appointments (tasks) within the Gantt view.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.PercentCompleteDisplayType.BarProgress">
<summary>
<para>Displays bar shading.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.PercentCompleteDisplayType.Both">
<summary>
<para>Displays percentage of completion as bar shading and a percent number.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.PercentCompleteDisplayType.None">
<summary>
<para>Does not display percentage of completion.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.PercentCompleteDisplayType.Number">
<summary>
<para>Displays bar shading and a percent number.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObjectStorage`1">
<summary>
<para>Represents a base class for the storage of persistent objects (appointments and resources).</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.AppendBaseMappings(DevExpress.XtraScheduler.MappingCollection)">
<summary>
<para>Clears previous mappings and appends base mappings.</para>
</summary>
<param name="target">A <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> object containing mappings.</param>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.AppendCustomMappings">
<summary>
<para>Appends <see cref="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.CustomFieldMappings"/> to the collection of actual mappings. For internal use.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.AppendDefaultMappings(DevExpress.XtraScheduler.MappingCollection)">
<summary>
<para>Adds mappings for persistent object properties with field names equal to property names.</para>
</summary>
<param name="target">A <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> object to which mappings are added.</param>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.AppendMappings(DevExpress.XtraScheduler.MappingCollection)">
<summary>
<para>Adds mappings defined in the storage to the specified mapping collection.</para>
</summary>
<param name="target">A <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> object to which mappings are added.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.AutoReload">
<summary>
<para>Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.</para>
</summary>
<value>true if automatic data loading and reloading is enabled; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.AutoReloading">
<summary>
<para>Occurs when persistent object data is automatically fetched from the data source; allows cancelling data loading.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.BeginInit">
<summary>
<para>Starts the scheduler storage initialization. Initialization occurs at runtime.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.BeginUpdate">
<summary>
<para>Locks the object until the EndUpdate or CancelUpdate method is called.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.CancelUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.PersistentObjectStorage`1"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.Clear">
<summary>
<para>Removes all the items from the persistent object storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.CommitExistingObject(`0)">
<summary>
<para>Commits changes to an existing object. Updates the object data record in the underlying data source. For internal use.</para>
</summary>
<param name="obj">A persistent object to commit.</param>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.CommitNewObject(`0)">
<summary>
<para>Commits a new object. Creates a new object data record and stores it in the underlying data source. For internal use.</para>
</summary>
<param name="obj">A persistent object to commit.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.Count">
<summary>
<para>Gets the number of elements contained in a collection.</para>
</summary>
<value>An integer representing the number of elements in a collection.</value>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.CreateCustomFields(`0)">
<summary>
<para>Creates the custom fields specific to this persistent object and adds them to the objects custom fields collection.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> for which to create custom fields.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.CustomFieldMappings">
<summary>
<para>Gets or sets mappings for custom fields.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1"/> object containing mappings for custom fields.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.DataManager">
<summary>
<para>For internal use only.</para>
</summary>
<value>A DevExpress.XtraScheduler.Data.DataManager object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.DataMember">
<summary>
<para>Gets or sets the data source member which supplies data to the storage object.</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the data source member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.DataSource">
<summary>
<para>Gets or sets the object used as the data source to store persistent objects (appointments, resources or appointment dependencies).</para>
</summary>
<value>An <see cref="T:System.Object"/> that represents the storages data source.</value>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.Dispose">
<summary>
<para>Disposes of the <see cref="T:DevExpress.XtraScheduler.PersistentObjectStorage`1"/> object.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.EndInit">
<summary>
<para>Finalizes the storage initialization.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.EndUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.PersistentObjectStorage`1"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.Filter">
<summary>
<para>Gets or sets a criteria string used to filter storage objects.</para>
</summary>
<value>A string, that is a logical expression.</value>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.FilterChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.Filter"/> property value is changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.FilterCriteria">
<summary>
<para>Gets or sets the criteria to filter persistent objects in the storage.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.GetColumnNames">
<summary>
<para>Gets the names of data columns associated with this <see cref="T:DevExpress.XtraScheduler.PersistentObjectStorage`1"/> object.</para>
</summary>
<returns>A <see cref="T:System.Collections.Specialized.StringCollection"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.GetObjectRow(`0)">
<summary>
<para>Returns the data row object that contains information about the specified persistent object.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> descendant which represents the persistent object (appointment, resource or <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object).</param>
<returns>A <see cref="T:System.Object"/> which is the data source object (or the data row) containing information about the persistent object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.GetObjectValue(`0,System.String)">
<summary>
<para>Returns the value of the specified field in the data row that contains information about the specified persistent object.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> descendant for which the content of the source objects data field is obtained.</param>
<param name="columnName">A <see cref="T:System.String"/> value which specifies the name of the data field in the source object.</param>
<returns>A <see cref="T:System.Object"/> which is the data field value.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.IsDisposed">
<summary>
<para>Gets a value indicating whether a storage has been disposed of.</para>
</summary>
<value>true, if the storage has been disposed of; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.IsLoading">
<summary>
<para>Gets whether the storage is being initialized.</para>
</summary>
<value>True if the storage is being initialized; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.IsUpdateLocked">
<summary>
<para>Gets whether the storage has been locked for updating.</para>
</summary>
<value>true if the storage is locked; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items contained within the storage.</para>
</summary>
<param name="index">A zero-based integer specifying the desired items position within the collection. If its negative or exceeds the last available index, an exception is raised.</param>
<value>A <see cref="T:DevExpress.XtraScheduler.PersistentObjectStorage`1"/> instance, which represents the persistent object at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.Items">
<summary>
<para>Gets the collection of persistent objects within the storage.</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.NotificationCollection`1"/> object that contains a collection of persistent objects.</value>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.LoadObjects(System.Boolean)">
<summary>
<para>Loads persistent objects from the data source to the storage.</para>
</summary>
<param name="keepNonPersistentInformation">True to load additional information about objects; otherwise, false.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.Mappings">
<summary>
<para>Provides access to object mappings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingInfoBase`1"/> object that provides information on the mapping of the object properties to data fields.</value>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.MappingsChanged">
<summary>
<para>Occurs when the field name of any object mapping in the storage is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectChanged">
<summary>
<para>Occurs when a persistent object in the storage is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectChanging">
<summary>
<para>Occurs before a persistent object in the storage is changed and allows you to cancel changes.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectCollectionCleared">
<summary>
<para>Occurs when a collection of persistent objects in the storage is cleared.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectCollectionLoaded">
<summary>
<para>Occurs when persistent objects are loaded from the data source into the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectDeleted">
<summary>
<para>Occurs when a persistent object is deleted from the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectDeleting">
<summary>
<para>Occurs before a persistent object is deleted from the storage and allows you to cancel deletion.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectInserted">
<summary>
<para>Occurs when a persistent object is inserted into the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectInserting">
<summary>
<para>Occurs before a persistent object is inserted into the storage and allows you to cancel insertion.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.RaiseReload(System.Boolean)">
<summary>
<para>Raises the internal Reload event. 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.PersistentObjectStorage`1.RollbackExistingObject(`0)">
<summary>
<para>Restores an object to its previous state and cancels uncommitted changes that were made to the object.</para>
</summary>
<param name="obj">An object whose changes are cancelled.</param>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.SetObjectValue(`0,System.String,System.Object)">
<summary>
<para>Assigns the specified value to a field in the data row that contains information about the specified persistent object.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> descendant which is the persistent object (appointment, resource or <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object).</param>
<param name="columnName">A <see cref="T:System.String"/> value which specifies the name of the data field.</param>
<param name="val">A <see cref="T:System.Object"/> which specifies the data fields value.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.ShouldUpdateAfterInsert">
<summary>
<para>Gets or sets whether the appointment storage should perform the UPDATE query after INSERT.</para>
</summary>
<value>True, to update inserted appointment using data from the data source; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.Storage">
<summary>
<para>Provides access to the Scheduler storage containing the current persistent object storage.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is the Scheduler storage.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.UnboundDataKeeper">
<summary>
<para>Creates and holds an internal data table for the unbound mode. For internal use.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.UnboundMode">
<summary>
<para>Gets a value indicating if the storage is bound to data.</para>
</summary>
<value>true if the storage isnt bound to data; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectStorage`1.ValidateDataSource">
<summary>
<para>Checks mappings for validity.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.QueryDeleteAppointmentResult">
<summary>
<para>Lists the keys specifying which appointment occurrences should be deleted.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.QueryDeleteAppointmentResult.Cancel">
<summary>
<para>No occurrences of the recurring appointment should be deleted.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.QueryDeleteAppointmentResult.Occurrence">
<summary>
<para>Only the current occurrence of the recurrence appointment should be deleted.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.QueryDeleteAppointmentResult.Series">
<summary>
<para>All occurrences of the recurring appointment should be deleted.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.QueryResourceColorSchemaEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.QueryResourceColorSchema"/> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.QueryResourceColorSchema"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.QueryResourceColorSchemaEventArgs.#ctor(DevExpress.XtraScheduler.Resource,System.Int32)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.QueryResourceColorSchemaEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies the resource.</param>
<param name="resourceColorIndex">An integer which specifies an index of the color schema in a <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> collection.</param>
</member>
<member name="P:DevExpress.XtraScheduler.QueryResourceColorSchemaEventArgs.Resource">
<summary>
<para>Gets the resource for which the color schema is queried.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.QueryResourceColorSchemaEventArgs.ResourceColorIndex">
<summary>
<para>Gets the index of the processed resources color schema in a <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> collection.</para>
</summary>
<value>An integer which specifies the resources color schema index.</value>
</member>
<member name="P:DevExpress.XtraScheduler.QueryResourceColorSchemaEventArgs.ResourceColorSchema">
<summary>
<para>Gets or sets a color schema to be used for a visible resource coloring.</para>
</summary>
<value>A DevExpress.XtraScheduler.SchedulerColorSchemaBase object.</value>
</member>
<member name="T:DevExpress.XtraScheduler.QueryResourceColorSchemaEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.QueryResourceColorSchema"/> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.QueryResourceColorSchema"/> events.</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.XtraScheduler.QueryResourceColorSchemaEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.QueryWorkTimeEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.QueryWorkTime"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.QueryWorkTimeEventArgs.#ctor(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.QueryWorkTimeEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that is the working time interval.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object, for which the working time is queried.</param>
</member>
<member name="P:DevExpress.XtraScheduler.QueryWorkTimeEventArgs.Interval">
<summary>
<para>Gets the time interval for which the working time is queried.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.QueryWorkTimeEventArgs.Resource">
<summary>
<para>Gets the resource for which the working time interval is queried.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object instance.</value>
</member>
<member name="P:DevExpress.XtraScheduler.QueryWorkTimeEventArgs.WorkTime">
<summary>
<para>Gets or sets the working time interval.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object, representing the work time interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.QueryWorkTimeEventArgs.WorkTimes">
<summary>
<para>Provides access to the collection of work times specified for a single day.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayIntervalCollection"/> representing time intervals for a day.</value>
</member>
<member name="T:DevExpress.XtraScheduler.QueryWorkTimeEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.QueryWorkTime"/> 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.QueryWorkTimeEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.RangeControlAdjustEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RangeControlAutoAdjusting"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.RangeControlAdjustEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RangeControlAdjustEventArgs"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.RangeControlAdjustEventArgs.RangeMaximum">
<summary>
<para>Gets or sets the end bound of the range that will be available in the RangeControl after it is automatically adjusted.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object that is the end bound of the RangeControls total range.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RangeControlAdjustEventArgs.RangeMinimum">
<summary>
<para>Gets or sets the start bound of the range that will be available in the RangeControl after it is automatically adjusted.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object that is start bound of the RangeControls total range.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RangeControlAdjustEventArgs.Scales">
<summary>
<para>Provides access to the collection of scales that will be visible in the RangeControl after it is automatically adjusted.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object specifying a set of RangeControl scales.</value>
</member>
<member name="T:DevExpress.XtraScheduler.RangeControlAdjustEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RangeControlAutoAdjusting"/> 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.RangeControlAdjustEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.RangeControlDataDisplayType">
<summary>
<para>Lists the values used to specify how appointment data should be displayed within a <see cref="T:DevExpress.XtraEditors.RangeControl"/> when it is bound to a <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/>.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RangeControlDataDisplayType.Auto">
<summary>
<para>Appointment data contained in a SchedulerControl is shown by the RangeControl as either appointment thumbnails or numbers of appointments in each interval.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RangeControlDataDisplayType.Number">
<summary>
<para>Each interval in the RangeControl shows a number of appointments contained in the corresponding time interval in a SchedulerControl.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RangeControlDataDisplayType.Thumbnail">
<summary>
<para>Appointment data contained in SchedulerControl is shown by RangeControl as appointment thumbnails, each of which is colored according to a label of the corresponding appointment.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.RemindersFormDefaultAction">
<summary>
<para>Lists the types of default actions which can be applied after the Reminders form is closed.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RemindersFormDefaultAction.Custom">
<summary>
<para>After the Reminders form is closed, whether the reminders are snoozed or dismissed is determined manually in the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormDefaultAction"/> or <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.RemindersFormDefaultAction"/> event handler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RemindersFormDefaultAction.DismissAll">
<summary>
<para>After the Reminders form is closed, all reminders will be dismissed.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RemindersFormDefaultAction.SnoozeAll">
<summary>
<para>After the Reminders form is closed, all reminders will be snoozed.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.RemindersFormDefaultActionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormDefaultAction"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.RemindersFormDefaultActionEventArgs.#ctor(DevExpress.XtraScheduler.ReminderAlertNotificationCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RemindersFormDefaultActionEventArgs"/> class with the specified settings.</para>
</summary>
<param name="alertNotifications">A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> value which represents the events collection of reminder alerts. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ReminderEventArgs.AlertNotifications"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.RemindersFormDefaultActionEventArgs.Cancel">
<summary>
<para>Gets or sets whether the Reminders Form closing is canceled or not.</para>
</summary>
<value>true if the form closing is cancelled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RemindersFormDefaultActionEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled, if it was handled the default actions are not required.</para>
</summary>
<value>true if no default processing of the forms reminders is required; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.RemindersFormDefaultActionEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormDefaultAction"/> 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.RemindersFormDefaultActionEventArgs"/> object which contains event data.</param>
</member>
<member name="N:DevExpress.XtraScheduler.Reporting">
<summary>
<para>Contains classes which are used to implement the reporting functionality of the XtraScheduler suite. To learn more, refer to Printing.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.ISmartSyncOptions">
<summary>
<para>Provides options specific for the SmartSync Printing feature.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.ISmartSyncOptions.GroupType">
<summary>
<para>When implemented by a class, gets or sets the grouping type used for creating report pages if the EnableSmartSync option of the scheduler print adapter is switched on.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration member specifying the grouping type for SmartSync printing.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.ResourcesValidationEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateResources"/> event of the <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> descendant controls.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.ResourcesValidationEventArgs.#ctor(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Reporting.ResourcesValidationEventArgs"/> class with the specified resources.</para>
</summary>
<param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object representing a collection of resources.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.ResourcesValidationEventArgs.Resources">
<summary>
<para>Provides access to the collection of resources available in the report.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object containing resources for the report.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.ResourcesValidationEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateResources"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.Reporting.ResourcesValidationEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter">
<summary>
<para>A base class for print adapters of the XtraSchedulerReport.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ClientTimeZoneId">
<summary>
<para>Gets or sets the string identifier of the time zone used by the print adapter.</para>
</summary>
<value>A string that uniquely identifies the time zone. The value is equal to that returned by the System.TimeZoneInfo.Id property.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ClientTimeZoneIdChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ClientTimeZoneId"/> property value is changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.EnableSmartSync">
<summary>
<para>Gets or sets whether different controls in a report should synchronize their data iterations (the SmartSync Printing feature).</para>
</summary>
<value>true to enable the SmartSync Printing feature; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.FirstDayOfWeek">
<summary>
<para>Gets or sets the day that the scheduler week starts from.</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value, specifying the start day of the week for the scheduler.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.FirstDayOfWeekChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.FirstDayOfWeek"/> property value is changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetAppointments(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time interval associated with the specified resource.</para>
</summary>
<param name="timeInterval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which identifies the required time interval.</param>
<param name="resources">A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object which specifies the resources associated with the targeted appointments.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which meets the specified criteria.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetClientTimeZoneId">
<summary>
<para>Gets or sets the string identifier of the time zone used by the print adapter.</para>
</summary>
<returns>A string that uniquely identifies the time zone. The value is equal to that returned by the System.TimeZoneInfo.Id property.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetFirstDayOfWeek">
<summary>
<para>Gets the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.FirstDayOfWeek"/> value specified for the Scheduler control.</para>
</summary>
<returns>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week for the Scheduler.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetLabelColor(System.Object)">
<summary>
<para>Returns the color of the specified appointment label.</para>
</summary>
<param name="labelId">An object that is the label identifier (the Id property value of the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object).</param>
<returns>A <see cref="T:System.Drawing.Color"/> structure which is the labels color. A Color.White value if the label cannot be found.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetResourceColorSchemas">
<summary>
<para>Returns a collection of color schemes used for visual representation of Resources in the Scheduler.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> which contains color schemes for the schedulers resources.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetResources">
<summary>
<para>Obtains a collection of visible resources.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object containing currently visible resources.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetService(System.Type)">
<summary>
<para>Gets the service object of the specified type.</para>
</summary>
<param name="serviceType">An object that specifies the type of service object to get.</param>
<returns>A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetStatus(System.Object)">
<summary>
<para>Returns the Appointments Status by its ID.</para>
</summary>
<param name="statusId">An object that is the appointment status identifier (the Id property value of the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object).</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object which is the status of the appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetTimeIntervals">
<summary>
<para>Obtains the time interval for display.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object containing time intervals used for displaying appointments.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetWorkDays">
<summary>
<para>Obtains the collection which identifies which days are assigned to a workweek.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object which identifies work days.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.GetWorkTime(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Gets a reports work times for a specified time interval and resource.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object specifying the queried time interval.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> specifying the resource for which the work times are queried.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> collection containing work times for a single day.</returns>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ResourceColorsChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ResourceColorSchemas"/> collection is modified.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ResourceColorSchemas">
<summary>
<para>Gets the color schemas used to paint resources in the report.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.ISchedulerColorSchemaCollection`1"/> object which contains color schemes used to display resources.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ResourceCount">
<summary>
<para>Gets the number of displayed resources.</para>
</summary>
<value>An integer, representing the number of resources.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.SchedulerSourceChanged">
<summary>
<para>Occurs when the Scheduler source of the print adapter is changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.SetSourceObject(System.Object)">
<summary>
<para>Specifies the object used to get the scheduling data - the SchedulerStorage or the SchedulerControl object.</para>
</summary>
<param name="sourceObject">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> or the <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.SmartSyncOptions">
<summary>
<para>Provides access to options specific to the SmartSync Printing feature.</para>
</summary>
<value>An object exposing the <see cref="T:DevExpress.XtraScheduler.Reporting.ISmartSyncOptions"/> interface, allowing you to specify SmartSync-specific options.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.TimeInterval">
<summary>
<para>Gets or sets the time interval used by the print adapter to create a report.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time interval.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.TimeIntervalChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.TimeInterval"/> value is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateAppointments">
<summary>
<para>Occurs when appointments are retrieved to create a report document.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateResources">
<summary>
<para>Occurs when resources are obtained for use in the report.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateTimeIntervals">
<summary>
<para>Occurs when the print adapter retrieves information on time intervals required for creating a report.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateWorkTime">
<summary>
<para>Occurs when the print adapter retrieves the work time value for use in the report.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.WorkTime">
<summary>
<para>Gets or sets the work time interval for a day.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.WorkTimeChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.WorkTime"/> property is modified.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.SmartSyncOptions">
<summary>
<para>Contains options specific for the SmartSync Printing feature.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SmartSyncOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Reporting.SmartSyncOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.SmartSyncOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.Reporting.SmartSyncOptions"/> object passed as a parameter.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.Reporting.SmartSyncOptions"/> instance whose elements are copied to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.SmartSyncOptions.GroupType">
<summary>
<para>Gets or sets the grouping used for creating report pages if the <see cref="P:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.EnableSmartSync"/> option is switched on.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration member specifying the grouping for the SmartSync printing.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.TimeIntervalsValidationEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateTimeIntervals"/> event of the <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> descendants.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.TimeIntervalsValidationEventArgs.#ctor(DevExpress.XtraScheduler.TimeIntervalCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Reporting.TimeIntervalsValidationEventArgs"/> class with the specified time interval settings.</para>
</summary>
<param name="intervals">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object containing time intervals.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.TimeIntervalsValidationEventArgs.Intervals">
<summary>
<para>Gets the time intervals for which the report is being built.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> containing the reports time intervals.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.TimeIntervalsValidationEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateTimeIntervals"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.Reporting.TimeIntervalsValidationEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateWorkTime"/> event of the <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> descendant controls.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs.#ctor(DevExpress.XtraScheduler.TimeOfDayIntervalCollection,DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="workTimes">A <see cref="T:DevExpress.XtraScheduler.TimeOfDayIntervalCollection"/> containing work times for a single day.</param>
<param name="timeInterval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time interval for which the work times are validated.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object representing a resource for which the work times are validated.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs.Resource">
<summary>
<para>Provides access to a resource, for which the work-time interval is validated.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs.TimeInterval">
<summary>
<para>Provides access to a time interval, for which the work-time interval is validated.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs.WorkTime">
<summary>
<para>Gets or sets the work-time interval to be validated.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs.WorkTimes">
<summary>
<para>Provides access to the collection of work times specified for a single day.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayIntervalCollection"/> representing time intervals for a day.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter.ValidateWorkTime"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.Reporting.WorkTimeValidationEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.ResizedSide">
<summary>
<para>Lists appointment boundaries which could be moved when the appointment is being resized.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ResizedSide.AtEndTime">
<summary>
<para>The appointments end time boundary is moved.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ResizedSide.AtStartTime">
<summary>
<para>The appointments start time boundary is moved.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping">
<summary>
<para>Represents a mapping of a custom property of a resource to an appropriate data field.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCustomFieldMapping.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCustomFieldMapping.#ctor(System.String,System.String,DevExpress.XtraScheduler.FieldValueType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping"/> class with the specified name, member and value type.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the name of the custom field. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.Name"/> property.</param>
<param name="member">A <see cref="T:System.String"/> value that specifies the member value of the custom field mapping. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.Member"/> property.</param>
<param name="valueType">A <see cref="T:DevExpress.XtraScheduler.FieldValueType"/> enumeration value, representing one of the standard value types.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCustomFieldMapping.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping"/> class with the specified name and member.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the name of the custom field. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.Name"/> property.</param>
<param name="member">A <see cref="T:System.String"/> value that specifies the member value of the custom field mapping. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.Member"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceCustomFieldMapping.Member">
<summary>
<para>Gets or sets the name of the field in a data source which should be mapped to a custom property of a resource.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the name of the data field to be mapped.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection">
<summary>
<para>Represents a collection of mappings of the custom properties of resources to appropriate data fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection.Add(DevExpress.XtraScheduler.ResourceCustomFieldMapping)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping"/> object to the storages collection of custom fields mappings.</para>
</summary>
<param name="mapping">An <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping"/> object to append to the collection.</param>
<returns>An integer value indicating the position at which the new element was inserted.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.</para>
</summary>
<param name="index">A zero-based integer specifying the desired items position within the collection. If its negative or exceeds the last available index, an exception is raised.</param>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping"/> object which represents the custom field mapping at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceCustomFieldMappingCollection.Item(System.String)">
<summary>
<para>Provides access to individual items in the collection by their names.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value specifying the name of the custom field to get.</param>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceCustomFieldMapping"/> object which represents the custom field mapping with the specified name.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceNavigatorVisibility">
<summary>
<para>Lists the visibility modes of the resource navigator.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ResourceNavigatorVisibility.Always">
<summary>
<para>Resource Navigator is always visible.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ResourceNavigatorVisibility.Auto">
<summary>
<para>Resource Navigator is hidden if there are no resources in the ResourceStorage or all resources are hidden after the filtering operation. Otherwise, the resource navigator is always visible.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ResourceNavigatorVisibility.Never">
<summary>
<para>Resource navigator is never visible.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceStorageBase">
<summary>
<para>A base class that represents a storage to hold a collection of resources for appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceStorageBase"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceStorageBase"/> class with the specified Scheduler storage.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> value that specifies the Scheduler storage which owns the resource storage.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.Add(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.Resource"/> object to the collection of resources in the storage.</para>
</summary>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object to append to the collection.</param>
<returns>An integer value indicating the position into which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.AddRange(DevExpress.XtraScheduler.Resource[])">
<summary>
<para>Appends an array of resources to the storages collection.</para>
</summary>
<param name="resources">An array of <see cref="T:DevExpress.XtraScheduler.Resource"/> objects to append to the collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.AttachStorage(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Sets the Scheduler storage which owns the current storage.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is the Scheduler storage for the current storage.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.ColorSaving">
<summary>
<para>Gets or sets a type of format to store the color information.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ColorSavingType"/> enumeration value, indicating the type in which the color is stored.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.Contains(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Determines whether the storage contains the specified resource.</para>
</summary>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object to locate in the storage.</param>
<returns>true if the storage contains the specified resource; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.CreateResource(System.Object,System.String)">
<summary>
<para>Creates a new resource with the specified ID and caption.</para>
</summary>
<param name="id">An object, that is a unique resource identifier.</param>
<param name="caption">A string that is displayed as resources caption (<see cref="P:DevExpress.XtraScheduler.Resource.Caption"/>).</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.CreateResource(System.Object)">
<summary>
<para>Creates a new resource with the specified ID.</para>
</summary>
<param name="id">An object that is the resource identifier.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Resource"/> with the specified identifier.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.DataManager">
<summary>
<para>For internal use only.</para>
</summary>
<value>A DevExpress.XtraScheduler.Data.ResourceDataManager object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.Filter">
<summary>
<para>Gets or sets a criteria string used to filter resources.</para>
</summary>
<value>A string, that is a logical expression.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.FilterCriteria">
<summary>
<para>Gets or sets the criteria to filter resources in the storage.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which is the filter criteria.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.GetResourceById(System.Object)">
<summary>
<para>Gets a resource within the collection by its ID value.</para>
</summary>
<param name="resourceId">A <see cref="T:System.Object"/> which is the resource ID.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object whose <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> property value is equal to the specified. If no resource with the specified ID is found, then the <see cref="T:DevExpress.XtraScheduler.ResourceEmpty"/> value will be returned.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.Item(System.Int32)">
<summary>
<para>Provides indexed access to the individual items in the collection which can be accessed via the storages <see cref="P:DevExpress.XtraScheduler.ResourceStorageBase.Items"/> property.</para>
</summary>
<param name="index">A zero-based integer specifying the items position within the resource collection. If its negative or exceeds the last available index, an exception is raised.</param>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the resource at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.Items">
<summary>
<para>Gets the collection of resources within the storage.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceCollection"/> object that contains a collection of resources.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.LoadFromXml(System.IO.Stream)">
<summary>
<para>Loads settings of resources from the specified stream to the resource storage.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which resources are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.LoadFromXml(System.String)">
<summary>
<para>Loads settings of resources from the specified XML file to the resource storage.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which resources should be loaded. If an empty string is specified, an exception is raised.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.Mappings">
<summary>
<para>Gets an object that specifies how resource properties map to the data source fields.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.ResourceMappingInfo"/> object that provides information on the mapping of the resource properties to the data fields.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.Remove(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraScheduler.Resource"/> object from the storage.</para>
</summary>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource to be removed.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceStorageBase.ResourceFactory">
<summary>
<para>Provides access to resource factory for the current storage.</para>
</summary>
<value>An object implementing the <see cref="T:DevExpress.XtraScheduler.IResourceFactory"/> interface which specifies the resource factory in use.</value>
</member>
<member name="E:DevExpress.XtraScheduler.ResourceStorageBase.ResourceVisibilityChanged">
<summary>
<para>Occurs when the <see cref="P:DevExpress.XtraScheduler.Resource.Visible"/> property value is changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.SaveToXml(System.IO.Stream)">
<summary>
<para>Saves resources from the resource storage to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which resources should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.SaveToXml(System.String)">
<summary>
<para>Saves resources from the resource storage to an XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where resources should be written. If an empty string is specified, an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.SetResourceFactory(DevExpress.XtraScheduler.IResourceFactory)">
<summary>
<para>Assigns the specified resource factory to the <see cref="T:DevExpress.XtraScheduler.ResourceStorageBase"/>.</para>
</summary>
<param name="factory">An object, implementing the IResourceFactory interface, which specifies the new resource factory for the storage.</param>
</member>
<member name="E:DevExpress.XtraScheduler.ResourceStorageBase.SortedColumnsChanged">
<summary>
<para>Occurs when the sort order of columns in Resources Tree is changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceStorageBase.ValidateDataSource">
<summary>
<para>Checks mappings for validity.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerColumnPadding">
<summary>
<para>Represents a storage for the parameters used to specify the distance from the appointmernts boundary to the columns inner border in the Day View</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerColumnPadding.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerColumnPadding"/> class with the specified setting.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerColumnPadding.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.SchedulerColumnPadding"/> object passed as a parameter.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.SchedulerColumnPadding"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColumnPadding.Left">
<summary>
<para>Gets or sets the distance of the appointments left edge from the columns inner left border in the Day view.</para>
</summary>
<value>An integer, specifying the distance in pixels.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerColumnPadding.Right">
<summary>
<para>Gets or sets the distance of the appointments right edge from the columns inner right border in the Day view.</para>
</summary>
<value>An integer, specifying the distance in pixels.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerDragData">
<summary>
<para>Contains data passed to the target SchedulerControl in the drag-and-drop operation.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerDragData.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Creates a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerDragData"/> class with the specified appointment.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance to place in the data to be dragged.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerDragData.#ctor(DevExpress.XtraScheduler.AppointmentBaseCollection,System.Int32)">
<summary>
<para>Creates a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerDragData"/> class with the specified appointment collection and specifies a primary appointment.</para>
</summary>
<param name="appointments">An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object that is the collection of appointments to place in the data to be dragged.</param>
<param name="primaryAppointmentIndex">An integer that is the appointment index in the specified collection. An appointment with that index is considered primary.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerDragData.#ctor(DevExpress.XtraScheduler.AppointmentBaseCollection)">
<summary>
<para>Creates a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerDragData"/> class with the specified appointment collection.</para>
</summary>
<param name="appointments">An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object that is the collection of appointments to place in the data to be dragged.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerDragData.Appointments">
<summary>
<para>Provides access to appointments contained in the data to be dragged.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object that is the collection of appointments.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerDragData.GetData(System.Windows.Forms.IDataObject)">
<summary>
<para>Returns the data associated with the <see cref="T:DevExpress.XtraScheduler.SchedulerDragData"/> data format.</para>
</summary>
<param name="dataObject">An object with the <see cref="T:System.Windows.Forms.IDataObject"/> interface.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.SchedulerDragData"/> instance.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerDragData.GetPresent(System.Windows.Forms.IDataObject)">
<summary>
<para>Determines whether the data is available in <see cref="T:DevExpress.XtraScheduler.SchedulerDragData"/> format.</para>
</summary>
<param name="dataObject">An object with the <see cref="T:System.Windows.Forms.IDataObject"/> interface.</param>
<returns>True, if the data is in the <see cref="T:DevExpress.XtraScheduler.SchedulerDragData"/> format; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerDragData.PrimaryAppointment">
<summary>
<para>Gets the primary appointment. A primary appointment is an appointment whose properties are used to calculate the properties of other dragged appointments.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment actually dragged; other dragged appointments follow the primary appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerDragData.PrimaryAppointmentIndex">
<summary>
<para>Gets the index of a primary appointment. A primary appointment is an appointment whose properties are used to calculate the properties of other dragged appointments.</para>
</summary>
<value>An integer that is the index of appointment in the <see cref="P:DevExpress.XtraScheduler.SchedulerDragData.Appointments"/> collection.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerGroupType">
<summary>
<para>Lists the grouping type used in the scheduler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerGroupType.Date">
<summary>
<para>Grouping by dates. Appointments are grouped by dates.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerGroupType.None">
<summary>
<para>No grouping is applied.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerGroupType.Resource">
<summary>
<para>Grouping by resources. Appointments are grouped by resources.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerMenuItemId">
<summary>
<para>Lists items that can be used in the context menus of a Scheduler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.AppointmentDependencyCreation">
<summary>
<para>The Create Dependency item of the context menu which is invoked when an appointment is clicked with the right mouse button. Selecting this item enables the user to drag a line from the current (the Parent) appointment to another (Dependent) appointment to establish a dependency. By default, the type of dependency is <see cref="F:DevExpress.XtraScheduler.AppointmentDependencyType.FinishToStart"/>.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.AppointmentDependencyMenu">
<summary>
<para>The entire context menu which is invoked after a dependency line has been clicked with the right mouse button.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.AppointmentDragCancel">
<summary>
<para>The Cancel item of a context menu which is invoked after an appointment has been clicked and dragged with the right mouse button. Selecting this item cancels the dragging of the appointment.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.AppointmentDragCopy">
<summary>
<para>The Copy item of the context menu which is invoked after an appointment has been clicked and dragged with the right mouse button. Selecting this item copies the dragged appointment and inserts a copy at the time period which the appointment being copied was dragged to.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.AppointmentDragMenu">
<summary>
<para>The entire context menu which is invoked after an appointment has been clicked and dragged with the right mouse button.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.AppointmentDragMove">
<summary>
<para>The Move item of the context menu which is invoked after an appointment has been clicked and dragged with the right mouse button. Selecting this item moves the appointment to the time period which it was dragged to.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.AppointmentMenu">
<summary>
<para>The entire context menu which is invoked after an appointment has been clicked with the right mouse button.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.ChangeAppointmentLabelUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.ChangeAppointmentReminderUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.ChangeAppointmentStatusUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.ChangeSnapToCellsUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.ChangeTimelineScaleWidthUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.CollapseResource">
<summary>
<para>Menu item that corresponds to the command used to collapse a resource tree in a hierarchical view displayed by the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesTree"/> control.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.Custom">
<summary>
<para>Any custom menu item. You can add your custom menu items by handling the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.CustomizeCurrentView">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.CustomizeTimeRuler">
<summary>
<para>The Customize Time Ruler item of the context menu which is invoked when the time ruler is clicked with the right mouse button. Selecting this item invokes the Time Ruler dialog which allows the properties of the current time ruler to be edited.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.DefaultMenu">
<summary>
<para>The entire context menu which is invoked when the views time cells that dont contain any appointments are clicked with the right mouse button.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.DeleteAppointment">
<summary>
<para>The Delete item of the context menu which is invoked when an appointment is clicked with the right mouse button. Selecting this item removes the current appointment. If the current appointment is recurring, then the Delete Series dialog will be invoked.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.DeleteAppointmentDependency">
<summary>
<para>The Delete item of the context menu which is invoked when a dependency line is clicked with the right mouse button. Selecting this item deletes the selected dependency.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.DeleteOccurrenceUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.DeleteSeriesUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.EditOccurrenceUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.EditSeries">
<summary>
<para>The Edit Series item of the context menu which is invoked when a recurring appointment is clicked with the right mouse button. Selecting this item invokes the Edit Appointment dialog which allows the entire series of recurring appointments to be edited.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.EditSeriesUI">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.ExpandResource">
<summary>
<para>Menu item that corresponds to the command used to expand a resource tree in a hierarchical view displayed by the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesTree"/> control.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.GotoDate">
<summary>
<para>The Go to Date item of the context menu which is invoked when the views time cells which dont contain any appointments are clicked with the right mouse button. Selecting this item invokes the Go To Date dialog which allows the date displayed in the current view to be changed.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.GotoThisDay">
<summary>
<para>The Go to This Day item of the context menu which is invoked when any of the views time cells that dont contain any appointments are clicked with the right mouse button (only in a Week or Month view). Selecting this item changes the current view to the Day and sets the date displayed in this view to the selected date.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.GotoToday">
<summary>
<para>The Go to Today item of the context menu which is invoked when any of the views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the date displayed in the current view to the current date on the local machine.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.LabelSubMenu">
<summary>
<para>The Label As item of the context menu which is invoked after an appointment has been clicked with the right mouse button, and also the entire submenu which is opened with this menu item.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.NewAllDayEvent">
<summary>
<para>The New All-Day Event item of the context menu which is invoked when the views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item invokes the Edit Appointment dialog used to create a new all&#0045;day appointment (in this case the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> option in the dialog is checked).</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.NewAppointment">
<summary>
<para>The New Appointment item of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item invokes the Edit Appointment dialog used to create a new appointment.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.NewRecurringAppointment">
<summary>
<para>The New Recurring Appointment item of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item invokes the Edit Appointment dialog used to create a new appointment, and also invokes the Recurrence dialog which allows the recurrence pattern to be specified for the new appointment.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.NewRecurringEvent">
<summary>
<para>The New Recurring Event item of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item invokes the Edit Appointment dialog used to create a new all&#0045;day appointment (in this case the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> option in the dialog is checked), and also invokes the Recurrence dialog which allows the recurrence pattern to be specified for the new appointment.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.OpenAppointment">
<summary>
<para>The Open item of the context menu which is invoked when an appointment is clicked with the right mouse button. Selecting this item invokes the Edit Appointment dialog which allows the properties of the current appointment to be edited. Note that if the appointment is recurring, then this item only allows the current appointment to be edited, not its entire series.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.OpenAppointmentDependency">
<summary>
<para>The Edit item of the context menu which is invoked when a dependency line is clicked with the right mouse button. Selecting this item invokes the <see cref="T:DevExpress.XtraScheduler.UI.AppointmentDependencyForm"/> dialog which enables the user to change the dependency type.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.OpenSchedule">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.OtherSettings">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.Print">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.PrintAppointment">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.PrintPageSetup">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.PrintPreview">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.RestoreOccurrence">
<summary>
<para>The Restore Default State item of the context menu which is invoked when a changed recurring appointment (which <see cref="P:DevExpress.XtraScheduler.Appointment.Type"/> property is equal to ChangedOccurrence) is clicked with the right mouse button. This item is accessible for recurring appointments only. Selecting this item restores the default state of the appointment as it was generated by the recurrence pattern.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.RulerMenu">
<summary>
<para>The entire context menu which is invoked when the time ruler is clicked with the right mouse button. Note that the corresponding items for this context menu are specified by the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property of each time slot.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SaveSchedule">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SetSnapToCells">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SplitAppointment">
<summary>
<para>This menu item is associated with a command to switch the Scheduler into a Split mode.</para>
<para>See the How to: Split Appointments and Series article for more information.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.StatusSubMenu">
<summary>
<para>The Show Time As item of the context menu which is invoked after an appointment has been clicked with the right mouse button, and also the entire submenu which is opened with this menu item.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchCellsAutoHeight">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchCompressWeekend">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchShowWorkTimeOnly">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScale">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScalesTo">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScalesTo10MinutesSlot">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScalesTo15MinutesSlot">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScalesTo30MinutesSlot">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScalesTo5MinutesSlot">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScalesTo60MinutesSlot">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchTimeScalesTo6MinutesSlot">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToAgendaView">
<summary>
<para>The Agenda View check item of the Change View To submenu of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Agenda View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToDayView">
<summary>
<para>The Day View check item of the Change View To submenu of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Day View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToFullWeekView">
<summary>
<para>The Full Week View check item of the Change View To submenu of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Full Week View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToGanttView">
<summary>
<para>The Gantt View check item of the Change View To submenu of the context menu which is invoked when time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Gantt View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToGroupByDate">
<summary>
<para />
<para>A command to set the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.GroupType"/> to the <see cref="F:DevExpress.XtraScheduler.SchedulerGroupType.Date"/>.</para>
<para>The default menu does not contain this item. Handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event, to insert the SwitchToGroupByDate item.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToGroupByNone">
<summary>
<para />
<para>A command to set the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.GroupType"/> to the <see cref="F:DevExpress.XtraScheduler.SchedulerGroupType.None"/>.</para>
<para>The default menu does not contain this item. Handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event, to insert the SwitchToGroupByNone item.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToGroupByResource">
<summary>
<para />
<para>A command to set the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.GroupType"/> to the <see cref="F:DevExpress.XtraScheduler.SchedulerGroupType.Resource"/>.</para>
<para>The default menu does not contain this item. Handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.PopupMenuShowing"/> event, to insert the SwitchToGroupByResource item.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToMonthView">
<summary>
<para>The Month View check item of the Change View To submenu of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Month View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToTimelineView">
<summary>
<para>The Timeline View check item of the Change View To submenu of the context menu, invoked on a right click within the scheduler display area not occupied by appointments. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Timeline View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToWeekView">
<summary>
<para>The Week View check item of the Change View To submenu of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Week View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToWorkWeekView">
<summary>
<para>The Work Week View check item of the Change View To submenu of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button. Selecting this item changes the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> to the Work Week View.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchToYearView">
<summary>
<para>The Year View command in the Change View To sub-menu. This command sets the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.ActiveView"/> property to <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Year"/>.</para>
<para />
<para>To invoke the context menu, a user can right-click a time cell that does not contain any appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.SwitchViewMenu">
<summary>
<para>The Change View To item of the context menu which is invoked when a views time cells that dont contain any appointments are clicked with the right mouse button, and also the entire submenu which is opened with this menu item.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.TimeScaleEnable">
<summary>
<para>Any of the Time Scales menu item of the popup menu invoked on a right click within the scheduler display area not occupied by appointments, when the schedulers view is the Timeline View. Checking these items enables the corresponding Timeline scales.</para>
<para>The entire submenu opened by this menu item has the same Id.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.TimeScaleVisible">
<summary>
<para>Check items of the Time Scale Captions submenu in the context menu invoked on a right click within the scheduler display area not occupied by appointments. Checking these items makes the corresponding Timeline scales visible.</para>
<para>The entire submenu opened by this menu item has the same Id.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerMenuItemId.ToggleRecurrence">
<summary>
<para>For internal use only.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions">
<summary>
<para>Provides options which define certain characteristics of Navigation Buttons.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions.AppointmentSearchInterval">
<summary>
<para>Specifies the time span used by Navigation Buttons to search for the nearest appointments (in days), so it is limited to a reasonable range.</para>
</summary>
<value>A System.TimeSpan value, specifying the search range.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions.NextCaption">
<summary>
<para>Gets or sets the caption for the right (forward) navigation button.</para>
</summary>
<value>A <see cref="T:System.String"/> representing a text to display on the button.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions.PrevCaption">
<summary>
<para>Gets or sets the caption for the left (backward) navigation button.</para>
</summary>
<value>A <see cref="T:System.String"/> representing a text to display on the button.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions.Visibility">
<summary>
<para>Specifies whether the buttons are always visible, always hidden or their visibility depends on the situation.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.NavigationButtonVisibility"/> enumeration member.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerNotificationOptions">
<summary>
<para>Provides notification options for the Scheduler control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerNotificationOptions.Reset">
<summary>
<para>Resets all notification options to their default values.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase">
<summary>
<para>Serves as a base class for classes that control certain basic characteristics of the scheduler.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.ClientTimeZoneId">
<summary>
<para>Gets or sets the client time zone of the Scheduler.</para>
</summary>
<value>A key string that uniquely identifies a particular time zone; its value should match to the System.TimeZoneInfo.Id property values for the time zones in the registry.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RecurrentAppointmentDeleteAction">
<summary>
<para>Gets or sets a type of action being performed when a command is issued to delete a recurrent appointment.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration value, representing a type of action.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction">
<summary>
<para>Gets or sets a type of action being performed when a command is issued to edit a recurrent appointment.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrentAppointmentAction"/> enumeration value, representing a type of action.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RemindersFormDefaultAction">
<summary>
<para>Gets or sets the type of default action which is applied when the Reminders Form is closed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RemindersFormDefaultAction"/> enumeration value.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.SelectOnRightClick">
<summary>
<para>Gets or sets whether the right click selects a cell under the cursor.</para>
</summary>
<value>true to select a cell with a right click; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.ShowCurrentTime">
<summary>
<para>Gets or sets the visibility mode of the current Time Indicator.</para>
</summary>
<value>A DevExpress.XtraScheduler.CurrentTimeVisibility enumeration member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.ShowRemindersForm">
<summary>
<para>Gets or sets whether a Reminders Form is shown.</para>
</summary>
<value>true if a Reminders Form is shown; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization">
<summary>
<para>Provides customization options for the Scheduler control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsCustomization.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentConflicts">
<summary>
<para>Gets or sets whether a user is allowed to share the schedule time between two or more appointments.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentConflictsMode"/> enumeration value specifying whether the time interval of two or more appointments can intersect or not, if these appointments belong to the same resource(s).</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCopy">
<summary>
<para>Gets or sets whether a user is allowed to copy appointments.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment to which the action can be applied.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCreate">
<summary>
<para>Gets or sets whether a user is allowed to create new appointments.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment which the action can be applied to.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDelete">
<summary>
<para>Gets or sets whether a user is allowed to delete appointments.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the types of appointment to which the action can be applied.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDrag">
<summary>
<para>Gets or sets whether a user is allowed to drag and drop appointments to another time slot or date.</para>
</summary>
<value>A value that specifies the type of appointment that can be dragged.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDragBetweenResources">
<summary>
<para>Gets or sets whether a user is allowed to drag and drop appointments between resources.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment that the action can be applied to.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentEdit">
<summary>
<para>Gets or sets whether a user is allowed to edit appointments.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment which the action can be applied to.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentMultiSelect">
<summary>
<para>Gets or sets whether a user is allowed to select more than one appointment simultaneously.</para>
</summary>
<value>true if multiple appointments can be selected simultaneously; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentResize">
<summary>
<para>Gets or sets whether a user is allowed to change the time boundaries of appointments.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies to which appointments type the action can be applied.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm">
<summary>
<para>Gets or sets whether a user can invoke the Appointment Dependency dialog.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AllowDisplayAppointmentDependencyForm"/> enumeration member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowDisplayAppointmentFlyout">
<summary>
<para>Gets or sets whether the appointment flyout can be displayed.</para>
</summary>
<value>true, to display an appointment flyout; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowDisplayAppointmentForm">
<summary>
<para>Gets or sets whether the Appointment Form can be invoked.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AllowDisplayAppointmentForm"/> enumeration member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowInplaceEditor">
<summary>
<para>Gets or sets whether an inplace editor can be activated for an appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.UsedAppointmentType"/> enumeration value that specifies the type of appointment which the action can be applied to.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsCustomization.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.RecurrenceFormEditors">
<summary>
<para>Gets or sets the recurrences that a user can enable in the Appointment Recurrence Form.</para>
</summary>
<value>A value that specifies the recurrences that a user can enable in the Appointment Recurrence Form.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsCustomization.ToString">
<summary>
<para>Returns the textual representation of customization options.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of customization options.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerOptionsViewBase">
<summary>
<para>Defines a base class for view options for the Scheduler control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerOptionsViewBase.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsViewBase"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsViewBase.FirstDayOfWeek">
<summary>
<para>Gets or sets the day which the schedulers view week starts from.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.FirstDayOfWeek"/> enumeration value specifying the start day of the week for the View.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsViewBase.NavigationButtons">
<summary>
<para>Provides access to the navigation buttons options.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerNavigationButtonOptions"/> class, containing options for displaying Navigation Buttons.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerOptionsViewBase.ShowOnlyResourceAppointments">
<summary>
<para>Gets or sets a value that specifies whether appointments that do not belong to any resource are visible in the scheduling area.</para>
</summary>
<value>true to display only the appointments that are associated with resources; false to display all appointments.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase">
<summary>
<para>Base class that provides resource header options for the Scheduler control on different platforms.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.Height">
<summary>
<para>Gets or sets the height of the resource header.</para>
</summary>
<value>An integer value which represents the height of the resource header.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.ImageAlign">
<summary>
<para>Gets or sets the image alignment within a resource header.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.HeaderImageAlign"/> enumeration value which specifies how the image is aligned.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.ImageSizeMode">
<summary>
<para>Gets or sets the size mode of an image which is displayed within a resource header.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.HeaderImageSizeMode"/> enumeration value which specifies how the image is displayed, resized or clipped.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerResourceHeaderOptionsBase.RotateCaption">
<summary>
<para>Gets or sets the value indicating whether to rotate the captions text.</para>
</summary>
<value>true to rotate the captions text; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerScrollBarVisibility">
<summary>
<para>Lists modes that determine the vertical scrollbar visibility in the Timeline view and in all-day area of the Day view.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerScrollBarVisibility.Always">
<summary>
<para>A vertical scrollbar is always visible.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerScrollBarVisibility.Auto">
<summary>
<para>A vertical scrollbar is visible if a column contains more appointments than it can fit.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerScrollBarVisibility.Never">
<summary>
<para>A vertical scrollbar is hidden.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerStorageBase">
<summary>
<para>Serves as a base class for a class that represents a storage which holds data for the XtraScheduler control.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentCacheEnabled">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentChanging">
<summary>
<para>Fires when an appointments property is about to change.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentCollectionAutoReloading">
<summary>
<para>Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentCollectionCleared">
<summary>
<para>Fires after the appointment collection has been cleared.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentCollectionLoaded">
<summary>
<para>Fires after appointments have been loaded into the <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDeleting">
<summary>
<para>Allows you to cancel the deletion of an appointment.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependenciesChanged">
<summary>
<para>Fires when the properties of the appointment dependency have been changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependenciesDeleted">
<summary>
<para>Fires after deletion of one or several appointment dependencies.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependenciesInserted">
<summary>
<para>Fires after one or several appointment dependencies have been added to the collection.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependencyChanging">
<summary>
<para>Fires when the appointment dependency type is changing.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependencyCollectionAutoReloading">
<summary>
<para>Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependencyCollectionCleared">
<summary>
<para>Fires after the appointment dependency collection has been cleared.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependencyCollectionLoaded">
<summary>
<para>Fires after appointment dependencies have been loaded into the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependencyDeleting">
<summary>
<para>Allows you to cancel the deletion of an appointment dependency.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentDependencyInserting">
<summary>
<para>Allows you to cancel the insertion of an appointment dependency.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentInserting">
<summary>
<para>Allows you to cancel the insertion of an appointment.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentsChanged">
<summary>
<para>Fires when the appointments properties have been changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentsDeleted">
<summary>
<para>Fires after deletion of one or several appointments.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentsInserted">
<summary>
<para>Fires after one or several appointments have been added to the collection.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.BeginInit">
<summary>
<para>Starts the scheduler storage initialization. Initialization occurs at runtime.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.BeginUpdate">
<summary>
<para>Locks the object until the EndUpdate or CancelUpdate method is called.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CalcTotalAppointmentCountForExchange">
<summary>
<para>Gets the number of appointments in the storage which can be exported.</para>
</summary>
<returns>An integer that is the number of appointments.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CancelUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime,System.String)">
<summary>
<para>Creates an appointment of the specified type with the specified start time, end time and the subject.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property.</param>
<param name="subject">A string that is the appointments subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property.</param>
<returns>Creates an appointment of the specified type with the specified start time and duration.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.DateTime)">
<summary>
<para>Creates an appointment of the specified type with the specified start and end time.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="end">A <see cref="T:System.DateTime"/> object specifying the appointment end - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan,System.String)">
<summary>
<para>Creates an appointment of the specified type with the specified start time, duration and subject.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration"/> property.</param>
<param name="subject">A string that is the appointments subject - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType,System.DateTime,System.TimeSpan)">
<summary>
<para>Creates an appointment of the specified type with the specified start time and duration.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<param name="start">A <see cref="T:System.DateTime"/> object specifying the appointment start - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> object specifying the appointment duration - the value of the <see cref="P:DevExpress.XtraScheduler.Appointment.Duration"/> property.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
<summary>
<para>Creates an appointment of the specified type.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value specifying the type of the created appointment.</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateAppointmentDependency(System.Object,System.Object,DevExpress.XtraScheduler.AppointmentDependencyType)">
<summary>
<para>Creates a dependency of the specified type between two appointments specified by their IDs.</para>
</summary>
<param name="parentId">An object that is the ID of the parent appointment.</param>
<param name="dependentId">An object that is the ID of the dependent appointment.</param>
<param name="type">A <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyType"/> enumeration specifying the type of the dependency link.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateAppointmentDependency(System.Object,System.Object)">
<summary>
<para>Creates a dependency between two appointments specified by their Ids.</para>
</summary>
<param name="parentId">An object that is the Id of the parent appointment.</param>
<param name="dependentId">An object that is the Id of the dependent appointment.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateOutlookExporter">
<summary>
<para>Creates an object which provides the capability to control how data is exported to MS Outlooks Calendar.</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentExporter"/> object which can export data to MS Outlooks Calendar.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateOutlookExportSynchronizer">
<summary>
<para>Creates an object which allows you to control how MS Outlooks Calendar is synchronized with data in the storage.</para>
</summary>
<returns>A DevExpress.XtraScheduler.Exchange.AppointmentExportSynchronizer object which allows MS Outlooks Calendar to be synchronized with the data in storage.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateOutlookImporter">
<summary>
<para>Creates an object which allows you to control how data is imported from MS Outlooks Calendar.</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter"/> object which can import data from MS Outlooks Calendar.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateOutlookImportSynchronizer">
<summary>
<para>Creates an object which allows you to control how data in the storage is synchronized with data in MS Outlooks Calendar.</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImportSynchronizer"/> object which can synchronize data in the storage with data in MS Outlooks Calendar.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateReminder(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Creates a reminder for the specified appointment.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that us the appointment for which a reminder is created.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is the reminder for an appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateResource(System.Object,System.String)">
<summary>
<para>Creates a new resource with the specified ID and a caption.</para>
</summary>
<param name="resourceId">An object that is the unique resource identifier.</param>
<param name="resourceCaption">A string that is the resource caption accessible using the <see cref="P:DevExpress.XtraScheduler.Resource.Caption"/> property.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.CreateResource(System.Object)">
<summary>
<para>Creates a new resource with the specified ID.</para>
</summary>
<param name="resourceId">An object that is the unique resource identifier.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.DateTimeSavingMode">
<summary>
<para>Gets or sets in what time zone to store the appointment dates.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DateTimeSavingMode"/> enumeration member that specifies a conversion required before storing the DateTime value.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.EnableReminders">
<summary>
<para>Gets or sets whether the <see cref="T:DevExpress.XtraScheduler.Reminder"/> availability for appointments is enabled.</para>
</summary>
<value>true to enable reminders; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.EnableSmartFetch">
<summary>
<para>Gets or sets whether certain internal criteria for raising the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> event are applied to reduce the number of data requests.</para>
</summary>
<value>True, to use more restrictive internal criteria for determining whether to raise the FetchAppointments event; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.EnableTimeZones">
<summary>
<para>Gets or sets whether the scheduler saves the appointment time zone information.</para>
</summary>
<value>True, to save the appointment time zone information; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.EndInit">
<summary>
<para>Ends the scheduler storage initialization.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.EndUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ExportToICalendar(System.IO.Stream)">
<summary>
<para>Exports appointments in the scheduler to a stream in the iCalendar format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object which specifies the stream into which the schedulers data will be exported.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ExportToICalendar(System.String)">
<summary>
<para>Saves all appointments to file in iCalendar format.</para>
</summary>
<param name="path">A string that represents a file path to which the appointments will be exported.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ExportToOutlook">
<summary>
<para>Exports the data in the storage to the MS Outlook calendar.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ExportToVCalendar(System.IO.Stream)">
<summary>
<para>Exports the data in the scheduler to a stream in the vCalendar format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object which specifies the stream into which the schedulers data will be exported.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ExportToVCalendar(System.String)">
<summary>
<para>Exports the data in the scheduler to a file in the vCalendar format.</para>
</summary>
<param name="path">A <see cref="T:System.String"/>, containing the full path (including the file name and extension) of the file to which the schedulers data will be exported.</param>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments">
<summary>
<para>Occurs before the <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"/> starts retrieving the appointments for the specified time interval.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.FetchOnVisibleResourcesChanged">
<summary>
<para>Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed.</para>
</summary>
<value>True, to raise FetchAppointments event in smart fetch mode when visible resources are changed; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterAppointment">
<summary>
<para>Hides specific appointments in the Scheduler control.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterDependency">
<summary>
<para>Hides certain appointment dependencies in the Gantt view.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterReminderAlert">
<summary>
<para>Enables you to fire alerts only for specific reminders.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterResource">
<summary>
<para>Hides specific resources in the Scheduler control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.GetAppointments(DevExpress.XtraScheduler.TimeInterval,System.Boolean)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is the required time interval.</param>
<param name="useCache">True, to use appointment cache to increase performance. When set to false, enables you to operate with SchedulerStorage in multiple threads, since different requests for appointments will not use the same cache.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.GetAppointments(DevExpress.XtraScheduler.TimeIntervalCollection,System.Boolean)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time interval.</para>
</summary>
<param name="intervals">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object whose Start and End members identify the required time interval.</param>
<param name="useCache">True to use appointment cache to increase performance. When set to false, enables you to operate with SchedulerStorage in multiple threads since different requests for appointments will not use the same cache.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.GetAppointments(System.DateTime,System.DateTime,System.Boolean)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time interval.</para>
</summary>
<param name="start">A System.DateTime value that specifies the start time of the required time interval.</param>
<param name="end">A System.DateTime value that specifies the end time of the required time interval.</param>
<param name="useCache">True, to use the appointment cache to increase performance. When set to false, enables you to operate with SchedulerStorage in multiple threads, since different requests for appointments will not use the same cache.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.GetNonFilteredAppointments(DevExpress.XtraScheduler.TimeInterval,System.Object)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time interval bypassing filter settings. For internal use.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is the required time interval.</param>
<param name="callerObject">An object that holds the appointment cache.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.GetObjectRow(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Returns the data row object that contains information about the specified persistent object.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> descendant which represents the persistent object (appointment, resource or <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object).</param>
<returns>A <see cref="T:System.Object"/> which is the data source object (or the data row) containing information about the persistent object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.GetObjectValue(DevExpress.XtraScheduler.IPersistentObject,System.String)">
<summary>
<para>Gets the value of the specified field in the data row that supplies data for the persistent object.</para>
</summary>
<param name="obj">An object exposing the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> interface (persistent object, such as an appointment or resource).</param>
<param name="columnName">A <see cref="T:System.String"/> which specifies the name of the data field.</param>
<returns>A <see cref="T:System.Object"/> which is the value of the data field.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ImportFromICalendar(System.IO.Stream)">
<summary>
<para>Imports appointments from the file in iCalendar format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object which specifies the stream from which the appointment data is imported.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ImportFromICalendar(System.String)">
<summary>
<para>Imports appointments from the file in iCalendar format.</para>
</summary>
<param name="path">A string that represents a file path from which the appointments will be imported.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ImportFromOutlook">
<summary>
<para>Imports data from MS Outlooks Calendar to the schedulers storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ImportFromVCalendar(System.IO.Stream)">
<summary>
<para>Imports the schedulers data from a stream whose data is in the vCalendar format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object which specifies the stream that contains the data to import to the scheduler.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.ImportFromVCalendar(System.String)">
<summary>
<para>Imports data into the scheduler from a file in the vCalendar format.</para>
</summary>
<param name="path">A <see cref="T:System.String"/>, containing the full path (including the file name and extension) of the file from which the schedulers data will be loaded.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.IsUpdateLocked">
<summary>
<para>Gets whether the storage has been locked for updating.</para>
</summary>
<value>true if the storage is locked; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.OnAppointmentsAutoReloading(System.Object,DevExpress.XtraScheduler.CancelListChangedEventArgs)">
<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.SchedulerStorageBase.RaiseFilterDependency(DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Raises the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterDependency"/> event.</para>
</summary>
<param name="dependency">A <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> for which the event is raised.</param>
<returns>True if the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterDependency"/> event is not handled or e.Cancel within the event handler is not set to true; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.RefreshData">
<summary>
<para>Updates XtraScheduler to reflect any changes made in the data sources which store the appointments and appointment resources.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ReminderAlert">
<summary>
<para>Occurs when a reminder alert is invoked.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.ReminderDstBehaviorType">
<summary>
<para>Gets or sets the reminders behavior if the reminder alert falls within the interval that actually doesnt exist because of the Daylight Saving Time shift.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.DstBehaviorType"/> enumeration value that specifies at what time the alert is triggered.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.RemindersCheckInterval">
<summary>
<para>Gets or sets the time interval a reminders alert time should be checked (in milliseconds).</para>
</summary>
<value>An integer value which represents the time interval between checks of the reminders alert.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.RemindersEnabled">
<summary>
<para>Gets whether the reminders are enabled.</para>
</summary>
<value>true if the reminders are enabled; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceChanging">
<summary>
<para>Fires when a resources property is about to be changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceCollectionAutoReloading">
<summary>
<para>Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceCollectionCleared">
<summary>
<para>Fires after the resource collection has been cleared.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceCollectionLoaded">
<summary>
<para>Fires after resources have been loaded into the Scheduler storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceDeleting">
<summary>
<para>Allows the deletion of a resource to be cancelled.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceInserting">
<summary>
<para>Allows you to cancel the addition of a resource.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourcesChanged">
<summary>
<para>Occurs when a schedulers resource in a collection is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourcesDeleted">
<summary>
<para>Occurs after a schedulers resource(s) is deleted.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceSharing">
<summary>
<para>Gets a value indicating whether an appointment could be shared between multiple resources.</para>
</summary>
<value>true if the resource sharing is enabled; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourcesInserted">
<summary>
<para>Occurs when new resources are inserted into the scheduler storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.SetAppointmentDependencyFactory(DevExpress.XtraScheduler.IAppointmentDependencyFactory)">
<summary>
<para>Specifies the appointment dependency factory for use by the storage.</para>
</summary>
<param name="dependencyFactory">An <see cref="T:DevExpress.XtraScheduler.IAppointmentDependencyFactory"/> object which specifies the new appointment dependency factory for the scheduler storage.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.SetAppointmentFactory(DevExpress.XtraScheduler.IAppointmentFactory)">
<summary>
<para>Assigns the specified appointment factory to the <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"/>.</para>
</summary>
<param name="appointmentFactory">An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentFactory"/> interface which specifies the new appointment factory for the scheduler storage.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.SetObjectValue(DevExpress.XtraScheduler.IPersistentObject,System.String,System.Object)">
<summary>
<para>Assigns the specified value to a field in the data row that contains information about the specified persistent object.</para>
</summary>
<param name="obj">An object implementing the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> interface (appointment, resource or appointment dependency).</param>
<param name="columnName">A <see cref="T:System.String"/> value which specifies the name of the required data field.</param>
<param name="val">A <see cref="T:System.Object"/> which specifies the required data fields value.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.SetResourceFactory(DevExpress.XtraScheduler.IResourceFactory)">
<summary>
<para>Assigns the specified resource factory to the <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"/>.</para>
</summary>
<param name="resourceFactory">An object, implementing the IResourceFactory interface, which specifies the new resource factory for the storage.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.SupportsRecurrence">
<summary>
<para>Gets whether the scheduler storage can contain information on appointment recurrence.</para>
</summary>
<value>True if the scheduler storage can contain information on appointment recurrence; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.SupportsReminders">
<summary>
<para>Gets whether the appointment reminder data mapping is specified.</para>
</summary>
<value>True if the information on appointment reminders is obtained from a data source so that the scheduler can have appointments with reminders; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.SynchronizeOutlookWithStorage(System.String)">
<summary>
<para>Updates MS Outlooks Calendar entries with appointments from the Scheduler storage.</para>
</summary>
<param name="outlookEntryIdFieldName">A <see cref="T:System.String"/> that is the name of the data field which contains the Outlook Entry ID value.</param>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.SynchronizeStorageWithOutlook(System.String)">
<summary>
<para>Updates Scheduler appointments with MS Outlooks Calendar entries.</para>
</summary>
<param name="outlookEntryIdFieldName">A <see cref="T:System.String"/> that is the name of the data field which contains the Outlook Entry ID value.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.TimeZoneId">
<summary>
<para>Gets or sets the time zone in which the SchedulerStorage operates.</para>
</summary>
<value>A string that identifies a time zone available in the system (one of the System.TimeZoneInfo.Id values).</value>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerStorageBase.TriggerAlerts">
<summary>
<para>Invokes reminder alerts for the current time.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerStorageBase.UnboundMode">
<summary>
<para>Gets a value indicating if the scheduler storage is bound to data.</para>
</summary>
<value>true if the storage isnt bound to data; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerViewType">
<summary>
<para>Lists the view types for a scheduler.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.Agenda">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.AgendaView"/>. This view allows end-users to list appointments by day.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.Day">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.DayView"/>. This view lets end-users schedule and view appointments by day.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.FullWeek">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.FullWeekView"/>. This view allows end-users to schedule and view appointments by the entire week.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.Gantt">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.GanttView"/>. This view lets end-users schedule and view appointments as tasks with dependencies and show information on task completion status.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.Month">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.MonthView"/>. This view lets end-users schedule and view appointments across several weeks.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.Timeline">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.TimelineView"/>. This view displays appointments as horizontal bars along the timescales, and provides end-users with a clearer overview for scheduling purposes.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.Week">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.WeekView"/>. This view lets end-users schedule and view appointments by week in a compact form.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.WorkWeek">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/>. This view displays appointments for the working days in a particular week.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SchedulerViewType.Year">
<summary>
<para>Specifies the YearView. This view displays appointments for the entire year.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.SelectionBarOptions">
<summary>
<para>Provides options which define how the selection bar in the Timeline View is painted.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SelectionBarOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SelectionBarOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SelectionBarOptions.Height">
<summary>
<para>Gets or sets the height of the Selection Bar in pixels.</para>
</summary>
<value>An integer value.</value>
</member>
<member name="M:DevExpress.XtraScheduler.SelectionBarOptions.ToString">
<summary>
<para>Returns the textual representation of selection bar options.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of selection bar options.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.SelectionBarOptions.Visible">
<summary>
<para>Gets or sets a value indicating whether the Selection Bar is visible.</para>
</summary>
<value>true if the selection bar is visible; otherwise, false.</value>
</member>
<member name="N:DevExpress.XtraScheduler.Services">
<summary>
<para>Contains interfaces, which declare properties and methods of XtraScheduler services.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Services.IDateTimeNavigationService">
<summary>
<para>Provides properties and methods for time cell navigation.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IDateTimeNavigationService.GoToDate(System.DateTime,DevExpress.XtraScheduler.SchedulerViewType)">
<summary>
<para>Displays the specified date using the specified view.</para>
</summary>
<param name="date">A System.DateTime value, representing the destination date.</param>
<param name="viewType">A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration, specifying the destination Scheduler view .</param>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IDateTimeNavigationService.GoToDate(System.DateTime)">
<summary>
<para>Navigates to the specified date.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value, which specifies the destination date.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IDateTimeNavigationService.GoToToday">
<summary>
<para>Navigates to the current date.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IDateTimeNavigationService.NavigateBackward">
<summary>
<para>Moves one visible time frame backward.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IDateTimeNavigationService.NavigateForward">
<summary>
<para>Advances one visible time frame forward.</para>
</summary>
</member>
<member name="N:DevExpress.XtraScheduler.Services.Implementation">
<summary>
<para>Contains classes, which represent XtraScheduler services.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService">
<summary>
<para>Provides a wrapper for using the IAppointmentFormatStringService interface, enabling you to change time formats used to display appointment start and end times, as well as the string indicating that an appointment extends beyond the visible area.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService.GetContinueItemEndFormat(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo)">
<summary>
<para>Override this method to change the format of the appointment continue item.</para>
</summary>
<param name="aptViewInfo">An object exposing the <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService.GetContinueItemStartFormat(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo)">
<summary>
<para>Override this method to change the format of the appointment continue item.</para>
</summary>
<param name="aptViewInfo">An object exposing the <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService.GetHorizontalAppointmentEndFormat(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo)">
<summary>
<para>Override this method to change the format of the appointment end time in the Timeline View.</para>
</summary>
<param name="aptViewInfo">An object exposing the <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService.GetHorizontalAppointmentStartFormat(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo)">
<summary>
<para>Override this method to change the format of the appointment start time in the Timeline View.</para>
</summary>
<param name="aptViewInfo">An object exposing the <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService.GetVerticalAppointmentEndFormat(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo)">
<summary>
<para>Override this method to change the format of the appointment end time in the views that use vertical appointments, such as the Day view.</para>
</summary>
<param name="aptViewInfo">An object exposing the <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.AppointmentFormatStringService.GetVerticalAppointmentStartFormat(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo)">
<summary>
<para>Override this method to change the format of the appointment start time in the views that use vertical appointments, such as the Day view.</para>
</summary>
<param name="aptViewInfo">An object exposing the <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface.</param>
<returns>A format string.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Services.Implementation.SchedulerStateService">
<summary>
<para>Provides a wrapper for using the <see cref="T:DevExpress.XtraScheduler.Services.ISchedulerStateService"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.SchedulerStateService.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Services.Implementation.SchedulerStateService"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService">
<summary>
<para>Provides a wrapper for using the ITimeRulerFormatStringService interface, enabling you to change captions displayed in the Time Ruler.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService.GetHalfDayHourFormat(DevExpress.XtraScheduler.TimeRuler)">
<summary>
<para>Override this method to change the format of the half-day hour caption at the Time Ruler.</para>
</summary>
<param name="ruler">A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService.GetHourFormat(DevExpress.XtraScheduler.TimeRuler)">
<summary>
<para>Override this method to change the format of the hour captions displayed at the Time Ruler.</para>
</summary>
<param name="ruler">A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService.GetHourOnlyFormat(DevExpress.XtraScheduler.TimeRuler)">
<summary>
<para>Override this method to change the format of the individual hour captions displayed at the Time Ruler.</para>
</summary>
<param name="ruler">A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService.GetMinutesOnlyFormat(DevExpress.XtraScheduler.TimeRuler)">
<summary>
<para>Override this method to change the format of the individual minute captions displayed at the Time Ruler.</para>
</summary>
<param name="ruler">A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object.</param>
<returns>A format string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.Implementation.TimeRulerFormatStringService.GetTimeDesignatorOnlyFormat(DevExpress.XtraScheduler.TimeRuler)">
<summary>
<para>Override this method to change the format of the time designator displayed at the Time Ruler.</para>
</summary>
<param name="ruler">A <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> object.</param>
<returns>A format string.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Services.IResourceNavigationService">
<summary>
<para>Provides properties and methods for the resource list navigation.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanGoToResource(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Indicates whether the Scheduler can navigate to the specified resource.</para>
</summary>
<param name="resource">An <see cref="T:DevExpress.XtraScheduler.Resource"/> object, that is a destination resource.</param>
<returns>true if navigation is allowed; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanGoToResourceById(System.Object)">
<summary>
<para>Indicates whether the Scheduler can navigate to the specified resource.</para>
</summary>
<param name="resourceId">An object, representing the identifier of the destination resource.</param>
<returns>true if navigation is allowed; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanNavigateBackward">
<summary>
<para>Indicates whether there is a resource in the list before the current position to which navigation is alllowed.</para>
</summary>
<returns>true if a backward move in the resource list is allowed; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanNavigateFirst">
<summary>
<para>Indicates whether navigation to the first resource in a list is allowed.</para>
</summary>
<returns>true if you are allowed to move to the first resource in a list; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanNavigateForward">
<summary>
<para>Indicates whether you can advance to the next resource in a list.</para>
</summary>
<returns>true if navigation to the next resource in a list is allowed; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanNavigateLast">
<summary>
<para>Indicates whether navigation to the last resource in a list is allowed.</para>
</summary>
<returns>true if you are allowed to move to the last resource in a list; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanNavigatePageBackward">
<summary>
<para>Indicates whether the Scheduler can move back one visible resource frame.</para>
</summary>
<returns>trueif the Scheduler can navigate one resource page backward; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.CanNavigatePageForward">
<summary>
<para>Indicates whether the Scheduler can advance one visible resource frame.</para>
</summary>
<returns>trueif the Scheduler can navigate one resource page forward; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Services.IResourceNavigationService.FirstVisibleResourceIndex">
<summary>
<para>Gets or sets the visible index of the first resourse currently displayed on-screen.</para>
</summary>
<value>An integer, specifying the resource index.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.GoToResource(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Navigates to the specified resource.</para>
</summary>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> specifying the destination resource.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.GoToResourceById(System.Object)">
<summary>
<para>Navigates to the specified resource.</para>
</summary>
<param name="resourceId">An object specifying the identifier of the destination resource.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.NavigateBackward">
<summary>
<para>Moves the Scheduler to the previous resource in a list.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.NavigateFirst">
<summary>
<para>Navigates to the first resource in a list.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.NavigateForward">
<summary>
<para>Moves the Scheduler to the next resource in a list.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.NavigateLast">
<summary>
<para>Navigates to the last resource in a list.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.NavigatePageBackward">
<summary>
<para>Navigates one visible resource page backward.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Services.IResourceNavigationService.NavigatePageForward">
<summary>
<para>Navigates one visible resource page forward.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Services.IResourceNavigationService.ResourcePerPage">
<summary>
<para>Gets or sets the number of visible resources in group mode.</para>
</summary>
<value>An integer, specifying the visible resources count.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Services.ISchedulerCommandFactoryService">
<summary>
<para>Allows you to replace default Scheduler commands.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Services.ISchedulerStateService">
<summary>
<para>Provides properties indicating the Scheduler state.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.AreAppointmentsDragged">
<summary>
<para>Indicates whether the drag operation is performed with appointments in the Scheduler.</para>
</summary>
<value>true if one or several appointments are dragged; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.IsAnimationActive">
<summary>
<para>Indicates whether the animation effect is applied.</para>
</summary>
<value>true if the animation effect is applied; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.IsAppointmentResized">
<summary>
<para>Indicates whether an appointment is resized.</para>
</summary>
<value>true if an appointment is resized; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.IsDataRefreshAllowed">
<summary>
<para>Indicates whether the Scheduler data can be safely reloaded.</para>
</summary>
<value>True, if data refresh is allowed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.IsFlyoutDisplayAllowed">
<summary>
<para>Indicates whether an appointment flyout can be displayed.</para>
</summary>
<value>True, if appointment flyout can be displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.IsInplaceEditorOpened">
<summary>
<para>Indicates whether an inplace editor is invoked.</para>
</summary>
<value>true if the inplace editor window is open; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.IsModalFormOpened">
<summary>
<para>Indicates whether a modal form (appointment editing form or recurrence editing form) is invoked.</para>
</summary>
<value>true if a modal form is opened; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.IsPopupMenuOpened">
<summary>
<para>Indicates whether a popup (context) menu is invoked.</para>
</summary>
<value>true if a popup menu is opened; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Services.ISchedulerStateService.UserActivitySession">
<summary>
<para>Gets an object that characterizes user interaction with the SchedulerControl.</para>
</summary>
<value>A <see cref="T:System.Object"/> instance when an end-user interacts with the SchedulerControl; otherwise null (Nothing in Visual Basic).</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase">
<summary>
<para>A base class for options which determine how the Time Indicator is displayed in the Scheduler view on different platforms.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings of the <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase"/> object passed as a parameter to the current object.</para>
</summary>
<param name="options">An <see cref="T:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimeIndicatorDisplayOptionsBase.Visibility">
<summary>
<para>Gets or sets a mode that specifies conditions for displaying the time indicator.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeIndicatorVisibility"/> enumeration member.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeIndicatorVisibility">
<summary>
<para>Lists modes used to display the Time Indicator visual element in the Scheduler view.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeIndicatorVisibility.Always">
<summary>
<para>The time indicator is always displayed across the entire view.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeIndicatorVisibility.CurrentDate">
<summary>
<para>The time indicator is displayed only in the Today dates column.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeIndicatorVisibility.DaysBeforeToday">
<summary>
<para>The time indicator is drawn only if the current interval includes the today date (same as in “TodayView” mode), and only inside columns that precede the today column.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeIndicatorVisibility.Never">
<summary>
<para>The time indicator is hidden.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeIndicatorVisibility.TodayView">
<summary>
<para>If the current interval includes the today day column, the indicator is displayed for all days (equal to the “Always” value). If there is no today date in the current interval, the indicator is hidden (equal to the “Never” value).</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptions">
<summary>
<para>Provides options which define how appointments are displayed when the currently active view is the Timeline View.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimelineViewAppointmentDisplayOptions.AppointmentInterspacing">
<summary>
<para>Gets or sets the vertical distance between appointments.</para>
</summary>
<value>An integer, representing the vertical distance between appointments (in pixels).</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeMarkerVisibility">
<summary>
<para>Lists modes which determine how the time marker on the TimeRuler is displayed.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeMarkerVisibility.Always">
<summary>
<para>TimeMarker is always displayed.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeMarkerVisibility.Never">
<summary>
<para>TimeMarker is always hidden.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeMarkerVisibility.TodayView">
<summary>
<para>Displays the time marker if the view contains the current date.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimeRuler">
<summary>
<para>A time ruler.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeRuler.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeRuler"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.AdjustForDaylightSavingTime">
<summary>
<para>Gets or sets whether the time ruler maintains daylight-saving time.</para>
</summary>
<value>true to adjust a time ruler for daylight-saving time; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.AlwaysShowTimeDesignator">
<summary>
<para>Gets or sets whether the AM/PM designator is shown for each hour.</para>
</summary>
<value>true to show the AM/PM designator for each hour; false to show the AM/PM designator only once.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.AlwaysShowTopRowTime">
<summary>
<para>Gets or sets a value indicating whether the time value should be always shown for the top row.</para>
</summary>
<value>true if the time for the top row should be always visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.Caption">
<summary>
<para>Gets or sets the time rulers caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value which specifies the time rulers caption.</value>
</member>
<member name="E:DevExpress.XtraScheduler.TimeRuler.Changed">
<summary>
<para>Fires when any of the TimeRuler properties are changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.HorizontalAlignment">
<summary>
<para>Gets or sets on which side of the view the Time ruler is displayed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeRulerHorizontalAlignment"/> enumeration member that specifies the position of the Time ruler relative to the view.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.ShowCurrentTime">
<summary>
<para>Gets or sets the visibility mode of the time marker for the current TimeRuler.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.ShowMinutes">
<summary>
<para>Gets or sets whether minutes are displayed by the time ruler.</para>
</summary>
<value>true to display minutes; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.TimeMarkerVisibility">
<summary>
<para>Gets or sets the visibility mode of the time marker for the current TimeRuler.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeMarkerVisibility"/> enumeration member or null</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.TimeZoneId">
<summary>
<para>Gets or sets the time zone displayed by the time ruler.</para>
</summary>
<value>A string that identifies the time zone. The string is identical to one of the possible System.TimeZoneInfo.Id values.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.UseClientTimeZone">
<summary>
<para>Gets or sets whether a particular TimeRuler always uses the ClientTimeZoneId setting.</para>
</summary>
<value>true, if a TimeRuler uses ClientTimeZoneId setting; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeRuler.Visible">
<summary>
<para>Gets or sets whether a TimeRuler element is displayed within the Scheduler control.</para>
</summary>
<value>true if the TimeRuler is visible; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeRulerCollection">
<summary>
<para>Represents a collection of time rulers.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeRulerCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeRulerCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimeRulerHorizontalAlignment">
<summary>
<para>Specifies the alignment of the Time ruler relative to the scheduler view.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeRulerHorizontalAlignment.Far">
<summary>
<para>Right side of the view for left-to-right layout and left side of the view for RTL layout.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.TimeRulerHorizontalAlignment.Near">
<summary>
<para>Left side of the view for left-to-right layout and right side of the view for RTL layout.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimeSlot">
<summary>
<para>An individual time slot item.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlot.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlot.#ctor(System.TimeSpan,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> class with the specified value, display name and menu caption.</para>
</summary>
<param name="value">A <see cref="T:System.TimeSpan"/> value that specifies the value of the time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeSlot.Value"/> property.</param>
<param name="displayName">A <see cref="T:System.String"/> value which represents the display name of the time slot. 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 time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlot.#ctor(System.TimeSpan,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> class with the specified value and display name.</para>
</summary>
<param name="value">A <see cref="T:System.TimeSpan"/> value that specifies the value of the time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeSlot.Value"/> property.</param>
<param name="displayName">A <see cref="T:System.String"/> value which represents the display name of the time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlot.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> instance.</para>
</summary>
<param name="obj">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlot.GetHashCode">
<summary>
<para>Calculates the hash code for the <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> instance.</para>
</summary>
<returns>An integer value representing the hash code for the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlot.ToString">
<summary>
<para>Returns the textual representation of the time slot.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the time slot.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeSlot.Value">
<summary>
<para>Gets or sets the time interval which specifies the current time slots value.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> object specifying the time slots value.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeSlotCollection">
<summary>
<para>A collection of time slots.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlotCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlotCollection.Add(System.TimeSpan,System.String,System.String)">
<summary>
<para>Appends a new time slot with the specified value, display name and menu caption to the collection.</para>
</summary>
<param name="val">A <see cref="T:System.TimeSpan"/> value that specifies the value of the time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeSlot.Value"/> property.</param>
<param name="displayName">A <see cref="T:System.String"/> value that specifies the display name of the time slot. 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 that specifies the menu caption of the time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.</param>
<returns>An integer value indicating the position at which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlotCollection.Add(System.TimeSpan,System.String)">
<summary>
<para>Appends a new time slot with the specified value and display name to the collection.</para>
</summary>
<param name="val">A <see cref="T:System.TimeSpan"/> value that specifies the value of the time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeSlot.Value"/> property.</param>
<param name="displayName">A <see cref="T:System.String"/> value that specifies the display name of the time slot. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property and is displayed as a menu caption in the context menu.</param>
<returns>An integer value indicating the position at which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlotCollection.CreateItem(System.Object,System.String,System.String)">
<summary>
<para>Creates a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> class with the specified ID, name and menu caption.</para>
</summary>
<param name="id">A <see cref="T:System.Object"/> that is the user interface object identifier. This value is accessible using the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/> property.</param>
<param name="displayName">A <see cref="T:System.String"/> value which is the name of the object displayed in UI. 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 is the menu caption of the object. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.</param>
<returns>A <see cref="T:System.Object"/> that is the user interface object identifier. This value is accessible using the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/> property.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlotCollection.GetMaxValue">
<summary>
<para>The method is unnecessary since the collection is ordered.</para>
</summary>
<returns>A <see cref="T:System.TimeSpan"/> value representing the time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeSlotCollection.GetMinValue">
<summary>
<para>The method is unnecessary since the collection is ordered.</para>
</summary>
<returns>A <see cref="T:System.TimeSpan"/> value representing the time interval.</returns>
</member>
<member name="N:DevExpress.XtraScheduler.Tools">
<summary>
<para>Contains classes which provide additional functionality to the XtraScheduler Suite.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Tools.FreeTimeCalculator">
<summary>
<para>Enables you to find available spare time intervals within the specified period.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Tools.FreeTimeCalculator"/> class.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object, which holds the appointments for which calculations are performed.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.ApplyAppointmentFilters">
<summary>
<para>Gets or sets whether the search for free time intervals is performed considering only filtered appointments.</para>
</summary>
<value>true the filter is applied before the search starts; otherwise, false. Default value is true.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.CalculateFreeTime(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Finds all time intervals that are not in use for the specified resource.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the time period in which the search is performed.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object, which specifies a particular resource to narrow a search.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> collection, containing all spare time intervals.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.CalculateFreeTime(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Finds all time intervals that are not in use within the specified time period.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the time period in which the search is performed.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> collection, containing all spare time intervals.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.FindFreeTimeInterval(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource,System.TimeSpan,System.Boolean)">
<summary>
<para>Performs a search for the time slot with the specified minimum duration within the specified interval, and assigned to the specified resource.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the time period in which the search is performed.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> of the appointments taken into account when the search is performed.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> structure, which represents the duration of a time slot to find.</param>
<param name="forward">If true, the search starts at the interval.Start and continues forward in time. If false, it starts at interval.End, and continues backwards.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the interval which meets the conditions, or the <see cref="P:DevExpress.XtraScheduler.TimeInterval.Empty"/> value, if an interval is not found.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.FindFreeTimeInterval(DevExpress.XtraScheduler.TimeInterval,System.TimeSpan,System.Boolean)">
<summary>
<para>Performs a search for the nearest available time slot with the specified duration within the specified interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the time period in which the search is performed.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> structure, which represents the duration of a time slot to find.</param>
<param name="forward">If true, the search starts at the interval.Start and continues forward in time. If false, it starts at interval.End, and continues backwards.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the interval which meets the conditions, or the <see cref="P:DevExpress.XtraScheduler.TimeInterval.Empty"/> value, if an interval is not found.</returns>
</member>
<member name="E:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.IntervalFound">
<summary>
<para>This event is raised for each interval before it is added to the collection. It enables you to change a free interval after it is found.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.Storage">
<summary>
<para>Gets the storage, containing the appointments for which calculations are performed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object, which holds the appointments.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Tools.IntervalFoundEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.IntervalFound"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.IntervalFoundEventArgs.#ctor(DevExpress.XtraScheduler.TimeIntervalCollectionEx,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Tools.IntervalFoundEventArgs"/> class with the specified settings.</para>
</summary>
<param name="freeIntervals">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollectionEx"/> collection, containing the discovered time interval.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object, that is the resource for which the free time interval is found.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Tools.IntervalFoundEventArgs.FreeIntervals">
<summary>
<para>Gets or sets a collection, containing the discovered free interval.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollectionEx"/> collection object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Tools.IntervalFoundEventArgs.Resource">
<summary>
<para>Gets or sets a resource for appointments which are taken into account when a search for a free time is performed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object, representing the resource assigned to appointments involved in a search.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Tools.IntervalFoundEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Tools.FreeTimeCalculator.IntervalFound"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.Tools.FreeTimeCalculator"/> object which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.Tools.IntervalFoundEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Tools.IntervalLoadRatioCalculator">
<summary>
<para>Helper class used to calculate a ratio of the time occupied by appointments to the entire interval.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.IntervalLoadRatioCalculator.#ctor(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.AppointmentBaseCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Tools.IntervalLoadRatioCalculator"/> class with the specified time interval and appointment collection.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that is the time interval for which the calculation will be performed.</param>
<param name="appointments">An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object containing appointments occupying the specified interval.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Tools.IntervalLoadRatioCalculator.Calculate">
<summary>
<para>Calculates the ratio of the time occupied by appointments to the entire time interval.</para>
</summary>
<returns>A <see cref="T:System.Single"/> value that is the time occupancy ratio.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Tools.IntervalLoadRatioCalculator.TotalUsedTime">
<summary>
<para>Gets the sum of time intervals assigned to appointments.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> object that is the total of appointment time intervals.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ToolTipVisibility">
<summary>
<para>Lists the visibility mode of the schedulers tooltips.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ToolTipVisibility.Always">
<summary>
<para>Tooltips are always shown after a mouse pointer hovers over the object for some time.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ToolTipVisibility.Never">
<summary>
<para>Tooltips are never shown.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ToolTipVisibility.Standard">
<summary>
<para>Tooltips are shown only when the text is partially or completely hidden and the mouse pointer has hovered over the object for a short while.</para>
</summary>
</member>
<member name="N:DevExpress.XtraScheduler.UI">
<summary>
<para>Contains classes which implement the user-interface interaction functionality of XtraScheduler.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase">
<summary>
<para>Serves as a base class to provide the basic functionality for managing the appointment at the appointments editing form.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.AllDay">
<summary>
<para>Gets or sets a value indicating if the appointment currently being edited in the form is an All-day appointment.</para>
</summary>
<value>true if this is an all-day appointment; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.CalculateConflictCount">
<summary>
<para>Calculates the total count of conflicts where the current appointment conflicts with other appointments.</para>
</summary>
<returns>An integer value representing the total conflicts count.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.CanDeleteAppointment">
<summary>
<para>Gets a value that indicates if the appointment currently being edited in the form can be deleted.</para>
</summary>
<value>true if the appointment can be deleted; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.CanEditResource">
<summary>
<para>Gets a value that indicates whether the resource can be changed for the appointment which is currently being edited in the form.</para>
</summary>
<value>true if the appointments resource can be changed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.Caption">
<summary>
<para>Gets the caption used in appointment editing form.</para>
</summary>
<value>A string that is the caption of the appointment dialog.</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.DeleteAppointment">
<summary>
<para>Deletes the edited appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.Description">
<summary>
<para>Gets or sets the text that will be displayed as the description of the appointment currently being edited in the form.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments description.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.DisplayEnd">
<summary>
<para>Gets or sets the value to display as the appointments 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.AppointmentFormControllerBase.DisplayStart">
<summary>
<para>Gets or sets the value to display as the appointments 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="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.EditedAppointmentCopy">
<summary>
<para>Gets the copy of the appointment currently being edited in the form.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.EditedPattern">
<summary>
<para>Gets the appointment pattern currently being edited in the Recurrence form.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment pattern.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.End">
<summary>
<para>Gets or sets the value representing the appointments 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.AppointmentFormControllerBase.HasReminder">
<summary>
<para>Gets or sets a value that indicates whether one or more reminders are associated with the currently edited appointment.</para>
</summary>
<value>true if the appointment has at least one reminder; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.IsConflictResolved">
<summary>
<para>Informs whether the appointment is in conflict with another, and they are not reconciled.</para>
</summary>
<returns>true if the appointment conflict is resolved; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.IsNewAppointment">
<summary>
<para>Checks whether the currently edited appointment is a new and individual object.</para>
</summary>
<value>true if the current appointment is new; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.LabelKey">
<summary>
<para>Gets or sets the identifier of a label, associated with the appointment.</para>
</summary>
<value>An object, specifying the identifier of the <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.Location">
<summary>
<para>Gets or sets the text, describing the site where the scheduled event happens.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments location.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ReminderTimeBeforeStart">
<summary>
<para>Gets or sets the time interval ahead of the appointments start time to activate the reminder.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure, representing the time interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ResourceId">
<summary>
<para>Gets or sets the unique identifier of the resource associated with the current appointment, or the ID of the first resource if resource sharing is enabled.</para>
</summary>
<value>A <see cref="T:System.Object"/> value that specifies the resources unique identifier.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ResourceIds">
<summary>
<para>Gets the identifiers of all the resources which are associated with the current appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> object which contains all the resources identifiers.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ResourceSharing">
<summary>
<para>Gets a value indicating whether an appointment can be shared between multiple resources.</para>
</summary>
<value>true if the resource sharing is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ShouldShowRecurrenceButton">
<summary>
<para>Checks whether the button, which enables the end-user to edit the appointment recurrence, should be visible.</para>
</summary>
<value>true to show the recurrence button; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.Start">
<summary>
<para>Gets or sets the value, representing the appointments 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="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.StatusKey">
<summary>
<para>Gets or sets the identifier of the availability status (<see cref="P:DevExpress.XtraScheduler.Appointment.StatusKey"/> property), associated with the appointment.</para>
</summary>
<value>An object that is the identifier of the <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.Subject">
<summary>
<para>Gets or sets the text of the appointments subject.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments subject text.</value>
</member>
<member name="M:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ValidateLimitInterval(System.DateTime,System.TimeSpan,System.DateTime,System.TimeSpan)">
<summary>
<para>Checks whether the specified date and time values produce the time interval which falls within the interval specified by the LimitInterval property of the SchedulerControl.</para>
</summary>
<param name="startDate">A <see cref="T:System.DateTime"/> value, representing the date component of the intervals start.</param>
<param name="startTime">A <see cref="T:System.TimeSpan"/> value, representing the time component of the intervals start.</param>
<param name="endDate">A <see cref="T:System.DateTime"/> value, representing the date component of the intervals end.</param>
<param name="endTime">A <see cref="T:System.DateTime"/> value, representing the time component of the intervals end.</param>
<returns>True, if the time interval is within limits; otherwise, false.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.UI.ValidationArgs">
<summary>
<para>This class is used for a control settings validation, and holds a control, validation result, and an error message, if any.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UI.ValidationArgs.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ValidationArgs.Control">
<summary>
<para>Gets or sets the control whose settings are validated.</para>
</summary>
<value>An object representing a control used in the procedure of settings validation.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ValidationArgs.ErrorMessage">
<summary>
<para>Gets or sets text that contains an error message representing the result of control settings validation.</para>
</summary>
<value>A <see cref="T:System.String"/> value that contains an error message.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UI.ValidationArgs.Valid">
<summary>
<para>Indicates whether <see cref="P:DevExpress.XtraScheduler.UI.ValidationArgs.Control"/> settings are valid.</para>
</summary>
<value>true if control settings are valid, otherwise false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.UpdateSelectionDurationAction">
<summary>
<para>Specifies how the selection extends when the time scale is changed to a larger one.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.UpdateSelectionDurationAction.Adjust">
<summary>
<para>The selection is adjusted to represent the originally selected interval, so the selection may span acreoos several cells.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.UpdateSelectionDurationAction.Reset">
<summary>
<para>The selection is reset, so it occupies only the beginning of the previously selected interval.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.UsedAppointmentType">
<summary>
<para>Lists values which specify restrictions for end-users on which appointments can be used in particular events.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.UsedAppointmentType.All">
<summary>
<para>The action can be applied to all the appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.UsedAppointmentType.Custom">
<summary>
<para>The action is applied according to the custom method specified by the corresponding AllowAppointment~ or CustomAllowAppointment~ event of the SchedulerControl.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.UsedAppointmentType.None">
<summary>
<para>The action cant be applied to any appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.UsedAppointmentType.NonRecurring">
<summary>
<para>The action can be applied to non-recurring appointments only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.UsedAppointmentType.Recurring">
<summary>
<para>The action can be applied to recurring appointments only.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.VisibleResourcesChanged"/> and the <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.VisibleResourcesChanged"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs.#ctor(DevExpress.XtraScheduler.ResourceBaseCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs"/> class with the specified settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs.GetVisibleResources">
<summary>
<para>Obtains a collection of visible resources.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object that is the collection of resources.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs.NewFirstVisibleResourceIndex">
<summary>
<para>Gets the index of the first (the leftmost or the topmost, depending on the view) resource displayed in the view after the change of visible resources occurs.</para>
</summary>
<value>An integer that is the index of a resource in the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.VisibleResources"/> collection.</value>
</member>
<member name="P:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs.NewResourcePerPage">
<summary>
<para>Gets the new number of displayed resources.</para>
</summary>
<value>An integer that is the number of resources.</value>
</member>
<member name="P:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs.OldFirstVisibleResourceIndex">
<summary>
<para>Gets the index of the first (the leftmost or the topmost, depending on the view) resource displayed in the view before the change of visible resources occurs.</para>
</summary>
<value>An integer that is the index of a resource in the <see cref="P:DevExpress.XtraScheduler.Drawing.SchedulerViewInfoBase.VisibleResources"/> collection.</value>
</member>
<member name="P:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs.OldResourcePerPage">
<summary>
<para>Gets the number of displayed resources before the change takes place.</para>
</summary>
<value>An integer that is the number of resources.</value>
</member>
<member name="T:DevExpress.XtraScheduler.VisibleResourcesChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.VisibleResourcesChanged"/> and <see cref="E:DevExpress.Xpf.Scheduler.SchedulerControl.VisibleResourcesChanged"/> events.</para>
</summary>
<param name="sender">The event sender (typically the SchedulerControl).</param>
<param name="args">A <see cref="T:DevExpress.XtraScheduler.VisibleResourcesChangedEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.WeekDaysWorkDay">
<summary>
<para>Represents a class that defines which days of the week are the work days.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WeekDaysWorkDay.#ctor(DevExpress.XtraScheduler.WeekDays)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WeekDaysWorkDay"/> class for the specified weekday or a group of days.</para>
</summary>
<param name="weekDays">A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member that defines a day or a group of days.</param>
</member>
<member name="M:DevExpress.XtraScheduler.WeekDaysWorkDay.CheckDate(System.DateTime)">
<summary>
<para>Identifies the date type - whether it is a working day or a holiday.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value representing the date whose type has to be identified.</param>
<returns>A <see cref="T:DevExpress.Schedule.DateCheckResult"/> enumeration value.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WeekDaysWorkDay.Clone">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.WeekDaysWorkDay"/> object.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.WeekDaysWorkDay"/> object which is a copy of the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WeekDaysWorkDay.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.WeekDaysWorkDay"/> instance.</para>
</summary>
<param name="obj">The object to compare with the current object.</param>
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.WeekDaysWorkDay"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WeekDaysWorkDay.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraScheduler.WeekDaysWorkDay"/> object.</para>
</summary>
<returns>An integer value representing the hash code for the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WeekDaysWorkDay.IsWorkDay(System.DateTime)">
<summary>
<para>Determines whether the specified date is treated as a working day.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value representing the date to be identified.</param>
<returns>true if the specified day is a working day; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.WeekDaysWorkDay.Type">
<summary>
<para>Returns the type of the day that is a working day.</para>
</summary>
<value>A <see cref="F:DevExpress.Schedule.WorkDayType.WeekDay"/> enumeration member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekDaysWorkDay.WeekDays">
<summary>
<para>Gets a day or a group of days for the <see cref="T:DevExpress.XtraScheduler.WeekDaysWorkDay"/> object.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member representing a day or a group of days.</value>
</member>
<member name="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions">
<summary>
<para>A base class containing options which define how appointments are displayed in the Week View and its descendants.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions.AppointmentInterspacing">
<summary>
<para>Gets or sets the vertical distance between appointments.</para>
</summary>
<value>An integer, representing the vertical distance between appointments (in pixels).</value>
</member>
<member name="M:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions"/> object passed as a parameter.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions.ShowAppointmentStatusVertically">
<summary>
<para>Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.</para>
</summary>
<value>True to display appointment status as a vertical strip on the left; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions.ShowBordersForSameDayAppointments">
<summary>
<para>Gets or sets a value which specifies if left and right borders are shown for same day appointments in the Week view.</para>
</summary>
<value>true to show left and right borders for same day appointments; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekViewAppointmentDisplayOptions.SnapToCellsMode">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.SnapToCellsMode"/> property to hide it.</para>
</summary>
<value>Returns AppointmentSnapToCellsMode.Always</value>
</member>
<member name="T:DevExpress.XtraScheduler.WorkDaysCollection">
<summary>
<para>Represents a collection of dates, for which the information regarding a working activity is known.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.Add(DevExpress.XtraScheduler.WeekDays)">
<summary>
<para>Adds an item to the WorkDaysCollection if the collection does not contain the specified item.</para>
</summary>
<param name="weekDays">A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value.</param>
<returns>An integer, representing the position into which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.AddHoliday(System.DateTime,System.String)">
<summary>
<para>Creates and adds a <see cref="T:DevExpress.Schedule.Holiday"/> class instance to the WorkDaysCollection if the collection does not contain the specified item.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value, representing the date of the holiday.</param>
<param name="displayName">A <see cref="T:System.String"/>, representing a name of the holiday to display.</param>
<returns>An integer, representing the position into which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.Assign(DevExpress.XtraScheduler.WorkDaysCollection)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object passed as a parameter.</para>
</summary>
<param name="source">An <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.Clone">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object which is a copy of the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.GetWeekDays">
<summary>
<para>Returns a <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration, corresponding to work days in the collection.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.IsHoliday(System.DateTime)">
<summary>
<para>Determines whether the specified date is treated as a holiday.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value representing the date to be identified.</param>
<returns>true, if the specified date is a holiday; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.WorkDaysCollection.IsWorkDay(System.DateTime)">
<summary>
<para>Determines whether the specified date is treated as a work day.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value representing the date to be identified.</param>
<returns>true if the specified date is associated with a work day; otherwise, false.</returns>
</member>
</members>
</doc>