BaoKai_202508-Wms-Jingwang..../WMS.FrmStock/bin/Debug/DevExpress.XtraScheduler.v22.2.Core.xml
2025-08-24 09:35:55 +08:00

8477 lines
525 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>DevExpress.XtraScheduler.v22.2.Core</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.Appointment">
<summary>
<para>An interface that defines an appointment in the Scheduler.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.AllDay">
<summary>
<para>Gets or sets whether the current appointment lasts the entire day (or several days).</para>
</summary>
<value>True, if this is an all-day appointment; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.Assign(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Copies all settings from the object passed as the parameter to the current object.</para>
</summary>
<param name="src">A <see cref="T:DevExpress.XtraScheduler.Appointment"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.Copy">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is a copy of the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.CreateException(DevExpress.XtraScheduler.AppointmentType,System.Int32)">
<summary>
<para>Creates an exceptional appointment within a chain of recurring appointments.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> value that specifies the type of the exceptional appointment.</param>
<param name="recurrenceIndex">A zero-based integer which identifies the index in the chain of recurring appointments at which the new exceptional appointment will be created.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the newly created exceptional appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.CreateNewReminder">
<summary>
<para>Creates a new Reminder for this appointment.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is the reminder for the current appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.DeleteExceptions">
<summary>
<para>Removes changed and deleted occurrences for the current pattern appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Description">
<summary>
<para>Gets or sets the text for the appointments description.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments description.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Duration">
<summary>
<para>Gets or sets the duration of the appointment.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the duration of the appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.End">
<summary>
<para>Gets or sets the end date and time of the appointment.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the end of the appointment.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.FindException(System.Int32)">
<summary>
<para>Returns an appointment that is an exception in the recurrence series at the specified index.</para>
</summary>
<param name="recurrenceIndex">A integer specifying the index in a recurrence chain.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the exceptional appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.GetExceptions">
<summary>
<para>Returns a collection of the changed and deleted occurrences for the current pattern appointment.</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection which contains the changed and deleted occurrences for the current pattern appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.GetOccurrence(System.Int32)">
<summary>
<para>Gets an occurrence at the specified position within a series of recurring appointments.</para>
</summary>
<param name="recurrenceIndex">A zero-based integer which identifies the index of an occurrence in the series of recurring appointments.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is an occurrence at the specified position.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.HasExceptions">
<summary>
<para>Gets whether changed or deleted occurrences have been created for the current pattern appointment.</para>
</summary>
<value>true, if changed or deleted occurrences have been created for the current pattern appointment; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.HasReminder">
<summary>
<para>Gets or sets a value that indicates whether one or more reminders are associated with the appointment.</para>
</summary>
<value>true, if the appointment has at least one reminder; otherwise false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.IsBase">
<summary>
<para>Gets whether the appointment is base (of the Normal or Pattern type).</para>
</summary>
<value>True if its a base appointment; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.IsException">
<summary>
<para>Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).</para>
</summary>
<value>True, if its an exception appointment; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.IsOccurrence">
<summary>
<para>Gets whether the appointment is an occurrence (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).</para>
</summary>
<value>True if its an occurrence appointment; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.IsRecurring">
<summary>
<para>Gets whether the appointment is recurring.</para>
</summary>
<value>True if the appointment is recurring; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.LabelId">
<summary>
<para>Gets or sets the integer identifier of the label object associated with the appointment. Obsolete. Use the <see cref="P:DevExpress.XtraScheduler.Appointment.LabelKey"/> property instead.</para>
</summary>
<value>An integer that specifies the unique identifier of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/>.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.LabelKey">
<summary>
<para>Gets or sets the identifier of the label object associated with the appointment.</para>
</summary>
<value>An object that specifies the unique identifier of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/>.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Location">
<summary>
<para>Gets or sets the text that specifies a place where the appointment is scheduled.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the appointments location.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.LongerThanADay">
<summary>
<para>Gets whether the appointments duration is equal to or greater than one day.</para>
</summary>
<value>true if the appointment lasts one day or more; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceEnd">
<summary>
<para>Returns the end of the occurence chain or the original appointment end date. This information allows you to build complex queries in the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> event handler.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that is the end of the appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceStart">
<summary>
<para>Returns the beginning of the occurence chain or the original appointment start date. This information allows you to build complex queries in the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> event handler.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that is the end of the appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.PercentComplete">
<summary>
<para>Gets or sets the value that describes the completion status of a task.</para>
</summary>
<value>An integer from 0 to 100 indicating the percent of completion for the task. Zero indicates a task that has not yet been started; a value of 100 means that a task has been fully completed.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.RecurrenceIndex">
<summary>
<para>Gets the index in the recurrence series.</para>
</summary>
<value>An integer value that is the appointments zero-based index within the recurrence series.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.RecurrenceInfo">
<summary>
<para>Gets information that specifies recurrence rules.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object that contains information about recurrence rules.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.RecurrencePattern">
<summary>
<para>Gets the pattern appointment for the current appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the pattern appointment or null if the current appointment is not recurring.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Reminder">
<summary>
<para>Gets a reminder associated with the current appointment (the first reminder in the collection, if there are several reminders).</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is a reminder used to provide a notification of a future appointment, the first reminder in the collection, if there are several reminders, or null (Nothing in Visual Basic) if no reminder is associated with the appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Reminders">
<summary>
<para>Gets a collection of reminders associated with the current appointment.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ReminderCollection"/> object that is a collection of reminders used to provide a notification of a future appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.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.Appointment.ResourceIds">
<summary>
<para>Gets a collection of identifiers of all resources associated with the current appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> object which contains resource identifiers.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Appointment.RestoreOccurrence">
<summary>
<para>Replaces an exceptional appointment with the regular occurrence in the recurring series.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.SameDay">
<summary>
<para>Gets whether the appointments start and end times are on the same day.</para>
</summary>
<value>true, if the appointment is scheduled in a single day; false, if the appointments start and end times are on different days.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Start">
<summary>
<para>Gets or sets the start date and time of the appointment.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that is the start of the appointment.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.StatusId">
<summary>
<para>Gets or sets the integer identifier of the status object associated with the appointment. Obsolete. Use the <see cref="P:DevExpress.XtraScheduler.Appointment.StatusKey"/> property instead.</para>
</summary>
<value>An integer that is the unique identifier of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.StatusKey">
<summary>
<para>Gets or sets the unique identifier of the status object associated with the appointment.</para>
</summary>
<value>An object that is the unique identifier of the <see cref="T:DevExpress.XtraScheduler.AppointmentStatus"/> object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Subject">
<summary>
<para>Gets or sets the appointments subject text.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the text of appointments subject.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.TimeZoneId">
<summary>
<para>Gets or sets a time zone identifier for an appointment.</para>
</summary>
<value>A string that is the time zone identifier specific for .NET.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Appointment.Type">
<summary>
<para>Gets the type of an appointment.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration value which specifies the appointments type.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentBaseCollection">
<summary>
<para>A collection of appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentBaseCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentBaseCollection.FindAll(System.Predicate{DevExpress.XtraScheduler.Appointment})">
<summary>
<para>Finds all elements with a predicate match and returns them in a list collection.</para>
</summary>
<param name="match">A predicate method delegate, which returns true if theres a match and the element is found.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object containing items that meet the criteria.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentBaseCollection.GetAppointments(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Retrieves the collection of appointments that are in the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object specifying the required time interval.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object representing the collection of appointments which belong to the specified time interval. Note, that time intervals bounds are excluded in this case.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentBaseCollection.GetAppointmentsFromSortedCollection(DevExpress.XtraScheduler.AppointmentBaseCollection,DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Retrieves the collection of appointments that are in the specified time interval from the specified collection of appointments sorted by start dates.</para>
</summary>
<param name="coll">An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object specifying the collection of appointments sorted by their <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> dates.</param>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object specifying the required time interval.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object representing the collection of appointments which belong to the specified time interval. Note, that time intervals bounds are excluded in this case.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentCancelEventArgs">
<summary>
<para>Serves as the base class for classes which provide data for certain appointment events with the ability to cancel the operation performed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCancelEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCancelEventArgs"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCancelEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCancelEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentCancelEventArgs.Cancel">
<summary>
<para>Gets or sets whether the operation performed on the processed event should be cancelled.</para>
</summary>
<value>true to cancel the operation performed on the event; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentCollection">
<summary>
<para>A collection of appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCollection"/> class with the specified scheduler storage.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is the storage for appointments. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentCollection.Storage"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.Add(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to the current collection.</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 into which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.AddRange(System.Collections.ICollection)">
<summary>
<para>Adds a collection of appointments to the end of the collection.</para>
</summary>
<param name="collection">A <see cref="T:System.Collections.ICollection"/> object which represents the collection of appointments to append to the collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.AreIntersecting(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Checks if the two specified appointments intersect.</para>
</summary>
<param name="apt1">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the first appointment whose time interval is to be checked.</param>
<param name="apt2">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the second appointment whose time interval is to be checked.</param>
<returns>true, if the two appointments intersect; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.CalcPatternInterval(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Returns the time interval that encompasses occurrences of the specified pattern appointment.</para>
</summary>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the pattern appointment whose recurrence range is used for calculations.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that is the time interval in which recurring appointments are located.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.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.AppointmentCollection.GetConflicts(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Returns a collection of appointments which overlap the specified appointment within the specified time interval and use the same resource.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which any conflicts should be returned.</param>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which specifies the observed time interval.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection which contains appointments which conflict with the specified appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.IsIntersecting(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Obsolete. Always returns false.</para>
</summary>
<returns>False.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.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.AppointmentCollection"/> collection 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 collection and in its recurrent series; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.ReadXml(System.IO.Stream)">
<summary>
<para>Reads the settings of the appointments from the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which appointments are read. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.ReadXml(System.String)">
<summary>
<para>Reads the settings of the appointments from the specified XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which appointments should be read. If an empty string is specified, an exception is raised.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentCollection.Storage">
<summary>
<para>Provides access to the storage object which holds the appointment collection.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> type class instance.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.WriteXml(System.IO.Stream)">
<summary>
<para>Saves all the appointments within the collection to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the appointments should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCollection.WriteXml(System.String)">
<summary>
<para>Saves all the appointments within the collection to an XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where the appointments should be written. If an empty string is specified, an exception is raised.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping">
<summary>
<para>Mapping of a custom appointment property to a data field.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCustomFieldMapping.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCustomFieldMapping.#ctor(System.String,System.String,DevExpress.XtraScheduler.FieldValueType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> class with the specified name of the appointment property, member name (the name of the field in the data source) and the field type.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the name of the appointment property. 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.AppointmentCustomFieldMapping.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> class with the specified name of the appointment property and member name (the name of the field in the data source).</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value that specifies the name of the appointment property. 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 (the name of the field in the database). This value is assigned to the <see cref="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.Member"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentCustomFieldMapping.Member">
<summary>
<para>Gets or sets the name of the field in a data source which should be mapped to a custom property of an appointment.</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.AppointmentCustomFieldMappingCollection">
<summary>
<para>Represents a collection of mappings of the custom properties of appointments to appropriate data fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection.Add(DevExpress.XtraScheduler.AppointmentCustomFieldMapping)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> object to the storages collection of custom fields mappings.</para>
</summary>
<param name="mapping">An <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> 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.AppointmentCustomFieldMappingCollection.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>An <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> object which represents the custom field mapping at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection.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>An <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> object which represents the custom field mapping with the specified name.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependency">
<summary>
<para>A dependency established between tasks (Appointment objects) in the Gantt view.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependency.DependentId">
<summary>
<para>Gets the Id of the dependent appointment.</para>
</summary>
<value>An object that is the appointmens Id.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependency.ParentId">
<summary>
<para>Gets the Id of the parent appointment.</para>
</summary>
<value>An object that is the appointmens Id.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependency.Type">
<summary>
<para>Gets or sets the type of dependency between parent and dependent appointments.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyType"/> enumeration value that is the type of dependency between appointments.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection">
<summary>
<para>A collection of appoinment dependencies.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection.#ctor(DevExpress.Utils.DXCollectionUniquenessProviderType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection"/> class with the specified settings.</para>
</summary>
<param name="uniquenessProviderType">A DXCollectionUniquenessProviderType object assigned to the created collections <see cref="P:DevExpress.Utils.DXCollectionBase`1.UniquenessProviderType"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection.GetDependenciesByDependentId(System.Object)">
<summary>
<para>Gets appointment dependencies whose dependent appointment has the specified ID.</para>
</summary>
<param name="dependentId">An object that is the unique identifier of the appointment that is the dependent appointment for all items in the resulting collection.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection"/> object that is the collection of appointment dependencies.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection.GetDependenciesByParentId(System.Object)">
<summary>
<para>Gets appointment dependencies whose parent appointment has the specified ID.</para>
</summary>
<param name="parentId">An object that is the unique identifier of the appointment that is the dependent appointment for all items in the resulting collection.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection"/> object that is the collection of appointment dependencies.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyBaseCollection.GetDependencyByIds(System.Object,System.Object)">
<summary>
<para>Gets the appointment dependency by identifiers of both the parent and dependent appointment.</para>
</summary>
<param name="parentId">An object that is the unique identifier of the parent appointment.</param>
<param name="dependentId">An object that is the unique identifier of the dependent appointment.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyCollection">
<summary>
<para>A collection of appointment dependencies.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCollection.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCollection"/> class with the specified storage.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> instance to store the collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCollection.ReadXml(System.IO.Stream)">
<summary>
<para>Reads the settings of the appointment dependencies from the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which appointments are read. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCollection.ReadXml(System.String)">
<summary>
<para>Reads the settings of the appointment dependencies from the specified XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which appointments should be read. If an empty string is specified, an exception is raised.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyCollection.Storage">
<summary>
<para>Provides access to the storage object for the appointment dependency collection.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> type class instance.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCollection.WriteXml(System.IO.Stream)">
<summary>
<para>Saves all the appointment dependencies within the collection to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the appointment dependencies should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCollection.WriteXml(System.String)">
<summary>
<para>Saves all the appointment dependencies within the collection to an XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where the appointments should be written. If an empty string is specified, an exception is raised.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping">
<summary>
<para>Specifies mapping of a custom property of an appointment dependency to an appropriate data field.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping.#ctor(System.String,System.String,DevExpress.XtraScheduler.FieldValueType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping"/> 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.AppointmentDependencyCustomFieldMapping.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.AppointmentDependencyCustomFieldMapping.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping"/> 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.AppointmentDependencyCustomFieldMapping.Member"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping.Member">
<summary>
<para>Gets or sets the name of the member in a data source which should be mapped to a specific property.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the data member to be mapped.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection">
<summary>
<para>A collection of mappings of the custom properties of appointments to appropriate data fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection.Add(DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping"/> object to the storages collection of custom fields mappings.</para>
</summary>
<param name="mapping">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping"/> 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.AppointmentDependencyCustomFieldMappingCollection.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>An <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMapping"/> object which represents the custom field mapping at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection.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>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMapping"/> object which represents the custom field mapping with the specified name.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo">
<summary>
<para>Provides information on the mapping of the appointment dependency properties to the appropriate data fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.DependentId">
<summary>
<para>Gets or sets the data field which an AppointmentDependencys DependentId property is bound to.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.DependentIdConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.DependentIdConverter">
<summary>
<para>Gets or sets a value converter for the AppointmentDependency.DependentId property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.GetRequiredMappingNames">
<summary>
<para>Gets an array containing the names of all the <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo"/> objects properties that have to be bound to corresponding data fields.</para>
</summary>
<returns>An array of strings that are the names of the properties that have to be bound to data.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.ParentId">
<summary>
<para>Gets or sets the data field which an AppointmentDependencys ParentId property is bound to.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.ParentIdConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.ParentIdConverter">
<summary>
<para>Gets or sets a value converter for the AppointmentDependency.ParentId property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.Type">
<summary>
<para>Gets or sets the data field which an AppointmentDependencys Type property is bound to.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.TypeConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentDependencyMappingInfo.TypeConverter">
<summary>
<para>Gets or sets a value converter for the AppointmentDependency.Type property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentDependencyType">
<summary>
<para>Specifies when a task should start and end in relation to another task.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencyType.FinishToFinish">
<summary>
<para>Dependent task cannot finish before the Parent task is finished.</para>
<para />
<para>A data record for the appointment dependency of this type is shown above. The integer value of the enum is 2.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencyType.FinishToStart">
<summary>
<para>Dependent task cannot start before the Parent task is finished.</para>
<para />
<para>A data record for the appointment dependency of this type is shown above. The integer value of the enum is 0.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencyType.StartToFinish">
<summary>
<para>Dependent task cannot finish before the Parent task starts.</para>
<para />
<para>A data record for the appointment dependency of this type is shown above. The integer value of the enum is 3.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentDependencyType.StartToStart">
<summary>
<para>Dependent task cannot start before the Parent task starts.</para>
<para />
<para>A data record for the appointment dependency of this type is shown above. The integer value of the enum is 1.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentEventArgs">
<summary>
<para>Serves as the base class for classes which provide data for certain appointment events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment">
<summary>
<para>Gets the appointment for which the event was raised.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment for which the event was raised.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.InitNewAppointment"/> 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.AppointmentEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentExportedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExported"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentExportedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentExportedEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which is the appointment for which the event was raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentExportedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExported"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentExportedEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentExportingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExporting"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentExportingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentExportingEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment for which the event was raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentExportingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExporting"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentExportingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentImportedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImported"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentImportedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentImportedEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value that is the appointment for which the event was raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentImportedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImported"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentImportedEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentImportingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImporting"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentImportingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentImportingEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value that is the appointment for which the event was raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentImportingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImporting"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentImportingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentMappingInfo">
<summary>
<para>Contains mappings of the appointment properties to the appropriate data fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentMappingInfo.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentMappingInfo"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.AllDay">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.AllDayConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.AllDayConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.AppointmentId">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.AppointmentIdConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.AppointmentIdConverter">
<summary>
<para>Gets or sets a value converter for the Appointment.Id property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.Description">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.Description"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.DescriptionConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.DescriptionConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.Description"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.End">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.EndConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.EndConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentMappingInfo.GetRequiredMappingNames">
<summary>
<para>Gets an array containing the names of all the <see cref="T:DevExpress.XtraScheduler.AppointmentMappingInfo"/> objects properties that have to be bound to corresponding data fields.</para>
</summary>
<returns>An array of strings that represent the names of the properties that have to be bound to data.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.Label">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.LabelKey"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.LabelConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.LabelConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.LabelKey"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.Location">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.Location"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.LocationConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.LocationConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.Location"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.OriginalOccurrenceEnd">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceEnd"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.OriginalOccurrenceEndConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.OriginalOccurrenceEndConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceEnd"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.OriginalOccurrenceStart">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceStart"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.OriginalOccurrenceStartConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.OriginalOccurrenceStartConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.OriginalOccurrenceStart"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.PercentComplete">
<summary>
<para>Gets or sets the data field which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.PercentComplete"/> property is bound to.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.PercentCompleteConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.PercentCompleteConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.PercentComplete"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.RecurrenceInfo">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.RecurrenceInfo"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.RecurrenceInfoConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.RecurrenceInfoConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.RecurrenceInfo"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.ReminderInfo">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.Reminder"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.ReminderInfoConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.ReminderInfoConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.ResourceId">
<summary>
<para>Gets or sets the data field to which the <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceId"/> or the <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceIds"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.ResourceIdConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.ResourceIdConverter">
<summary>
<para>Gets or sets a value converter for the Appointment.Id property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.Start">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.StartConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.StartConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.Status">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.StatusId"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.StatusConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.StatusConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.StatusKey"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.Subject">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.SubjectConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.SubjectConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.TimeZoneId">
<summary>
<para>Gets or sets the data field to which the <see cref="P:DevExpress.XtraScheduler.Appointment.TimeZoneId"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.TimeZoneIdConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.TimeZoneIdConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.TimeZoneId"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.Type">
<summary>
<para>Gets or sets the data field to which an appointments <see cref="P:DevExpress.XtraScheduler.Appointment.Type"/> property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.TypeConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentMappingInfo.TypeConverter">
<summary>
<para>Gets or sets a value converter for the <see cref="P:DevExpress.XtraScheduler.Appointment.Type"/> property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection">
<summary>
<para>A collection of resource identifiers.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentResourceIdCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentResourceIdCollection.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentResourceIdCollection"/> class and allows you to add default resources to the collection.</para>
</summary>
<param name="canAddDefaultContent">true to add the default resource ID (<see cref="P:DevExpress.XtraScheduler.EmptyResourceId.Id"/>); otherwise, false.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentStatusType">
<summary>
<para>Lists the appointment status types.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusType.Busy">
<summary>
<para>This status means that a person is in the office but unavailable to others. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is blue (#FF4A87E2).</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusType.Custom">
<summary>
<para>This status represents all custom statuses added to the <see cref="P:DevExpress.XtraScheduler.AppointmentStorage.Statuses"/> collection. The color fill of appointment status is specified by the AppointmentStatus.Brush property, which is platform-specific.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusType.Free">
<summary>
<para>This status means that a person is in the office and available to others. The status bar is colored white.</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusType.OutOfOffice">
<summary>
<para>This status means that a person is out of the office and unavailable to others. The status bar color is close to purple (#FF800080).</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusType.Tentative">
<summary>
<para>This status means that a person is in the office and tentatively available to others. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is blue (#FF4A87E2). The color pattern has white diagonal stripes (the System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal type).</para>
<para />
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentStatusType.WorkingElsewhere">
<summary>
<para>This status means that a person is not in the office but is readily available for business contacts. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is light violet (#FF937BD1). The pattern is 75 percent hatch (System.Drawing.Drawing2D.HatchStyle.Percent75) with the white foreground.</para>
<para />
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentSynchronizedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronized"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentSynchronizedEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentSynchronizedEventArgs"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentSynchronizedEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentSynchronizedEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment for which the event was raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentSynchronizedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronized"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentSynchronizedEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentSynchronizingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronizing"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentSynchronizingEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentSynchronizingEventArgs"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.AppointmentSynchronizingEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.AppointmentSynchronizingEventArgs"/> class with the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the appointment for which the event was raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.AppointmentEventArgs.Appointment"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.AppointmentSynchronizingEventArgs.Operation">
<summary>
<para>Specifies what type of synchronization operation should be performed.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SynchronizeOperation"/> enumeration value.</value>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentSynchronizingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronizing"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.AppointmentSynchronizingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.AppointmentType">
<summary>
<para>Lists the types of appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentType.ChangedOccurrence">
<summary>
<para>Represents a recurring appointment, which was changed and now doesnt satisfy the pattern of the recurring series.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentType.DeletedOccurrence">
<summary>
<para>Represents a recurring appointment which was deleted from the series of other recurring appointments of the same pattern.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentType.Normal">
<summary>
<para>Represents a standard (non-recurring) appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentType.Occurrence">
<summary>
<para>Represents a recurring appointment whose pattern appointment is specified via the <see cref="P:DevExpress.XtraScheduler.Appointment.RecurrencePattern"/> property.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.AppointmentType.Pattern">
<summary>
<para>Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the <see cref="P:DevExpress.XtraScheduler.Appointment.RecurrenceInfo"/> property.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.CancelListChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentCollectionAutoReloading"/> and <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceCollectionAutoReloading"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CancelListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CancelListChangedEventArgs"/> class with the specified settings.</para>
</summary>
<param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType"/> enumeration value that specifies the way in which the list changed. This value is assigned to the <see cref="P:System.ComponentModel.ListChangedEventArgs.ListChangedType"/> property.</param>
<param name="newIndex">An integer value that specifies the new index of the item in the list. This value is assigned to the <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex"/> property.</param>
<param name="oldIndex">An integer value that specifies the old index of the item in the list. This value is assigned to the <see cref="P:System.ComponentModel.ListChangedEventArgs.OldIndex"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.CancelListChangedEventArgs.Cancel">
<summary>
<para>Gets or sets whether the operation performed on the processed event should be canceled.</para>
</summary>
<value>true to cancel the operation performed on the event; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.CancelListChangedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.AppointmentCollectionAutoReloading"/> and <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.ResourceCollectionAutoReloading"/> events.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.CancelListChangedEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.ColorSavingType">
<summary>
<para>Lists the allowed color representation formats.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ColorSavingType.ArgbColor">
<summary>
<para>Stores the color setting in ARGB format.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ColorSavingType.Color">
<summary>
<para>Stores the color setting as a system defined color <see cref="T:System.Drawing.Color"/>.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.ColorSavingType.OleColor">
<summary>
<para>Stores the color setting in OLE_COLOR format.</para>
</summary>
</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.StaticAppointmentFactory">
<summary>
<para>Allows creating an appointment object if the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> instance is not available.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Compatibility.StaticAppointmentFactory.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.Compatibility.StaticAppointmentFactory.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.Compatibility.StaticAppointmentFactory.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.Compatibility.StaticAppointmentFactory.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.Compatibility.StaticAppointmentFactory.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="T:DevExpress.XtraScheduler.CustomFieldCollection">
<summary>
<para>A collection of custom fields bound to objects contained in the Scheduler storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldCollection.#ctor(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"/> class with the specified settings.</para>
</summary>
<param name="owner">An object that implements the IPersistentObject interface and owns the newly created <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"/>.</param>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldCollection.Add(DevExpress.XtraScheduler.Native.CustomField)">
<summary>
<para>Adds a custom field to the collection. For internal use. Use indexer instead.</para>
</summary>
<param name="field">A CustomField object.</param>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldCollection.BeginUpdate">
<summary>
<para>Locks the <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"></see>, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldCollection.CancelUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"></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.CustomFieldCollection.Clear">
<summary>
<para>Removes all items from the collection.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldCollection.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.CustomFieldCollection.EndUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that iterates through the collection.</para>
</summary>
<returns>A System.Collections.Generic.IEnumerator &lt;T&gt; object that can be used to iterate through the collection.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldCollection.IsUpdateLocked">
<summary>
<para>Gets whether the collection has been locked for updating.</para>
</summary>
<value>true if the collection is locked; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldCollection.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:System.Object"/> which represents the value of the custom field at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldCollection.Item(System.String)">
<summary>
<para>Gets the value stored for the custom field specified by the custom field name.</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:System.Object"/> which represents the value of the custom field with the specified name.</value>
</member>
<member name="E:DevExpress.XtraScheduler.CustomFieldCollection.PropertyChanged">
<summary>
<para>Occurs when a property value of any custom field in the collection changes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the CustomFieldCollection item at the specified index.</para>
</summary>
<param name="index">The zero-based index of the item to remove.</param>
</member>
<member name="T:DevExpress.XtraScheduler.CustomFieldMappingBase`1">
<summary>
<para>Serves as the base class for classes that provide mapping of the custom properties of persistent objects (appointments or resources) to appropriate data fields.</para>
</summary>
<typeparam name="T">The type of this custom field mapping object.</typeparam>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldMappingBase`1.GetValueCore(System.Object)">
<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.CustomFieldMappingBase`1.Member">
<summary>
<para>Gets or sets the name of the member in a datasource which should be mapped to a specific property.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the data member to be mapped.</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.Name">
<summary>
<para>Gets or sets the name of the property which should be mapped to a specific member in a datasource.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the property name to be mapped.</value>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldMappingBase`1.SetValueCore(System.Object,System.Object)">
<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.CustomFieldMappingBase`1.Type">
<summary>
<para>Gets the type of this custom field mapping object.</para>
</summary>
<value>A System.Type which represents the type of this custom field mapping object.</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldMappingBase`1.ValueType">
<summary>
<para>Gets or sets the value type of a custom field.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.FieldValueType"/> enumeration member, specifying the type of a custom field.</value>
</member>
<member name="T:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1">
<summary>
<para>Serves as the base class for classes that represent collections of custom mappings of the properties of persistent objects (appointments or resources).</para>
</summary>
<typeparam name="T">The type of this custom field mapping object.</typeparam>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1.Add(DevExpress.XtraScheduler.CustomFieldMappingBase{`0})">
<summary>
<para>Adds the specified object to the current collection.</para>
</summary>
<param name="mapping">A DevExpress.XtraScheduler.CustomFieldMappingBase object to append to the collection.</param>
<returns>An integer value indicating the position of the element.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1.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.CustomFieldMappingBase`1"/> object which represents the custom field mapping at the specified position.</value>
</member>
<member name="P:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1.Item(System.String)">
<summary>
<para>Provides indexed 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.CustomFieldMappingBase`1"/> object which represents the custom field mapping with the specified name.</value>
</member>
<member name="T:DevExpress.XtraScheduler.DateTimeSavingMode">
<summary>
<para>Lists modes which affect how the Start and End appointment values are stored in the data source.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DateTimeSavingMode.Appointment">
<summary>
<para>Do not convert Start and End appointment values before storing them in the data source.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DateTimeSavingMode.Storage">
<summary>
<para>Convert Start and End appointment values to the time zone of the SchedulerControl before storing them in the data source.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DateTimeSavingMode.Utc">
<summary>
<para>Convert Start and End appointment values to UTC before storing them in the data source.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.DayIntervalCollection">
<summary>
<para>Contains time intervals of a fixed one day duration.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.DayIntervalCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.DayIntervalCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.DstBehaviorType">
<summary>
<para>Lists the types of behavior that can be set to the reminder if it falls in the Daylight Saving Time shift - a non-existing time interval on the Daylight Saving Time start date, usually between 2:00:00 and 2:59:59 AM.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DstBehaviorType.Alert">
<summary>
<para>If the appointment start time or the projected alert time falls into a non-existing time interval, the alert is triggered at the end of the Daylight Saving Time shift. Unlike the AlertAfterDstShift value, the alert time is not recalculated if the appointment start time falls in the DST shift and the alert is always triggered at the end of the DST shift.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DstBehaviorType.AlertAfterDstShift">
<summary>
<para>Unlike the Alert value, the AlertAfterDstShift calculates the alert time using the reminder time before the actual start of the appointment. If the calculated alert time falls into a non-existing time interval, the alert is triggered at the end of the Daylight Saving Time shift.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DstBehaviorType.Dismiss">
<summary>
<para>Dismisses the reminder.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.DstBehaviorType.Update">
<summary>
<para>Triggers the reminder at the specified time before the event.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.EmptyResourceId">
<summary>
<para>Provides a static method to obtain the identifier of an empty resource.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.EmptyResourceId.Id">
<summary>
<para>Gets the ID for the empty resource.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.EmptyResourceId"/> object that is the empty resource identifier.</value>
</member>
<member name="N:DevExpress.XtraScheduler.Exchange">
<summary>
<para>Contains classes which are used to implement data synchronization with other scheduling applications (for instance, MS Outlook).</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Exchange.AppointmentExchanger">
<summary>
<para>Base class for classes that provide functionality for importing and exporting appointments.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.GetAppointmentForeignId">
<summary>
<para>Occurs before an Appointment Exchanger retrieves information about a foreign ID of an appointment, i.e. its identifier in a third-party scheduler application (for instance, MS Outlook) with which the appointment data are exchanged.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.IsTermination">
<summary>
<para>Indicates that the export/import process was terminated.</para>
</summary>
<value>true if an attempt to execute Import (Export) methods was terminated; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.OnException">
<summary>
<para>Occurs if an exception is raised during the export/import process.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.SourceObjectCount">
<summary>
<para>Gets the number of objects (appointments) that will take part in an exchange procedure.</para>
</summary>
<value>An integer, representing the number of objects for exchange.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.Storage">
<summary>
<para>Gets the storage with which the current appointment exchanger is synchronized.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object for this appointment exchanger.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.Terminate">
<summary>
<para>Unconditionally stops the export/import process, so no data are loaded.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Exchange.AppointmentExporter">
<summary>
<para>Represents the appointments exporter which exports the appointments data from the Scheduler to another scheduler application (for instance, MS Outlook).</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExported">
<summary>
<para>Occurs after an Appointment Exporter exports an appointment to iCalendar file or to MS Outlook Calendar storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentExporter.AppointmentExporting">
<summary>
<para>Occurs before an <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentExporter"/> class or its descendant exports an appointment to iCalendar file or to MS Outlook Calendar storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Exchange.AppointmentExporter.Export(System.IO.Stream)">
<summary>
<para>Exports appointments to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object which represents the stream the appointments will be exported to.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Exchange.AppointmentExporter.Export(System.String)">
<summary>
<para>Exports appointments to the specified file.</para>
</summary>
<param name="path">A string that represents a file path to which the appointments will be exported.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Exchange.AppointmentExportSynchronizer">
<summary>
<para>Serves as a base class that implements appointment synchronization for export scenarios.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter">
<summary>
<para>Represents the appointments importer which loads the appointments data from a scheduler application (for instance, MS Outlook) to the Scheduler.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImported">
<summary>
<para>Occurs after an object of <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter"/> or derived class imports an appointment from iCalendar file or MS Outlook Calendar storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentImporter.AppointmentImporting">
<summary>
<para>Occurs before an <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentImporter"/> class descendant imports an appointment from iCalendar file or from MS Outlook Calendar storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Exchange.AppointmentImporter.Import(System.IO.Stream)">
<summary>
<para>Imports appointments from the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object which represents the stream the appointments will be imported from.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Exchange.AppointmentImporter.Import(System.String)">
<summary>
<para>Imports appointments from the specified file.</para>
</summary>
<param name="path">A string, representing a file path from where the appointments will be imported.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Exchange.AppointmentImportSynchronizer">
<summary>
<para>Serves as a base class that implements appointment synchronization for import scenarios.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer">
<summary>
<para>Serves as the base class for classes that provide functionality for synchronizing the appointments contained in the XtraScheduler storage and another scheduling application.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronized">
<summary>
<para>Fires after the synchronization of appointments is complete.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.AppointmentSynchronizing">
<summary>
<para>Allows you to cancel the synchronization process for an appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.ForeignIdFieldName">
<summary>
<para>Gets or sets the field name that contains the Foreign ID in the third-party scheduling application (MS Outook) database with which appointment data is exchanged.</para>
</summary>
<value>A <see cref="T:System.String"/> representing the name of the field containing the Foreign Id.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Exchange.AppointmentSynchronizer.Synchronize">
<summary>
<para>Executes the appointment synchronization process.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.ExchangeAppointmentEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.GetAppointmentForeignId"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ExchangeAppointmentEventArgs.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ExchangeAppointmentEventArgs"/> class with the specified settings.</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.ExchangeAppointmentEventArgs.Id">
<summary>
<para>Gets or sets the foreign appointment Id, that is the appointment identifier in the database of the third-party scheduler application (for instance, MS Outlook) with which appointment data is exchanged.</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the appointment Id value.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ExchangeAppointmentEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.GetAppointmentForeignId"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.ExchangeAppointmentEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.ExchangeExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.OnException"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ExchangeExceptionEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ExchangeExceptionEventArgs"/> class with the specified settings.</para>
</summary>
<param name="originalException">A <see cref="T:System.Exception"/> object representing the original exception thrown.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ExchangeExceptionEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled. If it was handled, the exception is not propagated.</para>
</summary>
<value>true if an exception is propagated; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ExchangeExceptionEventArgs.OriginalException">
<summary>
<para>Provides access to a .NET exception which originated this event.</para>
</summary>
<value>A <see cref="T:System.Exception"/> object representing the original exception thrown.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ExchangeExceptionEventHandler">
<summary>
<para>Represents a method that will handle the events associated with the <see cref="E:DevExpress.XtraScheduler.Exchange.AppointmentExchanger.OnException"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.Exchange.AppointmentExchanger"/> which raised the event.</param>
<param name="e">An <see cref="T:DevExpress.XtraScheduler.ExchangeExceptionEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.FetchAppointmentsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.FetchAppointmentsEventArgs.#ctor(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.FetchAppointmentsEventArgs"/> class with the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> value which represents the time interval for which the appointments are requested.</param>
</member>
<member name="P:DevExpress.XtraScheduler.FetchAppointmentsEventArgs.ForceReloadAppointments">
<summary>
<para>Gets or sets whether the appointments collection should be reloaded after handling the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> event.</para>
</summary>
<value>true to reload the appointments collection; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.FetchAppointmentsEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> 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.FetchAppointmentsEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.FieldValueType">
<summary>
<para>Contains values that specify the data type of the mapped data column in the unbound mode.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FieldValueType.Boolean">
<summary>
<para>Indicates that the mapped data column contains Boolean values (the <see cref="T:System.Boolean"/> type).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FieldValueType.DateTime">
<summary>
<para>Indicates that the data column contains date/time values (the <see cref="T:System.DateTime"/> type).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FieldValueType.Decimal">
<summary>
<para>Indicates that the data column contains decimal values (the <see cref="T:System.Decimal"/> type).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FieldValueType.Integer">
<summary>
<para>Indicates that the data column contains integer values (the <see cref="T:System.Int32"/> type).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FieldValueType.Object">
<summary>
<para>Indicates that the data column contains values of any type.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FieldValueType.String">
<summary>
<para>Indicates that the data column contains string values (the <see cref="T:System.String"/> type).</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.FirstDayOfWeek">
<summary>
<para>Lists the days which can be used to specify the first day of the week.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.Friday">
<summary>
<para>The calendar week will start with Friday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.Monday">
<summary>
<para>The calendar week will start with Monday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.Saturday">
<summary>
<para>The calendar week will start with Saturday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.Sunday">
<summary>
<para>The calendar week will start with Sunday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.System">
<summary>
<para>The start day of the week will be obtained from the regional settings of the operating system.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.Thursday">
<summary>
<para>The calendar week will start with Thursday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.Tuesday">
<summary>
<para>The calendar week will start with Tuesday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.FirstDayOfWeek.Wednesday">
<summary>
<para>The calendar week will start with Wednesday.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.FixedDurationIntervalCollection">
<summary>
<para>A base class for collections which contain time intervals of the fixed duration (day or week).</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentDependencyFactory">
<summary>
<para>Provides methods for creating appointment dependencies.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyFactory.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.IAppointmentDependencyFactory.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="T:DevExpress.XtraScheduler.IAppointmentDependencyStorage">
<summary>
<para>An interface of a storage which holds a collection of appointment dependencies.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.Add(DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Adds the specified appointment dependency object to the storage.</para>
</summary>
<param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object to add to the storage.</param>
<returns>An integer value indicating the position at which the new element was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.AddRange(DevExpress.XtraScheduler.AppointmentDependency[])">
<summary>
<para>Appends an array of appointment dependencies to the storage.</para>
</summary>
<param name="dependencies">An array of <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> objects to append to the collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.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.IAppointmentDependencyStorage.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="P:DevExpress.XtraScheduler.IAppointmentDependencyStorage.CustomFieldMappings">
<summary>
<para>Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependencyCustomFieldMappingCollection"/> object.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.LoadFromXml(System.IO.Stream)">
<summary>
<para>Loads appointment dependencies from the stream in XML format to the resource storage.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which appointment dependencies are loaded. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.LoadFromXml(System.String)">
<summary>
<para>Loads appointment dependencies from the specified file in XML format to the storage.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which appointment dependencies should be loaded. If an empty string is specified, an exception is raised.</param>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentDependencyStorage.Mappings">
<summary>
<para>Gets an object that specifies how persistent 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 appointment dependency properties to the data fields.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.Remove(DevExpress.XtraScheduler.AppointmentDependency)">
<summary>
<para>Removes an appointment dependency from the storage.</para>
</summary>
<param name="dependency">An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object that is the appointment to remove.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.SaveToXml(System.IO.Stream)">
<summary>
<para>Saves appointment dependencies from the storage to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which appointment dependency information is written. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.SaveToXml(System.String)">
<summary>
<para>Saves appointment dependencies from the storage to a file in XML format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file. If an empty string is specified, an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentDependencyStorage.SetAppointmentDependencyFactory(DevExpress.XtraScheduler.IAppointmentDependencyFactory)">
<summary>
<para>Assigns the specified factory to the appointment dependency storage.</para>
</summary>
<param name="factory">An object implementing the <see cref="T:DevExpress.XtraScheduler.IAppointmentDependencyFactory"/> interface which specifies the new appointment dependency factory for the storage.</param>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentFactory">
<summary>
<para>Provides methods for creating appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentFactory.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
<summary>
<para>Creates an object with the <see cref="T:DevExpress.XtraScheduler.Appointment"/> interface.</para>
</summary>
<param name="type">A <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration member specifying the appointment type.</param>
<returns>An object which implements the <see cref="T:DevExpress.XtraScheduler.Appointment"/> interface.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentLabel">
<summary>
<para>Platform-independent interface that defines the appointment label.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentLabel.ColorValue">
<summary>
<para>Gets or sets an ARGB value of the label color.</para>
</summary>
<value>An integer that is the ARGB color value.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentLabel.NamedColorValue">
<summary>
<para>Gets or sets the color of the appointment label by its name.</para>
</summary>
<value>A string that is the name of the predefined color (listed in the <see cref="T:System.Drawing.KnownColor"/> enumeration) or the ARGB value prefixed with 0x.</value>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentLabelStorage">
<summary>
<para>An interface that defines a storage which holds appointment labels.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentLabelStorage.CreateNewLabel(System.Object,System.String,System.String)">
<summary>
<para>Creates a new label with the specified name, identifier and menu caption.</para>
</summary>
<param name="id">A <see cref="T:System.Object"/> that is the unique label identifier used in the <see cref="P:DevExpress.XtraScheduler.Appointment.LabelId"/> property.</param>
<param name="displayName">A string that is the name of a label to use in appointment label editors.</param>
<param name="menuCaption">A string used as a caption in context menu for changing the appointment label.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is a new label.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentLabelStorage.CreateNewLabel(System.Object,System.String)">
<summary>
<para>Creates a new label with the specified name and identifier.</para>
</summary>
<param name="id">A <see cref="T:System.Object"/> that is the unique label identifier used in the <see cref="P:DevExpress.XtraScheduler.Appointment.LabelId"/> property.</param>
<param name="displayName">A string that is the name of a label to use in appointment label editors.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is a new label.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentLabelStorage.CreateNewLabel(System.String)">
<summary>
<para>Creates a new label with the specified name.</para>
</summary>
<param name="displayName">A string that is the name of a label to use in appointment label editors.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentLabel"/> object that is a new label.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentStatus">
<summary>
<para>Platform-independent interface that defines appointment statuses.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentStatus.Type">
<summary>
<para>Gets or sets the type of the current appointment status.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value that is the type of the appointment status.</value>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentStatusStorage">
<summary>
<para>An interface that defines a storage which holds appointment statuses.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStatusStorage.CreateNewStatus(System.Object,System.String,System.String)">
<summary>
<para>Creates a new status with the specified name, identifier and menu caption.</para>
</summary>
<param name="id">A <see cref="T:System.Object"/> that is the unique status identifier used in the <see cref="P:DevExpress.XtraScheduler.Appointment.StatusId"/> property.</param>
<param name="displayName">A string that is the name of a status to use in appointment status editors.</param>
<param name="menuCaption">A string that is the name of a status to use as the menu caption.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is a new status.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStatusStorage.CreateNewStatus(System.Object,System.String)">
<summary>
<para>Creates a new status with the specified name and identifier.</para>
</summary>
<param name="id">A <see cref="T:System.Object"/> that is the unique status identifier used in the <see cref="P:DevExpress.XtraScheduler.Appointment.StatusId"/> property.</param>
<param name="displayName">A string that is the name of a status to use in appointment status editors.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is a new status.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStatusStorage.CreateNewStatus(System.String)">
<summary>
<para>Creates a new status with the specified name.</para>
</summary>
<param name="displayName">A string that is the name of a status to use in appointment status editors.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is a new status.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStatusStorage.GetByType(DevExpress.XtraScheduler.AppointmentStatusType)">
<summary>
<para>Obtain a status by its type.</para>
</summary>
<param name="type">A <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member that is the status type.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.IAppointmentStorageBase">
<summary>
<para>A platform-independent base interface that defines a storage which holds appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.Add(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to the storages collection.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to append to the collection.</param>
<returns>An integer value indicating the position at which the new appointment was inserted.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.AddRange(DevExpress.XtraScheduler.Appointment[])">
<summary>
<para>Appends an array of appointments to the storage.</para>
</summary>
<param name="items">An array of <see cref="T:DevExpress.XtraScheduler.Appointment"/> objects to append to the storages collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.Contains(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Determines whether the storage contains the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to locate in the collection.</param>
<returns>True, if the storages collection contains the specified appointment; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.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.IAppointmentStorageBase.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.IAppointmentStorageBase.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.IAppointmentStorageBase.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.IAppointmentStorageBase.CreateAppointment(DevExpress.XtraScheduler.AppointmentType)">
<summary>
<para>Creates a new appointment of the specified type.</para>
</summary>
<param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentType"/> enumeration member specifying the appointment type.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the new appointment.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.IAppointmentStorageBase.CustomFieldMappings">
<summary>
<para>Gets or sets the custom field mappings collection associated with this <see cref="T:DevExpress.XtraScheduler.IAppointmentStorageBase"/> object.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.AppointmentCustomFieldMappingCollection"/> object that stores custom field mappings.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.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, accessible using the Appointment.Id property.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.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.IAppointmentStorageBase"/> does not contain it.</para>
</summary>
<param name="appointment">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.IAppointmentStorageBase.Labels">
<summary>
<para>Provides access to the storage containing appointment label objects.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentLabelStorage"/> object that is the storage for appointment labels.</value>
</member>
<member name="E:DevExpress.XtraScheduler.IAppointmentStorageBase.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.IAppointmentStorageBase.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.IAppointmentStorageBase.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.IAppointmentStorageBase.Mappings">
<summary>
<para>Provides access to appointment mappings.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentMappingInfo"/> object that provides information on the mapping of the appointment properties to data fields.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.Remove(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraScheduler.Appointment"/> object from the storage.</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.IAppointmentStorageBase.ResourceSharing">
<summary>
<para>Gets or sets a value indicating whether an appointment can be associated with multiple resources.</para>
</summary>
<value>true, if the resource sharing is enabled; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.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 appointment information is written. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.SaveToXml(System.String)">
<summary>
<para>Saves appointments from the storage to a file in XML format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file with appointment information. If an empty string is specified, an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IAppointmentStorageBase.SetAppointmentFactory(DevExpress.XtraScheduler.IAppointmentFactory)">
<summary>
<para>Assigns the specified appointment factory to the appointment storage.</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.IAppointmentStorageBase.Statuses">
<summary>
<para>Provides access to the storage containing appointment status objects.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatusStorage"/> object that is the storage for appointment statuses.</value>
</member>
<member name="T:DevExpress.XtraScheduler.IIdProvider">
<summary>
<para>An interface that defines a method to supply an object identifier. Implemented in Scheduler objects which have identifiers (almost all persistent and user interface objects).</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IIdProvider.SetId(System.Object)">
<summary>
<para>Sets the identifier property of an object to the specified value.</para>
</summary>
<param name="id">An object that is the identifier.</param>
</member>
<member name="T:DevExpress.XtraScheduler.IPersistentObject">
<summary>
<para>A base interface for the Scheduler persistent objects (appointments, resources, appointment dependencies).</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObject.Assign(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Copies all properties of the object passed as the parameter to the current object.</para>
</summary>
<param name="source">An <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObject.CustomFields">
<summary>
<para>Gets the collection of custom fields bound to the persistent object.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"/> object representing the collection of the persistent objects custom fields.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObject.Delete">
<summary>
<para>Deletes the persistent object from the storage or collection.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObject.GetRow(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Provides access to the data record for the persistent object.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> instance that provides an object with data.</param>
<returns>A data row object that contains current object data. ((<see cref="T:System.Data.DataRowView"/> instance if Microsoft OLE DB provider is used to connect the Scheduler to the data source).</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObject.GetSourceObject(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Returns the data object that is bound to the current persistent object.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"/> object that represents the storage control which owns the persistent object.</param>
<returns>A <see cref="T:System.Object"/> that is the data source object which is bound to the persistent object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObject.GetValue(DevExpress.XtraScheduler.ISchedulerStorageBase,System.String)">
<summary>
<para>Obtains the value of the data field in the record bound to the current <see cref="T:DevExpress.XtraScheduler.PersistentObject"/>, supplied by the specified storage object.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"/> class instance that stores the data.</param>
<param name="columnName">A <see cref="T:System.String"/>, that is the name of the data field.</param>
<returns>A <see cref="T:System.Object"/>, that is the field contents.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObject.Id">
<summary>
<para>Gets the objects identifier.</para>
</summary>
<value>An object that is the identifier of the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> instance.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObject.IsDisposed">
<summary>
<para>Gets a value indicating whether a persistent object has been disposed of.</para>
</summary>
<value>true, if the persistent object has been disposed of; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObject.RowHandle">
<summary>
<para>Gets or sets a value that identifies the data row bound to the persistent object.</para>
</summary>
<value>The handle (identifier) of the data row in the data source.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObject.SetValue(DevExpress.XtraScheduler.ISchedulerStorageBase,System.String,System.Object)">
<summary>
<para>Performs a transaction to change the value of the field in the data record bound to the persistent object.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> instance that stores data for the object.</param>
<param name="columnName">A <see cref="T:System.String"/>, that is the name of the data field.</param>
<param name="val">A <see cref="T:System.Object"/>, that is the new field value.</param>
</member>
<member name="T:DevExpress.XtraScheduler.IPersistentObjectStorage`1">
<summary>
<para>Base interface that defines a storage which holds persistent objects.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObjectStorage`1.AppendBaseMappings(DevExpress.XtraScheduler.MappingCollection)">
<summary>
<para>Clears existing base mappings and appends the specified mappings.</para>
</summary>
<param name="target">A <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> object, containing base mappings.</param>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObjectStorage`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="M:DevExpress.XtraScheduler.IPersistentObjectStorage`1.Clear">
<summary>
<para>Locks the <see cref="T:DevExpress.XtraScheduler.IPersistentObjectStorage`1"></see> object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObjectStorage`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.IPersistentObjectStorage`1.CustomFieldMappings">
<summary>
<para>Provides access to a collection of custom field mappings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.CustomFieldMappingCollectionBase`1"/> object containing mappings for custom fields.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObjectStorage`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 specifying the data source member.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObjectStorage`1.DataSource">
<summary>
<para>Gets or sets the object used as the data source to store persistent objects (appointments, resources., appointment dependencies).</para>
</summary>
<value>An <see cref="T:System.Object"/> that represents the storages data source.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObjectStorage`1.Filter">
<summary>
<para>Gets or sets a string used to filter storage objects.</para>
</summary>
<value>A string containing a logical expression.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IPersistentObjectStorage`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.IPersistentObjectStorage`1.GetColumnNames">
<summary>
<para>Gets the names of data columns associated with this <see cref="T:DevExpress.XtraScheduler.IPersistentObjectStorage`1"/> object.</para>
</summary>
<returns>A <see cref="T:System.Collections.Specialized.StringCollection"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObjectStorage`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.</param>
<returns>A <see cref="T:System.Object"/> that is the data source object (or the data row) containing information about the persistent object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObjectStorage`1.GetObjectValue(`0,System.String)">
<summary>
<para>Obtains 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.IPersistentObjectStorage`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="P:DevExpress.XtraScheduler.IPersistentObjectStorage`1.Mappings">
<summary>
<para>Provides access to property 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="M:DevExpress.XtraScheduler.IPersistentObjectStorage`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.</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.IPersistentObjectStorage`1.Storage">
<summary>
<para>Provides access to the base storage component which holds persistent objects of any kind.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that is the storage component for all persistent objects.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IPersistentObjectStorage`1.ValidateDataSource">
<summary>
<para>Checks mapped data source fields and mappings for availability and duplicates.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.IRecurrenceInfo">
<summary>
<para>A base interface that defines recurrence information.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.AllDay">
<summary>
<para>This property is obsolete and remains for backward compatibility.</para>
</summary>
<value>Always false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IRecurrenceInfo.Assign(DevExpress.XtraScheduler.IRecurrenceInfo,System.Boolean)">
<summary>
<para>Copies the settings from the <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object passed as a parameter and assigns the same id if required.</para>
</summary>
<param name="src">A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object whose settings are assigned to the current object.</param>
<param name="assignId">True, to assign the ID of the specified object to the current object; otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IRecurrenceInfo.Assign(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object passed as a parameter.</para>
</summary>
<param name="src">A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.DayNumber">
<summary>
<para>Gets or sets the ordinal number of a day within a defined month.</para>
</summary>
<value>A positive integer value that specifies the day number within a month. The default value is 1.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.Duration">
<summary>
<para>Gets or sets the duration of the interval in which recurrences occur.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value that specifies the duration of the recurrence.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.End">
<summary>
<para>Gets or sets the end date of the interval in which recurrences occur.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the end date for the recurrence.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.FirstDayOfWeek">
<summary>
<para>Gets or sets the day which will be the first day of the week used for calculating occurrences.</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week</value>
</member>
<member name="M:DevExpress.XtraScheduler.IRecurrenceInfo.FromXml(System.String)">
<summary>
<para>Reconstructs the recurrence information from a string in XML format.</para>
</summary>
<param name="val">A <see cref="T:System.String"/> value that is the string containing recurrence information in XML format.</param>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.Id">
<summary>
<para>Gets the recurrence info identifier.</para>
</summary>
<value>An object that is the identifier of the recurrence info instance.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.Month">
<summary>
<para>Gets or sets the month on which the appointment occurs.</para>
</summary>
<value>A positive integer value that specifies the month number. The default value is 1.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.OccurrenceCount">
<summary>
<para>Gets or sets how many times the appointment occurs.</para>
</summary>
<value>An integer value that specifies the number of occurrences.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.Periodicity">
<summary>
<para>Gets or sets the frequency with which the corresponding appointment occurs, with respect to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Type"/> property.</para>
</summary>
<value>An integer value that specifies the frequency with which the corresponding appointment occurs.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.Range">
<summary>
<para>Gets or sets the type of the recurrence range.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceRange"/> enumeration value that specifies the recurrences range type.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IRecurrenceInfo.Reset(DevExpress.XtraScheduler.RecurrenceType)">
<summary>
<para>Resets all recurrence information fields to their default values according to the specified recurrence type.</para>
</summary>
<param name="type">A <see cref="T:DevExpress.XtraScheduler.RecurrenceType"/> enumeration value which specifies the recurrence type.</param>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.Start">
<summary>
<para>Gets or sets the recurrences start date.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the start date for the recurrence.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.TimeZoneId">
<summary>
<para>Gets or sets the time zone identifier of the recurrence pattern.</para>
</summary>
<value>A string that is the key string identifier allowed for the System.TimeZoneInfo.Id property.</value>
</member>
<member name="M:DevExpress.XtraScheduler.IRecurrenceInfo.ToXml">
<summary>
<para>Creates an XML encoding of the recurrence information.</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents an XML encoding of the recurrence information object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.Type">
<summary>
<para>Gets or sets the time base for the frequency of the appointment occurrences.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceType"/> enumeration value that specifies the recurrence frequency type.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.WeekDays">
<summary>
<para>Gets or sets the day/days in a week on which the appointment occurs.</para>
</summary>
<value>The <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumerations value specifying the day/days in a week.</value>
</member>
<member name="P:DevExpress.XtraScheduler.IRecurrenceInfo.WeekOfMonth">
<summary>
<para>Gets or sets the occurrence number of the week in a month for the recurrence pattern.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration value that specifies a week in every month.</value>
</member>
<member name="T:DevExpress.XtraScheduler.IResourceFactory">
<summary>
<para>Provides methods for creating resources.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IResourceFactory.CreateResource">
<summary>
<para>Creates a new resource.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.IResourceStorageBase">
<summary>
<para>A base interface that defines a storage which holds resources for appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.IResourceStorageBase.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.IResourceStorageBase.AddRange(DevExpress.XtraScheduler.Resource[])">
<summary>
<para>Appends an array of resources to the storage.</para>
</summary>
<param name="resources">An array of <see cref="T:DevExpress.XtraScheduler.Resource"/> objects to append to the collection.</param>
</member>
<member name="P:DevExpress.XtraScheduler.IResourceStorageBase.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.IResourceStorageBase.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.IResourceStorageBase.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.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IResourceStorageBase.CreateResource(System.Object)">
<summary>
<para>Creates a new resource with the specified ID.</para>
</summary>
<param name="id">An object that is a unique resource identifier.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IResourceStorageBase.GetResourceById(System.Object)">
<summary>
<para>Gets a resource from the collection by its ID value.</para>
</summary>
<param name="resourceId">A <see cref="T:System.Object"/> which is a unique resource identifier.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object whose <see cref="P:DevExpress.XtraScheduler.IPersistentObject.Id"/> is equal to the specified resource ID. If no resource with the specified ID is found, then the empty resource (a resource with ID equal to <see cref="P:DevExpress.XtraScheduler.EmptyResourceId.Id"/> value) will be returned.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.IResourceStorageBase.LoadFromXml(System.IO.Stream)">
<summary>
<para>Loads resources from the stream in XML format 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.IResourceStorageBase.LoadFromXml(System.String)">
<summary>
<para>Loads resources from the specified file in XML format 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.IResourceStorageBase.Mappings">
<summary>
<para>Gets an object that specifies how persistent 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.IResourceStorageBase.Remove(DevExpress.XtraScheduler.Resource)">
<summary>
<para>Removes the specified resource from the storage.</para>
</summary>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the resource to be removed.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IResourceStorageBase.SaveToXml(System.IO.Stream)">
<summary>
<para>Saves resources from the resource storage to the specified stream in XML format.</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.IResourceStorageBase.SaveToXml(System.String)">
<summary>
<para>Saves resources from the resource storage to a file in XML format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file. If an empty string is specified, an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.IResourceStorageBase.SetResourceFactory(DevExpress.XtraScheduler.IResourceFactory)">
<summary>
<para>Assigns the specified resource factory to the <see cref="T:DevExpress.XtraScheduler.IResourceStorageBase"/>.</para>
</summary>
<param name="factory">An object, implementing the IResourceFactory interface, which specifies the new resource factory for the storage.</param>
</member>
<member name="T:DevExpress.XtraScheduler.ISchedulerMappingConverter">
<summary>
<para>Enables you to apply custom logic to a mapping.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerMappingConverter.Convert(System.Object,System.Type,System.Object)">
<summary>
<para>Converts a value.</para>
</summary>
<param name="obj">The value produced by the conversion source.</param>
<param name="targetType">The type to convert to.</param>
<param name="parameter">A conversion context used by a converter, such as the <see cref="T:System.Data.DataRowView"/>.</param>
<returns>The converted value.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerMappingConverter.ConvertBack(System.Object,System.Type,System.Object)">
<summary>
<para>Converts a value.</para>
</summary>
<param name="obj">The value produced by the conversion source.</param>
<param name="targetType">The type to convert to.</param>
<param name="parameter">A conversion context used by a converter, such as the <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance.</param>
<returns>The converted value.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.ISchedulerStorageBase">
<summary>
<para>A base platform-independent interface that defines a storage which holds the Scheduler data.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentChanging">
<summary>
<para>Fires before an appointments property changes.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.AppointmentCollectionCleared">
<summary>
<para>Fires after the appointment collection has been cleared.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentCollectionLoaded">
<summary>
<para>Fires after appointments have been loaded into the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDeleting">
<summary>
<para>Allows you to cancel an appointment deletion.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependencies">
<summary>
<para>Gets a storage object which manages dependencies between appointments.</para>
</summary>
<value>An object exposing the <see cref="T:DevExpress.XtraScheduler.IAppointmentDependencyStorage"/> interface that manages information on appointment dependencies for the scheduler.</value>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependenciesChanged">
<summary>
<para>Fires when the properties of the appointment dependency have been changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependenciesDeleted">
<summary>
<para>Fires after deletion of one or several appointment dependencies.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependenciesInserted">
<summary>
<para>Fires after one or several appointment dependencies have been added to the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependencyChanging">
<summary>
<para>Fires when the appointment dependency type is changing.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.AppointmentDependencyCollectionCleared">
<summary>
<para>Fires after the appointment dependency collection has been cleared.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependencyCollectionLoaded">
<summary>
<para>Fires after appointment dependencies have been loaded into the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependencyDeleting">
<summary>
<para>Allows you to cancel the deletion of an appointment dependency.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentDependencyInserting">
<summary>
<para>Allows you to cancel the insertion of an appointment dependency to the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentInserting">
<summary>
<para>Allows you to cancel the insertion of an appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.Appointments">
<summary>
<para>Gets a storage object that contains appointments.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStorageBase"/> object that is the storage for appointments.</value>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentsChanged">
<summary>
<para>Fires when the appointments properties have been changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentsDeleted">
<summary>
<para>Fires after deletion of one or several appointments.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.AppointmentsInserted">
<summary>
<para>Fires after one or several appointments have been added to the collection.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.
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="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>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is an appointment of the specified type.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.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>An object which allows MS Outlooks Calendar to be synchronized with the data in storage.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.CreateOutlookImporter">
<summary>
<para>Creates an object which allows you to control how data is imported from MS Outlooks Calendar.</para>
</summary>
<returns>An object which can import data from MS Outlooks Calendar.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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 object which can synchronize data in the storage with data in MS Outlooks Calendar.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.CreateResource(System.Object)">
<summary>
<para>Creates a resource for appointments.</para>
</summary>
<param name="resourceId">An object, that is a unique resource identifier.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.EnableReminders">
<summary>
<para>Gets or sets whether appointments can have associated reminders.</para>
</summary>
<value>true to enable reminders; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.EnableSmartFetch">
<summary>
<para>Gets or sets whether restrictive 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.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.ExportToOutlook">
<summary>
<para>Exports the data in the storage to the MS Outlook calendar.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.FetchAppointments">
<summary>
<para>Occurs before the <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> starts retrieving the appointments for the specified time interval.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.FilterAppointment">
<summary>
<para>Hides specific appointments in the Scheduler control.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.FilterDependency">
<summary>
<para>Hides specific appointment dependencies in the Gantt view.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.FilterReminderAlert">
<summary>
<para>Enables you to fire alerts only for specific reminders.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.FilterResource">
<summary>
<para>Hides specific resources in the Scheduler control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.GetAppointments(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which contains the required time interval.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.GetAppointments(DevExpress.XtraScheduler.TimeIntervalCollection)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time intervals.</para>
</summary>
<param name="intervals">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which contains the required time intervals.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time intervals.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.GetAppointments(System.DateTime,System.DateTime)">
<summary>
<para>Retrieves the collection of appointments that fall within the specified time interval.</para>
</summary>
<param name="start">A System.DateTime value that specifies the start time of the required time interval.</param>
<param name="end">A System.DateTime value that specifies the end time of the required time interval.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection of appointments which belong to the specified time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.GetAppointmentsCore(DevExpress.XtraScheduler.TimeInterval,System.Object)">
<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.ISchedulerStorageBase.GetObjectRow(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Returns the data row object which supplies data to the specified persistent object.</para>
</summary>
<param name="obj">An object exposed by the <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> interface. It can be the Scheduler persistent object (an appointment, resource or appointment dependency).</param>
<returns>A <see cref="T:System.Object"/> which is the source data object (or the data row), providing data for the persistent object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.GetResourceById(System.Object)">
<summary>
<para>Gets a resource contained in the storage 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"/> is equal to the specified resource ID. If no resource with the specified ID is found, then the empty resource (a resource with ID equal to the <see cref="P:DevExpress.XtraScheduler.EmptyResourceId.Id"/> value) will be returned.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.ImportFromOutlook">
<summary>
<para>Imports data from MS Outlooks Calendar to the schedulers storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.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 of the file from which the data will be loaded.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.RefreshData">
<summary>
<para>Updates the Scheduler control to reflect any changes made in the persistent object data sources.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.ReminderAlert">
<summary>
<para>Occurs when a reminder alert is invoked.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.ResourceChanging">
<summary>
<para>Fires when a resources property is about to be changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.ResourceCollectionCleared">
<summary>
<para>Fires after the resource collection has been cleared.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.ResourceCollectionLoaded">
<summary>
<para>Fires after resources have been loaded into the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.ResourceDeleting">
<summary>
<para>Allows canceling the deletion of a resource.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.ResourceInserting">
<summary>
<para>Allows you to cancel the addition of a resource.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.Resources">
<summary>
<para>Gets the object which manages resources for appointments.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceStorage"/> object which manages resources for appointments.</value>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.ResourcesChanged">
<summary>
<para>Occurs after modifying resource(s) in the storage.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.ResourcesDeleted">
<summary>
<para>Occurs after a resource(s) is deleted.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.ResourceSharing">
<summary>
<para>Gets or sets a value indicating whether an appointment can be associated with multiple resources.</para>
</summary>
<value>true if resource sharing is enabled; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraScheduler.ISchedulerStorageBase.ResourcesInserted">
<summary>
<para>Occurs when new resources are inserted into the scheduler storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.SetAppointmentDependencyFactory(DevExpress.XtraScheduler.IAppointmentDependencyFactory)">
<summary>
<para>Specifies the appointment dependency factory for use by the storage.</para>
</summary>
<param name="appointmentDependencyFactory">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.ISchedulerStorageBase.SetAppointmentFactory(DevExpress.XtraScheduler.IAppointmentFactory)">
<summary>
<para>Specifies the appointment factory for use by the storage.</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.ISchedulerStorageBase.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">A <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> class descendant which is the persistent object (<see cref="T:DevExpress.XtraScheduler.Appointment"/>, <see cref="T:DevExpress.XtraScheduler.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 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.ISchedulerStorageBase.SetResourceFactory(DevExpress.XtraScheduler.IResourceFactory)">
<summary>
<para>Specifies the resource factory for use by the storage.</para>
</summary>
<param name="resourceFactory">An object implementing the <see cref="T:DevExpress.XtraScheduler.IResourceFactory"/> interface which specifies the new resource factory for the scheduler storage.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.SupportsRecurrence">
<summary>
<para>Gets whether the scheduler storage can have recurrence information.</para>
</summary>
<value>True if the scheduler storage can contain appointment recurrence information; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ISchedulerStorageBase.SupportsReminders">
<summary>
<para>Gets whether the scheduler storage can have reminder data.</para>
</summary>
<value>True if the scheduler storage can contain reminder data; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ISchedulerStorageBase.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.ISchedulerStorageBase.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.ISchedulerStorageBase.TimeZoneId">
<summary>
<para>Gets or sets the time zone in which the storage 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="P:DevExpress.XtraScheduler.ISchedulerStorageBase.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="N:DevExpress.XtraScheduler.Localization">
<summary>
<para>Contains classes that help to adapt the Scheduler UI to different languages.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Localization.SchedulerLocalizer">
<summary>
<para>Provides localized strings for the Scheduler user interface elements.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Localization.SchedulerLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Localization.SchedulerLocalizer"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Localization.SchedulerLocalizer.Active">
<summary>
<para>Gets or sets a localizer object providing localization of the user interface at runtime.</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Localization.SchedulerLocalizer.CreateDefaultLocalizer">
<summary>
<para>Returns a localizer object, which provides resources based on the threads language and regional settings (culture).</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the threads culture.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Localization.SchedulerLocalizer.CreateResXLocalizer">
<summary>
<para>Returns a localizer object which provides resources based on the threads language and regional settings (culture).</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object which provides resources based on the threads culture.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Localization.SchedulerLocalizer.GetString(DevExpress.XtraScheduler.Localization.SchedulerStringId)">
<summary>
<para>Returns a localized string for the specified string identifier.</para>
</summary>
<param name="id">A <see cref="T:DevExpress.XtraScheduler.Localization.SchedulerStringId"/> enumeration value identifying the string to localize.</param>
<returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Localization.SchedulerStringId">
<summary>
<para>Lists values of localizable strings.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Day">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Days">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “days”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_DaysShort">
<summary>
<para>Abbreviation used in the resulting string of the <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> method.</para>
<para>Default Value: “d”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Hour">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “hour”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Hours">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “hours”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_HoursShort">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “h”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Minute">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “minute”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Minutes">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_MinutesShort1">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “m”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_MinutesShort2">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “min”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Month">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “month”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Months">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “months”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Week">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Weeks">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “weeks”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_WeeksShort">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “w”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Year">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “year”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Abbr_Years">
<summary>
<para>Abbreviation used in the resulting strings of the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> and <see cref="M:DevExpress.XtraScheduler.Native.HumanReadableTimeSpanHelper.ToString(System.TimeSpan)"/> methods.</para>
<para>Default Value: “years”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Appointment_EndContinueText">
<summary>
<para>Format string used to display text in the appointment which spans beyond the visible interval.</para>
<para>Default Value: “To {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Appointment_StartContinueText">
<summary>
<para>Format string used to display text in the appointment which spans beyond the visible interval.</para>
<para>Default Value: “From {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_Anniversary">
<summary>
<para>The Anniversary appointment label caption in the Appointment Editor</para>
<para>Default Value: “Anniversary”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_Birthday">
<summary>
<para>The Birthday appointment label caption in the Appointment Editor</para>
<para>Default Value: “Birthday”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_Business">
<summary>
<para>The Business appointment label caption in the Appointment Editor</para>
<para>Default Value: “Business”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_Important">
<summary>
<para>The Important appointment label caption in the Appointment Editor</para>
<para>Default Value: “Important”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_MustAttend">
<summary>
<para>The Must Attend appointment label caption in the Appointment Editor</para>
<para>Default Value: “Must Attend”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_NeedsPreparation">
<summary>
<para>The Needs Preparation appointment label caption in the Appointment Editor</para>
<para>Default Value: “Needs Preparation”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_None">
<summary>
<para>The appointment without label caption in the Appointment Editor</para>
<para>Default Value: “None”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_Personal">
<summary>
<para>The Personal appointment label caption in the Appointment Editor</para>
<para>Default Value: “Personal”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_PhoneCall">
<summary>
<para>The Phone Call appointment label caption in the Appointment Editor</para>
<para>Default Value: “Phone Call”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_TravelRequired">
<summary>
<para>The Travel Required appointment label caption in the Appointment Editor</para>
<para>Default Value: “Travel Required”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.AppointmentLabel_Vacation">
<summary>
<para>The Vacation appointment label caption in the Appointment Editor</para>
<para>Default Value: “Vacation”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_10Minutes">
<summary>
<para>The text which identifies a <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> with a 10 minute time span.</para>
<para>Default Value: “10 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_15Minutes">
<summary>
<para>A text which identifies a <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> with a 15 minute time span.</para>
<para>Default Value: “15 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_20Minutes">
<summary>
<para>A text which identifies a <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> with a 20 minute time span.</para>
<para>Default Value: “20 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_30Minutes">
<summary>
<para>A text which identifies a <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> with a 30 minute time span.</para>
<para>Default Value: “30 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_5Minutes">
<summary>
<para>A text which identifies a <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> with a 5 minute time span.</para>
<para>Default Value: “5 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_60Minutes">
<summary>
<para>A text which identifies a <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> with a 60 minute time span.</para>
<para>Default Value: “60 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_6Minutes">
<summary>
<para>A text which identifies a <see cref="T:DevExpress.XtraScheduler.TimeSlot"/> with a 6 minute time span.</para>
<para>Default Value: “6 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AgendaViewDescription">
<summary>
<para>The Agenda View button description in the Scheduler Command UI.</para>
<para>Default Value: “Switch to the Agenda view. Displays a list of upcoming events”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AllDay">
<summary>
<para>Text for all-day appointments in the printout created as described in the How to: Print a Scheduler and Show its Print Preview document.</para>
<para>Default Value: “All day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AllDayResource">
<summary>
<para>A text used in the Agenda View to display the time interval of the appointment that occupies the entire day (the all-day appointment, an appointment with the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> property set to true).Default Value: “All day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AllResources">
<summary>
<para>Text of the Resources kind combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.</para>
<para>Default Value: “All resources”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Appointment">
<summary>
<para>A pattern used to format the Appointment Edit window caption.Default Value: “{0} - Appointment”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AppointmentDependencyTypeFinishToFinish">
<summary>
<para>The Finish-To-Finish appointment dependency caption at the Appointment Dependency window.Default Value: “Finish-To-Finish (FF)”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AppointmentDependencyTypeFinishToStart">
<summary>
<para>The Finish-To-Start appointment dependency caption at the Appointment Dependency window.Default Value: “Finish-To-Start (FS)”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AppointmentDependencyTypeStartToFinish">
<summary>
<para>The Start-To-Finish appointment dependency caption at the Appointment Dependency window.Default Value: “Start-To-Finish (SF)”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_AppointmentDependencyTypeStartToStart">
<summary>
<para>The Start-To-Start appointment dependency caption at the Appointment Dependency window.Default Value: “Start-To-Start (SS)”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Busy">
<summary>
<para>The Busy appointment status caption.</para>
<para>Default Value: “Busy”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_CalendarDetailsPrintStyle">
<summary>
<para>The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “Calendar Details Style”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_CheckMappings">
<summary>
<para>The caption of the smart tag displayed for the databound SchedulerControl at design time.</para>
<para>Default Value: “Check Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ColorConverterBlackAndWhite">
<summary>
<para>The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “Black And White”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ColorConverterFullColor">
<summary>
<para>The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “Full Color”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ColorConverterGrayScale">
<summary>
<para>The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “Gray Scale”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_DailyPrintStyle">
<summary>
<para>The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value: “Daily Style”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_DayViewDescription">
<summary>
<para>The Day View button description in the Scheduler Command UI.</para>
<para>Default Value: “Switch to the Day view. The most detailed view of appointments for a specific day(s).”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_DecreaseVisibleResourcesCount">
<summary>
<para>The Resource Navigator button caption.</para>
<para>Default Value: “Decrease visible resource count”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_EmptyResource">
<summary>
<para>The caption of the empty item in the Resource combo box located in the Edit Appointment dialog.</para>
<para>Default Value:“(Any)”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Event">
<summary>
<para>A pattern for the Add All Day Event window caption.</para>
<para>Default Value: “{0} &#0045; Event”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_FirstVisibleResources">
<summary>
<para>The Resource Navigator button caption.</para>
<para>Default Value: “First”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Free">
<summary>
<para>The Free appointment status caption.</para>
<para>Default Value: “Free”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_FullWeekViewDescription">
<summary>
<para>The Full Week View button description in the Scheduler Command UI.</para>
<para>Default Value: “Switch to the Full Week View. Displays appointments for the entire week.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_GanttViewDescription">
<summary>
<para>The Gantt View button description in the Scheduler Command UI.</para>
<para>Default Value: “Switch to the Gantt View. Project management view that shows appointments and their dependencies in relation to time.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_GroupByDate">
<summary>
<para>Text of the Group by combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.</para>
<para>Default Value: “Date”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_GroupByDateDescription">
<summary>
<para>The Group by Date button description in the Scheduler Command UI.</para>
<para>Default Value:“Group appointments by date.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_GroupByNone">
<summary>
<para>Text of the Group by combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.Default Value: “None”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_GroupByNoneDescription">
<summary>
<para>The Group by None button description in the Scheduler Command UI.</para>
<para>Default Value: “Ungroup appointments.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_GroupByResourceDescription">
<summary>
<para>The Group by Resource button description in the Scheduler Command UI.</para>
<para>Default Value: “Group appointments by resource.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_GroupByResources">
<summary>
<para>Text of the Group by combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.Default Value: “Resources”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_IncreaseVisibleResourcesCount">
<summary>
<para>The Resource Navigator button caption.</para>
<para>Default Value: “Increase visible resources count”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_LastVisibleResources">
<summary>
<para>The Resource Navigator button caption.</para>
<para>Default Value: “Last”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_MappingsValidation">
<summary>
<para>The caption of the smart tag displayed for the databound SchedulerControl at design time.</para>
<para>Defaul Value: “Mappings Validation”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_MappingsWizard">
<summary>
<para>The caption of the smart tag displayed for the databound SchedulerControl at design time.</para>
<para>Default Value: “Mappings Wizard…”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_MemoPrintStyle">
<summary>
<para>The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “Memo Style”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ModifyAppointmentDependencyMappingsTransactionDescription">
<summary>
<para>Identifies a transaction of the Visual Studio Designer.</para>
<para>Default Value: “Modify Appointment Dependency Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ModifyAppointmentDependencyStorageTransactionDescription">
<summary>
<para>Identifies a transaction of the Visual Studio Designer.</para>
<para>Default Value: “Modify Appointment Dependency Storage”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ModifyAppointmentMappingsTransactionDescription">
<summary>
<para>Identifies a transaction of the Visual Studio Designer.</para>
<para>Default Value: “Modify Appointment Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ModifyAppointmentStorageTransactionDescription">
<summary>
<para>Identifies a transaction of the Visual Studio Designer.</para>
<para>Default Value: “Modify Appointment Storage”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ModifyResourceMappingsTransactionDescription">
<summary>
<para>Identifies a transaction of the Visual Studio Designer.</para>
<para>Default Value: “Modify Resource Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ModifyResourceStorageTransactionDescription">
<summary>
<para>Identifies a transaction of the Visual Studio Designer.</para>
<para>Default Value: “Modify Resource Storage”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_MonthlyPrintStyle">
<summary>
<para>The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value: “Monthly Style”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_MonthViewDescription">
<summary>
<para>The Month View button description in the Scheduler Command UI.</para>
<para>Default Value: “Switch to the Month (Multi&#0045;Week) view. Calendar view useful for long&#0045;term plans.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_NAppointmentsAreSelected">
<summary>
<para>The text of the label on the Reminder Alert form. The text is displayed if two or more appointments are selected in the list.Default Value: “{0} appointments are selected”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_NextAppointment">
<summary>
<para>The caption of the Navigation Button.</para>
<para>Default Value: “Next Appointment”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_NextVisibleResources">
<summary>
<para>The tooltip text of the Resource Navigator button.</para>
<para>Default Value: “Next”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_NextVisibleResourcesPage">
<summary>
<para>The tooltip text of the Resource Navigator button.</para>
<para>Default Value: “Next Page”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_NoneRecurrence">
<summary>
<para>Text to print in the Memo style printout for non-recurring appointment.</para>
<para>Default Value: “(None)”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_NoneReminder">
<summary>
<para>Text caption of the item in the RepositoryItemDuration editor.</para>
<para>Default Value: “None”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_OnScreenResources">
<summary>
<para>Text of the Resources kind combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.</para>
<para>Default Value: “OnScreen resources”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_OutOfOffice">
<summary>
<para>The Out Of Office appointment status caption.</para>
<para>Default Value: “Out Of Office”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_PleaseSeeAbove">
<summary>
<para>Text used in the Memo Style appointments printout.</para>
<para>Default Value: “Please see above”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_PrevAppointment">
<summary>
<para>The caption of the Navigation Button.</para>
<para>Default Value: Previous Appointment</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_PrevVisibleResources">
<summary>
<para>The tooltip text of the Resource Navigator button.</para>
<para>Default Value: “Previous”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_PrevVisibleResourcesPage">
<summary>
<para>The tooltip text of the Resource Navigator button.</para>
<para>Default Value: “Previous Page”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ReadOnly">
<summary>
<para>Text used in the caption of the appointment editing form to indicate that the appointment is read-only.</para>
<para>Default Value: “[Read only]”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Recurrence">
<summary>
<para>Default Value: Recurrence</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_RecurrenceEndTime">
<summary>
<para>Row header text for the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.End"/> value in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.</para>
<para>Default Value: “End:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_RecurrenceLocation">
<summary>
<para>Row header text for the <see cref="P:DevExpress.XtraScheduler.Appointment.Location"/> value of the appointment pattern. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.</para>
<para>Default Value: “Location:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_RecurrencePattern">
<summary>
<para>Row header text for the recurrence pattern description. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.</para>
<para>Default Value: “Recurrence Pattern:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_RecurrenceShowTimeAs">
<summary>
<para>Row header text for the appointment status value. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.</para>
<para>Default Value: “Show Time As:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_RecurrenceStartTime">
<summary>
<para>Row header text for the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> value of the appointment pattern. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.</para>
<para>Default Value: “Start:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_RecurrenceSubject">
<summary>
<para>Row header text for the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> value of the appointment pattern. Printed in the Memo style printout, created as described in the How to: Print a Scheduler and Show its Print Preview document.</para>
<para>Default Value: “Location:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Reminder">
<summary>
<para>The text used in the format string for the Reminder Alert form caption. The text is displayed if the form contains a single appointment.Default Value: “Reminder:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Reminders">
<summary>
<para>The text used in the format string for the Reminder Alert form caption. The text is displayed if the form contains more than one appointment.Default Value: “Reminders:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ResourceAll">
<summary>
<para>Denotes all resources in the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl"/> item list.Default Value: “(All)”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ResourceNone">
<summary>
<para>Text of the item that specifies that no resource is selected in the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesComboBoxControl"/> or the <see cref="T:DevExpress.XtraScheduler.UI.ResourcesPopupCheckedListBoxControl"/>.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_SetupAppointmentDependencyStorage">
<summary>
<para>The caption of the Appointment Dependency Mapping Wizard window.Default Value: “Setup Dependency Storage”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_SetupAppointmentMappings">
<summary>
<para>The caption of the Appointment Mapping Wizard window.Default Value: “Setup Appointment Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_SetupAppointmentStorage">
<summary>
<para>The caption of the Appointment Mapping Wizard window.Default Value: “Setup Appointment Storage”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_SetupDependencyMappings">
<summary>
<para>The caption of the Appointment Dependency Mapping Wizard window.Default Value: “Setup Dependency Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_SetupResourceMappings">
<summary>
<para>The caption of the Resource Mapping Wizard window.Default Value: “Setup Resource Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_SetupResourceStorage">
<summary>
<para>The caption of the Resource Mapping Wizard window.Default Value: “Setup Resource Mappings”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ShadingApplyToAllDayArea">
<summary>
<para>A text of the checkbox used in the Shading setup form to specify that the shading is applied to the all-day area. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “All Day Area”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ShadingApplyToAppointments">
<summary>
<para>A text of the checkbox used in the Shading setup form to specify that shading is used to display appointments. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Appointments”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ShadingApplyToAppointmentStatuses">
<summary>
<para>A text of the checkbox used in the Shading setup form to specify that the shading is used to display appointment statuses. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Appointment statuses”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ShadingApplyToCells">
<summary>
<para>A text of the checkbox used in the Shading setup form to specify that shading is used to display cells. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Cells”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ShadingApplyToHeaders">
<summary>
<para>A text of the checkbox used in the Shading setup form to specify that shading is used to display View Headers. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Headers”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_ShadingApplyToTimeRulers">
<summary>
<para>A text of the checkbox used in the Shading setup form to specify that shading is used to display Time Rulers. The Shading setup form is invoked from the Shading combobox editor located on the Page Setup form.Default Value: “Time Rulers”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_SplitAppointment">
<summary>
<para>Menu caption of the DevExpress.XtraScheduler.Commands.SplitAppointmentOperationCommand command.Default Value: “Split”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_StartTime">
<summary>
<para>Text used in a format string which displays appointment start time on the Reminder form.</para>
<para>Default Value: “Start:”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_Tentative">
<summary>
<para>The Tentative appointment status caption.</para>
<para>Default Value: “Tentative”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_TimelineViewDescription">
<summary>
<para>The Timeline View button description in the Scheduler Command UI.</para>
<para>Default Value “Switch to the Timeline view. Plots appointments in relation to time.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_TrifoldPrintStyle">
<summary>
<para>The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value: “Tri-fold Style”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_UntitledAppointment">
<summary>
<para>Text used in a caption of the Appointment form invoked for a newly created appointment.</para>
<para>Default Value: “Untitled”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_VisibleResources">
<summary>
<para>Text of the Resources kind combo box item. The combo box editor is located on the Resources tab of the Page Setup dialog.</para>
<para>Default Value: “Visible resources”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekDaysEveryDay">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekDays.EveryDay"/> value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysEdit"/> control.</para>
<para>Default Value: “Day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekDaysWeekendDays">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekDays.WeekendDays"/> value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysEdit"/> control.</para>
<para>Default Value: “Weekend day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekDaysWorkDays">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekDays.WorkDays"/> value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekDaysEdit"/> control.</para>
<para>Default Value: “Weekday”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeeklyPrintStyle">
<summary>
<para>The text of the Style name combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.Default Value:“Weekly Style”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekOfMonthFirst">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekOfMonth.First"/> enumeration value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit"/> control.</para>
<para>Default Value: “First”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekOfMonthFourth">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekOfMonth.Fourth"/> enumeration value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit"/> control.</para>
<para>Default Value: “Fourth”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekOfMonthLast">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekOfMonth.Last"/> enumeration value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit"/> control.</para>
<para>Default Value: “Last”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekOfMonthSecond">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekOfMonth.Second"/> enumeration value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit"/> control.</para>
<para>Default Value: “Second”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekOfMonthThird">
<summary>
<para>The text of the item specifying the <see cref="F:DevExpress.XtraScheduler.WeekOfMonth.Third"/> enumeration value in the <see cref="T:DevExpress.XtraScheduler.UI.WeekOfMonthEdit"/> control.</para>
<para>Default Value: “Third”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WeekViewDescription">
<summary>
<para>The Week View button description in the Scheduler Command UI.</para>
<para>Default Value: “Switch to the Week view. Arranges appointments for a particular week in a compact form.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WorkingElsewhere">
<summary>
<para>The Working Elsewhere appointment status caption.</para>
<para>Default Value: “Working Elsewhere”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Caption_WorkWeekViewDescription">
<summary>
<para>The Work Week View button description in the Scheduler Command UI.</para>
<para>Default Value: “Switch to the Work Week view. Detailed view for the working days in a certain week.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DateTimeAutoFormat_Week">
<summary>
<para>A list of format strings used to display a date in the <see cref="T:DevExpress.XtraScheduler.TimeScaleWeek"/> caption within the Timeline view. A format string is automatically selected from the list for each time scale header. The selection criteria is the length of the visual representation of the date which uses a particular format string. The string must fit the time scale header.</para>
<para>The format strings are:</para>
<para>dddd, MMMM d, yyyy\r\ndddd, MMMM d\r\ndddd, MMM d\r\nddd, MMMM d\r\nddd, MMM d\r\nddd, MM d\r\nMM/dd\r\nM/d</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DateTimeAutoFormat_WithoutYear">
<summary>
<para>A list of format strings used to display a date in the <see cref="T:DevExpress.XtraScheduler.TimeScaleDay"/> caption within the Timeline view. A format string is automatically selected from the list for each time scale header. The selection criteria is the length of the visual representation of the date which uses a particular format string. The string must fit the time scale header.</para>
<para>The format strings are:</para>
<para>dddd, MMMM d\r\nddd, MMMM d\r\nddd d\r\nM/d\r\ndd</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DefaultToolTipStringFormat_SplitAppointment">
<summary>
<para>A format string used to display a tooltip for the appointment split tool.</para>
<para>Default Value: “{0} : step {1}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_CellsAutoHeight">
<summary>
<para>The DevExpress.XtraScheduler.Commands.SwitchCellsAutoHeightCommand command description displayed as a tooltip of the command button in the Scheduler Command UI.</para>
<para>Default Value: “Enable a time cell to automatically adjust its size to accommodate appointments it contains.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ChangeAppointmentReminderUI">
<summary>
<para>The DevExpress.XtraScheduler.Commands.ChangeAppointmentReminderUICommand command description.</para>
<para>Default Value: “Choose when to be reminded of the selected appointment.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ChangeSnapToCellsUI">
<summary>
<para>The DevExpress.XtraScheduler.Commands.ChangeSnapToCellsUICommand command description.</para>
<para>Default Value: “Specify a snapping mode for displaying appointments within time cells.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ChangeTimelineScaleWidth">
<summary>
<para>The DevExpress.XtraScheduler.Commands.ChangeTimelineScaleWidthUICommand command description.</para>
<para>Default Value: “Specify column width in pixels for the base scale.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_CompressWeekend">
<summary>
<para>The DevExpress.XtraScheduler.Commands.SwitchCompressWeekendCommand command description.</para>
<para>Default Value: “Show Saturday and Sunday compressed into a single column.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_CreateAppointmentDependency">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.AppointmentCreateDependencyOperationCommand command.</para>
<para>Default Value: “Create dependency between appointments”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_DeleteAppointment">
<summary>
<para>The tooltip text of the DevExpress.XtraScheduler.Commands.DeleteAppointmentsCommandBase command.</para>
<para>Default Value: “Delete the selected appointment(s).”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_DeleteAppointmentDependency">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.DeleteAppointmentDependenciesCommand command.</para>
<para>Default Value: “Delete appointment dependency.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_DeleteOccurrence">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.Internal.DeleteOccurrenceUICommand command.</para>
<para>Default Value: “Delete Occurrence.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_DeleteSeries">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.Internal.DeleteSeriesUICommand command.</para>
<para>Default Value: “Create dependency between appointments”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_EditAppointmentDependency">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.EditAppointmentDependencyCommand command.</para>
<para>Default Value: “Edit appointment dependency.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_GotoToday">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.GotoTodayCommand command.</para>
<para>Default Value: “Change the date displayed in the current view to the current date.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_LabelAs">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelUICommand command.</para>
<para>Default Value: “Change the selected appointment label.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_NavigateBackward">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.Internal.ServiceNavigateViewBackwardCommand command.</para>
<para>Default Value: “Step back in time as suggested by the current view.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_NavigateForward">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.Internal.ServiceNavigateViewForwardCommand command.</para>
<para>Default Value: “Advance forward in time as suggested by the current view.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_NewAppointment">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.NewAppointmentCommand command.</para>
<para>Default Value: “Create a new appointment.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_NewRecurringAppointment">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.NewRecurringAppointmentCommand command.</para>
<para>Default Value: “Create a new recurring appointment.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_OpenAppointment">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.EditSingleAppointmentCommand command.</para>
<para>Default Value: “Open the selected appointment.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_OpenOccurrence">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.EditOccurrenceUICommand command.</para>
<para>Default Value: “Open this meeting occurrence.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_OpenSchedule">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.OpenScheduleCommand command.</para>
<para>Default Value: “Import a schedule from a file (.ics).”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_OpenSeries">
<summary>
<para>A description of the DevExpress.XtraScheduler.Internal.Commands.EditSeriesUICommand command.</para>
<para>Default Value: “Open this meeting series.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_Print">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.PrintCommand command.</para>
<para>Default Value: “Send the schedule directly to the default printer without making changes.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_PrintPageSetup">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.PrintPageSetupCommand command.</para>
<para>Default Value: “Customize the page appearance and configure various printing options.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_PrintPreview">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.PrintPreviewCommand command.</para>
<para>Default Value: “Preview and make changes to pages before printing.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_SaveSchedule">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.SaveScheduleCommand command.</para>
<para>Default Value: “Save a schedule to a file (.ics).”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ShowTimeAs">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusUICommand command.</para>
<para>Default Value: “Change the selected appointment status.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ShowWorkTimeOnly">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.SwitchShowWorkTimeOnlyCommand command.</para>
<para>Default Value: “Show only working hours in the calendar.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_SplitAppointment">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.SplitAppointmentOperationCommand command.</para>
<para>Default Value: “Split the selected appointment in two by dragging a splitter line.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_TimeScalesMenu">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.SwitchTimeScalesUICommand command.</para>
<para>Default Value: “Change the time scale.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ToggleRecurrence">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.ToggleRecurrenceCommand command.</para>
<para>Default Value: “Make the selected appointment recurring, or edit the recurrence pattern. “</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ViewZoomIn">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.ViewZoomInCommand command.</para>
<para>Default Value: “Perform scaling up to display content in more detail.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DescCmd_ViewZoomOut">
<summary>
<para>A description of the DevExpress.XtraScheduler.Commands.ViewZoomOutCommand command.</para>
<para>Default Value: “Perform scaling down to display a broader look of the View.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.DisplayName_Appointment">
<summary>
<para>Default Value: “Appointment.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.FlyoutCaption_End">
<summary>
<para>The caption displayed in the Appointment Flyout before the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property value.</para>
<para>Default value: “End”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.FlyoutCaption_Location">
<summary>
<para>The caption displayed in the Appointment Flyout before the <see cref="P:DevExpress.XtraScheduler.Appointment.Location"/> property value.</para>
<para>Default value: “Location”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.FlyoutCaption_Reminder">
<summary>
<para>The caption displayed in the Appointment Flyout before the <see cref="P:DevExpress.XtraScheduler.Appointment.Reminder"/> property value.</para>
<para>Default value: “Reminder”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.FlyoutCaption_Start">
<summary>
<para>The caption displayed in the Appointment Flyout before the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property value.</para>
<para>Default value: “Start”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Format_CopyNOf">
<summary>
<para>Format string used to display a new style name in the Define Print Style dialog invoked by clicking the Define Styles… button on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “Copy ({0}) of {1}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Format_CopyOf">
<summary>
<para>Format string used to display a new style name in the Define Print Style dialog invoked by clicking the Define Styles… button on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “Copy of {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Format_TimeBeforeStart">
<summary>
<para>Format string used to display items in the Click Snooze to be reminded again in: combo box of the Reminder form.</para>
<para>Default Value: “{0} before start”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MemoPrintDateFormat">
<summary>
<para>Format string used to print Start and End values in the Memo print style.</para>
<para>Default Value: “{0} {1} {2}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_10Minutes">
<summary>
<para>The text of a menu item specifying a time scale with 10 minute increments.</para>
<para>Default Value: “10 &amp;Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_15Minutes">
<summary>
<para>The text of a menu item specifying a time scale with 15 minute increments.</para>
<para>Default Value: “&amp;15 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_20Minutes">
<summary>
<para>The text of a menu item specifying a time scale with 20 minute increments.</para>
<para>Default Value: “&amp;20 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_30Minutes">
<summary>
<para>The text of a menu item specifying a time scale with 30 minute increments.</para>
<para>Default Value: “&amp;30 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_5Minutes">
<summary>
<para>The text of a menu item specifying a time scale with 5 minute increments.</para>
<para>Default Value: “&amp;5 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_60Minutes">
<summary>
<para>The text of a menu item specifying a time scale with 60 minute increments.</para>
<para>Default Value: “6&amp;0 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_6Minutes">
<summary>
<para>The text of a menu item specifying a time scale with 6 minute increments.</para>
<para>Default Value: “&amp;6 Minutes”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentCancel">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentDragCancelCommand command.</para>
<para>Default Value: “C&amp;ancel”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentCopy">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentDragCopyCommand command.</para>
<para>Default Value: “&amp;Copy”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelAnniversary">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Copy”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelBirthday">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Birthday”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelBusiness">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Business”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelImportant">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Important”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelMustAttend">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “Must &amp;Attend”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelNeedsPreparation">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Needs Preparation”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelNone">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;None”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelPersonal">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Personal”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelPhoneCall">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “Phone &amp;Call”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelTravelRequired">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Travel Required”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentLabelVacation">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelCommand command.</para>
<para />
<para>Default Value: “&amp;Vacation”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_AppointmentMove">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentDragMoveCommand command.</para>
<para>Default Value: “Mo&amp;ve”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_Busy">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.</para>
<para />
<para>Default Value: “&amp;Busy”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_CellsAutoHeight">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchCellsAutoHeightCommand command.</para>
<para />
<para>Default Value: “Cell Auto Height”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ChangeAppointmentReminderUI">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentReminderUICommand command.</para>
<para />
<para>Default Value: “Reminder”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ChangeSnapToCellsUI">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeSnapToCellsUICommand command.</para>
<para />
<para>Default Value: “Snap to Cells”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ChangeTimelineScaleWidth">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeTimelineScaleWidthUICommand command.</para>
<para />
<para>Default Value: “Scale Width”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_CompressWeekend">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchCompressWeekendCommand command.</para>
<para />
<para>Default Value: “Compress Weekend”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_CreateAppointmentDependency">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.AppointmentCreateDependencyOperationCommand command.</para>
<para />
<para>Default Value: “Create Dependency”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_CustomizeCurrentView">
<summary>
<para>Default Value: “&amp;Customize Current View…”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_CustomizeTimeRuler">
<summary>
<para>Default Value: “Customize Time Ruler…”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_DeleteAppointment">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.DeleteAppointmentsCommandBase command.</para>
<para />
<para>Default Value: “&amp;Delete”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_DeleteAppointmentDependency">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.DeleteAppointmentDependenciesCommand command.</para>
<para />
<para>Default Value: “&amp;Delete”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_DeleteOccurrence">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.internal.DeleteOccurrenceUICommand command.</para>
<para />
<para>Default Value: “Delete Occurrence”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_DeleteSeries">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.DeleteSeriesUICommand command.</para>
<para />
<para>Default Value: “Delete Series”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_EditAppointmentDependency">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.EditAppointmentDependencyCommand command.</para>
<para />
<para>Default Value: “&amp;Edit”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_EditSeries">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.EditRecurrencePatternCommand command.</para>
<para />
<para>Default Value: “&amp;Edit Series”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_Free">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.</para>
<para />
<para>Default Value: “&amp;Free”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_GotoDate">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.GotoDateCommand command.</para>
<para />
<para>Default Value: “&amp;Go to Date…”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_GotoThisDay">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.GotoThisDayCommand command.</para>
<para />
<para>Default Value: “Go to This &amp;Day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_GotoToday">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.GotoTodayCommand command.</para>
<para />
<para>Default Value: “Go to &amp;Today”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_LabelAs">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentLabelUICommand command.</para>
<para />
<para>Default Value: “&amp;Label As”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_NavigateBackward">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ServiceNavigateViewBackwardCommand command.</para>
<para />
<para>Default Value: “Backward”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_NavigateForward">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ServiceNavigateViewForwardCommand command.</para>
<para />
<para>Default Value: “Forward”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_NewAllDayEvent">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.NewAllDayAppointmentCommand command.</para>
<para />
<para>Default Value: “New All Day &amp;Event”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_NewAppointment">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.NewAppointmentCommand command.</para>
<para />
<para>Default Value: “New App&amp;ointment”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_NewRecurringAppointment">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.NewRecurringAppointmentCommand command.</para>
<para />
<para>Default Value: “New Recurring &amp;Appointment”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_NewRecurringEvent">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.NewRecurringAllDayAppointmentCommand command.</para>
<para />
<para>Default Value: “New Recurring E&amp;vent”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_None">
<summary>
<para>The menu caption of a command that does not have caption.</para>
<para />
<para>Default Value: empty string</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_OpenAppointment">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.EditSingleAppointmentCommand command.</para>
<para />
<para>Default Value: “&amp;Open”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_OpenOccurrence">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.EditOccurrenceUICommand command.</para>
<para />
<para>Default Value: “Open Occurrence”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_OpenSchedule">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.OpenScheduleCommand command.</para>
<para />
<para>Default Value: “Open”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_OpenSeries">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.EditSeriesUICommand command.</para>
<para />
<para>Default Value: “Open Series”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_OtherSettings">
<summary>
<para>Default Value: “Other Sett&amp;ings…”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_OutOfOffice">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.</para>
<para />
<para>Default Value: “&amp;Out Of Office”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_Print">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.PrintCommand command.</para>
<para />
<para>Default Value: “Quick Print”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_PrintAppointment">
<summary>
<para>Default Value: “&amp;Print”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_PrintPageSetup">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.PrintPageSetupCommand command.</para>
<para />
<para>Default Value: “Page &amp;Setup”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_PrintPreview">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.PrintPreviewCommand command.</para>
<para />
<para>Default Value: “Print &amp;Preview”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_RestoreOccurrence">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.RestoreOccurrenceCommand command.</para>
<para />
<para>Default Value: “&amp;Restore Default State”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SaveSchedule">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SaveScheduleCommand command.</para>
<para />
<para>Default Value: “Save”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ShowTimeAs">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusUICommand command.</para>
<para />
<para>Default Value: “&amp;Show Time As”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ShowWorkTimeOnly">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchShowWorkTimeOnlyCommand command.</para>
<para />
<para>Default Value: “Working Hours”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToAgendaView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “&amp;Agenda View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToDayView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “&amp;Day View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToFullWeekView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “&amp;Full Week View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToGanttView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “&amp;Gantt View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToGroupByDate">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchToGroupByDateCommand command.</para>
<para />
<para>Default Value: “&amp;Group by Date”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToGroupByNone">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchToGroupByNoneCommand command.</para>
<para />
<para>Default Value: “&amp;Group by None”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToGroupByResource">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchTOGroupByResourceCommand command.</para>
<para />
<para>Default Value: “&amp;Group by Resource”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToMonthView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “&amp;Month View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToTimelineView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “&amp;Timeline View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToWeekView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “&amp;Month View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchToWorkWeekView">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand command.</para>
<para />
<para>Default Value: “Wo&amp;rk Week View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_SwitchViewMenu">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SwitchViewCommand and the DevExpress.XtraScheduler.Commands.SwitchTimeScaleCommand commands.</para>
<para />
<para>Default Value: “Change View To”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_Tentative">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.</para>
<para />
<para>Default Value: “&amp;Tentative”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleCaptionsMenu">
<summary>
<para>The group menu caption of commands used to enable time scale captions in the Timeline view.</para>
<para>Default Value: “Time Scale &amp;Captions”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleDay">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleHour">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Hour”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleMonth">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Month”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleQuarter">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Quarter”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScalesMenu">
<summary>
<para>The group menu caption of commands used to enable time scales in the Timeline view.</para>
<para>Default Value: “&amp;Time Scales”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleWeek">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleWorkDay">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Work Day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleWorkHour">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Work Hour”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_TimeScaleYear">
<summary>
<para>The menu caption used for the DevExpress.XtraScheduler.Commands.TimeScaleEnableCommand and DevExpress.XtraScheduler.Commands.TimeScaleVisibleCommand commands.</para>
<para />
<para>Default Value: “&amp;Year”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ToggleRecurrence">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ToggleRecurrenceCommand command.</para>
<para />
<para>Default Value: “Recurrence”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ViewZoomIn">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ViewZoomInCommand command.</para>
<para />
<para>Default Value: “Zoom In”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_ViewZoomOut">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ViewZoomOutCommand command.</para>
<para />
<para>Default Value: “Zoom Out”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.MenuCmd_WorkingElsewhere">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.ChangeAppointmentStatusCommand command.</para>
<para />
<para>Default Value: “&amp;Working Elsewhere”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_ApplyToAllStyles">
<summary>
<para>The text of the confirmation message box invoked when Apply settings to all styles is checked in the Page Setup dialog.</para>
<para>Default Value: “Apply current printer settings to all styles?”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_CantFitIntoPage">
<summary>
<para>Default Value: “Its impossible to fit the printing output into a single page using the current printing settings. Please try to increase the page height or decrease the PrintTime interval.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_Conflict">
<summary>
<para>The text of the message box that appears on an attempt to close the appointment editing form and save an appointment that conflicts with other appointments.</para>
<para>Default Value: “An edited appointment conflicts with one or several other appointments.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_DateOutsideLimitInterval">
<summary>
<para>Default Value: “The date you entered is outside the limit interval.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_DuplicateCustomFieldMappings">
<summary>
<para>Default Value: “Duplicate custom field name. Revise the mappings: \r\n{0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_DuplicateMappingMember">
<summary>
<para>The text used in the error message generated by the SchedulerStorage when the <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> contains incorrect mappings.</para>
<para>Default Value: “The {0} member mapping is not unique: “</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_iCalendar_AppointmentsImportWarning">
<summary>
<para>The text of an exception which is thrown when certain iCalendar items cannot be imported.</para>
<para>Default Value: “Cannot import some appointment”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_iCalendar_NotValidFile">
<summary>
<para>The text of an exception which is thrown when an invalid .ics file is specified for an import operation.</para>
<para>Default Value: “Invalid Internet Calendar file”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InconsistentRecurrenceInfoMapping">
<summary>
<para>The text of an error that may occur during a consistency check for appointments loaded in the AppointmentStorage.</para>
<para>Default Value: “To support recurrence you must map both RecurrenceInfo and Type members.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_IncorrectMappingsQuestion">
<summary>
<para>Confirmation message returned when trying to save incorrect mappings in the Mappings Wizard.</para>
<para>Default Value: “Incorrect mappings. Continue anyway?\r\nDetails:\r\n”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InternalError">
<summary>
<para>Default Value: “Internal error!”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidAppointmentDuration">
<summary>
<para>The text of an error that may occur in the Appointment Recurrence form.</para>
<para>Default Value: “Invalid value specified for the interval duration. Please enter a positive value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidDayCount">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid day count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidDayCountValue">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid day count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidDayNumber">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid day number. Please enter an integer value from 1 to {0}.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidDayNumberValue">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid day number. Please enter an integer value from 1 to {0}.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidDayOfWeek">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “No day selected. Please select at least one day in the week.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidDayOfWeekForDailyRecurrence">
<summary>
<para>The text of an exception that is thrown on an incorrect value assignment to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.WeekDays"/> property.</para>
<para>Default Value: “Invalid day of week for a daily recurrence. Only WeekDays.EveryDay, WeekDays.WeekendDays and WeekDays.WorkDays are valid in this context.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidEndDate">
<summary>
<para>The text of an error that may occur in the Appointment Editing form.</para>
<para>Default Value: “The date you entered occurs before the start date.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidInputFile">
<summary>
<para>Default Value: “Input file is invalid.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidMonthCount">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid month count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidMonthCountValue">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid month count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidOccurrencesCount">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid occurrences count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidOccurrencesCountValue">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid occurrences count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidReminderTimeBeforeStart">
<summary>
<para>The text of an error that may occur in the Appointment Recurrence form.</para>
<para>Default Value: “Invalid value specified for the before event reminders time. Please enter a positive value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidSize">
<summary>
<para>The text of an error that may occur in the Page Setup form when specifying the paper size.</para>
<para>Default Value: “Invalid value specified for the size.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidTimeOfDayInterval">
<summary>
<para>Default Value: “Invalid duration for the TimeOfDayInterval”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidWeekCount">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid week count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidWeekCountValue">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Invalid week count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidYearCount">
<summary>
<para>Default Value: “Invalid year count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_InvalidYearCountValue">
<summary>
<para>Default Value: “Invalid year count. Please enter a positive integer value.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_IsNotValid">
<summary>
<para>The text used in exception messages.</para>
<para>Default Value: “‘{0} is not a valid value for {1}’”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_LoadCollectionFromXml">
<summary>
<para>The text of an exception that is thrown by the SchedulerStorage in bound mode when it attempts to load appointments from xml.</para>
<para>Default Value: “The scheduler needs to be in unbound mode to load collection items from xml.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_MappingsCheckPassedOk">
<summary>
<para>The text of an information message displayed by the Mappings Wizard.</para>
<para>Default Value: “Mappings are correct!”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_MemoPrintNoSelectedItems">
<summary>
<para>The text of an error message displayed when the Scheduler is printed using the Memo style and no appointments are selected.</para>
<para>Default Value: “Cannot print unless an item is selected. Select an item, and then try to print again.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_MissingMappingMember">
<summary>
<para>The text used in the error message generated by the SchedulerStorage when the <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> has missing mappings.</para>
<para>Default Value: “Missing {1} member of the {0} property mapping.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_MissingRequiredMapping">
<summary>
<para>The text used in the error message generated by the SchedulerStorage when the <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> is missing required mappings.</para>
<para>Default Value: “The required mapping for the {0} property is missing.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_NoMappingForObject">
<summary>
<para>Default Value: “The following required mappings for the object \r\n {0} are not assigned”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_OutlookCalendarNotFound">
<summary>
<para>The text of an exception which is thrown in an import/export operation with MS Outlook if an Outlook calendar is not found.</para>
<para>Default Value: “The {0} calendar is not found.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_OverflowTimeOfDayInterval">
<summary>
<para>Default Value: “Invalid value for the TimeOfDayInterval. Should be less than or equal to a day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_PrintStyleNameExists">
<summary>
<para>The text of the warning message displayed when a duplicate style name is specified when adding a new style in the Page Setup dialog.</para>
<para>Default Value: “The style name {0} already exists. Type another name.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_RecurrenceExceptionsWillBeLost">
<summary>
<para>The text of the warning message box invoked when the end-user changes the recurrence rule of the recurrence series which has exceptions.</para>
<para>Default Value: “Any exceptions associated with this recurring appointment will be lost. Proceed?”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_SaveBeforeClose">
<summary>
<para>The text of a message prompting the user to save changes before closing an appointment editing form.</para>
<para>Default Value: “Want to save your changes?”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_Warning">
<summary>
<para>Default Value: “Warning!”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_WarningAppointmentDeleted">
<summary>
<para>Default Value: “The appointment has been deleted by another user.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_WarningDayNumber">
<summary>
<para>The text of an error that may occur during recurrence validation.</para>
<para>Default Value: “Some months have fewer than {0} days. For these months, the occurrences will fall on the last day of the month.”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Msg_XtraSchedulerNotAssigned">
<summary>
<para>Default Value: “The SchedulerStorage component is not assigned to the SchedulerControl”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintCalendarDetailsControlDayPeriod">
<summary>
<para>The text of an item in the Start a new page each combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Calendar Details Style is selected in the Style name combo box editor.</para>
<para>Default Value: “Day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintCalendarDetailsControlMonthPeriod">
<summary>
<para>The text of an item in the Start a new page each combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Calendar Details Style is selected in the Style name combo box editor.</para>
<para>Default Value: “Month”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintCalendarDetailsControlWeekPeriod">
<summary>
<para>The text of an item in the Start a new page each combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Calendar Details Style is selected in the Style name combo box editor.</para>
<para>Default Value: “Week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintMonthlyOptControlOnePagePerMonth">
<summary>
<para>The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Monthly Style is selected in the Style name combo box editor.</para>
<para>Default Value: “1 page/month”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintMonthlyOptControlTwoPagesPerMonth">
<summary>
<para>The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Monthly Style is selected in the Style name combo box editor.</para>
<para>Default Value: “2 page/month”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintMoreItemsMsg">
<summary>
<para>The text printed in the time cell if not all contained appointments are printed. This may happen if a time cell contains more appointments than it can fit in the print area.</para>
<para>Default Value: “More items…”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintNoPrintersInstalled">
<summary>
<para>Default Value: “No printers installed”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintPageSetupFormatTabControlCustomizeShading">
<summary>
<para>The text of the Shading combo box item. The combo box editor is located on the Format tab of the Page Setup dialog.</para>
<para>Default Value: “&lt;Customize…&gt;</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintPageSetupFormatTabControlSizeAndFontName">
<summary>
<para>The format string used to display items in the Fonts combo boxes on the Format tab of the Page Setup dialog.</para>
<para>Default Value:“{0} pt. {1}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintPageSetupFormCaption">
<summary>
<para>The text of a warning message displayed on an attempt to print from the Page Setup form if there are no printers installed in the system.</para>
<para />
<para>Default Value: “No printers installed”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintRangeControlInvalidDate">
<summary>
<para>The text of the warning message displayed when an incorrect Start date and End date are set on the Format tab of the Page Setup dialog.</para>
<para>Default Value:“End date must be greater or equal to the start date”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintTimeIntervalControlInvalidDuration">
<summary>
<para>The text of the tooltip displayed when the TimeOfDayIntervalEditControl combo box fails validation because an incorrect value is entered. The control, labeled Duration, is located on the Format tab of the Page Setup dialog.</para>
<para>Default Value:“Duration must be not greater than a day and greater than 0”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintTimeIntervalControlInvalidStartEndTime">
<summary>
<para>Default Value:“End time must be greater than the start time””</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintTriFoldOptControlDailyCalendar">
<summary>
<para>The text of an item in a combo box that specifies a calendar style for the section of the trifold-style calendar. The option is available if the Tri-fold Style is selected on the Format tab of the Page Setup dialog.</para>
<para>Default Value:“Daily Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintTriFoldOptControlMonthlyCalendar">
<summary>
<para>The text of an item in a combo box that specifies a calendar style for the section of the trifold-style calendar. The option is available if the Tri-fold Style is selected on the Format tab of the Page Setup dialog.</para>
<para>Default Value:“Monthly Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintTriFoldOptControlWeeklyCalendar">
<summary>
<para>The text of an item in a combo box that specifies a calendar style for the section of the trifold-style calendar. The option is available if the Tri-fold Style is selected on the Format tab of the Page Setup dialog.</para>
<para>Default Value:“Weekly Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintWeeklyOptControlOneWeekPerPage">
<summary>
<para>The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Weekly Style is selected in the Style name combo box editor.</para>
<para>Default Value: “1 page/week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.PrintWeeklyOptControlTwoWeekPerPage">
<summary>
<para>The text of an item in the Layout combobox located in the Page Setup dialog on the Format tab. This combobox is visible when the Weekly Style is selected in the Style name combo box editor.</para>
<para>Default Value: “2 page/week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Reporting_NotAssigned_TimeCells">
<summary>
<para>The text displayed in the Visual Studio Designer for the <see cref="T:DevExpress.XtraScheduler.Reporting.TimeIntervalInfo"/>, <see cref="T:DevExpress.XtraScheduler.Reporting.ResourceInfo"/> and <see cref="T:DevExpress.XtraScheduler.Reporting.FormatTimeIntervalInfo"/> controls if the TimeCells property is not set.</para>
<para>Default Value: “Required TimeCells control is not assigned”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.Reporting_NotAssigned_View">
<summary>
<para>The text displayed in the Designer for view-based Scheduler Reporting Controls if the View property is not set.</para>
<para>Default Value: “Required View component is not assigned”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.String_to">
<summary>
<para>This value is used to construct a string that indicates an appointment interval in the Agenda View.</para>
<para>Default Value: “to”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextAppointmentSnapToCells_Always">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.SnapToCellsMode"/> option in the Scheduler Command UI.</para>
<para>Default Value: “Always”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextAppointmentSnapToCells_Auto">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.SnapToCellsMode"/> option in the Scheduler Command UI.</para>
<para>Default Value: “Auto”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextAppointmentSnapToCells_Disabled">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.SnapToCellsMode"/> option in the Scheduler Command UI.</para>
<para>Default Value: “Disabled”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextAppointmentSnapToCells_Never">
<summary>
<para>The menu caption of the DevExpress.XtraScheduler.Commands.SetSnapToCellCommand used to specify the <see cref="P:DevExpress.XtraScheduler.AppointmentDisplayOptions.SnapToCellsMode"/> option in the Scheduler Command UI.</para>
<para>Default Value: “Never”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDailyPatternString_EveryDay">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “every {1} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDailyPatternString_EveryDays">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “every {2} {1} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDailyPatternString_EveryWeekDay">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “every weekday {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDailyPatternString_EveryWeekend">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “every weekend {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDuration_ForPattern">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0} {1}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDuration_FromForDays">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “from {0} for {1} “</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDuration_FromForDaysHours">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “from {0} for {1} {2}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDuration_FromForDaysHoursMinutes">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “from {0} for {1} {2} {3}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDuration_FromForDaysMinutes">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “from {0} for {1} {3}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextDuration_FromTo">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “from {0} to {1}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextMonthlyPatternString_SubPattern">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “of every {0} {1} {2}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextMonthlyPatternString1">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “day {3} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextMonthlyPatternString2">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “the {1} {2} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextRecurrenceTypeDaily">
<summary>
<para>The text used to print the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Daily"/> value in the Memo print style.</para>
<para>Default Value: “Daily”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextRecurrenceTypeHourly">
<summary>
<para>The text used to print the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Hourly"/> value in the Memo print style.</para>
<para>Default Value: “Hourly”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextRecurrenceTypeMinutely">
<summary>
<para>The text used to print the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Minutely"/> value in the Memo print style.</para>
<para>Default Value: “Minutely”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextRecurrenceTypeMonthly">
<summary>
<para>The text used to print the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Monthly"/> value in the Memo print style.</para>
<para>Default Value: “Monthly”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextRecurrenceTypeWeekly">
<summary>
<para>The text used to print the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Weekly"/> value in the Memo print style.</para>
<para>Default Value: “Weekly”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextRecurrenceTypeYearly">
<summary>
<para>The text used to print the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Yearly"/> value in the Memo print style.</para>
<para>Default Value: “Yearly”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_0Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “unspecified day of week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_1Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_2Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0} and {1}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_3Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0}, {1}, and {2}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_4Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0}, {1}, {2}, and {3}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_5Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0}, {1}, {2}, {3}, and {4}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_6Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0}, {1}, {2}, {3}, {4}, and {5}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeekly_7Day">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{0}, {1}, {2}, {3}, {4}, {5}, and {6}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeeklyPatternString_EveryWeek">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “every {3} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextWeeklyPatternString_EveryWeeks">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “every {1} {2} on {3} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextYearlyPattern_YearsString1">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “{3} {4} of every {1} {2} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextYearlyPattern_YearsString2">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “the {5} {6} of {3} every {1} {2} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextYearlyPattern_YearString1">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “every {3} {4} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TextYearlyPattern_YearString2">
<summary>
<para>A format string used by the <see cref="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)"/> method.</para>
<para>Default Value: “the {5} {6} of {3} {0}”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TimeScaleDisplayName_Day">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimeScaleDay"/> class.</para>
<para>Default Value: “Day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TimeScaleDisplayName_Hour">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimeScaleHour"/> class.</para>
<para>Default Value: “Hour”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TimeScaleDisplayName_Month">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimeScaleMonth"/> class.</para>
<para>Default Value: “Month”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TimeScaleDisplayName_Quarter">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimeScaleQuarter"/> class.</para>
<para>Default Value: “Quarter”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TimeScaleDisplayName_Week">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimeScaleWeek"/> class.</para>
<para>Default Value: “Week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.TimeScaleDisplayName_Year">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimeScaleYear"/> class.</para>
<para>Default Value: “Year”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.UD_SchedulerReportsToolboxCategoryName">
<summary>
<para>The name of the End-User Report Designer toolbox category containing Scheduler Reporting controls.</para>
<para />
<para>Default Value: “Scheduler Controls”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_Agenda">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.AgendaView"/> class.</para>
<para>Default Value: “Agenda Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_Day">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.DayView"/> class.</para>
<para>Default Value: “Day Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_FullWeek">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> class.</para>
<para>Default Value: “Full Week Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_Gantt">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.GanttView"/> class.</para>
<para>Default Value: “Gantt View”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_Month">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.MonthView"/> class.</para>
<para>Default Value: “Month Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_Timeline">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimelineView"/> class.</para>
<para>Default Value: “Timeline Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_Week">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.WeekView"/> class.</para>
<para>Default Value: “Week Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewDisplayName_WorkDays">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.DisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.DayView"/> class.</para>
<para>Default Value: “Work Week Calendar”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_Agenda">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.AgendaView"/> class.</para>
<para>Default Value: “Agenda”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_Day">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.DayView"/> class.</para>
<para>Default Value: “Day”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_FullWeek">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.FullWeekView"/> class.</para>
<para>Default Value: “Full Week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_Gantt">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.GanttView"/> class.</para>
<para>Default Value: “Gantt”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_Month">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.MonthView"/> class.</para>
<para>Default Value: “Month”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_Timeline">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.TimelineView"/> class.</para>
<para>Default Value: “Timeline”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_Week">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.WeekView"/> class.</para>
<para>Default Value: “Week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.ViewShortDisplayName_WorkDays">
<summary>
<para>A value of the <see cref="P:DevExpress.XtraScheduler.SchedulerViewBase.ShortDisplayName"/> property for the <see cref="T:DevExpress.XtraScheduler.WorkWeekView"/> class.</para>
<para>Default Value: “Work Week”</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.Localization.SchedulerStringId.VS_SchedulerReportsToolboxCategoryName">
<summary>
<para>The name of the Visual Studio Designer toolbox category containing Scheduler Reporting controls.</para>
<para />
<para>Default Value: “DX.{0}: Scheduler Reporting”</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.MappingBase">
<summary>
<para>Serves as the base class for classes that provide mapping of the properties of persistent objects (appointments or resources) to appropriate data fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MappingBase.GetValue(System.Object)">
<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.MappingBase.GetValueCore(System.Object)">
<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.MappingBase.Member">
<summary>
<para>Gets or sets the name of the member in a datasource which should be mapped to the specific property.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the data member to be mapped.</value>
</member>
<member name="P:DevExpress.XtraScheduler.MappingBase.Name">
<summary>
<para>Gets or sets the name of the property which should be mapped to a specific member in a datasource.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the property name to be mapped.</value>
</member>
<member name="M:DevExpress.XtraScheduler.MappingBase.SetValue(System.Object,System.Object)">
<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.MappingBase.SetValueCore(System.Object,System.Object)">
<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.MappingBase.Type">
<summary>
<para>Gets the mappings type.</para>
</summary>
<value>A <see cref="T:System.Type"/> object which represents the mappings type.</value>
</member>
<member name="T:DevExpress.XtraScheduler.MappingCollection">
<summary>
<para>Represents a collection of mappings of the persistent properties of persistent objects (appointments or resources) to appropriate data fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MappingCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.MappingCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MappingCollection.CheckMappings(System.Collections.Generic.IEnumerable{System.String})">
<summary>
<para>Determines whether the mappings specified by their names are set in the current collection.</para>
</summary>
<param name="mappingNames">A collection of mapping names.</param>
<returns>True if all specified mappings are set; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.MappingCollection.FillDataObject(System.Object,DevExpress.XtraScheduler.IPersistentObject)">
<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.MappingCollection.FillPersistentObject(DevExpress.XtraScheduler.IPersistentObject,DevExpress.Data.DataController,System.Int32)">
<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.MappingCollection.FillPersistentObject(DevExpress.XtraScheduler.IPersistentObject,System.Object)">
<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.MappingConversionBehavior">
<summary>
<para>Lists converter locations in the data processing chain.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.MappingConversionBehavior.BetweenFieldAndMapping">
<summary>
<para>Processes data coming from a data field to the data conversion procedure inherent for default mapping (Convert method) and data coming from default mapping to the data field (ConvertBack method).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.MappingConversionBehavior.BetweenMappingAndProperty">
<summary>
<para>Processes data coming from the procedure inherent for default mapping to the objects property (Convert method) and data coming from the objects property to the related mapping (ConvertBack method).</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.MappingConversionBehavior.InPlaceOfMapping">
<summary>
<para>Processes data coming from the data field to the objects property (Convert method) and data coming from the objects property to the data field (ConvertBack method). Default mapping procedures are bypassed.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.MappingInfoBase`1">
<summary>
<para>Serves as the base class for classes which represent mappings of data fields to default persistent objects properties.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MappingInfoBase`1.GetRequiredMappingNames">
<summary>
<para>Gets the names of the mappings which are required for correct operation.</para>
</summary>
<returns>A string array, containing mapping names.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.MonthIntervalCollection">
<summary>
<para>Contains time intervals of a month duration.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.MonthIntervalCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.MonthIntervalCollection"/> class with the default settings.</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.AppointmentConflictsCalculator">
<summary>
<para>Enables you to discover conflicting appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentConflictsCalculator.#ctor(DevExpress.XtraScheduler.AppointmentBaseCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Native.AppointmentConflictsCalculator"/> class with specified appointment collection.</para>
</summary>
<param name="appointments">AN <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> that is the collection of appointments.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentConflictsCalculator.CalculateConflicts(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Returns a collection of appointments that conflict with the specified one, within the time interval.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to be checked for conflicts with appointments in the <see cref="T:DevExpress.XtraScheduler.Native.AppointmentConflictsCalculator"/> collection.</param>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the time span for which the check is performed.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object, which contains conflicting appointments.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Native.AppointmentConflictsCalculator.IsIntersecting(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Indicates whether the specified time interval is shared between appointments assigned to a specified resource.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, that is the time span being queried.</param>
<param name="resource">A <see cref="T:DevExpress.XtraScheduler.Resource"/> object, that is a resource by which appointments are filtered.</param>
<returns>true if appointment time intervals intersect; otherwise, false.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Native.CustomField">
<summary>
<para>Represents a custom field that may contain additional arbitrary information for an appointment or resource.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.CustomField.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Native.CustomField"/> class with the default settings.</para>
</summary>
<param name="name">A string, that represents a name of the custom field used to identify it or bind to a data source.</param>
<param name="val">A <see cref="T:System.Object"/> that represents the additional information the custom field contains.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Native.CustomField.Name">
<summary>
<para>Gets or sets the name of a custom field.</para>
</summary>
<value>A string that represents a name of a custom field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Native.CustomField.Value">
<summary>
<para>Gets or sets the value of a custom field.</para>
</summary>
<value>A <see cref="T:System.Object"/> value that represents the information contained in a custom field.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Native.PersistentObjectStorageReloadEventArgs">
<summary>
<para>Provides data for the OnAppointmentsReload and OnResourcesReload events. Internal use only.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Native.PersistentObjectStorageReloadEventArgs.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Native.PersistentObjectStorageReloadEventArgs"/> class with specified settings.</para>
</summary>
<param name="keepNonPersistentInformation">true to keep non-persistent information on reloading; otherwise, false.</param>
</member>
<member name="P:DevExpress.XtraScheduler.Native.PersistentObjectStorageReloadEventArgs.KeepNonPersistentInformation">
<summary>
<para>Flag used to signal whether the volatile information should be retained on reloading. Internal use only.</para>
</summary>
<value>true to keep non-persistent information on reloading; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Native.PersistentObjectStorageReloadEventHandler">
<summary>
<para>Represents a method that will handle the internal OnAppointmentsReload and OnResourcesReload events.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.Native.PersistentObjectStorageReloadEventArgs"/> class instance containing event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.OccurrenceCalculator">
<summary>
<para>Enables you to calculate the occurrences for a given recurrent appointment.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.CalcLastOccurrenceIndex(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Calculates the index of the last element in the occurrence series.</para>
</summary>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the pattern for calculating the occurrence series.</param>
<returns>An integer that is the index of the last element in the series.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.CalcOccurrences(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Creates a sequence of appointments for the specified pattern within the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, that is the interval in which the occurrences are created.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object, that is the pattern of recurrence series.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object, that is a collection of occurrences.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.CalcOccurrenceStartTime(System.Int32)">
<summary>
<para>Calculates the lowest boundary for the start time of the occurrence, with the specified index within the calculators chain.</para>
</summary>
<param name="index">An integer, which is the index of the occurrence within the calculators time interval.</param>
<returns>A <see cref="T:System.DateTime"/> object, representing the beginning of a time frame enclosing the occurrence.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.CalcSequenceInterval(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Calculates the time interval occupied with the recurrent series.</para>
</summary>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that is the pattern of the recurrent series.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that is the time interval occupied by the appointment series.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.CreateInstance(DevExpress.XtraScheduler.IRecurrenceInfo,System.TimeZoneInfo)">
<summary>
<para>Creates an instance of the OccurrenceCalculator for the specified recurrence information and time zone.</para>
</summary>
<param name="info">A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object containing the appointment recurrence information.</param>
<param name="operationTimeZone">The <see cref="T:System.TimeZoneInfo"/> object that specifies the time zone for which the start and end time of appointment occurrences are calculated.</param>
<returns>An instance of the <see cref="T:DevExpress.XtraScheduler.OccurrenceCalculator"/> class.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.CreateInstance(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Creates an instance of the OccurrenceCalculator for the specified recurrence information.</para>
</summary>
<param name="info">A <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object containing the appointment recurrence information.</param>
<returns>An instance of the <see cref="T:DevExpress.XtraScheduler.OccurrenceCalculator"/> class.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.FindFirstOccurrenceIndex(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Searches for the first occurrence which corresponds to the pattern, and is located within the specified interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the time span to be searched.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance, which is the pattern for the occurrence chain.</param>
<returns>An integer value, which is the index of the first appointment from the occurrence chain that falls within the specified interval, or -1 if the specified interval can not contain an occurrence.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.FindLastOccurrenceIndex(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Searches for the last occurrence which corresponds to the pattern, and is located within the specified interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object, representing the time span to be searched.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance, which is the pattern for the occurrence chain.</param>
<returns>An integer value, which is the index of the last appointment from the occurrence chain that falls within the specified interval, or -1 if the specified interval can not contain an occurrence.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.FindNextOccurrenceTimeAfter(System.DateTime,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Searches for the first occurrence which corresponds to the pattern, and starts after the specified time.</para>
</summary>
<param name="after">A <see cref="T:System.DateTime"/> object, representing the time after which the search is performed.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance, which is the pattern for the occurrence series.</param>
<returns>A <see cref="T:System.DateTime"/> value, representing the start time of the first appointment in the occurrence chain that starts after the specified time, or the DateTime.MaxValue in the case of an unsuccessful search.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.FindOccurrenceIndex(System.DateTime,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Searches for the occurrence which belongs to the pattern series and starts at the specified date.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> object, which is the start date of the occurrence to search for.</param>
<param name="pattern">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance, which is the pattern for the occurrence series.</param>
<returns>An integer value, which is the index of the appointment in the occurrence series, or -1 if the search fails.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.OccurrenceCalculator.IsDstShifted(System.Int32)">
<summary>
<para>Gets whether the occurrence falls on the Daylight Saving Time shift.</para>
</summary>
<param name="occurrenceIndex">An integer that is the occurrence index in the recurrent series.</param>
<returns>True, if the specified appointment occurrence is in the DST shift; otherwise, false.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObject">
<summary>
<para>Base class for appointments, resources and <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> objects.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.Assign(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Copies all settings from the object passed as the parameter to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> object whose settings are assigned to the current object.</param>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.BeginUpdate">
<summary>
<para>Locks the object until the EndUpdate or CancelUpdate method is called.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.CancelUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.PersistentObject"></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.PersistentObject.CanDelete">
<summary>
<para>Raises the <see cref="E:DevExpress.XtraScheduler.PersistentObjectStorage`1.ObjectDeleting"/> event to determine whether the object can be deleted.</para>
</summary>
<returns>true if the persistent object can be deleted; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObject.CustomFields">
<summary>
<para>Gets the collection of custom fields bound to the persistent object.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"/> object representing the collection of the persistent objects custom fields.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObject.DeferChangingToEndUpdate">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.Delete">
<summary>
<para>Attempts to delete the persistent object from the collection to which it belongs.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.DeleteCore">
<summary>
<para>Deletes the persistent object from its storage.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.Dispose">
<summary>
<para>Disposes of the <see cref="T:DevExpress.XtraScheduler.PersistentObject"/> object.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.EndUpdate">
<summary>
<para>Unlocks the <see cref="T:DevExpress.XtraScheduler.PersistentObject"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.FromXml(System.String)">
<summary>
<para>Reconstructs a persistent object from an XML encoding.</para>
</summary>
<param name="val">A <see cref="T:System.String"/> value that specifies the XML encoding to use to reconstruct the persistent object.</param>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.GetSourceObject(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Returns the data object that is bound to the current persistent object.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.SchedulerStorageBase"/> object that represents the storage control which owns the persistent object.</param>
<returns>A <see cref="T:System.Object"/> that is the data source object which is bound to the persistent object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObject.Id">
<summary>
<para>Gets a persistent object identifier previously retrieved from an external database or set at runtime.</para>
</summary>
<value>An object that is the identifier.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObject.IsDisposed">
<summary>
<para>Gets whether the current object has been disposed of.</para>
</summary>
<value>true if the current object has been disposed of; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObject.IsUpdateLocked">
<summary>
<para>Gets whether the persistent object is locked while it is being updated.</para>
</summary>
<value>true if the persistent object is locked; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.OnContentChanged">
<summary>
<para>The method is called upon modification of the persistent object.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.OnContentChanging(System.String,System.Object,System.Object)">
<summary>
<para>Called before a persistent object is modified.</para>
</summary>
<param name="propertyName">A string that is the name of the property being changed.</param>
<param name="oldValue">An object that is the value of the property before modification.</param>
<param name="newValue">An object that is the value of the property if modification succeeds.</param>
<returns>True, if the change has been canceled; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.RaiseChildDeleting(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
</summary>
<param name="obj">An object whose child objects are being deleted.</param>
<returns>True if deletion operation is allowed in the StateChanging event handler; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.RaiseDeleting">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
</summary>
<returns>True if the object deletion is allowed; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.RollbackObjectState(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Restores object properties to their initial state.</para>
</summary>
<param name="objectToRollback">A <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> instance whose properties are restored.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObject.RowHandle">
<summary>
<para>Gets or sets a value that identifies the data row bound to the persistent object.</para>
</summary>
<value>The handle (identifier) of the data row in the data source.</value>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObject.ToXml">
<summary>
<para>Creates an XML encoding of the persistent object.</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents an XML encoding of the persistent object.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObjectCancelEventArgs">
<summary>
<para>Provides data for the persistent object events of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> that have a cancel option.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectCancelEventArgs.#ctor(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.PersistentObjectCancelEventArgs"/> class with the specified settings.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> value which is the events persistent object. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.PersistentObjectEventArgs.Object"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectCancelEventArgs.Cancel">
<summary>
<para>Gets or sets whether to cancel the operation.</para>
</summary>
<value>true to cancel the operation performed on the event; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObjectCancelEventHandler">
<summary>
<para>Represents a method that will handle the persistent object events of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> that have a cancel option.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.PersistentObjectCancelEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObjectEventArgs">
<summary>
<para>Provides data for the persistent object events of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectEventArgs.#ctor(DevExpress.XtraScheduler.IPersistentObject)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.PersistentObjectEventArgs"/> class with the specified settings.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> value which is the events persistent object. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.PersistentObjectEventArgs.Object"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectEventArgs.Object">
<summary>
<para>Gets the persistent object (appointment, resource or appointment dependency) for which the event occurs.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.IPersistentObject"/> object for which the event occurs.</value>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObjectEventHandler">
<summary>
<para>Represents a method that will handle the persistent object events of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/>.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.PersistentObjectEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObjectsEventArgs">
<summary>
<para>Provides data for the persistent objects events of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.PersistentObjectsEventArgs.#ctor(System.Collections.IList)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.PersistentObjectsEventArgs"/> class with the specified <see cref="T:System.Collections.IList"/> object.</para>
</summary>
<param name="objects">A <see cref="T:System.Collections.IList"/> object which will contain the events persistent objects. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.PersistentObjectsEventArgs.Objects"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.PersistentObjectsEventArgs.Objects">
<summary>
<para>Gets the persistent objects for which the event occurs.</para>
</summary>
<value>A <see cref="T:System.Collections.IList"/> object which is the collection of persistent objects for which the event occurs.</value>
</member>
<member name="T:DevExpress.XtraScheduler.PersistentObjectsEventHandler">
<summary>
<para>Represents a method that will handle the persistent objects events of the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/>.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.PersistentObjectsEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.RecurrenceInfo">
<summary>
<para>Contains a recurring appointments reoccurrence information.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.#ctor(System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class with the specified start date and end date.</para>
</summary>
<param name="start">A <see cref="T:System.DateTime"/> value that specifies the start date of the recurrence. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Start"/> property.</param>
<param name="end">A <see cref="T:System.DateTime"/> value that specifies the end date of the recurrence. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.End"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.#ctor(System.DateTime,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class with the specified start date and count value.</para>
</summary>
<param name="start">A <see cref="T:System.DateTime"/> value that specifies the start date of the recurrence. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Start"/> property.</param>
<param name="occurrenceCount">An integer value that specifies the count value of the recurrence. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.OccurrenceCount"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.#ctor(System.DateTime,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class with the specified start date and duration.</para>
</summary>
<param name="start">A <see cref="T:System.DateTime"/> value that specifies the start date of the recurrence. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Start"/> property.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> value that specifies the duration of the recurrence. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Duration"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.#ctor(System.DateTime)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class with the specified start date.</para>
</summary>
<param name="start">A <see cref="T:System.DateTime"/> value that specifies the start date of the recurrence. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Start"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.AllDay">
<summary>
<para>This property is obsolete and remains for backward compatibility.</para>
</summary>
<value>Always false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.Assign(DevExpress.XtraScheduler.IRecurrenceInfo,System.Boolean)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object passed as a parameter.</para>
</summary>
<param name="src">An <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object whose settings are assigned to the current object.</param>
<param name="assignId">True to copy the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> object identifier; otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.Assign(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.</para>
</summary>
<param name="src">An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.DayNumber">
<summary>
<para>Gets or sets the ordinal number of a day within a defined month.</para>
</summary>
<value>A positive integer value that specifies the day number within a month. The default value is 1.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.Duration">
<summary>
<para>Gets or sets the recurrences duration.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value that specifies the duration of the recurrence.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.End">
<summary>
<para>Gets or sets the recurrences end date.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the end date for the recurrence.</value>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.Equals(DevExpress.XtraScheduler.RecurrenceInfo)">
<summary>
<para>Determines whether the specified <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object is equal to the current <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> instance.</para>
</summary>
<param name="recurrenceInfo">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.RecurrenceInfo"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> 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.RecurrenceInfo"/> instance; otherwise false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.FirstDayOfWeek">
<summary>
<para>Gets or sets the day which will be the first day of the week used for calculating occurrences.</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week.</value>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.FromXml(System.String)">
<summary>
<para>Reconstructs the recurrence information from an XML encoding.</para>
</summary>
<param name="val">A <see cref="T:System.String"/> value that specifies the XML encoding to use to reconstruct the recurrence information.</param>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.GetDescription(DevExpress.XtraScheduler.Appointment,System.DayOfWeek)">
<summary>
<para>Returns a human readable description of the recurrence pattern for the specified appointment.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment whose recurrence pattern is to be converted into a human readable description.</param>
<param name="firstDayOfWeek">A <see cref="T:System.DayOfWeek"/> enumeration value which specifies the day of the week that is considered to be the first when calculating the recurrence pattern for the appointment. The current setting for the first day of the week can be obtained via the <see cref="P:DevExpress.XtraScheduler.SchedulerControl.FirstDayOfWeek"/> property.</param>
<returns>A <see cref="T:System.String"/>, which is a human readable description of the appointments recurrence pattern. Localizable.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.GetHashCode">
<summary>
<para>Serves as a hash function for a <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> class.</para>
</summary>
<returns>A hash code for the current <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.Month">
<summary>
<para>Gets or sets the month on which the corresponding appointment reoccurs.</para>
</summary>
<value>A positive integer value that specifies the month number. The default value is 1.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.OccurrenceCount">
<summary>
<para>Gets or sets how many times the appointment occurs.</para>
</summary>
<value>An integer value that specifies how many times the appointment occurs.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity">
<summary>
<para>Gets or sets the frequency with which the corresponding appointment reoccurs, with respect to the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Type"/> property.</para>
</summary>
<value>An integer value that specifies the frequency with which the corresponding appointment reoccurs.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.Range">
<summary>
<para>Gets or sets the type of the recurrence range.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceRange"/> enumeration value that specifies the recurrences range type.</value>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.Reset(DevExpress.XtraScheduler.RecurrenceType)">
<summary>
<para>Resets all recurrence information fields to their default values according to the specified recurrence type.</para>
</summary>
<param name="type">A <see cref="T:DevExpress.XtraScheduler.RecurrenceType"/> enumeration value which specifies the recurrence type.</param>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.Start">
<summary>
<para>Gets or sets the recurrences start date.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the start date for the recurrence.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.TimeZoneId">
<summary>
<para>Gets or sets the time zone identifier of the recurrence pattern.</para>
</summary>
<value>A string that is the key string identifier allowed for the System.TimeZoneInfo.Id property.</value>
</member>
<member name="M:DevExpress.XtraScheduler.RecurrenceInfo.ToXml">
<summary>
<para>Creates an XML encoding of the recurrence information.</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents an XML encoding of the recurrence information object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.Type">
<summary>
<para>Gets or sets the time base for the frequency of the corresponding appointments reoccurrences.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceType"/> enumeration value that specifies the recurrences frequency type.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.WeekDays">
<summary>
<para>Gets or sets the day/days in a week on which the appointment occurs.</para>
</summary>
<value>The <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumerations value specifying the day/days in a week.</value>
</member>
<member name="P:DevExpress.XtraScheduler.RecurrenceInfo.WeekOfMonth">
<summary>
<para>Gets or sets the occurrence number of the week in a month for the recurrence pattern.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration value that specifies a week in every month.</value>
</member>
<member name="T:DevExpress.XtraScheduler.RecurrenceRange">
<summary>
<para>Lists the types of recurrence range.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceRange.EndByDate">
<summary>
<para>A recurring appointment will end after the date specified by the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.End"/> property.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceRange.NoEndDate">
<summary>
<para>A recurring appointment will not have an end date.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceRange.OccurrenceCount">
<summary>
<para>A recurring appointment will end after its recurrence count exceeds the value specified by the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.OccurrenceCount"/> property.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.RecurrenceType">
<summary>
<para>Lists the types of recurrent appointments.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceType.Daily">
<summary>
<para>The recurring appointment reoccurs on a daily base.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceType.Hourly">
<summary>
<para>The recurring appointment reoccurs on an hourly base.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceType.Minutely">
<summary>
<para>The recurring appointment reoccurs on a minute base.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceType.Monthly">
<summary>
<para>The recurring appointment reoccurs on a monthly base.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceType.Weekly">
<summary>
<para>The recurring appointment reoccurs on a weekly base.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrenceType.Yearly">
<summary>
<para>The recurring appointment reoccurs on an yearly base.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.RecurrentAppointmentAction">
<summary>
<para>Lists actions which could be performed on a recurrent appointment.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrentAppointmentAction.Ask">
<summary>
<para>The user is prompted to carry out an operation on selected occurrences only, or the entire series.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrentAppointmentAction.Cancel">
<summary>
<para>Cancels the action.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrentAppointmentAction.Occurrence">
<summary>
<para>Performs an operation on a selected occurrence only.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.RecurrentAppointmentAction.Series">
<summary>
<para>Performs an operation on the entire series.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.RecurringReminder">
<summary>
<para>Represents a reminder for a recurring appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.RecurringReminder.AlertOccurrenceIndex">
<summary>
<para>Gets the index of an appointment in a recurring chain for which the reminder is invoked.</para>
</summary>
<value>An integer, which is the occurrences index.</value>
</member>
<member name="M:DevExpress.XtraScheduler.RecurringReminder.CanAlert(System.DateTime,System.Int32)">
<summary>
<para>Determines whether this reminder can fire an alert at the specified time.</para>
</summary>
<param name="after">A <see cref="T:System.DateTime"/> that is the time for which the reminder is tested.</param>
<param name="checkInterval">An integer that is the time interval between checks of the reminder alert (in milliseconds).</param>
<returns>True, if the alert can be fired; otherwise, false.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Reminder">
<summary>
<para>Represents a reminder for a non-recurring appointment.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Reminder.Appointment">
<summary>
<para>Gets the appointment for which the reminder is set.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object which is the appointment for which the reminder is set.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Reminder.CanAlert(System.DateTime,System.Int32)">
<summary>
<para>Determines whether this reminder can fire an alert at the specified time.</para>
</summary>
<param name="after">A <see cref="T:System.DateTime"/> that is the time for which the reminder is tested.</param>
<param name="checkInterval">An integer that is the time interval between checks of the reminder alert (in milliseconds).</param>
<returns>True, if the alert can be fired; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Reminder.DstBehavior">
<summary>
<para>Sets the reminder behavior if it falls on the Daylight Saving Time shift. Use the <see cref="P:DevExpress.XtraScheduler.SchedulerStorageBase.ReminderDstBehaviorType"/> property instead.</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraScheduler.DstBehaviorType"/> enumeration values.</value>
</member>
<member name="M:DevExpress.XtraScheduler.Reminder.OnAppointmentChanged">
<summary>
<para>Updates <see cref="P:DevExpress.XtraScheduler.ReminderBase.AlertTime"/> and fires the <see cref="E:DevExpress.XtraScheduler.ReminderBase.RemindTimeChanged"/> event.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Reminder.Subject">
<summary>
<para>Gets the subject text of the appointment which the reminder is applied to.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the appointments subject text.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderAlertNotification">
<summary>
<para>Contains information related to the reminder alert.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderAlertNotification.#ctor(DevExpress.XtraScheduler.Reminder,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotification"></see> class with the specified settings.</para>
</summary>
<param name="reminder">A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that specifies the reminder of the alert notification. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ReminderAlertNotification.Reminder"/> property.</param>
<param name="actualAppointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> for which an alert is fired.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderAlertNotification.ActualAppointment">
<summary>
<para>Gets an appointment for which an alert is fired.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object, representing an event that has an alert invoked.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderAlertNotification.Reminder">
<summary>
<para>Gets the reminder object of the alert notification.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that specifies the reminder of the alert notification.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection">
<summary>
<para>Represents a collection of alert notifications.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderAlertNotificationCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderAlertNotificationCollection.Add(DevExpress.XtraScheduler.ReminderAlertNotification)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotification"/> object to the current collection.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotification"/> object to append to the collection.</param>
<returns>An integer value indicating the position into which the new element was inserted. If the element is already present in the collection, then its current position will be returned.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderAlertNotificationCollection.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.ReminderAlertNotification"/> object which represents the alert notification located at the specified position.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderBase">
<summary>
<para>Serves as the base for classes which represent reminders for non-recurring and recurring appointments.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderBase.AlertTime">
<summary>
<para>Gets or sets the reminders alert time.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> structure which specifies the reminders alert time.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBase.AlertTimeExpired(System.DateTime)">
<summary>
<para>Determines whether the reminder should fire an alert when the specified time comes.</para>
</summary>
<param name="currentTime">A <see cref="T:System.DateTime"/> that is the time for which the reminder is tested.</param>
<returns>True, if the reminder is expired; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBase.CanAlert(System.DateTime,System.Int32)">
<summary>
<para>Determines whether this reminder can fire an alert at the specified time.</para>
</summary>
<param name="after">A <see cref="T:System.DateTime"/> that is the time for which the reminder is tested.</param>
<param name="checkInterval">An integer that is the time interval between checks of the reminder alert (in milliseconds).</param>
<returns>True, if the alert can be fired; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBase.Dismiss">
<summary>
<para>Switches the reminder off for the associated appointment.</para>
</summary>
<returns>true if the reminder has been successfully switched off; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderBase.Dismissed">
<summary>
<para>Gets whether the reminder has been dismissed.</para>
</summary>
<value>True, if the reminder is dismissed; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBase.OnContentChanged">
<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.ReminderBase.OnContentChanging(System.String,System.Object,System.Object)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.ReminderBase.RemindTimeChanged">
<summary>
<para>Fires when the alert time changes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBase.Snooze(System.DateTime,System.TimeSpan)">
<summary>
<para>Notifies the scheduler to defer the triggering of a reminder by the specified interval starting from the specified now date and time.</para>
</summary>
<param name="now">A <see cref="T:System.DateTime"/> value which represents the date and time from which the snooze time interval will be counted.</param>
<param name="remindAfter">A <see cref="T:System.TimeSpan"/> value which represents the time interval by which the scheduler should delay the triggering of a reminder.</param>
<returns>true if a reminder alert has been successfully snoozed; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBase.Snooze(System.TimeSpan)">
<summary>
<para>Notifies the scheduler to defer the triggering of a reminder by the specified interval.</para>
</summary>
<param name="remindAfter">A <see cref="T:System.TimeSpan"/> value which represents the time interval by which the scheduler should delay the triggering of a reminder.</param>
<returns>true if a reminder alert has been successfully snoozed; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderBase.TimeBeforeStart">
<summary>
<para>Gets or sets the time interval before the appointments start time.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure which is an interval before the appointments start time. Default is 15 minutes.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderBaseAlertNotification">
<summary>
<para>Represents a reminder alert notification.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBaseAlertNotification.#ctor(DevExpress.XtraScheduler.ReminderBase)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderBaseAlertNotification"></see> class with the specified settings.</para>
</summary>
<param name="reminder">A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that specifies the reminder of the alert notification. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ReminderBaseAlertNotification.Reminder"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderBaseAlertNotification.Handled">
<summary>
<para>Gets or sets whether the reminder 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.ReminderBaseAlertNotification.Ignore">
<summary>
<para>Gets or sets whether an alert is invoked for a particular reminder.</para>
</summary>
<value>true if the reminder doesnt generate an alert notification; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderBaseAlertNotification.Reminder">
<summary>
<para>Gets the reminder of the alert notification.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ReminderBase"/> object that specifies the reminder of the alert notification.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection">
<summary>
<para>Represents a collection of alert notifications.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection.Add(DevExpress.XtraScheduler.ReminderBaseAlertNotification)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.XtraScheduler.ReminderBaseAlertNotification"/> object to the current collection.</para>
</summary>
<param name="obj">A <see cref="T:DevExpress.XtraScheduler.ReminderBaseAlertNotification"/> 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="P:DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection.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.ReminderBaseAlertNotification"/> object which represents the alert notification located at the specified position.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderBaseEventArgs">
<summary>
<para>Serves as the base class for classes which provide data for certain reminder events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderBaseEventArgs.#ctor(DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderBaseEventArgs"/> class with the specified settings.</para>
</summary>
<param name="alertNotifications">A <see cref="T:DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection"/> object which represents the reminders alert notifications. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ReminderBaseEventArgs.AlertNotifications"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderBaseEventArgs.AlertNotifications">
<summary>
<para>Gets any reminders currently triggered.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ReminderBaseAlertNotificationCollection"/> object which holds a collection of notifications.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderCancelEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterReminderAlert"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderCancelEventArgs.#ctor(DevExpress.XtraScheduler.Reminder)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderCancelEventArgs"></see> class with the specified settings.</para>
</summary>
<param name="reminder">A <see cref="T:DevExpress.XtraScheduler.Reminder"/> for which the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FilterReminderAlert"/> event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ReminderCancelEventArgs.Reminder"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderCancelEventArgs.Cancel">
<summary>
<para>Gets or sets whether the operation performed on the processed event should be canceled.</para>
</summary>
<value>True to cancel the operation; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderCancelEventArgs.Reminder">
<summary>
<para>Gets the reminder for which an alert will be fired.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Reminder"/> object that is the appointment reminder that will fire an alert.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderCollection">
<summary>
<para>Represents a collection of reminders.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.ReminderAlert"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ReminderEventArgs.#ctor(DevExpress.XtraScheduler.ReminderAlertNotificationCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ReminderEventArgs"/> class with the specified settings.</para>
</summary>
<param name="alertNotifications">A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> object which represents the reminders alert notifications. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ReminderEventArgs.AlertNotifications"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ReminderEventArgs.AlertNotifications">
<summary>
<para>Gets any reminders currently triggered.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ReminderAlertNotificationCollection"/> object which holds a collection of notifications.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ReminderEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.ReminderAlert"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.ReminderEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.Resource">
<summary>
<para>Defines a common attribute which can be assigned to appointments to group them.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.Resource.Caption">
<summary>
<para>Gets or sets the resources caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the resources caption.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Resource.Color">
<summary>
<para>Gets or sets the color associated with the resource.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Resource.Image">
<summary>
<para>Gets or sets the image associated with the resource.</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> value specifying the resources image.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Resource.ParentId">
<summary>
<para>Gets or sets the Id of the parent resource if resources form a tree-like hierarchy.</para>
</summary>
<value>An object that is the resource identifier.</value>
</member>
<member name="P:DevExpress.XtraScheduler.Resource.Visible">
<summary>
<para>Gets or sets whether the resource is visible.</para>
</summary>
<value>true if the resource is visible; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceBaseCollection">
<summary>
<para>A collection of resources for appointments.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceBaseCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceBaseCollection.#ctor(DevExpress.Utils.DXCollectionUniquenessProviderType)">
<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.ResourceBaseCollection.FindAll(System.Predicate{DevExpress.XtraScheduler.Resource})">
<summary>
<para>Finds all elements with a predicate match and returns them in a list collection.</para>
</summary>
<param name="match">A predicate method delegate, which returns true if theres a match and the element is found.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object, representing a collection of items that meets the criteria</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceBaseCollection.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 identifier.</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="T:DevExpress.XtraScheduler.ResourceCollection">
<summary>
<para>Represents a resource collection.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.#ctor(DevExpress.XtraScheduler.ISchedulerStorageBase)">
<summary>
<para>Initializes a new instance of the ResourceCollection class with the specified Scheduler storage.</para>
</summary>
<param name="storage">A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> value which is the storage containing the resources collection. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.ResourceCollection.Storage"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.Add(System.Object,System.String)">
<summary>
<para>Creates resource with the specified ID and caption and adds it to the collection.</para>
</summary>
<param name="id">An object that is the resource identifier.</param>
<param name="caption">A string that will be used as a resource <see cref="P:DevExpress.XtraScheduler.Resource.Caption"/>.</param>
<returns>An integer that is the index of a newly added resource in the collection.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.AddRange(System.Collections.ICollection)">
<summary>
<para>Adds a collection of resources to the end of the collection.</para>
</summary>
<param name="collection">A <see cref="T:System.Collections.ICollection"/> object which represents the collection of resources to append to the collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.ReadXml(System.IO.Stream)">
<summary>
<para>Reads the settings of the resources from the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which resources are read. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.ReadXml(System.String)">
<summary>
<para>Reads the settings of the resources from the specified XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file from which resources should be read. If an empty string is specified, an exception is raised.</param>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceCollection.Storage">
<summary>
<para>Gets the storage which owns the current collection.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object which owns the current collection.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.WriteXml(System.IO.Stream)">
<summary>
<para>Saves all the resources within the collection to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the resources should be written. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceCollection.WriteXml(System.String)">
<summary>
<para>Saves all the resources within the collection to an XML file.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> value specifying the path to the file where the resources should be written. If an empty string is specified, an exception is raised.</param>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceEmpty">
<summary>
<para>Provides static methods to obtain the empty resource and its identifier.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceEmpty.Id">
<summary>
<para>Gets the identifier interpreted as an empty resource - a resource which does not exist or is undefined.</para>
</summary>
<value>An empty resource identifier.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceEmpty.Resource">
<summary>
<para>Gets the DevExpress.XtraScheduler.Resource object which as an empty resource - a resource which does not exist or undefined.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object interpreted as an empty resource.</value>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceIdCollection">
<summary>
<para>Represents a collection of resource IDs.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceIdCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceIdCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.ResourceMappingInfo">
<summary>
<para>Provides information on the mapping of the resources properties to the data source fields.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceMappingInfo.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.ResourceMappingInfo"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.Caption">
<summary>
<para>Gets or sets the data field which a resources <see cref="P:DevExpress.XtraScheduler.Resource.Caption"/> property is bound to.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.CaptionConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.CaptionConverter">
<summary>
<para>Gets or sets a value converter for the Resource.Caption property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.Color">
<summary>
<para>Gets or sets the data field to which the resource color is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.ColorConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.ColorConverter">
<summary>
<para>Gets or sets a value converter for the Resource.Color property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="M:DevExpress.XtraScheduler.ResourceMappingInfo.GetRequiredMappingNames">
<summary>
<para>Gets an array containing the names of all the <see cref="T:DevExpress.XtraScheduler.ResourceMappingInfo"/> objects properties that have to be bound to corresponding data fields.</para>
</summary>
<returns>An array of strings that represent the names of the properties that have to be bound to data.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.Id">
<summary>
<para>Gets or sets the data field to which a resources Id property is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.IdConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.IdConverter">
<summary>
<para>Gets or sets a value converter for the Resource.Caption property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.Image">
<summary>
<para>Gets or sets the data field to which a resource image is bound.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.ImageConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.ImageConverter">
<summary>
<para>Gets or sets a value converter for the Resource.Image property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.ParentId">
<summary>
<para>Gets or sets the data field which a resources ParentId property is bound to.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.ParentIdConversionBehavior">
<summary>
<para>Gets or sets the converter position in the data processing chain between the data source and the objects property.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.MappingConversionBehavior"/> enumeration member that specifies the position between the mapping, the data source and the objects property.</value>
</member>
<member name="P:DevExpress.XtraScheduler.ResourceMappingInfo.ParentIdConverter">
<summary>
<para>Gets or sets a value converter for the Resource.ParentId property.</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraScheduler.ISchedulerMappingConverter"/> interface to translate the data between the property and the data source field.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerCompatibility">
<summary>
<para>Contains static properties used to ensure backward compatibility.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerCompatibility.Base64XmlObjectSerialization">
<summary>
<para>Turns the serialization mechanism formerly used for persistent objects (<see cref="T:DevExpress.XtraScheduler.Appointment"/>, <see cref="T:DevExpress.XtraScheduler.Resource"/> and <see cref="T:DevExpress.XtraScheduler.AppointmentDependency"/> objects) on or off.</para>
</summary>
<value>True, to use Base64 encoding to serialize objects to the XML format; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerCompatibility.StatusOutOfOfficeColor">
<summary>
<para>Specifies the Out-of-Office status color for WinForms Scheduler.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the color used to indicate the appointment Out-of-Office status.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerControlCompatibility">
<summary>
<para>Contains options which can be specified to ensure compatibility with previous versions.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerControlCompatibility.DefaultOccurrenceCount">
<summary>
<para>Gets or sets default value of the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.OccurrenceCount"/> property.</para>
</summary>
<value>An integer that specifies the number of occurrences in a series.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerUnhandledExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.UnhandledException"/> and <see cref="E:DevExpress.XtraScheduler.AppointmentStorageBase.LoadException"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.SchedulerUnhandledExceptionEventArgs.#ctor(System.Exception)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.SchedulerUnhandledExceptionEventArgs"/> class with the specified exception.</para>
</summary>
<param name="e">An <see cref="T:System.Exception"/> object representing the exception which caused an event.</param>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerUnhandledExceptionEventArgs.Exception">
<summary>
<para>Gets the exception which is not handled by the Scheduler control.</para>
</summary>
<value>An <see cref="T:System.Exception"/> object representing an exception which caused the event.</value>
</member>
<member name="P:DevExpress.XtraScheduler.SchedulerUnhandledExceptionEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled. If it was handled, the exception is not propagated.</para>
</summary>
<value>true if an exception is propagated; otherwise, false.</value>
</member>
<member name="T:DevExpress.XtraScheduler.SchedulerUnhandledExceptionEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.UnhandledException"/> event.</para>
</summary>
<param name="sender">The event sender ( an <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control).</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.SchedulerUnhandledExceptionEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.SynchronizeOperation">
<summary>
<para>Lists the values used to specify the currently performed operation when synchronizing the schedulers data.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SynchronizeOperation.Create">
<summary>
<para>A new appointment will be created in the synchronization target.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SynchronizeOperation.Delete">
<summary>
<para>An appointment in the synchronization target will be deleted.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.SynchronizeOperation.Replace">
<summary>
<para>An appointment in the synchronization target will be replaced by an appropriate appointment from the synchronization source.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimeInterval">
<summary>
<para>A time interval object.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.#ctor(System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> class with the specified start date and end date.</para>
</summary>
<param name="start">A <see cref="T:System.DateTime"/> value that specifies the start date of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeInterval.Start"/> property.</param>
<param name="end">A <see cref="T:System.DateTime"/> value that specifies the end date of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeInterval.End"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.#ctor(System.DateTime,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> class with the specified start date and duration.</para>
</summary>
<param name="start">A <see cref="T:System.DateTime"/> value that specifies the start date of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeInterval.Start"/> property.</param>
<param name="duration">A <see cref="T:System.TimeSpan"/> value that specifies the duration of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeInterval.Duration"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.AllDay">
<summary>
<para>Gets or sets a value indicating if the time interval is All-Day.</para>
</summary>
<value>true if this is an all-day time interval; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Clone">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is a copy of the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Clone(System.Boolean)">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</para>
</summary>
<param name="cloneAllDay">True, to copy the <see cref="P:DevExpress.XtraScheduler.TimeInterval.AllDay"/> property value; otherwise, false.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is a copy of the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Contains(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Determines whether the current time interval contains the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object to locate in the current time interval.</param>
<returns>true if the current time interval contains the specified time interval; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Contains(System.DateTime)">
<summary>
<para>Determines whether the time interval contains the specified date.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> object to locate in the time interval.</param>
<returns>true if the time interval contains the specified date; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.Day">
<summary>
<para>Gets the time interval of a day.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> value representing the day interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.Duration">
<summary>
<para>Gets or sets the duration of the time interval.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the duration of the time interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.Empty">
<summary>
<para>Returns an empty time interval.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> value representing an empty time interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.End">
<summary>
<para>Gets or sets the end date and time of the time interval.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the end of the time interval.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> 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.TimeInterval"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</para>
</summary>
<returns>An integer value representing the hash code for the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Intersect(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Returns a time interval which is the intersection of the two specified time intervals.</para>
</summary>
<param name="interval1">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which represents the first time interval.</param>
<param name="interval2">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which represents the second time interval.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the intersection of the two time intervals. If the two specified time intervals dont intersect, the <see cref="P:DevExpress.XtraScheduler.TimeInterval.Empty"/> value will be returned.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Intersect(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Returns a time interval which is the intersection of the current time interval with the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which specifies the time interval to be intersected.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the intersection of the two time intervals. If the two time intervals dont intersect, the <see cref="P:DevExpress.XtraScheduler.TimeInterval.Empty"/> value will be returned.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.IntersectsWith(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Checks if the current time interval intersects with the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which represents the time interval to be checked.</param>
<returns>true if the two time intervals intersect; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.IntersectsWithExcludingBounds(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Checks if the current time interval intersects with the specified time interval. The boundaries of the time intervals are excluded from the check.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is the time interval to be checked.</param>
<returns>True if the two time intervals intersect; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.IntersectsWithExcludingBoundsEx(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Checks if the current time interval intersects with the specified time interval. The boundaries of the time intervals are excluded from the check.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which is the time interval to be checked.</param>
<returns>True, if the two time intervals intersect; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.LongerThanADay">
<summary>
<para>Gets a value that indicates whether the time intervals duration is equal to or greater than one day.</para>
</summary>
<value>true if the time interval lasts one day or more; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Merge(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Returns a time interval which begins at the lowest start value and ends at the greatest end value of both specified intervals.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object to merge.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.SameDay">
<summary>
<para>Gets a value that indicates whether the time intervals start and end times are on the same day.</para>
</summary>
<value>true, if the time interval takes place within a day; false, if the time intervals start and end times are on different days.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeInterval.Start">
<summary>
<para>Gets or sets the start date and time of the time interval.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the start of the time interval.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Subtract(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Returns a time interval which is the subtraction of the specified time interval from the current time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which represents the time interval to subtract.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object representing the result of subtraction.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.ToString">
<summary>
<para>Returns the textual representation of the time interval.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the time interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.ToString(System.IFormatProvider)">
<summary>
<para>Provides a string representation of the time interval, culture specific.</para>
</summary>
<param name="provider">An object, implementing the <see cref="T:System.IFormatProvider"/> interface, which specifies the datetime formatting template.</param>
<returns>A string, representing the <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeInterval.Union(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Returns a time interval which is composed of the two specified time intervals.</para>
</summary>
<param name="interval1">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which represents the first time interval to be united.</param>
<param name="interval2">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object which represents the second time interval to be united.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the union of the two time intervals.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.TimeIntervalCollection">
<summary>
<para>A collection of time intervals.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollection.Add(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Adds an item to the TimeIntervalCollection</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object to add 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.TimeIntervalCollection.AddRange(System.Collections.ICollection)">
<summary>
<para>Adds all items from the specified collection of intervals to the TimeIntervalCollection.</para>
</summary>
<param name="intervals">A collection of <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> objects to add.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollection.Clone">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object which is a copy of the current object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeIntervalCollection.Duration">
<summary>
<para>Returns the difference between the earliest and the latest time of the intervals in a time interval collection.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeIntervalCollection.End">
<summary>
<para>Gets the end date time of the time interval which finishes last in the <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/>.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the end date of the <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/>.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeIntervalCollection.Interval">
<summary>
<para>Returns a TimeInterval object representing a time span of the time interval collection.</para>
</summary>
<value>A new <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollection.SetContent(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Substitutes collections content with the specified TimeInterval object.</para>
</summary>
<param name="interval">The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object to be added to the collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollection.SetContent(DevExpress.XtraScheduler.TimeIntervalCollection)">
<summary>
<para>Substitutes collections content with objects from the specified TimeIntervalCollection.</para>
</summary>
<param name="coll">The <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> whose elements should be added to the collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollection.Shift(System.TimeSpan)">
<summary>
<para>Shifts the start and end time of all the time intervals within the collection by the specified amount.</para>
</summary>
<param name="offset">A <see cref="T:System.TimeSpan"/> value which specifies the time span which all the time intervals should be shifted by.</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimeIntervalCollection.Start">
<summary>
<para>Gets the earliest start date time from all the time intervals in the <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/>.</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the start date of the <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/>.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeIntervalCollectionEx">
<summary>
<para>Represents an advanced collection of time intervals.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollectionEx.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollectionEx"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollectionEx.Contains(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Determines whether the collection contains the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object to locate in the collection.</param>
<returns>true if the collection contains the specified time interval; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalCollectionEx.Remove(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Overrides the corresponding method of the <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> class.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object to remove from the collection.</param>
<returns>true if an item is successfully removed from the collection; false if a specified interval is null.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.TimeIntervalEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeIntervalEventArgs.#ctor(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeIntervalEventArgs"/> class with the specified time interval.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> value which represents the events time interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeIntervalEventArgs.Interval"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimeIntervalEventArgs.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="T:DevExpress.XtraScheduler.TimeIntervalEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerStorageBase.FetchAppointments"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraScheduler.TimeIntervalEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.XtraScheduler.TimeOfDayInterval">
<summary>
<para>A time interval within a day.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.#ctor(System.TimeSpan,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> class with the specified start time and end time.</para>
</summary>
<param name="start">A <see cref="T:System.TimeSpan"/> value which specifies the start time of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeOfDayInterval.Start"/> property.</param>
<param name="end">A <see cref="T:System.TimeSpan"/> value which specifies the end time of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeOfDayInterval.End"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.Assign(DevExpress.XtraScheduler.TimeOfDayInterval)">
<summary>
<para>Copies all settings from the object passed as the parameter to the current object.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object whose settings are assigned to the current object.</param>
</member>
<member name="E:DevExpress.XtraScheduler.TimeOfDayInterval.Changed">
<summary>
<para>Fires when the TimeOfDayInterval is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraScheduler.TimeOfDayInterval.Changing">
<summary>
<para>Fires before the <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> is changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.Clone">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which is a copy of the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.Contains(System.TimeSpan)">
<summary>
<para>Determines whether the time of day interval contains the specified time.</para>
</summary>
<param name="time">A <see cref="T:System.TimeSpan"/> object to locate in the time of day interval.</param>
<returns>true if the time of day interval contains the specified time; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayInterval.Day">
<summary>
<para>Gets the time interval of a day.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the day interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayInterval.Duration">
<summary>
<para>Gets the duration of the time of day interval.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the duration of the time of day interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayInterval.Empty">
<summary>
<para>Returns an empty time of day interval.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing an empty time of day interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayInterval.End">
<summary>
<para>Gets or sets the end time of the time of day interval.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the end of the time of day interval.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> 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.TimeOfDayInterval"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.GetHashCode">
<summary>
<para>Gets the hash code (the number) that corresponds to the value of the current <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object.</para>
</summary>
<returns>An integer value representing the hash code for the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.Intersect(DevExpress.XtraScheduler.TimeOfDayInterval,DevExpress.XtraScheduler.TimeOfDayInterval)">
<summary>
<para>Returns a time-of-day interval which is the intersection of the two specified time-of-day intervals.</para>
</summary>
<param name="interval1">A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which represents the first time-of-day interval.</param>
<param name="interval2">A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which represents the second time-of-day interval.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object representing the intersection of the two time-of-day intervals. If the two specified time-of-day intervals dont intersect, the <see cref="P:DevExpress.XtraScheduler.TimeOfDayInterval.Empty"/> value will be returned.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.IntersectsWithExcludingBounds(DevExpress.XtraScheduler.TimeOfDayInterval)">
<summary>
<para>Checks if the current time of day interval intersects with the specified time of day interval. The boundaries of the time intervals are excluded from the check.</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which represents the time of day interval to be checked.</param>
<returns>true if the two time of day intervals intersect; otherwise, false.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayInterval.Start">
<summary>
<para>Gets or sets the start time of the time of day interval.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the start of the time of day interval.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.ToString">
<summary>
<para>Returns the textual representation of the time-of-day interval.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the time-of-day interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.ToTimeInterval">
<summary>
<para>Converts the <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value to the <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> type.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> value representing the time interval which corresponds to this “time of day” interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.ToTimeInterval(System.DateTime)">
<summary>
<para>Converts the <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value to the <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> type starting from the specified date.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value representing the start date for the new time interval value.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> value representing the time interval which corresponds to this “time of day” interval.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayInterval.Union(DevExpress.XtraScheduler.TimeOfDayInterval,DevExpress.XtraScheduler.TimeOfDayInterval)">
<summary>
<para>Returns a time of day interval which is composed of two specified time of day intervals.</para>
</summary>
<param name="interval1">A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which represents the first time of day interval to be united.</param>
<param name="interval2">A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which represents the second time of day interval to be united.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object representing a union of two time of day intervals.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.TimeOfDayIntervalCollection">
<summary>
<para>Represents a collection of time intervals for a single day.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeOfDayIntervalCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeOfDayIntervalCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayIntervalCollection.Duration">
<summary>
<para>Gets the duration of the time interval starting at the earliest work time and finishing at the latest work time in a collection.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> object representing a time interval.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayIntervalCollection.End">
<summary>
<para>Gets the end of the last work time interval in a collection.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> object representing the latest work time.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeOfDayIntervalCollection.Start">
<summary>
<para>Gets the start of the first work time interval in a collection.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> object representing the earliest work time.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScale">
<summary>
<para>Serves as the base class for classes which are time scales in the Timeline view.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.Ceil(System.DateTime)">
<summary>
<para>Calculates the smallest datetime value that is greater or equal to the argument and contains an integer number of specified time units.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value specifying a datetime argument rounded to a certain datetime unit.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScale.DisplayFormat">
<summary>
<para>Gets or sets the format of the string displayed in the timeline caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the format string of the caption.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScale.Enabled">
<summary>
<para>Gets or sets if the time scale is enabled for the View.</para>
</summary>
<value>true if the time scale is enabled; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.TimeScale"/> 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.TimeScale"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and contains an integer number of specified time units.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing a datetime argument rounded to certain datetime unit.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.FormatCaption(System.DateTime,System.DateTime)">
<summary>
<para>Returns a string formatted according to display format for this scale type.</para>
</summary>
<param name="start">A <see cref="T:System.String"/> value representing a scale starting point.</param>
<param name="end">A <see cref="T:System.String"/> value representing a scale final point.</param>
<returns>A <see cref="T:System.String"/> value to be used in a timeline caption.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.GetHashCode">
<summary>
<para>Calculates the hash code for the <see cref="T:DevExpress.XtraScheduler.TimeScale"/> instance.</para>
</summary>
<returns>An integer value representing the hash code for the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.GetNextDate(System.DateTime)">
<summary>
<para>Adds a time interval equivalent to a scale unit to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.GetPrevDate(System.DateTime)">
<summary>
<para>Subtracts a time interval equivalent to a scale unit to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.IsDateVisible(System.DateTime)">
<summary>
<para>Returns whether the specific date belongs to this Time Scale. This method can return false for Time Scales that miss certain time invervals, for instance, Work Day and Work Hour scales. You can override this method for custom scales to control which DateTime intervals should be visible. See the Time Scales article for an example.</para>
</summary>
<param name="date">A date to checl.</param>
<returns>true, if this Time Scale can display the target date; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale.Round(System.DateTime)">
<summary>
<para>Calculates the datetime value that is the nearest to the argument value and contains an integer number of specified time units.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value specifying a datetime argument rounded to a certain datetime unit.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScale.SerializationTypeName">
<summary>
<para>Gets the string containing the time scale type name.</para>
</summary>
<value>A <see cref="T:System.String"/> value which contains the type name.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScale.Visible">
<summary>
<para>Gets or sets whether the time scale is visible.</para>
</summary>
<value>true if the time scale is visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScale.Width">
<summary>
<para>Gets or sets the width of the time scale element.</para>
</summary>
<value>An integer value specifying the width of the time scale.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScale15Minutes">
<summary>
<para>A time scale whose time cell value is equal to 15 minutes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScale15Minutes.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScale15Minutes"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScale15Minutes.Value">
<summary>
<para>Gets the value of the scale unit - a time interval equal to 15 minutes.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value specifying the time interval of a scale unit.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleCollection">
<summary>
<para>Represents a collection of time scales in the timeline view.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleDay">
<summary>
<para>Represents a time scale whose time cell value is equal to a single day.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleDay.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleDay"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleDay.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and contains an integer number of days.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing a date part of an argument.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleDay.GetNextDate(System.DateTime)">
<summary>
<para>Adds a time interval, equivalent to one day, to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleDay.Round(System.DateTime)">
<summary>
<para>Calculates the datetime value that is the nearest to the argument and contains an integer number of days.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value specifying a datetime argument rounded to days.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScaleDay.Value">
<summary>
<para>Gets the value of the scale unit - a time interval equal to a day.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval of a scale unit.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleFixedInterval">
<summary>
<para>Serves as a base for the classes for which <see cref="P:DevExpress.XtraScheduler.TimeScaleFixedInterval.Value"/> is a fixed time interval.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleFixedInterval.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleFixedInterval"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleFixedInterval.#ctor(System.TimeSpan)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleFixedInterval"/> class with the specified scale value.</para>
</summary>
<param name="scaleValue">A <see cref="T:System.TimeSpan"/> value which specifies the scale value of the fixed interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeScaleFixedInterval.Value"/> property.</param>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleFixedInterval.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.TimeScaleFixedInterval"/> 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.TimeScaleFixedInterval"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleFixedInterval.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and represents an integer number of specified time intervals.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing an argument rounded to specified time intervals.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleFixedInterval.GetHashCode">
<summary>
<para>Calculates the hash code for the <see cref="T:DevExpress.XtraScheduler.TimeScaleFixedInterval"/> instance.</para>
</summary>
<returns>An integer value representing the hash code for the current object.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleFixedInterval.GetNextDate(System.DateTime)">
<summary>
<para>Adds a fixed scale time interval to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScaleFixedInterval.Value">
<summary>
<para>Gets or sets the value of the scale unit - a fixed time interval.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval of a scale unit.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleHour">
<summary>
<para>Represents a time scale whose time cell value is equal to a single hour.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleHour.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleHour"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleHour.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and represents an integer number of hours.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing an argument rounded to hours.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleHour.GetNextDate(System.DateTime)">
<summary>
<para>Adds a time interval, equivalent to one hour, to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScaleHour.Value">
<summary>
<para>Gets the value of the scale unit - a time interval equal to an hour.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval of a scale unit.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleMonth">
<summary>
<para>Represents a time scale whose time cell value is equal to a single month.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleMonth.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleMonth"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleMonth.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and represents an integer number of months.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing an argument rounded to months.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleMonth.GetNextDate(System.DateTime)">
<summary>
<para>Adds a time interval, equivalent to one month, to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleQuarter">
<summary>
<para>Represents a time scale whose time cell value is equal to a quarter of a year.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleQuarter.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleQuarter"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleQuarter.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and represents an integer number of year quarters.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing an argument rounded to year quarters.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleQuarter.GetNextDate(System.DateTime)">
<summary>
<para>Adds a time interval, equivalent to one quarter of the year, to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleWeek">
<summary>
<para>Represents a time scale whose time cell value is equal to a single week.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleWeek.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleWeek"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScaleWeek.FirstDayOfWeek">
<summary>
<para>Gets or sets the day which starts the scales week.</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the first day of the week.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleWeek.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and represents an integer number of weeks.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing an argument rounded to weeks.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleWeek.GetNextDate(System.DateTime)">
<summary>
<para>Adds a time interval, equivalent to one week, to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeScaleWeek.Value">
<summary>
<para>Gets the value of the scale unit - a time interval equal to a week.</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval of a scale unit.</value>
</member>
<member name="T:DevExpress.XtraScheduler.TimeScaleYear">
<summary>
<para>Represents a time scale whose time cell value is equal to a single year.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleYear.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeScaleYear"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleYear.Floor(System.DateTime)">
<summary>
<para>Calculates the largest datetime value that is less or equal to the argument and represents an integer number of years.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value representing an argument rounded to years.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeScaleYear.GetNextDate(System.DateTime)">
<summary>
<para>Adds a time interval, equivalent to one year, to the argument value.</para>
</summary>
<param name="date">A <see cref="T:System.DateTime"/> value.</param>
<returns>A <see cref="T:System.DateTime"/> value.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.TimeZoneHelper">
<summary>
<para>A class implemented for time zone conversion.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> class with the specified client time zone ID.</para>
</summary>
<param name="clientTimeZoneId">A string that specifies the client time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
</member>
<member name="P:DevExpress.XtraScheduler.TimeZoneHelper.ClientTimeZone">
<summary>
<para>Gets the client time zone of the TimeZoneHelper.</para>
</summary>
<value>A <see cref="T:System.TimeZoneInfo"/> object identifying a time zone.</value>
</member>
<member name="E:DevExpress.XtraScheduler.TimeZoneHelper.ClientTimeZoneChanged">
<summary>
<para>Fires when the <see cref="P:DevExpress.XtraScheduler.TimeZoneHelper.ClientTimeZone"/> property value is changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromAppointmentTime(System.DateTime,System.String)">
<summary>
<para>Converts a DateTime value from the appointment time zone to the time zone of the scheduler storage (operational time zone).</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the appointment time zone.</param>
<param name="appointmentTimeZoneId">A string that specifies the appointment time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the operational time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromClientTime(DevExpress.XtraScheduler.TimeInterval,System.Boolean)">
<summary>
<para>Converts a time interval from the client time zone to the time zone of the scheduler storage (operational time zone).</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</param>
<param name="treatAllDayAsFloatInterval">true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the operational time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromClientTime(DevExpress.XtraScheduler.TimeInterval,System.String,System.Boolean)">
<summary>
<para>Converts a time interval from the client time zone to the specified time zone.</para>
</summary>
<param name="sourceTimeInterval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</param>
<param name="targetTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<param name="treatAllDayAsFloatInterval">true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the specified time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromClientTime(DevExpress.XtraScheduler.TimeInterval,System.String)">
<summary>
<para>Converts a time interval from the client time zone to the specified time zone.</para>
</summary>
<param name="sourceTimeInterval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</param>
<param name="targetTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the specified time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromClientTime(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Converts a time interval from the client time zone to the time zone of the scheduler storage (operational time zone).</para>
</summary>
<param name="interval">A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the operational time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromClientTime(System.DateTime,System.String,System.String)">
<summary>
<para>Converts a time interval from one specified time zone to another.</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the specified client time zone.</param>
<param name="targetTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<param name="clientTimeZoneId">A string that specifies the client (source) time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the specified target time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromClientTime(System.DateTime,System.String)">
<summary>
<para>Converts a DateTime value from the client time zone to the specified time zone.</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the client time zone.</param>
<param name="targetTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the specified time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromClientTime(System.DateTime)">
<summary>
<para>Converts a DateTime value from the client time zone to the time zone of the scheduler storage (operational time zone).</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the client time zone.</param>
<returns>The <see cref="T:System.DateTime"/> value in the operational time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.FromOperationTime(System.DateTime,System.String)">
<summary>
<para>Converts a DateTime value from the operational time zone to the specified time zone.</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the operational time zone.</param>
<param name="tzId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the specified time zone.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.TimeZoneHelper.OperationTimeZone">
<summary>
<para>Gets the time zone in which the scheduler storage operates.</para>
</summary>
<value>A <see cref="T:System.TimeZoneInfo"/> object identifying the time zone of the SchedulerStorage.</value>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToAppointmentTime(System.DateTime,System.String)">
<summary>
<para>Converts a DateTime value from the operational time zone (the time zone of the scheduler storage) to the time zone of the appointment.</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the operational time zone.</param>
<param name="appointmentTimeZoneId">A string that specifies the appointment time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the appointment time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToClientTime(DevExpress.XtraScheduler.TimeInterval,System.Boolean)">
<summary>
<para>Converts a time interval from the specified time zone to the client time zone.</para>
</summary>
<param name="sourceInterval">The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the specified time zone.</param>
<param name="treatAllDayAsFloatInterval">true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToClientTime(DevExpress.XtraScheduler.TimeInterval,System.String,System.Boolean)">
<summary>
<para>Converts a time interval from the specified time zone to the client time zone.</para>
</summary>
<param name="sourceInterval">The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the specified time zone.</param>
<param name="sourceTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<param name="treatAllDayAsFloatInterval">true, to treat all-day intervals as floating intervals (i.e., that do not belong to any time zone); otherwise, false.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToClientTime(DevExpress.XtraScheduler.TimeInterval,System.String)">
<summary>
<para>Converts a time interval from the specified time zone to the client time zone.</para>
</summary>
<param name="sourceInterval">The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the specified time zone.</param>
<param name="sourceTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToClientTime(DevExpress.XtraScheduler.TimeInterval)">
<summary>
<para>Converts a time interval from the time zone of the scheduler storage (operational time zone) to the client time zone.</para>
</summary>
<param name="sourceInterval">The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the operational time zone.</param>
<returns>The <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> in the client time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToClientTime(System.DateTime,System.String,System.String)">
<summary>
<para>Converts a DateTime value from one time zone to another.</para>
</summary>
<param name="sourceDateTime">A <see cref="T:System.DateTime"/> value in the source time zone.</param>
<param name="sourceTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<param name="clientTimeZoneId">A string that specifies the destination (client) time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the destination time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToClientTime(System.DateTime,System.String)">
<summary>
<para>Converts a DateTime value from the specified time zone to the client time zone.</para>
</summary>
<param name="sourceDateTime">A <see cref="T:System.DateTime"/> value in the specified time zone.</param>
<param name="sourceTimeZoneId">A string that specifies the destination time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the client time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToClientTime(System.DateTime)">
<summary>
<para>Converts a DateTime value from the time zone of the scheduler storage (operational time zone) to the client time zone.</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the operational time zone.</param>
<returns>A <see cref="T:System.DateTime"/> value in the client time zone.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.TimeZoneHelper.ToOperationTime(System.DateTime,System.String)">
<summary>
<para>Converts a DateTime value from the specified time zone to the time zone of the scheduler storage (operational time zone).</para>
</summary>
<param name="dateTime">A <see cref="T:System.DateTime"/> value in the specified time zone.</param>
<param name="tzId">A string that specifies the source time zone. The string must be one of the available System.TimeZoneInfo.Id values.</param>
<returns>A <see cref="T:System.DateTime"/> value in the operational time zone.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.UserInterfaceObject">
<summary>
<para>Represents a base class for certain user interface objects.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName">
<summary>
<para>Gets or sets the text which identifies an element.</para>
</summary>
<value>A <see cref="T:System.String"/> value which identifies an element.</value>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObject.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraScheduler.UserInterfaceObject"/> 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.UserInterfaceObject"/> instance; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObject.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraScheduler.UserInterfaceObject"/> object.</para>
</summary>
<returns>An integer value representing the hash code for the current object.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.UserInterfaceObject.Id">
<summary>
<para>Gets the unique identifier of the user interface object instance.</para>
</summary>
<value>A <see cref="T:System.Object"/> that is the unique identifier.</value>
</member>
<member name="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption">
<summary>
<para>Gets or sets the elements menu caption.</para>
</summary>
<value>A <see cref="T:System.String"/> value which specifies the elements menu caption.</value>
</member>
<member name="E:DevExpress.XtraScheduler.UserInterfaceObject.PropertyChanged">
<summary>
<para>Occurs when a property value changes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObject.ToString">
<summary>
<para>Returns the elements textual representation.</para>
</summary>
<returns>A <see cref="T:System.String"/> value that is the textual representation of the current element.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1">
<summary>
<para>Represents a base collection for user interface objects.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1.Add(`0)">
<summary>
<para>Adds an instance of the <see cref="T:DevExpress.XtraScheduler.UserInterfaceObject"/> descendant to the collection.</para>
</summary>
<param name="value">A <see cref="T:DevExpress.XtraScheduler.UserInterfaceObject"/> descendant instance to add.</param>
<returns>An integer that is the index of an added object in the collection.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1.Add(System.String,System.String)">
<summary>
<para>Creates a new instance of the <see cref="T:DevExpress.XtraScheduler.UserInterfaceObject"/> descendant, sets its <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> and <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/>, and adds the object to the collection.</para>
</summary>
<param name="displayName">A string that will be used as the display name.</param>
<param name="menuCaption">A string that will be used as the menu caption.</param>
<returns>An integer that is the index of a newly created and added object in the collection.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1.Add(System.String)">
<summary>
<para>Creates a new instance of the <see cref="T:DevExpress.XtraScheduler.UserInterfaceObject"/> descendant, sets its <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> and <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/>, and adds the object to the collection.</para>
</summary>
<param name="displayName">A string that will be used as the display name and menu caption.</param>
<returns>An integer that is the index of a newly created and added object in the collection.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1.GetById(System.Object)">
<summary>
<para>Obtains a user interface object specified by its identifier.</para>
</summary>
<param name="id">An object that is the identifier of the user interface object.</param>
<returns>A user interface object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/>.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1.GetByIndex(System.Int32)">
<summary>
<para>Gets the user interface object at the specified index of the <see cref="T:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1"/> collection.</para>
</summary>
<param name="index">An integer that is the index of an object.</param>
<returns>A user interface object at the specified index.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1.HasDefaultContent">
<summary>
<para>Indicates whether the current collection includes only standard items, created by default.</para>
</summary>
<returns>True, if the collection has only default items; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.UserInterfaceObjectCollection`1.LoadDefaults">
<summary>
<para>Clears the collection and loads standard items created by default.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.WeekDays">
<summary>
<para>Lists days and groups of days for recurrence patterns.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.EveryDay">
<summary>
<para>Specifies every day of the week.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.Friday">
<summary>
<para>Specifies Friday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.Monday">
<summary>
<para>Specifies Monday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.Saturday">
<summary>
<para>Specifies Saturday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.Sunday">
<summary>
<para>Specifies Sunday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.Thursday">
<summary>
<para>Specifies Thursday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.Tuesday">
<summary>
<para>Specifies Tuesday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.Wednesday">
<summary>
<para>Specifies Wednesday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.WeekendDays">
<summary>
<para>Specifies Saturday and Sunday.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekDays.WorkDays">
<summary>
<para>Specifies work days (Monday, Tuesday, Wednesday, Thursday and Friday).</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.WeekIntervalCollection">
<summary>
<para>A collection that contains time intervals of a fixed one week duration.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WeekIntervalCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WeekIntervalCollection"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraScheduler.WeekIntervalCollection.CompressWeekend">
<summary>
<para>Gets or sets a value which specifies whether the weekend days (Saturday and Sunday) should always persist in the collection together.</para>
</summary>
<value>true to compress weekends; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraScheduler.WeekIntervalCollection.FirstDayOfWeek">
<summary>
<para>Gets or sets the day which will be the first day of the week for the week interval collection.</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week.</value>
</member>
<member name="T:DevExpress.XtraScheduler.WeekOfMonth">
<summary>
<para>Lists the week in a month in which the event will occur.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekOfMonth.First">
<summary>
<para>The recurring event will occur once a month, on the specified day or days of the first week in the month.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekOfMonth.Fourth">
<summary>
<para>The recurring event will occur once a month, on the specified day or days of the fourth week in the month.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekOfMonth.Last">
<summary>
<para>The recurring event will occur once a month, on the specified day or days of the last week in the month.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekOfMonth.None">
<summary>
<para>There isnt any recurrence rule based upon the weeks in a month.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekOfMonth.Second">
<summary>
<para>The recurring event will occur once a month, on the specified day or days of the second week in the month.</para>
</summary>
</member>
<member name="F:DevExpress.XtraScheduler.WeekOfMonth.Third">
<summary>
<para>The recurring event will occur once a month, on the specified day or days of the third week in the month.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.WorkTimeInterval">
<summary>
<para>A time interval that can be used instead of the TimeOfDayInterval class to specify the work time within a day.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WorkTimeInterval.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WorkTimeInterval"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.WorkTimeInterval.#ctor(System.TimeSpan,System.TimeSpan)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.WorkTimeInterval"/> class with the specified start time and end time.</para>
</summary>
<param name="start">A <see cref="T:System.TimeSpan"/> value that specifies the start time of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeOfDayInterval.Start"/> property.</param>
<param name="end">A <see cref="T:System.TimeSpan"/> value that specifies the end time of the interval. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.TimeOfDayInterval.End"/> property.</param>
</member>
<member name="P:DevExpress.XtraScheduler.WorkTimeInterval.WorkTime">
<summary>
<para>Gets the standard work time interval.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WorkTimeInterval"/> value representing the standard work time interval.</value>
</member>
<member name="N:DevExpress.XtraScheduler.Xml">
<summary>
<para>Contains classes that imlement serialization procedures in XtraScheduler Suite.</para>
</summary>
</member>
<member name="T:DevExpress.XtraScheduler.Xml.AppointmentResourceIdCollectionXmlPersistenceHelper">
<summary>
<para>Provides methods to load resource IDs from XML and export them in the same format they are stored in the bound data source.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.AppointmentResourceIdCollectionXmlPersistenceHelper.#ctor(DevExpress.XtraScheduler.ResourceIdCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Xml.AppointmentResourceIdCollectionXmlPersistenceHelper"/> class with the specified settings.</para>
</summary>
<param name="resourceIds">A <see cref="T:DevExpress.XtraScheduler.ResourceIdCollection"/> object that is the resources IDs collection.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.AppointmentResourceIdCollectionXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.ResourceIdCollection,System.String)">
<summary>
<para>Loads the resource ID collection from an XML string.</para>
</summary>
<param name="resourceIds">A <see cref="T:DevExpress.XtraScheduler.ResourceIdCollection"/> object that provides the resource identifiers.</param>
<param name="xml">A string containing resource id information in XML format.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.ResourceIdCollection"/> object that is the collection of resource IDs.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.AppointmentResourceIdCollectionXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.ResourceIdCollection,System.Xml.XmlNode)">
<summary>
<para>Loads the resource ID collection from XML data.</para>
</summary>
<param name="resourceIds">A <see cref="T:DevExpress.XtraScheduler.ResourceIdCollection"/> object that provides the resource identifiers.</param>
<param name="root">A <see cref="T:System.Xml.XmlNode"/> descendant that is the root node in the XML document.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.ResourceIdCollection"/> object that is the collection of resource IDs.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Xml.AppointmentXmlPersistenceHelper">
<summary>
<para>Contains methods to serialize and de-serilaze an appointment.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.AppointmentXmlPersistenceHelper.#ctor(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.IAppointmentStorageBase)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Xml.AppointmentXmlPersistenceHelper"></see> class with the specified settings.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance which will be serialized.</param>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.IAppointmentStorageBase"/> object. Only required for time zone translations.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.AppointmentXmlPersistenceHelper.CreateObjectXmlLoader(System.Xml.XmlNode)">
<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.Xml.AppointmentXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.IAppointmentStorageBase,System.String)">
<summary>
<para>Restores an appointment from an XML serialized string.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that provides an appointment factory, custom field mappings and time zone translation.</param>
<param name="xml">A string in XML format containing the serialized appointment.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object created from the string.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.AppointmentXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.IAppointmentStorageBase,System.Xml.XmlNode)">
<summary>
<para>Restores an appointment from an XML serialized string.</para>
</summary>
<param name="storage">An <see cref="T:DevExpress.XtraScheduler.ISchedulerStorageBase"/> object that provides an appointment factory, custom field mappings and time zone translation.</param>
<param name="root">A <see cref="T:System.Xml.XmlNode"/> object that is the root node in XML document containing the serialized appointment.</param>
<returns>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object created from the string.</returns>
</member>
<member name="P:DevExpress.XtraScheduler.Xml.AppointmentXmlPersistenceHelper.Storage">
<summary>
<para>Provides access to the appointment storage used for serialization - deserialization.</para>
</summary>
<value>AN <see cref="T:DevExpress.XtraScheduler.IAppointmentStorageBase"/> object that is the appointment storage.</value>
</member>
<member name="T:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper">
<summary>
<para>Provides methods used to serialize and de-serialize the <see cref="T:DevExpress.XtraScheduler.RecurrenceInfo"/> object.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes new instance of the <see cref="T:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper"></see> class with the specified settings.</para>
</summary>
<param name="appointment">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object whose <see cref="P:DevExpress.XtraScheduler.Appointment.RecurrenceInfo"/> and <see cref="P:DevExpress.XtraScheduler.Appointment.TimeZoneId"/> settings will be used.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper.#ctor(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper"/> class with specified settings.</para>
</summary>
<param name="recurrenceInfo">A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object, containing information about appointment occurrences.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper.CreateObjectXmlLoader(System.Xml.XmlNode)">
<summary>
<para>Creates an object that enables you to load recurrence info from xml.</para>
</summary>
<param name="root">An <see cref="T:System.Xml.XmlNode"/> representing the node containing recurrence information.</param>
<returns>A DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlLoader object that is the descendant of the DevExpress.XtraScheduler.Xml.ObjectXmlLoader class.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper.ObjectFromXml(System.String)">
<summary>
<para>Restores recurrence information from the specified XML string.</para>
</summary>
<param name="xml">A string containing information in xml format.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object, containing information about appointment occurrences.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.RecurrenceInfoXmlPersistenceHelper.ObjectFromXml(System.Xml.XmlNode)">
<summary>
<para>Restores recurrence information from XML data at the specified root node.</para>
</summary>
<param name="root">A <see cref="T:System.Xml.XmlNode"/> class representing the root node of the XML document.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object, containing information about appointment occurrences.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Xml.ReminderCollectionXmlPersistenceHelper">
<summary>
<para>Provides methods to load reminders from XML and export them in the same way as they are stored in the bound data source.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.ReminderCollectionXmlPersistenceHelper.CreateSaveInstance(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Creates and initializes an instance of the helper for serializing the reminder collection using XML format.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> containing reminders.</param>
<returns>An instance of the <see cref="T:DevExpress.XtraScheduler.Xml.ReminderCollectionXmlPersistenceHelper"/>.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.ReminderCollectionXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.Appointment,System.String)">
<summary>
<para>Loads the reminder collection from an XML string.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> for which reminders are loaded.</param>
<param name="xml">A string that is the XML representation of a reminder collection.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.ReminderCollection"/> object that is the collection of reminders for an appointment.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.ReminderCollectionXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.Appointment,System.Xml.XmlNode)">
<summary>
<para>Loads the reminder collection from XML data.</para>
</summary>
<param name="apt">An <see cref="T:DevExpress.XtraScheduler.Appointment"/> for which reminders are loaded.</param>
<param name="root">A <see cref="T:System.Xml.XmlDocument"/> object that is the root node in the XML document.</param>
<returns>A <see cref="T:DevExpress.XtraScheduler.ReminderCollection"/> object that is the collection of reminders for an appointment.</returns>
</member>
<member name="T:DevExpress.XtraScheduler.Xml.ReminderInfoCollectionXmlPersistenceHelper">
<summary>
<para>Provides methods used to get reminder information from XML strings and root nodes.</para>
</summary>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.ReminderInfoCollectionXmlPersistenceHelper.#ctor(DevExpress.XtraScheduler.Xml.ReminderInfoCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraScheduler.Xml.ReminderInfoCollectionXmlPersistenceHelper"/> class with specified settings.</para>
</summary>
<param name="reminderInfos">A collection of objects that contain reminder onformation.</param>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.ReminderInfoCollectionXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.Xml.ReminderInfoCollection,System.String)">
<summary>
<para>Restores reminder information from the specified XML string.</para>
</summary>
<param name="reminderInfos">A collection of reminder information.</param>
<param name="xml">A string containing information in xml format.</param>
<returns>A collection of objects that contain information about reminders.</returns>
</member>
<member name="M:DevExpress.XtraScheduler.Xml.ReminderInfoCollectionXmlPersistenceHelper.ObjectFromXml(DevExpress.XtraScheduler.Xml.ReminderInfoCollection,System.Xml.XmlNode)">
<summary>
<para>Restores reminder information from XML data at the specified XML root node.</para>
</summary>
<param name="reminderInfos">Collection of reminder information.</param>
<param name="root">A <see cref="T:System.Xml.XmlNode"/> class representing the root node of the XML document.</param>
<returns>A collection of objects that contain information about reminders.</returns>
</member>
</members>
</doc>