Files
SISBusiness/SISBusiness.Web.Subcontractor/bin/DevExpress.Web.ASPxScheduler.v17.2.xml
T
2018-03-27 17:27:28 +02:00

15361 lines
549 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Web.ASPxScheduler.v17.2</name>
</assembly>
<members>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogLayout">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogLayout.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentEditDialogLayout class.
</para>
</summary>
<param name="scheduler">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogLayout.HeaderText">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogViewModel.#ctor">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentDeleteDialogViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogViewModel.Action">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogViewModel.Confirm">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogViewModel.Load(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes the dialog view model by loading the control's settings.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer">
<summary>
<para>Represents a container for the templates used to render the <b>Inplace Editor</b> form.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AppointmentInplaceEditorTemplateContainer class for the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the AppointmentInplaceEditorTemplateContainer class for the specified appointment and <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control.
</param>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object, that is a scheduled appointment.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer.EditFormHandler">
<summary>
<para>Gets the function handler for the <b>edit</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer.EditFormScript">
<summary>
<para>Gets the body of the <b>edit</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function body.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer.SaveHandler">
<summary>
<para>Gets the function handler for the <b>save</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer.SaveScript">
<summary>
<para>Gets the body of the <b>save</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function body.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.PopupMenuShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PopupMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event sender (typically an <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control).
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventArgs.#ctor(DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu)">
<summary>
<para>Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu"/> which represents the popup menu. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventArgs.Menu"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.PopupMenuShowingEventArgs.Menu">
<summary>
<para>Gets or sets the popup menu for which this event was raised.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu"/> object, which is the popup menu.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentEditDialogViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.AppointmentController">
<summary>
<para>Provides the dialog's appointment form controller object.
</para>
</summary>
<value>An AppointmentFormController object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.Description">
<summary>
<para>Gets or sets a value of the appointment's description.
</para>
</summary>
<value>A string value specifying the description.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.EndTime">
<summary>
<para>Gets or sets a value specifying the appointment's end time.
</para>
</summary>
<value>A <see cref="DateTime"/> object representing the end time.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.IsAllDay">
<summary>
<para>Gets or sets a value specifying whether the appointment is an all-day event.
</para>
</summary>
<value><b>true</b>, the appointment is an all-day event; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.IsRecurring">
<summary>
<para>Gets or sets a value specifying whether the appointment is recurrent.
</para>
</summary>
<value><b>true</b>, to apply recurrence to the appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.LabelKey">
<summary>
<para>Gets or sets the identifier of the label object associated with the appointment.
</para>
</summary>
<value>An object that specifies the label's unique identifier.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.Load(DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController)">
<summary>
<para>Initializes the dialog view model by loading the appointment form controller.
</para>
</summary>
<param name="appointmentController">
An AppointmentFormController object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.Location">
<summary>
<para>Gets or sets the location associated with the appointment.
</para>
</summary>
<value>A string value specifying the location.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.RecurrenceViewModel">
<summary>
<para>Gets the View Model for the appointment editing form that contains the appointment recurrence section.
</para>
</summary>
<value>A <see cref="RecurrenceEditDialogViewModel"/> object specifying the View Model for the Appointment Edit form.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.Reminder">
<summary>
<para>Gets or sets a value specifying the reminder's time interval.
</para>
</summary>
<value>A <see cref="TimeSpan"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.ResourceIds">
<summary>
<para>Provides access to the collection of all the resource identifiers (resource id's) which is associated with the current appointment.
</para>
</summary>
<value>The list of the resource IDs.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.Save(DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController)">
<summary>
<para>Applies the dialog view model's specified settings to the appointment form controller.
</para>
</summary>
<param name="appointmentController">
An appointment form controller object.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.SetDialogElementStateConditions">
<summary>
<para>Sets the state conditions of the dialog elements.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.StartTime">
<summary>
<para>Gets or sets a value specifying the appointment's start time.
</para>
</summary>
<value>A <see cref="DateTime"/> object representing the start time.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.StatusKey">
<summary>
<para>Gets or sets a value specifying the appointment's status.
</para>
</summary>
<value>An object specifying the status.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.Subject">
<summary>
<para>Gets or sets a value specifying the appointment's subject.
</para>
</summary>
<value>A string value specifying the subject.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogViewModel.TimeZoneId">
<summary>
<para>Gets or sets a value specifying the appointment's time zone unique identifier.
</para>
</summary>
<value>A string value specifying the time zone unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection">
<summary>
<para>Represents a collection of appointment statuses.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentStatusCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Adds a new appointment status item with the specified settings to the collection.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates the availability.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.IAppointmentStatus.Color"/> property.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.Add(System.Object,DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Adds a new appointment status item with the specified settings to the collection.
</para>
</summary>
<param name="id">
An object that is the unique status identifier.
</param>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates availability.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.IAppointmentStatus.Color"/> property.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.Add(System.Drawing.Color,System.String)">
<summary>
<para>Adds a new appointment status item with the specified settings to the collection.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.IAppointmentStatus.Color"/> property.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.Add(System.Drawing.Color,System.String,System.String)">
<summary>
<para>Adds a new appointment status item with the specified settings to the collection.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.IAppointmentStatus.Color"/> property.
</param>
<param name="displayName">
A string that is the name of the status used in editors.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object and adds it to the current collection.
</para>
</summary>
<param name="id">
The unique user interface object identifier of the appointment status.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object and adds it to the current collection.
</para>
</summary>
<param name="id">
The unique user interface object identifier of the appointment status.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.CreateNewStatus(System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object and adds it to the current collection.
</para>
</summary>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.CreateNewStatus(System.String,System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object and adds it to the current collection.
</para>
</summary>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
<returns>A newly created <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.CreateNewStatus(System.Object,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Creates a new <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object and adds it to the current collection.
</para>
</summary>
<param name="id">
The unique user interface object identifier of the appointment status.
</param>
<param name="displayName">
A <see cref="T:System.String"/> value which represents the display name of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.DisplayName"/> property.
</param>
<param name="menuCaption">
A <see cref="T:System.String"/> value which represents the menu caption of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.MenuCaption"/> property.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status. This value is assigned to the <see cref="P:DevExpress.XtraScheduler.IAppointmentStatus.Color"/> property.
</param>
<returns>A newly cleated <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.Dispose">
<summary>
<para>Disposes of the AppointmentStatusCollection object.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.GetById(System.Object)">
<summary>
<para>Obtains a status object specified by its identifier.
</para>
</summary>
<param name="id">
An object that is the identifier of the appointment status.
</param>
<returns>An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentStatus"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/> property value.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.GetByIndex(System.Int32)">
<summary>
<para>Gets the appointment status object at the specified index of the AppointmentStatusCollection collection.
</para>
</summary>
<param name="index">
An integer that is the index of an object in the collection.
</param>
<returns>A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentStatus"/> object at the specified index.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.GetByType(DevExpress.XtraScheduler.AppointmentStatusType)">
<summary>
<para>Obtains an appointment status object specified by its type.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value.
</param>
<returns>An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentStatus"/> object of the specified status type.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection.Item(System.Int32)">
<summary>
<para>Gets an item of the collection by its index.
</para>
</summary>
<param name="index">
An integer value specifying the zero-based index of the desired appointment status.
</param>
<value>An <see cref="AppointmentStatus"/> object.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentStatus">
<summary>
<para>Represents an appointment's availability status.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatus.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentStatus class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentStatus.Color">
<summary>
<para>Gets or sets the color associated with the appointment status.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure specifying the color.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentStatus.Dispose">
<summary>
<para>Empty method that implements the Dispose method of the IDisposable interface.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentStatus.Empty">
<summary>
<para>Returns an empty appointment status.
</para>
</summary>
<value>An AppointmentStatus value representing an empty appointment status.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentStatus.Type">
<summary>
<para>Gets or sets the type of the appointment status.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration value representing the type of the appointment status.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection">
<summary>
<para>Represents a collection of appointment labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentLabelCollection class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.Add(System.String,System.String,System.Drawing.Color)">
<summary>
<para>Adds a new appointment label item with the specified settings to the collection.
</para>
</summary>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<param name="menuCaption">
A string containing the menu caption for the command used to set the label for an appointment.
</param>
<param name="labelColor">
A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.Add(System.Object,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Adds a new appointment label item with the specified settings to the collection.
</para>
</summary>
<param name="id">
An object that is the unique label identifier.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<param name="menuCaption">
A string containing the menu caption for the command used to set the label for an appointment.
</param>
<param name="labelColor">
A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.Add(DevExpress.Web.ASPxScheduler.AppointmentLabel)">
<summary>
<para>Adds a new appointment label item with the specified settings to the collection.
</para>
</summary>
<param name="value">
An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object to append to the collection.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.Add(System.Drawing.Color,System.String)">
<summary>
<para>Adds a new appointment label item with the specified settings to the collection.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.Add(System.Drawing.Color,System.String,System.String)">
<summary>
<para>Adds a new appointment label item with the specified settings to the collection.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.
</param>
<param name="displayName">
A string that is the name of the label displayed in label editors.
</param>
<param name="menuCaption">
A string containing the menu caption for the command used to set the label for an appointment.
</param>
<returns>An integer value indicating the position at which the new element was inserted.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String,System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object and adds it to the current collection.
</para>
</summary>
<param name="id">
The unique user interface object identifier of the appointment label.
</param>
<param name="displayName">
A string containing the label name.
</param>
<param name="menuCaption">
A string containing the menu caption for the command used to set the label for an appointment.
</param>
<returns>A newly cleated <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.CreateNewLabel(System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object and adds it to the current collection.
</para>
</summary>
<param name="displayName">
A string containing the label name.
</param>
<returns>A newly cleated <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String)">
<summary>
<para>Creates a new <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object and adds it to the current collection.
</para>
</summary>
<param name="id">
The unique user interface object identifier of the appointment label.
</param>
<param name="displayName">
A string containing the label name.
</param>
<returns>A newly cleated <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.CreateNewLabel(System.Object,System.String,System.String,System.Drawing.Color)">
<summary>
<para>Creates a new <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object and adds it to the current collection.
</para>
</summary>
<param name="id">
The unique user interface object identifier of the appointment label.
</param>
<param name="displayName">
A string containing the label name.
</param>
<param name="menuCaption">
A string containing the menu caption for the command used to set the label for an appointment.
</param>
<param name="color">
A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.
</param>
<returns>A newly cleated <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.Dispose">
<summary>
<para>Disposes of the AppointmentLabelCollection object.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.GetById(System.Object)">
<summary>
<para>Obtains a label object specified by its identifier.
</para>
</summary>
<param name="id">
An object that is the identifier of the appointment label.
</param>
<returns>An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object with the specified <see cref="P:DevExpress.XtraScheduler.UserInterfaceObject.Id"/> property value.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.GetByIndex(System.Int32)">
<summary>
<para>Gets the label at the specified index of the AppointmentLabelCollection collection.
</para>
</summary>
<param name="index">
An integer that is the index of an object in the collection.
</param>
<returns>A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabel"/> object at the specified index.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection.Item(System.Int32)">
<summary>
<para>Gets an item of the collection by its index.
</para>
</summary>
<param name="index">
An integer value specifying the zero-based index of the desired appointment label.
</param>
<value>An <see cref="AppointmentLabel"/> object.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentLabel">
<summary>
<para>Represents an appointment's identification label.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabel.#ctor">
<summary>
<para>Initializes a new instance of the AppointmentLabel class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabel.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="displayName">
A string containing the label name.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabel.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="displayName">
A string containing the label name.
</param>
<param name="menuCaption">
A string containing the menu caption for the command used to set the label for an appointment.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabel.#ctor(System.Drawing.Color,System.String)">
<summary>
<para>Initializes a new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.
</param>
<param name="displayName">
A string containing the label name.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabel.#ctor(System.Drawing.Color,System.String,System.String)">
<summary>
<para>Initializes a new instance of the AppointmentLabel class with the specified settings.
</para>
</summary>
<param name="color">
A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.
</param>
<param name="displayName">
A string containing the label name.
</param>
<param name="menuCaption">
A string containing the menu caption for the command used to set the label for an appointment.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentLabel.Color">
<summary>
<para>Gets or sets the color associated with the appointment label.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentLabel.Dispose">
<summary>
<para>Empty method that implements the Dispose method of the IDisposable interface.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames">
<summary>
<para>Lists appointment property names for a client-side appointment.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.AllDay">
<summary>
<para>Appointment.AllDay property name for a client-side appointment.
</para>
</summary>
<returns>A string containing the property name.
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.AppointmentType">
<summary>
<para>Appointment Type property name for a client-side appointment.
</para>
</summary>
<returns>A string containing the property name.
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.Description">
<summary>
<para>Appointment Description property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.End">
<summary>
<para>Appointment End property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.Id">
<summary>
<para>Appointment ID property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.Interval">
<summary>
<para>Appointment Interval property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.LabelId">
<summary>
<para>Appointment Label ID property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.Location">
<summary>
<para>Appointment Location property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.PatternType">
<summary>
<para>Appointment Pattern Type property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.RecurrenceInfo">
<summary>
<para>Appointment RecurrenceInfo property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.ResourceIds">
<summary>
<para>Appointment Resource IDs property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.Start">
<summary>
<para>Appointment Start property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.StatusId">
<summary>
<para>Appointment Status ID property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ClientSideAppointmentFieldNames.Subject">
<summary>
<para>Appointment Subject property name for a client-side appointment.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.InitClientAppointmentHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitClientAppointment"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.InitClientAppointmentHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.InitClientAppointmentEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitClientAppointment"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="args">
A <see cref="T:DevExpress.Web.ASPxScheduler.InitClientAppointmentEventArgs"/> object containing event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.InitClientAppointmentEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitClientAppointment"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.InitClientAppointmentEventArgs.#ctor(DevExpress.XtraScheduler.Appointment,System.Collections.Generic.Dictionary`2)">
<summary>
<para>Initializes a new instance of the InitClientAppointmentEventArgs class for the specified appointment with the specified property names.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object for which properties are retrieved.
</param>
<param name="properties">
A <see cref="T:System.Collections.Generic.Dictionary`2[[System.String],[System.Object]]"/> composed of property names and their values.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.InitClientAppointmentEventArgs.Appointment">
<summary>
<para>Gets the appointment related to the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitClientAppointment"/> event.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.InitClientAppointmentEventArgs.Properties">
<summary>
<para>Gets the dictionary containing name-value pairs for client appointment properties.
</para>
</summary>
<value>A <see cref="T:System.Collections.Generic.Dictionary`2[[System.String],[System.Object]]"/> object containing name-value pairs.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderSnoozeDialogCommand">
<summary>
<para>The "Reminder" dialog's command to snooze the selected appointment in the dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderSnoozeDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ReminderSnoozeDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderSnoozeDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the Reminder dialog's Snooze command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderSnoozeDialogCommand.SnoozeSpan">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles">
<summary>
<para>Contains settings that allow you to define the appearance of the Agenda View's date headers.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the AgendaVerticalDateHeaderStyles class with the specified owner.
</para>
</summary>
<param name="owner">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that is the owner of the created object.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the AgendaVerticalDateHeaderStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings are copied.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.DateCell">
<summary>
<para>Gets the style settings defining the appearance of a date cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaDateCellStyle"/> object that contains style settings defining the appearance of a date cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.DateCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.DayCell">
<summary>
<para>Gets the style settings defining the appearance of a day cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaDateCellStyle"/> object that contains style settings defining the appearance of a day cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.DayCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.DayOfWeekCell">
<summary>
<para>Gets the style settings defining the appearance of a day of the week cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaDateCellStyle"/> object that contains style settings defining the appearance of a day of the week cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.DayOfWeekCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.MonthOfYearCell">
<summary>
<para>Gets the style settings defining the appearance of a month of the year cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaDateCellStyle"/> object that contains style settings defining the appearance of a month of the year cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles.MonthOfYearCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles">
<summary>
<para>Contains settings that allow you to define the appearance of appointments displayed by the Agenda View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the AgendaAppointmentStyles class with the specified owner.
</para>
</summary>
<param name="owner">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that is the owner of the created object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.EndArrowIconCell">
<summary>
<para>Gets the style settings defining the appearance of a cell displaying the appointment end arrow icon.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle"/> object that contains style settings defining the appearance of a cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.EndArrowIconCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.IconCell">
<summary>
<para>Gets the style settings defining the appearance of a cell displaying appointment icons.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle"/> object that contains style settings defining the appearance of a cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.IconCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.MainContentCell">
<summary>
<para>Gets the style settings defining the appearance of a cell displaying an appointment's main content.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle"/> object that contains style settings defining the appearance a main content cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.MainContentCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.ResourceCell">
<summary>
<para>Gets the style settings defining the appearance of a resource cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle"/> object that contains style settings defining the appearance of a resource cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.ResourceCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.StartArrowIconCell">
<summary>
<para>Gets the style settings defining the appearance of a cell displaying the appointment start arrow icon.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle"/> object that contains style settings defining the appearance of a cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.StartArrowIconCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.StatusCell">
<summary>
<para>Gets the style settings defining the appearance of a status cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle"/> object that contains style settings defining the appearance of a status cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.StatusCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.TimeCell">
<summary>
<para>Gets the style settings defining the appearance of a time cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle"/> object that contains style settings defining the appearance of a time cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles.TimeCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDismissDialogCommand">
<summary>
<para>The "Reminder" dialog's command to dismiss the selected appointment in the dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDismissDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ReminderDismissDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDismissDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the Reminder dialog's Dismiss command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo">
<summary>
<para>Contains information used for appointment visualization.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.#ctor(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the AppointmentViewInfo class.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> instance that is the appointment being rendered.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.Appointment">
<summary>
<para>Provides access to an appointment for which the visual representation has been built.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.AppointmentInterval">
<summary>
<para>Gets the time interval which the current appointment occupies.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the appointment time interval.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.AppointmentStyle">
<summary>
<para>Gets the style settings used to paint the appointment.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings used to paint the appointment.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.BackColor">
<summary>
<para>Gets or sets the appointment coloring.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> object that is the appointment fill color.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.HasBottomBorder">
<summary>
<para>Determines whether the bottom border is displayed for the appointment.
</para>
</summary>
<value><b>true</b>, if the bottom border is displayed for an appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.HasLeftBorder">
<summary>
<para>Determines whether the left border is displayed for the appointment.
</para>
</summary>
<value><b>true</b>, if the left border is displayed for an appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.HasRightBorder">
<summary>
<para>Determines whether the right border is displayed for the appointment.
</para>
</summary>
<value><b>true</b> if the right border is displayed for an appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.HasTopBorder">
<summary>
<para>Determines whether the top border is displayed for the appointment.
</para>
</summary>
<value><b>true</b>, if the top border is displayed for an appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.Interval">
<summary>
<para>Gets or sets the time interval of the time cells covered by the current appointment.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time range of the time cells.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.IsLongTime">
<summary>
<para>Indicates whether the appointment extends over multiple days.
</para>
</summary>
<returns><b>true</b> if an appointment extends over several days; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.Options">
<summary>
<para>Gets certain characteristics which determines how an appointment is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentViewInfoOptions"/> object containing certain appointment view characteristics.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.Resource">
<summary>
<para>Gets or sets the resource of the displayed appointment.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the appointment's resource.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.ShowBell">
<summary>
<para>Gets or sets whether to display a bell icon indicating an associated reminder.
</para>
</summary>
<value><b>true</b> to display a bell icon; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.ShowEndTime">
<summary>
<para>Gets or sets whether to display a time indicating the end of the appointment.
</para>
</summary>
<value><b>true</b> to display the time; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.ShowRecurrence">
<summary>
<para>Gets or sets whether to display a recurrence symbol.
</para>
</summary>
<value><b>true</b> to display a symbol; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.ShowStartTime">
<summary>
<para>Gets or sets whether to display a time indicating the start of the appointment.
</para>
</summary>
<value><b>true</b> to display the time; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.ShowTimeAsClock">
<summary>
<para>Gets or sets whether to display the time as a clock with arrows.
</para>
</summary>
<value><b>true</b> to display the time as a clock symbol; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.Status">
<summary>
<para>Gets or sets the visual status of the appointment for display.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.IAppointmentStatus"/> object that is the appointment status.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.StatusBackgroundColor">
<summary>
<para>Gets or sets the back color of the appointment's status bar.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure specifying the back color.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.StatusColor">
<summary>
<para>Gets or sets the color of the appointment's status bar.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure specifying the status color.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo.StatusDisplayType">
<summary>
<para>Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusDisplayType"/> enumeration specifying how the status is displayed.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaStylesBase">
<summary>
<para>Provides base settings defining the appearance of different Agenda View visual elements.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaStylesBase.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the AgendaStylesBase class with the specified owner.
</para>
</summary>
<param name="owner">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that is the owner of the created object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaStylesBase.CssFilePath">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaStylesBase.CssPostfix">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.GotoDateCancelDialogCommand">
<summary>
<para>The "Go To Date" dialog's command to cancel the date changing.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.GotoDateCancelDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the GotoDateCancelDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.GotoDateCancelDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the "Go To Date" dialog's Cancel command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerFormEditorsImages">
<summary>
<para>Contains settings that allow images to be defined for specific elements of editors used within the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerFormEditorsImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the SchedulerFormEditorsImages class with the specified owner.
</para>
</summary>
<param name="owner">
An object that implements the <b>ISkinOwner</b> interface.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormEditorsImages.ImageFolder">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormEditorsImages.LoadingPanel">
<summary>
<para>Gets the settings of an image displayed within a <b>Loading Panel</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaEmptyCellStyle">
<summary>
<para>Contains settings that allow you to define the appearance of empty layout cells displayed within the Agenda View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaEmptyCellStyle.#ctor">
<summary>
<para>Initializes a new instance of the AgendaEmptyCellStyle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaEmptyCellStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="control">
</param>
<param name="range">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaEmptyCellStyle.Height">
<summary>
<para>Gets or sets the cell height.
</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure specifying the cell height.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaDateCellStyle">
<summary>
<para>Contains settings that allow you to define the appearance of layout cells displayed within the Agenda View's date header.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaDateCellStyle.#ctor">
<summary>
<para>Initializes a new instance of the AgendaDateCellStyle class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderCloseDialogCommand">
<summary>
<para>The "Reminder" dialog's command to close the dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderCloseDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ReminderCloseDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderCloseDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the Reminder dialog's Close command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaCellStyle">
<summary>
<para>Contains settings that allow you to define the appearance of layout cells displayed within the Agenda View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaCellStyle.#ctor">
<summary>
<para>Initializes a new instance of the AgendaCellStyle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaCellStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="control">
</param>
<param name="range">
</param>
<param name="exceptTextDecoration">
</param>
<param name="useBlockAlignment">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaCellStyle.Paddings">
<summary>
<para>Gets the padding settings of a layout cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Paddings"/> object containing padding settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaCellStyle.Width">
<summary>
<para>Gets or sets the cell width.
</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure specifying the cell width.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaResourceLocation">
<summary>
<para>Lists values that specify the Resource location.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaResourceLocation.Auto">
<summary>
<para>The resource is located automatically.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaResourceLocation.Bottom">
<summary>
<para>The resource is located at the bottom of the appointment.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaResourceLocation.Right">
<summary>
<para>The resource is located at the right side of the appointment.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentDeleteDialogCommand">
<summary>
<para>The "Appointment" dialog's command to delete the appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentDeleteDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AppointmentDeleteDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentDeleteDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the appointment dialog's Delete command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentDeleteCancelDialogCommand">
<summary>
<para>The "Confirm Delete" dialog's command to cancel the recurrent appointment's deleting.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentDeleteCancelDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentDeleteCancelDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentDeleteCancelDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the dialog's Cancel command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips">
<summary>
<para>Provides access to options characterizing appointment and selecion tooltips.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsToolTips class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.AppointmentDragToolTipCornerType">
<summary>
<para>Gets or sets the shape of the corners for the tooltip that appears when an appointment is dragged.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ToolTipCornerType"/> enumeration member, specifying the corner shape.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.AppointmentDragToolTipUrl">
<summary>
<para>Gets or sets the location of the custom tooltip form shown when an appointment is dragged.
</para>
</summary>
<value>A string, representing the URI of the custom form.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.AppointmentToolTipCornerType">
<summary>
<para>Gets or sets the shape of the corners for the appointment tooltip.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ToolTipCornerType"/> enumeration member, specifying the corner shape.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.AppointmentToolTipMode">
<summary>
<para>Specifies whether the appointment tooltip is displayed as a button or as a hint.
</para>
</summary>
<value>One of the <see cref="AppointmentToolTipMode"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.AppointmentToolTipUrl">
<summary>
<para>Gets or sets the location of the custom tooltip form shown when the mouse hovers over an appointment.
</para>
</summary>
<value>A string, representing the URI of the custom form.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.SelectionToolTipCornerType">
<summary>
<para>Gets or sets the shape of the corners for the time cell selection tooltip.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ToolTipCornerType"/> enumeration member, specifying the corner shape.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.SelectionToolTipUrl">
<summary>
<para>Gets or sets the location of the custom tooltip form shown when the mouse cursor is positioned above selected time cells.
</para>
</summary>
<value>A string, representing the URI of the custom form.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.ShowAppointmentDragToolTip">
<summary>
<para>Gets or sets whether a tooltip is shown when an appointment is dragged.
</para>
</summary>
<value><b>true</b> if a tooltip is shown when an appointment is dragged; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.ShowAppointmentToolTip">
<summary>
<para>Gets or sets whether a tooltip is shown for an appointment.
</para>
</summary>
<value><b>true</b> if a tooltip is shown for an appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips.ShowSelectionToolTip">
<summary>
<para><b>true</b> if a tooltip is shown for a selected area in the scheduler; otherwise, <b>false</b>.
</para>
</summary>
<value><b>true</b> if a tooltip is shown for a time cell selection; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ToolTipCornerType">
<summary>
<para>Lists designs applied to the tooltip form.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ToolTipCornerType.None">
<summary>
<para>Specifies that the tooltip form is displayed "as is".
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ToolTipCornerType.Rounded">
<summary>
<para>The tooltip form is displayed with rounded corners, borders and background, as specified in the style sheet.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ToolTipCornerType.Square">
<summary>
<para>The tooltip form is displayed with squared corners, borders and background as specified in the style sheet.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction">
<summary>
<para>Lists actions used to determine how the ASPxScheduler control instance should be updated.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.All">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.Any">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.DataBindAppointments">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.DataBindResources">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.None">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.NotifyActiveViewChanged">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.NotifyResourceIntervalChanged">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.NotifyTimeZoneChanged">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.NotifyVisibleIntervalsChanged">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderActiveForm">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderAppointmentMenu">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderAppointments">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderCommonControls">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderNavigationButtons">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderState">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderView">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.RenderViewMenu">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction.StringFormatsChanged">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxTimeZoneEdit">
<summary>
<para>A combo box editor used to specify a time zone.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxTimeZoneEdit.#ctor">
<summary>
<para>Initializes a new instance of the ASPxTimeZoneEdit class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxTimeZoneEdit.GetActualTimeZone">
<summary>
<para>Gets the time zone specified for the client Scheduler.
</para>
</summary>
<returns>A string that is the time zone identifier. The obtained values are from the System.TimeZoneInfo.Id values range.
</returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsMenu">
<summary>
<para>Provides options for displaying the popup menu.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsMenu.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsMenu class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsMenu.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsMenu.EnableMenuScrolling">
<summary>
<para>Gets or sets a value indicating whether submenu scrolling is enabled in the menu.
</para>
</summary>
<value><b>true</b> if scrolling is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentDialogLayoutSettings">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentDialogLayoutSettings.#ctor(DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings)">
<summary>
<para>Initializes a new instance of the AppointmentDialogLayoutSettings class.
</para>
</summary>
<param name="settingContainer">
An object representing dialog layout settings.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.TimeIndicatorDisplayOptions">
<summary>
<para>Contains options which determine how the Time Indicator is displayed in the Scheduler view.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.TimeIndicatorDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the TimeIndicatorDisplayOptions class with the default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase">
<summary>
<para>Represents a base class for print adapters of the ASPxScheduler reports.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.ClientTimeZoneId">
<summary>
<para>Gets or sets the client time zone of the Scheduler that is used in the scheduler report.
</para>
</summary>
<value>A string that uniquely identifies a particular time zone and corresponds to the System.TimeZoneInfo.Id property value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.EnableSmartSync">
<summary>
<para>Gets or sets whether different controls in a report should synchronize their data iterations (the SmartSync Printing feature).
</para>
</summary>
<value><b>true</b> to enable the SmartSync Printing feature; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.FirstDayOfWeek">
<summary>
<para>Gets or sets the day that starts the scheduler week.
</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value, specifying the start day of the week for the scheduler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.ResourceColorSchemas">
<summary>
<para>Gets the color schemas used to paint resource columns in a grouped view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.SchedulerAdapter">
<summary>
<para>Provides access to the scheduler print adapter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Reporting.SchedulerPrintAdapter"/> object representing a print adapter for the report.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.SchedulerControlID">
<summary>
<para>Gets or sets the ID of the ASPxScheduler control on a page.
</para>
</summary>
<value>A string representing the control's ID.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.SmartSyncOptions">
<summary>
<para>Provides access to options specific to the SmartSync Printing feature.
</para>
</summary>
<value>An object exposing the <see cref="T:DevExpress.XtraScheduler.Reporting.ISmartSyncOptions"/> interface, allowing you to specify SmartSync-specific options.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.TimeInterval">
<summary>
<para>Gets or sets the time interval used by the print adapter to create a report.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time interval.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.ValidateAppointments">
<summary>
<para>Occurs when appointments are retrieved to create a report document.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.ValidateResources">
<summary>
<para>Occurs when resources are obtained for use in the report.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.ValidateTimeIntervals">
<summary>
<para>Occurs when the print adapter retrieves information on the time intervals required for creating a report.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.ValidateWorkTime">
<summary>
<para>Occurs when the print adapter retrieves the work time value for use in the report.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerPrintAdapterBase.WorkTime">
<summary>
<para>Gets or sets the work time interval for a day.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerControlPrintAdapter">
<summary>
<para>Represents a print adapter bound to the <b>ASPxScheduler</b> control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerControlPrintAdapter.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerControlPrintAdapter class with the specified <b>ASPxScheduler Control</b>.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control instance, which is the report's scheduling source.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerControlPrintAdapter.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerControlPrintAdapter class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerControlPrintAdapter.SchedulerControl">
<summary>
<para>Gets or sets the ASPxScheduler control for the print adapter.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> representing a scheduler control which serves as the report's source.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.FullWeekView">
<summary>
<para>A class for the Full Week View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.FullWeekView.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the FullWeekView class with the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the <b>ASPxScheduler</b> control assigned to the view. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.FullWeekView.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.FullWeekView.Enabled">
<summary>
<para>Gets or sets if the view is enabled for the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control.
</para>
</summary>
<value><b>true</b>, if the view is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.FullWeekView.FullWeekViewStyles">
<summary>
<para>This property is intended for serialization purposes only.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.FullWeekViewStyles"/> object, containing appearance settings for elements of the Week View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.FullWeekView.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the Full Week View visual elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.FullWeekViewStyles"/> object, containing styles for displaying visual elements of the Full Week View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.FullWeekView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>One of the <see cref="SchedulerViewType"/> enumeration values.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomErrorText"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomErrorText"/> event.
</para>
</summary>
<param name="handler">
The handler object that will receive the response to invoking the operation.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomErrorText"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventArgs.#ctor(System.Exception,System.String)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerCustomErrorTextEventArgs class with the specified settings.
</para>
</summary>
<param name="exception">
An <see cref="T:System.Exception"/> object representing the exception thrown.
</param>
<param name="errorText">
A string, containing the exception description displayed to the user.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventArgs.ErrorText">
<summary>
<para>Gets or sets the explanatory text for the error.
</para>
</summary>
<value>A string containing the error description.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerCustomErrorTextEventArgs.Exception">
<summary>
<para>Gets the exception thrown.
</para>
</summary>
<value>A <see cref="T:System.Exception"/> object representing the raised exception.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.HtmlTimeCellPrepared"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.HtmlTimeCellPrepared"/> event.
</para>
</summary>
<param name="handler">
The handler object that will receive the response to invoking the operation.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.HtmlTimeCellPrepared"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs.#ctor(System.Web.UI.WebControls.TableCell,DevExpress.Web.ASPxScheduler.Rendering.IWebTimeCell,DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerTimeCellPreparedEventArgs class with the specified settings.
</para>
</summary>
<param name="cell">
A <see cref="T:System.Web.UI.WebControls.TableCell"/> control representing the HTML table cell.
</param>
<param name="timeCell">
An interface used to render the time cell
</param>
<param name="view">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object representing the Scheduler's View.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs.Cell">
<summary>
<para>Provides access to the HTML table cell which represents the current time cell of the Scheduler.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object representing the HTML table cell.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs.Interval">
<summary>
<para>Gets the time interval which characterizes the current time cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the time interval.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs.Resource">
<summary>
<para>Gets the resource of a cell related to the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.HtmlTimeCellPrepared"/> event.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Resource"/> object that is the cell's resource.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerTimeCellPreparedEventArgs.View">
<summary>
<para>Provides access to the Scheduler View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewBase"/> object representing the current View.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPrepareFormPopupContainerHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareAppointmentFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareAppointmentInplaceEditorPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareGotoDateFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentDeleteFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentEditFormPopupContainer"/>, and the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRemindersFormPopupContainer"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerPrepareFormPopupContainerHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerPrepareFormPopupContainerEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareAppointmentInplaceEditorPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareGotoDateFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentDeleteFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentEditFormPopupContainer"/>, and the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRemindersFormPopupContainer"/> events.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler"/> control which fires the event.
</param>
<param name="e">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPrepareFormPopupContainerEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPrepareFormPopupContainerEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareAppointmentFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareAppointmentInplaceEditorPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareGotoDateFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentDeleteFormPopupContainer"/>, the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentEditFormPopupContainer"/>, and the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRemindersFormPopupContainer"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerPrepareFormPopupContainerEventArgs.#ctor(DevExpress.Web.ASPxPopupControl)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerPrepareFormPopupContainerEventArgs class with the specified container control.
</para>
</summary>
<param name="popup">
An <see cref="T:DevExpress.Web.ASPxPopupControl"/> control reprersenting the form's container.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerPrepareFormPopupContainerEventArgs.Popup">
<summary>
<para>Provides access to the popup window containing the form.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxPopupControl"/> which is the container for the form.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerFormDataHelper">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerFormDataHelper.CreateLabelDataSource(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para> </para>
</summary>
<param name="scheduler">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerFormDataHelper.CreateReminderDataSource">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerFormDataHelper.CreateResourceDataSource(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para> </para>
</summary>
<param name="scheduler">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerFormDataHelper.CreateStatusesDataSource(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para> </para>
</summary>
<param name="scheduler">
</param>
<returns> </returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerDialogLayoutSettings class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.AppointmentDialog">
<summary>
<para>Provides access to the appointment dialog layout settings.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentDialogLayoutSettings"/> object.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.GotoDateDialog">
<summary>
<para>Provides access to the "Go To Date" dialog layout settings.
</para>
</summary>
<value>A <see cref="GotoDateDialogLayoutSettings"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.RecurrenceDialog">
<summary>
<para>Provides access to the corresponding dialog's layout settings.
</para>
</summary>
<value>A <see cref="RecurrenceDialogLayoutSettings"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentDeleteDialog">
<summary>
<para>Provides access to the corresponding dialog's layout settings.
</para>
</summary>
<value>A <see cref="RecurrentAppointmentDeleteDialogLayoutSettings"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentEditDialog">
<summary>
<para>Provides access to the corresponding dialog's layout settings.
</para>
</summary>
<value>A <see cref="RecurrentAppointmentEditDialogLayoutSettings"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDialogLayoutSettings.ReminderDialog">
<summary>
<para>Provides access to the reminder dialog's layout settings.
</para>
</summary>
<value>A <see cref="ReminderDialogLayoutSettings"/> object.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxViewVisibleIntervalOptionsAdaptivity">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxViewVisibleIntervalOptionsAdaptivity.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ASPxViewVisibleIntervalOptionsAdaptivity class.
</para>
</summary>
<param name="owner">
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxViewVisibleIntervalOptionsAdaptivity.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings of the specified object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewVisibleIntervalOptionsAdaptivity.Enabled">
<summary>
<para>Specifies whether the adaptive mode is enabled for the Scheduler's View Visible Interval.
</para>
</summary>
<value><b>true</b>, to enable the view visible interval's adaptive behavior; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxViewSelectorOptionsAdaptivity">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxViewSelectorOptionsAdaptivity.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ASPxViewSelectorOptionsAdaptivity class.
</para>
</summary>
<param name="owner">
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxViewSelectorOptionsAdaptivity.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings of the specified object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewSelectorOptionsAdaptivity.Enabled">
<summary>
<para>Specifies whether the adaptive mode is enabled for the Scheduler's View Selector.
</para>
</summary>
<value><b>true</b> to enable the view selector's adaptive mode.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.#ctor">
<summary>
<para>Initializes a new instance of the YearlyRecurrenceViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.DayNumber">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.IsEveryWeekDay">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.Load(DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController)">
<summary>
<para>Initializes the dialog view model by loading the appointment form controller.
</para>
</summary>
<param name="appointmentController">
An AppointmentFormController object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.MonthForDayNumber">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.MonthForWeekDay">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.Save(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Applies the view model's specified settings to the recurrence information object.
</para>
</summary>
<param name="recurrenceInfo">
An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.WeekDays">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.YearlyRecurrenceViewModel.WeekOfMonth">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.WeeklyRecurrenceViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.WeeklyRecurrenceViewModel.#ctor">
<summary>
<para>Initializes a new instance of the WeeklyRecurrenceViewModel class.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.WeeklyRecurrenceViewModel.Load(DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController)">
<summary>
<para>Initializes the dialog view model by loading the appointment form controller.
</para>
</summary>
<param name="appointmentController">
An AppointmentFormController object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.WeeklyRecurrenceViewModel.Periodicity">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.WeeklyRecurrenceViewModel.Save(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Applies the view model's specified settings to the recurrence information object.
</para>
</summary>
<param name="recurrenceInfo">
An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.WeeklyRecurrenceViewModel.WeekDays">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogLayout">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogLayout.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ReminderDialogLayout class.
</para>
</summary>
<param name="scheduler">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogLayout.HeaderText">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.#ctor">
<summary>
<para>Initializes a new instance of the MonthlyRecurrenceViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.DayNumber">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.IsEveryWeekDay">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.Load(DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController)">
<summary>
<para>Initializes the dialog view model by loading the appointment form controller.
</para>
</summary>
<param name="appointmentController">
An AppointmentFormController object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.PeriodicityForDayNumber">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.PeriodicityForWeekDay">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.Save(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Applies the view model's specified settings to the recurrence information object.
</para>
</summary>
<param name="recurrenceInfo">
An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.WeekDays">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.MonthlyRecurrenceViewModel.WeekOfMonth">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.DailyRecurrenceViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.DailyRecurrenceViewModel.#ctor">
<summary>
<para>Initializes a new instance of the DailyRecurrenceViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.DailyRecurrenceViewModel.IsEveryWeekDay">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.DailyRecurrenceViewModel.Load(DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController)">
<summary>
<para>Initializes the dialog view model by loading the appointment form controller.
</para>
</summary>
<param name="appointmentController">
An AppointmentFormController object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.DailyRecurrenceViewModel.Periodicity">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.DailyRecurrenceViewModel.Save(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Applies the view model's specified settings to the recurrence information object.
</para>
</summary>
<param name="recurrenceInfo">
An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogLayout">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogLayout.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AppointmentEditDialogLayout class.
</para>
</summary>
<param name="scheduler">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.AppointmentEditDialogLayout.HeaderText">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDismissAllDialogCommand">
<summary>
<para>The "Reminder" dialog's command to dismiss all appointments in the dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDismissAllDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ReminderDismissAllDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDismissAllDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the Reminder dialog's Dismiss All command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentEditCancelDialogCommand">
<summary>
<para>The "Appointment" dialog's command to cancel the recurrent appointment's editing.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentEditCancelDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentEditCancelDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentEditCancelDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the edit recurrent appointment dialog's Cancel command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentEditActionDialogCommand">
<summary>
<para>The "Appointment" dialog's command to edit the recurrent appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentEditActionDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentEditActionDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentEditActionDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the edit recurrent appointment dialog's action command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentDeleteActionDialogCommand">
<summary>
<para>The "Confirm Delete" dialog's command to delete the recurrent appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentDeleteActionDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentDeleteActionDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.RecurrentAppointmentDeleteActionDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the dialog's Delete command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.GotoDateDialogCommand">
<summary>
<para>The "Go To Date" dialog's command to set the specified date and display the selected calendar.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.GotoDateDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the GotoDateDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.GotoDateDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the "Go To Date" dialog's command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.GotoDateDialogCommand.RequiresControlHierarchy">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentSaveDialogCommand">
<summary>
<para>The "Appointment" dialog's command to save the appointment.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentSaveDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AppointmentSaveDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentSaveDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the appointment dialog's Save command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentSaveDialogCommand.RequiresControlHierarchy">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentCancelDialogCommand">
<summary>
<para>The "Appointment" dialog's command to cancel the appointment's editing.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentCancelDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AppointmentCancelDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.AppointmentCancelDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the appointment dialog's Cancel command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentToolTipMode">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AppointmentToolTipMode.Button">
<summary>
<para>A tooltip is displayed as a button.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AppointmentToolTipMode.Hint">
<summary>
<para>A tooltip is displayed as a hint.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerTemplates">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerTemplates.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerTemplates class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.DateHeaderTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.DayOfWeekHeaderTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.HorizontalAppointmentTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.HorizontalResourceHeaderTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.HorizontalSameDayAppointmentTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.ToolbarViewNavigatorTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.ToolbarViewSelectorTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.ToolbarViewVisibleIntervalTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerTemplates.VerticalResourceHeaderTemplate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl">
<summary>
<para>Represents a control for specifying the yearly recurrence.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the YearlyRecurrenceControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.ClientDayNumber">
<summary>
<para>Gets the day number specified on the client side in the day number spin edit.
</para>
</summary>
<value>An integer, representing a day number.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.ClientMonth">
<summary>
<para>Gets the number of a month, specified on the client side.
</para>
</summary>
<value>An integer, representing a month's number.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.ClientWeekDays">
<summary>
<para>Gets the weekday settings specified on the client side.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value, specifying the recurrence weekday setting.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.ClientWeekOfMonth">
<summary>
<para>Gets the number of the week in a month, specified on the client side.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member, specifying the week in a month.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.DayNumber">
<summary>
<para>Gets or sets the month's day number in which the appointment is scheduled.
</para>
</summary>
<value>An integer, specifying the day of the month.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.Month">
<summary>
<para>Gets or sets the month's number.
</para>
</summary>
<value>An integer, representing a month's number.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.RegisterStyleSheets">
<summary>
<para>Registers a style sheet which defines specific styles. For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.Start">
<summary>
<para>Gets or sets the date when the recurrence chain begins.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value specifying the beginning of the recurrence chain.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Override this method to implement recurrence validation.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> class instance used for a control setting's validation.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.WeekDays">
<summary>
<para>Gets or sets the weekday settings of the yearly recurrence.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value, specifying the recurrence weekday setting.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl.WeekOfMonth">
<summary>
<para>Gets or sets the week number in a month when an appointment is scheduled.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member, specifying the week in a month.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl">
<summary>
<para>Represents a control for specifying the weekly recurrence.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the WeeklyRecurrenceControl class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl.ClientPeriodicity">
<summary>
<para>Gets the number of weeks between weeks containing scheduled appointments, specified on the client side.
</para>
</summary>
<value>An integer, specifying the number of weeks.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl.ClientWeekDays">
<summary>
<para>Gets the weekdays containing scheduled appointments, specified on the client side.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration memeber, specifying weekday settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl.Periodicity">
<summary>
<para>Gets or sets the number of weeks between weeks containing scheduled appointments.
</para>
</summary>
<value>An integer, specifying the number of weeks.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl.RegisterStyleSheets">
<summary>
<para>Registers a style sheet which defines specific styles. For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Override this method to implement recurrence validation.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> class instance used for a control setting's validation.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl.WeekDays">
<summary>
<para>Gets or sets the weekdays containing scheduled appointments.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration member, specifying weekday settings.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl">
<summary>
<para>Represents a control for specifying the monthly recurrence.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the MonthlyRecurrenceControl class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.CheckForWarnings(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Checks whether a valid day number is specified by the end-user.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> class instance, containing the check result, and a warning message.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.ClientDayNumber">
<summary>
<para>Gets the day number specified on a client side in the day number spin edit (Day N of every K month)
</para>
</summary>
<value>An integer, representing a day number.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.ClientPeriodicity">
<summary>
<para>Gets the number of months between occurrences, specified on the client side.
</para>
</summary>
<value>An integer, representing the number of months between appointment occurrences.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.ClientWeekDays">
<summary>
<para>Gets the weekday settings specified by the end-user on the client side.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value, specifying the recurrence weekday setting.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.ClientWeekOfMonth">
<summary>
<para>Gets the number of the week in a month, specified on the client side.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member, specifying the week in a month.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.DayNumber">
<summary>
<para>Gets or sets the month's day number in which the appointment is scheduled.
</para>
</summary>
<value>An integer, specifying the day of the month.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.Periodicity">
<summary>
<para>Gets or sets the number of months between occurrences.
</para>
</summary>
<value>An integer, specifying the number of months.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.RegisterStyleSheets">
<summary>
<para>Registers a style sheet which defines specific styles. For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.Start">
<summary>
<para>Gets or sets the date when the recurrence chain begins.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value specifying the beginning of the recurrence chain.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Override this method to implement recurrence validation.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> class instance used for a control setting's validation.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.WeekDays">
<summary>
<para>Gets or sets the weekday settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value, specifying the recurrence weekday setting.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl.WeekOfMonth">
<summary>
<para>Gets or sets the number of the week in a month when an appointment is scheduled.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekOfMonth"/> enumeration member, specifying the week in a month.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl">
<summary>
<para>Represents a control for specifying the daily recurrence.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl.#ctor">
<summary>
<para>Initializes a new instance of the DailyRecurrenceControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl.ClientPeriodicity">
<summary>
<para>Gets the number of days between appointment occurrences specified by the end-user on the client side.
</para>
</summary>
<value>An integer, specifying the interval between occurrences, in days.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl.ClientWeekDays">
<summary>
<para>Gets the weekday settings specified by the end-user on the client side.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration value, specifying the recurrence weekday setting.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl.Periodicity">
<summary>
<para>Gets or sets the number of days between appointment occurrences.
</para>
</summary>
<value>An integer, specifying the interval between occurrences in days.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl.RegisterStyleSheets">
<summary>
<para>Registers a style sheet which defines specific styles. For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl.ValidateValues(DevExpress.XtraScheduler.UI.ValidationArgs)">
<summary>
<para>Override this method to implement recurrence validation.
</para>
</summary>
<param name="args">
A <see cref="T:DevExpress.XtraScheduler.UI.ValidationArgs"/> class instance used for a control setting's validation.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl.WeekDays">
<summary>
<para>Gets or sets the days of the week for appointment scheduling.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration, specifying the days of the week.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId">
<summary>
<para>Lists command identifiers for correct command interpretation on the server.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentCancel">
<summary>
<para>Closes an appontment editing form and discards the changes.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentData">
<summary>
<para>Reads specified appointment properties.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentDataEx">
<summary>
<para>Performs a callback to retrieve appointment properties and executes a specified procedure after a callback is made.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentDelete">
<summary>
<para>Deletes an appointment using the <see cref="M:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.DeleteAppointment"/> method.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentFormShow">
<summary>
<para>Performs an appointment lookup by ClientId and displays an appointment form.The equivalent of the <see cref="M:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.ShowAppointmentFormByClientId"/> method.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentSave">
<summary>
<para>Saves an appointment using the <see cref="M:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ApplyChanges"/> method and closes an appointment form.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentsChange">
<summary>
<para>Submits appointment properties modifications caused by user actions such as moving, dragging and so on.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.AppointmentsCopy">
<summary>
<para>Makes a copy of an appointment. Not in use.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ChangeAppointmentsLabel">
<summary>
<para>Changes labels of selected appointments.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ChangeAppointmentsStatus">
<summary>
<para>Changes statuses of selected appointments.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ChangeTimeZone">
<summary>
<para>Modifies the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.ClientTimeZoneId"/> setting.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ClientSideDeleteAppointment">
<summary>
<para>Deletes an appointment.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ClientSideInsertAppointment">
<summary>
<para>Inserts an appointment into a storage collection.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ClientSideUpdateAppointment">
<summary>
<para>Updates appointment property values.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.CloseRemindersForm">
<summary>
<para>Accomplishes <see cref="T:DevExpress.XtraScheduler.RemindersFormDefaultAction"/> and closes a reminder form.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.CustomRemindersAction">
<summary>
<para>For each reminder, raise the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.RemindersFormDefaultAction"/> event.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.DecrementVisibleResourceCount">
<summary>
<para>Decrement a number of resources per page (<see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ResourcesPerPage"/>) by one.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.DeleteAppointments">
<summary>
<para>Deletes selected appointments.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.DismissAllReminders">
<summary>
<para>Deletes all triggered alerts.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.DismissReminder">
<summary>
<para>Dismiss a specified reminder.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.GotoDate">
<summary>
<para>Sets the control's <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Start"/> property value to the specified date.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.GotoDateForm">
<summary>
<para>Sets the control's <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Start"/> and <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveView"/> to the values specified in the GotoDate form.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.GotoDateFormCancel">
<summary>
<para>Closes the GoToDate form and discards changes.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.GotoToday">
<summary>
<para>Sets the control's <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Start"/> property value to the current date.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.IncrementVisibleResourceCount">
<summary>
<para>Increment a number of resources per page (<see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ResourcesPerPage"/>) by one.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.InplaceEditorEditForm">
<summary>
<para>Commits changes using the <see cref="M:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.ApplyChanges"/> method and closes the inplace form.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.InplaceEditorSave">
<summary>
<para>Sets the <see cref="P:DevExpress.XtraScheduler.UI.AppointmentFormControllerBase.Subject"/> to the value of an inplace editor.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.InplaceEditorShow">
<summary>
<para>Invokes an inplace editing form for the selected appointment.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.MenuAppointment">
<summary>
<para>Performs a lookup of a menu command by its id and executes it.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.MenuView">
<summary>
<para>Performs a command lookup by its menu item id and executes the command.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.MoreButton">
<summary>
<para>Navigates to the time interval and resource as required by MoreButton functionality.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateBackward">
<summary>
<para>Navigates one visible page back in time.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateForward">
<summary>
<para>Navigates one visible page forward in time.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateResourceFirst">
<summary>
<para>When a Scheduler view is grouped by resource, sets the first visible resource to the first resource in a collection.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateResourceLast">
<summary>
<para>When a Scheduler view is grouped by resource, sets the last visible resource to the last resource in a collection.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateResourceNext">
<summary>
<para>When a Scheduler view is grouped by resource, makes the next resource visible.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateResourceNextPage">
<summary>
<para>When a Scheduler view is grouped by resource, shifts the visible resource frame forward to display a new set of resources.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateResourcePrev">
<summary>
<para>When a Scheduler view is grouped by resource, makes the previous resource visible.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateResourcePrevPage">
<summary>
<para>When a Scheduler view is grouped by resource, shifts the visible resource frame backward to display a new set of resources.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigateSpecificResource">
<summary>
<para>When a Scheduler view is grouped by resource, sets the specified resource as the first visible one.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NavigationButton">
<summary>
<para>Navigates to the appointment associated with the Navigation Button and selects it.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.NewAppointmentViaInplaceEditor">
<summary>
<para>Creates a new appointment for the selected resource and time interval and invokes the in-place editor for this appointment.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.OffsetVisibleIntervals">
<summary>
<para>Shifts the scheduler's visible interval to a specified number of months.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ProcessReminder">
<summary>
<para>Invokes a reminder form to display expired alerts.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.QuickDialogPrefix">
<summary>
<para>Identifies dialogs that should be cached.
Default value: "DialogForm"
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.RaiseMoreButtonClickedEvent">
<summary>
<para>Raises the server-side <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.MoreButtonClicked"/> event.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.RecurrentAppointmentDelete">
<summary>
<para>Deletes an appointment occurrence, or the entire series as specified in a form for recurrent appointment deletion.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.RecurrentAppointmentDeleteCancel">
<summary>
<para>Closes the form for recurrent appointment deletion, and cancels the action.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.RecurrentAppointmentEdit">
<summary>
<para>Invokes a form for recurrent appointment editing.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.RecurrentAppointmentEditCancel">
<summary>
<para>Closes the recurrent appointment editing form and discards changes.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.Refresh">
<summary>
<para>Initiates a server roundtrip to reload a page.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.RestoreAppointmentOccurrence">
<summary>
<para>Restores a deleted occurrence of a recurrent appointment.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.SetVisibleDays">
<summary>
<para>Sets the visible interval to display a specified number of continuous dates.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.ShowAppointmentFormByServerId">
<summary>
<para>Looks for an appointment with a specified server ID, and invokes an appointment editing form to display it.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.SnoozeAllReminders">
<summary>
<para>Defer all alerts for a specified amount of time.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.SnoozeReminders">
<summary>
<para>Postpone the alert for a specified amount of time.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.SwitchGroupType">
<summary>
<para>Sets a specified <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.GroupType"/> for a control.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId.SwitchView">
<summary>
<para>Sets a specified <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveViewType"/> for a control.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeforeExecuteCallbackCommand"/> and <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AfterExecuteCallbackCommand"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventArgs)">
<summary>
<para>A method that will handle <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeforeExecuteCallbackCommand"/> and <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AfterExecuteCallbackCommand"/> events.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventArgs"/> object containing event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeforeExecuteCallbackCommand"/> and <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AfterExecuteCallbackCommand"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventArgs.#ctor(System.String,DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand)">
<summary>
<para>Initializes a new instance of the SchedulerCallbackCommandEventArgs class with the specified settings.
</para>
</summary>
<param name="commandId">
A string, specifying the callback command identifier.
</param>
<param name="command">
A <see cref="T:DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand"/> object, representing a callback command.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventArgs.Command">
<summary>
<para>Gets or sets the object, representing the callback command.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandEventArgs.CommandId">
<summary>
<para>Gets the command identifier, specifying a command to be executed.
</para>
</summary>
<value>A string value, representing a <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerCallbackCommandId"/>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.PreparePopupMenuEventHandler">
<summary>
<para>A method that will handle <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PreparePopupMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.PreparePopupMenuEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.PreparePopupMenuEventArgs)">
<summary>
<para>A method that will handle <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PreparePopupMenu"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.PreparePopupMenuEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.PreparePopupMenuEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PreparePopupMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.PreparePopupMenuEventArgs.#ctor(DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu)">
<summary>
<para>Initializes a new instance of the PreparePopupMenuEventArgs class with default settings.
</para>
</summary>
<param name="menu">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu"/> object, representing a popup menu.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu">
<summary>
<para>Represents a popup menu of the <b>ASPxScheduler</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu.#ctor(DevExpress.Web.ASPxWebControl)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerPopupMenu class with specified settings.
</para>
</summary>
<param name="ownerControl">
An <see cref="T:DevExpress.Web.ASPxWebControl"/> object, specifying a control that will own the menu.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu.BeginGroup">
<summary>
<para>Gets or sets whether the menu item appears at the beginning of a group of items on the menu.
</para>
</summary>
<value><b>true</b> to begin a group with the current item; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu.Caption">
<summary>
<para>Gets or sets the text string used as a menu item caption.
</para>
</summary>
<value>A string value that specifies the text content of the menu item.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu.EnableViewState">
<summary>
<para>This property is not in use.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu.Id">
<summary>
<para>
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu.ItemsCount">
<summary>
<para>Gets the number of menu items in a current menu.
</para>
</summary>
<value>An integer representing a total number of menu items.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupMenu.MenuId">
<summary>
<para>Gets or sets a menu ID.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraScheduler.SchedulerMenuItemId"/> values.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupForm">
<summary>
<para>Represents a form based on a web control with popup window functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerPopupForm.#ctor(DevExpress.Web.ASPxWebControl,System.Boolean)">
<summary>
<para>Initializes new instance of the ASPxSchedulerPopupForm class with the specified settings.
</para>
</summary>
<param name="ownerControl">
An <see cref="T:DevExpress.Web.ASPxWebControl"/> object, specifying a control that will own the scheduler popup form.
</param>
<param name="isNewDialogInstance">
<b>true</b> if the owner control's settings should be applied to a new dialog.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMappingCollection">
<summary>
<para>Represents a collection of mappings of the custom properties of resources to appropriate data fields.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMappingCollection.#ctor">
<summary>
<para>Initializes a new instance of the ASPxResourceCustomFieldMappingCollection class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMappingCollection.Add(DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping"/> object to the collection of custom fields mappings.
</para>
</summary>
<param name="mapping">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping"/> 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.Web.ASPxScheduler.ASPxResourceCustomFieldMappingCollection.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.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object which represents the custom field mapping with the specified name.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMappingCollection.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 item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping"/> object which represents the custom field mapping at the specified position.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping">
<summary>
<para>Represents a mapping of a custom property of a resource to an appropriate data field.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ASPxResourceCustomFieldMapping class with the specified settings.
</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.Web.ASPxScheduler.ASPxResourceCustomFieldMapping.Member"/> property.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping.#ctor">
<summary>
<para>Initializes a new instance of the ASPxResourceCustomFieldMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceCustomFieldMapping.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="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMappingCollection">
<summary>
<para>Represents a collection of mappings of the custom properties of appointments to appropriate data fields.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMappingCollection.#ctor">
<summary>
<para>Initializes a new instance of the ASPxAppointmentCustomFieldMappingCollection class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMappingCollection.Add(DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping)">
<summary>
<para>Appends the specified <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object to the collection of custom fields mappings.
</para>
</summary>
<param name="mapping">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> 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.Web.ASPxScheduler.ASPxAppointmentCustomFieldMappingCollection.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.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object which represents the custom field mapping with the specified name.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMappingCollection.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 item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping"/> object which represents the custom field mapping at the specified position.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping">
<summary>
<para>Represents a mapping of a custom property of an appointment to an appropriate data field.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ASPxAppointmentCustomFieldMapping class with the specified settings.
</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.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping.Member"/> property.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping.#ctor">
<summary>
<para>Initializes a new instance of the ASPxAppointmentCustomFieldMapping class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMapping.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="T:DevExpress.Web.ASPxScheduler.SchedulerFormAction">
<summary>
<para>Specifies the operation mode of the form.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerFormAction.Create">
<summary>
<para>The form is created for a new data input.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerFormAction.Edit">
<summary>
<para>The form is created for a modification of existing data.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer">
<summary>
<para>Represents a container for the templates used to render the <b>GotoDate</b> form.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the GotoDateFormTemplateContainer class with the specified settings.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control for which the template container is created.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.ActiveViewType">
<summary>
<para>Gets the type of the View which is currently used by the ASPxScheduler to show its data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the active <b>View</b> type.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.ApplyHandler">
<summary>
<para>Gets the handler for the function that performs the date navigation.
</para>
</summary>
<value>A string, containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.ApplyScript">
<summary>
<para>Gets the body of the function that performs a date navigation.
</para>
</summary>
<value>A string, containing the JavaScript function body.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.CancelHandler">
<summary>
<para>Gets the handler of the <b>cancel</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.CancelScript">
<summary>
<para>Gets the body of the <b>cancel</b> function.
</para>
</summary>
<value>A string containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.Date">
<summary>
<para>Gets a date to be set in the form's date editor.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> object, representing the date to display in the GotoDate form.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer.ViewsDataSource">
<summary>
<para>Gets a list of enabled ASPxScheduler Views.
</para>
</summary>
<value>An object, supporting the IEnumerable interface, which contains view names.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentFormShowing"/> and <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.GotoDateFormShowing"/> events
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormEventArgs.Cancel">
<summary>
<para>Gets or sets a value indicating whether the event should be canceled.
</para>
</summary>
<value><b>true</b> if the event should be canceled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormEventArgs.Container">
<summary>
<para>Gets or sets the container in which the template is instantiated.
</para>
</summary>
<value>An instance of class which inherits from the <see cref="T:DevExpress.Web.TemplateContainerBase"/> class, representing a template container.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormEventArgs.FormTemplateUrl">
<summary>
<para>Gets or sets the Uniform Resource Locator (URL) of the form template.
</para>
</summary>
<value>A string, which represents a template form's URL .
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataBaseUpdatedEventArgs">
<summary>
<para>Represents the base class for the handlers of the events which are raised on data operation with the appointment's data source.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataBaseUpdatedEventArgs.AffectedRecords">
<summary>
<para>Gets the number of modified records.
</para>
</summary>
<value>An integer value, which is the number of records affected by the current data operation.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataBaseUpdatedEventArgs.Exception">
<summary>
<para>Gets the exception that was raised during the data operation.
</para>
</summary>
<value>An <see cref="T:System.Exception"/> object, that represents the exception that was raised during the data operation.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataBaseUpdatedEventArgs.ExceptionHandled">
<summary>
<para>Gets or sets a value indicating whether an exception that was raised during the data operation was handled in the event handler.
</para>
</summary>
<value><b>true</b> if the exception was handled in the event handler; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdating"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventArgs.#ctor(System.Collections.Specialized.OrderedDictionary,System.Collections.Specialized.OrderedDictionary,System.Collections.Specialized.OrderedDictionary)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerDataUpdatingEventArgs class with the specified settings.
</para>
</summary>
<param name="keys">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of key field name/value pairs for the record.
</param>
<param name="oldValues">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of the original field name/value pairs for the record.
</param>
<param name="newValues">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of the new field name/value pairs for the record.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventArgs.Keys">
<summary>
<para>Provides access to the collection of unique IDs for the appointment which is about to be modified.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventArgs.NewValues">
<summary>
<para>Provides access to the collection of modified values for the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that is a collection of data field name/value pairs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatingEventArgs.OldValues">
<summary>
<para>Provides access to the collection of values before modification of the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that is a collection of data field name/value pairs.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdated"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdated"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventArgs.#ctor(System.Int32,System.Exception,System.Collections.Specialized.OrderedDictionary,System.Collections.Specialized.OrderedDictionary,System.Collections.Specialized.OrderedDictionary)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerDataUpdatedEventArgs class with the specified settings.
</para>
</summary>
<param name="affectedRecords">
An integer value, representing the number of records affected by the current data operation.
</param>
<param name="exception">
An <see cref="T:System.Exception"/> object, that represents the exception that was raised during the data operation.
</param>
<param name="keys">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of key field name/value pairs for the record.
</param>
<param name="oldValues">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of the original field name/value pairs for the record.
</param>
<param name="newValues">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of the new field name/value pairs for the record.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventArgs.Keys">
<summary>
<para>Provides access to the collection of unique IDs for the currently modified appointment.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventArgs.NewValues">
<summary>
<para>Provides access to the collection of modified values for the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataUpdatedEventArgs.OldValues">
<summary>
<para>Provides access to the collection of values before modification for the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserting"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertingEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserting"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserting"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertingEventArgs.#ctor(System.Collections.Specialized.OrderedDictionary)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerDataInsertingEventArgs class with the default settings.
</para>
</summary>
<param name="values">
A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value ordered pairs.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertingEventArgs.NewValues">
<summary>
<para>Provides access to the collection of modified values for the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserted"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventArgs.#ctor(System.Int32,System.Exception,System.Collections.Specialized.OrderedDictionary)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerDataInsertedEventArgs class with the specified settings.
</para>
</summary>
<param name="affectedRecords">
An integer value, representing the number of records affected by the current data operation.
</param>
<param name="exception">
An <see cref="T:System.Exception"/> object, that represents the exception that was raised during the data operation.
</param>
<param name="values">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of modified field name/value pairs for the record.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventArgs.KeyFieldValue">
<summary>
<para>Gets or sets the value of the key field for the appointment's data record.
</para>
</summary>
<value>A <see cref="T:System.Object"/>, representing a value of the key field.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataInsertedEventArgs.NewValues">
<summary>
<para>Provides access to the collection of values for the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleting"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleting"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleting"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventArgs.#ctor(System.Collections.Specialized.OrderedDictionary,System.Collections.Specialized.OrderedDictionary)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerDataDeletingEventArgs class with the specified settings.
</para>
</summary>
<param name="keys">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of key field name/value pairs for the record.
</param>
<param name="values">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of original field name/value pairs for the record.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventArgs.Keys">
<summary>
<para>Provides access to the collection of unique IDs for the appointment, which is about to be deleted.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletingEventArgs.Values">
<summary>
<para>Provides access to the collection of values for the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleted"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleted"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventArgs.#ctor(System.Int32,System.Exception,System.Collections.Specialized.OrderedDictionary,System.Collections.Specialized.OrderedDictionary)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerDataDeletedEventArgs class with the specified settings.
</para>
</summary>
<param name="affectedRecords">
An integer value, representing the number of records affected by the current data operation.
</param>
<param name="exception">
An <see cref="T:System.Exception"/> object, that represents the exception that was raised during the data operation.
</param>
<param name="keys">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of key field name/value pairs for the record.
</param>
<param name="values">
An <see cref="T:System.Collections.Specialized.OrderedDictionary"/> that contains a dictionary of original field name/value pairs for the record.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventArgs.Keys">
<summary>
<para>Provides access to the collection of unique IDs for the deleted appointment.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerDataDeletedEventArgs.Values">
<summary>
<para>Provides access to the collection of values for the appointment's data fields.
</para>
</summary>
<value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object, representing a collection of data field name/value pairs.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveViewChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.ActiveViewChangingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveViewChanging"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
An <see cref="T:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventArgs"/> object that contains event data
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveViewChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventArgs.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase,DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Initializes a new instance of the ActiveViewChangingEventArgs class with default settings.
</para>
</summary>
<param name="oldView">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object which is the view used by a scheduler before a change occurs.
</param>
<param name="newView">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object which is the view to which the scheduler is switching.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventArgs.Cancel">
<summary>
<para>Gets or sets whether the change of active view should be cancelled.
</para>
</summary>
<value><b>true</b> to cancel the operation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventArgs.NewView">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveView"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object which is one of the views listed in the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ActiveViewChangingEventArgs.OldView">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveView"/> property before modification.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object which is one of the views listed in the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer">
<summary>
<para>Represents a container for the templates used to render the appointment's visual representation.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentTemplateContainer.AppointmentViewInfo">
<summary>
<para>Provides access to the view information for the selected appoinment.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo"/> object, providing information on appointment's visual representation.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsLoadingPanel">
<summary>
<para>Represents a window that is briefly displayed when an ASPxScheduler control reloads itself on a page.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsLoadingPanel.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsLoadingPanel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsLoadingPanel.Text">
<summary>
<para>Gets or sets the text displayed in the Loading Panel.
</para>
</summary>
<value>A string, which informs that a page is loading.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView">
<summary>
<para>Provides view options for the ASPxScheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsView class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView.AppointmentSelectionAppearanceMode">
<summary>
<para>Gets or sets a value that specifies how appointment selection is visually indicated.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentSelectionAppearanceMode"/> enumeration values.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView.ResourceColorFillArea">
<summary>
<para>Gets or sets a value that specifies what parts of a grouped view are filled with resource colors.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxScheduler.ResourceColorFillArea"/> enumeration values.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView.ResourceHeaders">
<summary>
<para>Provides access to appearance options for the Scheduler's Resource Headers.
</para>
</summary>
<value>An <see cref="ASPxSchedulerResourceHeaderOptions"/> object containing appearance options for resource headers.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView.VerticalScrollBarMode">
<summary>
<para>Gets or sets a value specifying the vertical scrollbar's display mode.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ScrollBarMode"/> enumeration values.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentInplaceEditorShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentInplaceEditorShowing"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorEventArgs"/> object that contains event data
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentInplaceEditorShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorEventArgs.#ctor(DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer,DevExpress.XtraScheduler.Appointment,DevExpress.Web.ASPxScheduler.SchedulerFormAction)">
<summary>
<para>Initializes a new instance of the AppointmentInplaceEditorEventArgs class with the specified settings.
</para>
</summary>
<param name="container">
An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer"/>, representing a container for the specified template.
</param>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which represents the appointment, displayed in the form.
</param>
<param name="action">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerFormAction"/> enumeration member, specifying the action (Create, Edit) to be taken on the appointment.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorEventArgs.Container">
<summary>
<para>Gets or sets the object that will function as a container for an instance of the template used to render the inplace editing form.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentInplaceEditorTemplateContainer"/> object, representing a container for the templates that are used to render a form.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentFormEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.AppointmentFormEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentFormShowing"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentFormEventArgs"/> object that contains event data
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentFormEventArgs.#ctor(DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer,DevExpress.XtraScheduler.Appointment,DevExpress.Web.ASPxScheduler.SchedulerFormAction)">
<summary>
<para>Initializes a new instance of the AppointmentFormEventArgs class with the specified settings.
</para>
</summary>
<param name="container">
An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer"/>, representing a container for the specified template.
</param>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> value which represents the appointment, displayed in the form.
</param>
<param name="action">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerFormAction"/> enumeration member, specifying the action (Create, Edit) to be taken with the appointment.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormEventArgs.Container">
<summary>
<para>Gets or sets the object that will function as a container for an instance of the template used to render the appointment editing form.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer"/> object, representing a container for the templates that are used to render a form.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentMappingInfo">
<summary>
<para>Provides information on the mapping of the appointment's properties to the appropriate data fields.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAppointmentMappingInfo.#ctor">
<summary>
<para>Initializes a new instance of the ASPxAppointmentMappingInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentMappingInfo.AllDay">
<summary>
<para>Gets or sets the data field which an appointment's <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> 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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.AppointmentId">
<summary>
<para>Gets or sets the data field, to which an appointment's unique identifier 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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.Description">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.End">
<summary>
<para>Gets or sets the data field to which an appointment's <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="M:DevExpress.Web.ASPxScheduler.ASPxAppointmentMappingInfo.GetRequiredMappingNames">
<summary>
<para>Gets an array containing the names of all the ASPxAppointmentMappingInfo object's 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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.Label">
<summary>
<para>Gets or sets the data field to which an appointment's <see cref="P:DevExpress.XtraScheduler.Appointment.LabelId"/> 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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.Location">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.PercentComplete">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.RecurrenceInfo">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.ReminderInfo">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.ResourceId">
<summary>
<para>Gets or sets the data field to which an appointment's <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceId"/> 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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.Start">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.Status">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.Subject">
<summary>
<para>Gets or sets the data field to which an appointment's <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.Web.ASPxScheduler.ASPxAppointmentMappingInfo.Type">
<summary>
<para>Gets or sets the data field to which an appointment's <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="T:DevExpress.Web.ASPxScheduler.ASPxResourceMappingInfo">
<summary>
<para>Provides information on the mapping of the resource's properties to appropriate data fields.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxResourceMappingInfo.#ctor">
<summary>
<para>Initializes a new instance of the ASPxResourceMappingInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceMappingInfo.Caption">
<summary>
<para>Gets or sets the data field which a resource's <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.Web.ASPxScheduler.ASPxResourceMappingInfo.Color">
<summary>
<para>Gets or sets the data field to which a resource's color property is bound.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the bound data field.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceMappingInfo.Id">
<summary>
<para>Gets or sets the data field to which a resource's <see cref="P:DevExpress.XtraScheduler.IPersistentObject.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.Web.ASPxScheduler.ASPxResourceMappingInfo.Image">
<summary>
<para>Gets or sets the data field to which a resource's <see cref="P:DevExpress.XtraScheduler.Resource.ImageBytes"/> 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.Web.ASPxScheduler.ASPxResourceMappingInfo.ParentId">
<summary>
<para>Gets or sets the data field that a resource's 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.Web.ASPxScheduler.ASPxResourceMappingInfo.ResourceId">
<summary>
<para>Gets or sets the data field to which an appointment's <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceId"/> 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="T:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase">
<summary>
<para>Represents a base class for different Appointment Form template container objects.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase.Appointment">
<summary>
<para>Gets the currently edited appointment.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase.CancelHandler">
<summary>
<para>Gets the handler of the <b>cancel</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function body.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase.CancelScript">
<summary>
<para>Gets the body of the <b>cancel</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function body, like "aspxSomeFunction(someArgs)", e.g. "aspxAppointmentCancel(controlClientId)"
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase.CustomFields">
<summary>
<para>Gets the collection of custom fields bound to the appointment.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.CustomFieldCollection"/> object representing the collection of the appointment's custom fields.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase.IsNewAppointment">
<summary>
<para>Indicates whether the currently edited appointment is a new object and not a pattern recurrence.
</para>
</summary>
<value><b>true</b> if a current appointment is new; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase.SaveHandler">
<summary>
<para>Override this property in derived classes to get the <b>save</b> function handler.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainerBase.SaveScript">
<summary>
<para>Override this property in derived classes to get the <b>save</b> function body.
</para>
</summary>
<value>A string, containing the JavaScript function body, like "aspxSomeFunction(someArgs)", e.g. "aspxAppointmentSave(controlClientId)"
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer">
<summary>
<para>Represents a container for the templates used to render the <b>Edit Appointment</b> form.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AppointmentFormTemplateContainer class with the default settings for the specified scheduler control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control for which the template container is created.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler,DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Initializes a new instance of the AppointmentFormTemplateContainer class with the specified settings.
</para>
</summary>
<param name="control">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control for which the template container is created.
</param>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to link with the form.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.CanDeleteAppointment">
<summary>
<para>Gets a value that indicates if the appointment currently being edited in the form can be deleted.
</para>
</summary>
<value><b>true</b> if the appointment can be deleted; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.CanEditResource">
<summary>
<para>Gets a value that indicates whether a resource can be changed for the appointment which is currently being edited in the form.
</para>
</summary>
<value><b>true</b> if the appointment's resource can be changed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.DeleteHandler">
<summary>
<para>Gets the function handler for the <b>delete</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.DeleteScript">
<summary>
<para>Gets the body of the <b>delete</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function body, like "aspxSomeFunction(someArgs)", e.g. "aspxAppointmentDelete(controlClientId)"
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.End">
<summary>
<para>Gets 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="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.IsRecurring">
<summary>
<para>Gets a value indicating if the appointment is recurring.
</para>
</summary>
<value><b>true</b> if the appointment is recurring; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.LabelDataSource">
<summary>
<para>Gets the data source used to provide a list of appointment labels.
</para>
</summary>
<value>A list, implementing the <see cref="T:System.Collections.IEnumerable"/> interface, containing the label objects.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceDayNumber">
<summary>
<para>Gets 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.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceEnd">
<summary>
<para>Gets the recurrence's end date.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that specifies the end date for the recurrence.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceMonth">
<summary>
<para>Gets the month (as a number) on which the appointment re-occurs.
</para>
</summary>
<value>A positive integer value that specifies the month's ordinal number.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceOccurrenceCount">
<summary>
<para>Gets a value specifying 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.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrencePeriodicity">
<summary>
<para>Gets the frequency with which the corresponding appointment re-occurs.
</para>
</summary>
<value>An integer value that specifies the frequency with which the corresponding appointment re-occurs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceRange">
<summary>
<para>Sets the time boundaries/limits of the recurrence.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceRange"/> enumeration value that specifies the recurrence's range type.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceStart">
<summary>
<para>Gets the recurrence 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.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceType">
<summary>
<para>Gets or sets the time base for the frequency of the appointment's recurrences.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.RecurrenceType"/> enumeration value that specifies the recurrence's frequency type.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceWeekDays">
<summary>
<para>Gets the day/days in a week that the corresponding appointment re-occurs on.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WeekDays"/> enumeration's value specifying the day/days in a week.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.RecurrenceWeekOfMonth">
<summary>
<para>Gets 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 particular week in every month.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.ReminderDataSource">
<summary>
<para>Gets the data source used to provide a list of alert times for reminders.
</para>
</summary>
<value>A list, implementing the <see cref="T:System.Collections.IEnumerable"/> interface, containing time intervals.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.ResourceDataSource">
<summary>
<para>Gets the data source used to provide a list of resources for appointments.
</para>
</summary>
<value>A list, implementing the <see cref="T:System.Collections.IEnumerable"/> interface, containing the resources.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.SaveHandler">
<summary>
<para>Gets the function handler for the <b>save</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.SaveScript">
<summary>
<para>Gets the body of the <b>save</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function body, like "aspxSomeFunction(someArgs)", e.g. "aspxAppointmentSave(controlClientId)"
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.ShouldShowRecurrence">
<summary>
<para>Indicates whether the form should display a button, which reveals a section dedicated to the recurrence behavior.
</para>
</summary>
<value><b>true</b> if the recurrence button is shown; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.Start">
<summary>
<para>Gets the start date and time of the appointment.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value representing the start of the appointment.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.StatusDataSource">
<summary>
<para>Gets the data source used to provide a list of appointment statuses
</para>
</summary>
<value>A list, implementing the <see cref="T:System.Collections.IEnumerable"/> interface, containing the status objects.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.Subject">
<summary>
<para>Gets the subject of the appointment.
</para>
</summary>
<value>A string that corresponds to the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.TimeZoneId">
<summary>
<para>Gets or sets the string identifier of the time zone.
</para>
</summary>
<value>A string that is the key string identifier allowed for the <b>System.TimeZoneInfo.Id</b> property.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormTemplateContainer.TimeZonesEnabled">
<summary>
<para>Gets the value that indicates whether time zones are enabled in the appointment form.
</para>
</summary>
<value><b>true</b>, if time zones are enabled in the appointment form; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents">
<summary>
<para>Contains a list of client-side events concerned with processing callbacks within the scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.#ctor">
<summary>
<para>For internal use only.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.ActiveViewChanged">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.ActiveViewChanged"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.ActiveViewChanging">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.ActiveViewChanging"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentClick">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.AppointmentClick"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentDeleting">
<summary>
<para> Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.AppointmentDeleting"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentDoubleClick">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.AppointmentDoubleClick"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentDrag">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.AppointmentDrag"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentDrop">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <b>AppointmentDrop</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentResize">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <b>AppointmentResize</b> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentResizing">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.AppointmentResizing"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentsSelectionChanged">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.AppointmentsSelectionChanged"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.AppointmentToolTipShowing">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.CellClick">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.CellClick"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.CellDoubleClick">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.CellDoubleClick"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.MenuItemClicked">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.MenuItemClicked"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.MoreButtonClicked">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.MoreButtonClicked"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.MouseUp">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's MouseUp event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.SelectionChanged">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.SelectionChanged"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.SelectionChanging">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.SelectionChanging"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.Shortcut">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.Shortcut"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents.VisibleIntervalChanged">
<summary>
<para>Gets or sets a client-side handler for a client scheduler's <see cref="E:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.VisibleIntervalChanged"/> event.
</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentFormBaseEventArgs">
<summary>
<para>Serves as a base class for the objects, providing data for events occurring before displaying the appointment form.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormBaseEventArgs.Action">
<summary>
<para>Gets the action to be accomplished via the appointment editing form.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerFormAction"/> enumeration member, specifying the action (Create, Edit) to be taken.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentFormBaseEventArgs.Appointment">
<summary>
<para>Gets an appointment related to the event.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ResourceNavigator">
<summary>
<para>Represents the Resource Navigator control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ResourceNavigator.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the ResourceNavigator class with the specified owner.
</para>
</summary>
<param name="owner">
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ResourceNavigator.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies all properties of the specified object to the current one.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ResourceNavigator.Visibility">
<summary>
<para>Gets or sets the visibility behavior of the Resource Navigator.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.ResourceNavigatorVisibility"/> enumeration value which specifies the visibility behavior of the resource navigator.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.GotoDateFormEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.GotoDateFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.GotoDateFormEventArgs.#ctor(DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer)">
<summary>
<para>Initializes a new instance of the GotoDateFormEventArgs class with the specified template container.
</para>
</summary>
<param name="container">
A <see cref="T:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer"/>, representing a container for the specified template.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.GotoDateFormEventArgs.Container">
<summary>
<para>Gets or sets the object that will function as a container for an instance of the template used to render the <b>GotoDate</b> form.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.GotoDateFormTemplateContainer"/> object, representing a container for the templates that are used to render a GotoDate form.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.GotoDateFormEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.GotoDateFormShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.GotoDateFormEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.GotoDateFormEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.GotoDateFormShowing"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.GotoDateFormEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility">
<summary>
<para>Specifies whether and how the scheduler form is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility.FillControlArea">
<summary>
<para>The form covers the ASPxScheduler control on the page, filling in the control's area.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility.None">
<summary>
<para>The form is not invoked. The corresponding menu command is removed form the context menu.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility.PopupWindow">
<summary>
<para>The form is displayed in a separate window above the ASPxScheduler's control area. The page has lost focus, and is displayed shadowed.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerLocalizer">
<summary>
<para>An object providing a means to localize the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/>'s user interface elements at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerLocalizer class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerLocalizer.CreateResXLocalizer">
<summary>
<para>Returns an object comprising resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object comprising resources based on the thread's culture.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerLocalizer.GetString(DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId)">
<summary>
<para>Returns a localized string for the specified string identifier.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId"/> enumeration value identifying the string to localize.
</param>
<returns>A <see cref="String"/> corresponding to the specified identifier.
</returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AppointmentViewInfoCustomizing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentViewInfoCustomizing"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs"/> object that contains event data
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentViewInfoCustomizing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs.#ctor(DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo)">
<summary>
<para>Initializes a new instance of the AppointmentViewInfoCustomizingEventArgs class with the specified settings.
</para>
</summary>
<param name="viewInfo">
A <see cref="T:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo"/> object which represents the event's view information. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo">
<summary>
<para>Gets or sets the object which contains the information used to render the appointment.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.Drawing.AppointmentViewInfo"/> object.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxResourceStorage">
<summary>
<para>Represents a storage which holds appointment resources.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxResourceStorage.#ctor(DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage)">
<summary>
<para>Initializes a new instance of the ASPxResourceStorage class with the specified scheduler storage.
</para>
</summary>
<param name="storage">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage"/> object that specifies the scheduler storage of the resource storage.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceStorage.CustomFieldMappings">
<summary>
<para>Provides access to the collection of mappings of the resource's custom properties.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMappingCollection"/> object, representing a collection of mappings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceStorage.DataMember">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.DataMember"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the data source member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceStorage.DataSource">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.DataSource"/> property to hide it.
</para>
</summary>
<value>An <see cref="T:System.Object"/> that represents the storage's data source.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceStorage.Mappings">
<summary>
<para>Provides access to the object containing a set of resource's properties mappings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxResourceMappingInfo"/> object containing associations of resource properties to data fields.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage">
<summary>
<para>Represents a storage which holds a collection of appointments.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.#ctor(DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage)">
<summary>
<para>Initializes a new instance of the ASPxAppointmentStorage class with the specified scheduler storage.
</para>
</summary>
<param name="storage">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage"/> object that specifies the scheduler storage of the appointment storage.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.AutoRetrieveId">
<summary>
<para>Gets or sets whether the ID of a new appointment is retrieved from the data source.
</para>
</summary>
<value><b>true</b>, to get the appointment ID for a newly created appointment from the data source; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.CommitIdToDataSource">
<summary>
<para>Gets or sets whether the <see cref="P:DevExpress.XtraScheduler.IPersistentObject.Id"/> property value is committed to the underlying datasource.
</para>
</summary>
<value><b>true</b> to save appointment ID to the data source; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.CustomFieldMappings">
<summary>
<para>Provides access to the collection of mappings of the appointment's custom properties.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentCustomFieldMappingCollection"/> object, representing a collection of mappings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.DataMember">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.DataMember"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the data source member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.DataSource">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraScheduler.PersistentObjectStorage`1.DataSource"/> property to hide it.
</para>
</summary>
<value>An <see cref="T:System.Object"/> that represents the storage's data source.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.Labels">
<summary>
<para>Gets the collection of appointment labels.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentLabelCollection"/> which represents the collection of appointment labels.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.Mappings">
<summary>
<para>Provides access to the object containing a set of appointment's properties mappings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentMappingInfo"/> object containing associations of appointment properties to data fields.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage.Statuses">
<summary>
<para>Gets the collection of appointment statuses.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentStatusCollection"/> which represents the collection of appointment statuses.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage">
<summary>
<para>Represents a storage which holds data for the <b>ASPxScheduler</b> control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerStorage class for the specified Scheduler control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the Scheduler control of the storage.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerStorage class with the default settings.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentChanging">
<summary>
<para>Fires when an appointment's property is about to change.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.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.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentCollectionCleared">
<summary>
<para>Fires after the appointment collection has been cleared.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentCollectionLoaded">
<summary>
<para>Fires after appointments have been loaded into the <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDeleting">
<summary>
<para>Allows you to cancel the deletion of an appointment.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependenciesChanged">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependenciesDeleted">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependenciesInserted">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependencyChanging">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependencyCollectionAutoReloading">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependencyCollectionCleared">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependencyCollectionLoaded">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependencyDeleting">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentDependencyInserting">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentInserting">
<summary>
<para>Allows you to cancel the insertion of an appointment.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.Appointments">
<summary>
<para>Gets a storage object that contains appointment related information.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxAppointmentStorage"/> object, that represents the storage for appointment related information.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentsChanged">
<summary>
<para>Fires when the appointments' properties have been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentsDeleted">
<summary>
<para>Fires after deletion of one or several appointments.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.AppointmentsInserted">
<summary>
<para>Fires after one or several appointments have been added to the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.EndUpdate">
<summary>
<para>Unlocks the ASPxSchedulerStorage object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.FetchAppointments">
<summary>
<para>Occurs before the ASPxSchedulerStorage starts retrieving the appointments for the specified time interval.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.FilterAppointment">
<summary>
<para>Enables specific appointments to be hidden in the Scheduler control.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.FilterDependency">
<summary>
<para>This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.FilterResource">
<summary>
<para>Enables specific resources to be hidden in the Scheduler control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.GetAppointmentId(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Gets the identifier of the specified appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.
</param>
<returns> An object that is the identifier of the specified appointment.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.GetLabelColor(System.Object)">
<summary>
<para>Obtains the color of the label by its ID.
</para>
</summary>
<param name="labelId">
An object that is the label's identifier available by the <see cref="P:DevExpress.XtraScheduler.PersistentObject.Id"/> property of the <see cref="T:DevExpress.XtraScheduler.AppointmentLabel"/> object.
</param>
<returns>A <see cref="T:System.Drawing.Color"/> value that is the label's color.
</returns>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ReminderAlert">
<summary>
<para>Occurs when a reminder is triggered.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ResourceChanging">
<summary>
<para>Fires when a resource's property is about to be changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.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.Web.ASPxScheduler.ASPxSchedulerStorage.ResourceCollectionCleared">
<summary>
<para>Fires after the resources collection has been cleared.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ResourceCollectionLoaded">
<summary>
<para>Fires after resources have been loaded into the <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> collection.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ResourceDeleting">
<summary>
<para>Allows the deletion of a resource to be cancelled.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ResourceInserting">
<summary>
<para>Allows you to cancel the addition of a resource.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.Resources">
<summary>
<para>Gets the object which manages resources for appointments.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxResourceStorage"/> object which manages resources for appointments.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ResourcesChanged">
<summary>
<para>Fires when the resources' properties are changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ResourcesDeleted">
<summary>
<para>Occurs when a scheduler's resource is deleted from the collection.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.ResourcesInserted">
<summary>
<para>Occurs when new resources are inserted into the <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> collection.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage.SetAppointmentId(DevExpress.XtraScheduler.Appointment,System.Object)">
<summary>
<para>Sets the identifier of the specified appointment to a specified value.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.
</param>
<param name="id">
An object that is the appointment identifier to assign.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentImagesEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitAppointmentImages"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentImagesEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.AppointmentImagesEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitAppointmentImages"/> event.
</para>
</summary>
<param name="sender">
The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control which fires the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.AppointmentImagesEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentImagesEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitAppointmentImages"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentImagesEventArgs.#ctor(DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo,DevExpress.Web.ASPxScheduler.Drawing.AppointmentImageInfoCollection)">
<summary>
<para>Initializes a new instance of the AppointmentImagesEventArgs class with the specified settings.
</para>
</summary>
<param name="viewInfo">
An <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface exposed by an object.
</param>
<param name="imageInfos">
An <see cref="T:DevExpress.XtraScheduler.Drawing.AppointmentImageInfoCollection"/> object representing a collection of objects that contain information on appointment images.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImagesEventArgs.Appointment">
<summary>
<para>Gets the appointment related to the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitAppointmentImages"/> event.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Appointment"/> class instance.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImagesEventArgs.ImageInfoList">
<summary>
<para>Provides access to a collection of images used to paint an appointment in a scheduler's View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.Drawing.AppointmentImageInfoCollection"/> object, representing an image list for an appointment.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImagesEventArgs.ViewInfo">
<summary>
<para>Provides access to the view information for an appointment when the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitAppointmentImages"/> event occurs.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.Drawing.IAppointmentViewInfo"/> interface defining view information on the rendered appointment.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentImages">
<summary>
<para>Holds images used to display within the appointments.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AppointmentImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the AppointmentImages class with the specified owner.
</para>
</summary>
<param name="owner">
An object that implements the <b>ISkinOwner</b> interface.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImages.DayClock">
<summary>
<para>Provides access to settings of an image, representing the day clock.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object, which defines image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImages.EndArrow">
<summary>
<para>Provides access to settings of an image, representing the end arrow.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object, which defines image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImages.NightClock">
<summary>
<para>Provides access to settings of an image, representing the night clock.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object, which defines image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImages.NoRecurrence">
<summary>
<para>Provides access to settings of an image, representing the "No Recurrence" symbol.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object, which defines image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImages.Recurrence">
<summary>
<para>Provides access to settings of an image, representing the "Recurrence" symbol.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object, which defines image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImages.Reminder">
<summary>
<para>Provides access to settings of an image, representing the reminder.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object, which defines image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AppointmentImages.StartArrow">
<summary>
<para>Provides access to settings of an image, representing the start arrow.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object, which defines image settings.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase">
<summary>
<para>Serves as a base class for different scheduler Views.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.AddAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Adds the specified appointment to the selection.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to add to the selection.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ChangeAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Selects a single appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object to select.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control">
<summary>
<para>Gets the scheduler control to which the current View belongs.
</para>
</summary>
<value>The <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object to which the View belongs.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.DisplayName">
<summary>
<para>Gets or sets the string to display to indicate the currently active view.
</para>
</summary>
<value>A string, specifying the view's name. The default is the view's name with the word "Calendar" appended.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Dispose">
<summary>
<para>Enables a server control to perform final clean up before it is released from memory.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Enabled">
<summary>
<para>Gets or sets whether a particular View is enabled for the scheduler.
</para>
</summary>
<value><b>true</b> if the View is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.FirstVisibleResourceIndex">
<summary>
<para>Gets or sets the index of a resource in the collection of visible resources, which is displayed first within the current scheduler view.
</para>
</summary>
<value>An integer value which represents the index of the first visible resource.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.GetAppointmentDisplayOptions">
<summary>
<para>Returns an object that allows defining the appointment's appearance for a particular view.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentDisplayOptions"/> object containing options for displaying appointments.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.GetAppointments">
<summary>
<para>Override this method to provide access to the appointment's collection, specific to the current scheduler view.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> object, representing an appointments' collection.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.GetResources">
<summary>
<para>Override this method to provide access to the resources' collection, specific to the current scheduler view.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> object, representing a collection of appointments' resources.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.GetVisibleIntervals">
<summary>
<para>Returns a copy of the visible time interval collection for the current view.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object containing the information on visible intervals for the current view.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.GroupType">
<summary>
<para>Gets or sets a value that specifies the type of grouping applied to the View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.MenuCaption">
<summary>
<para>Gets or sets the menu caption string to indicate the View.
</para>
</summary>
<value>A string, representing the menu caption for a scheduler's view.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.MoreButtonHTML">
<summary>
<para>Specifies the HTML string used as the caption in the "Show more" buttons.
</para>
</summary>
<value>A string in HTML format.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.NavigationButtonAppointmentSearchInterval">
<summary>
<para>Specifies the time span used to search for appointments by Navigation Buttons.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value, reprsenting the searched time interval.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.NavigationButtonVisibility">
<summary>
<para>Gets or sets the condition for display of the Navigation Buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.NavigationButtonVisibility"/> enumeration value which specifies when the <b>Navigation Buttons</b> are visible.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ResourcesPerPage">
<summary>
<para>Gets or sets the number of resources shown at one time on a screen.
</para>
</summary>
<value>An integer value which represents the number of resources.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ReverseAppointmentSelection(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Switches the selection status of the specified appointment.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Makes the specified appointment on the specified resource the only selected appointment within the View.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.
</param>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies the resource associated with an appointment to be selected.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.SelectAppointment(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Makes the specified appointment the only selected appointment within the View.
</para>
</summary>
<param name="apt">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object that specifies the appointment to be selected.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.SelectedInterval">
<summary>
<para>Gets the time interval currently selected in the scheduler's active View by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.SelectedResource">
<summary>
<para>Gets the resource which contains the time interval currently selected in the scheduler's active view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Resource"/> object which is the selected resource.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.SetSelection(DevExpress.XtraScheduler.TimeInterval,DevExpress.XtraScheduler.Resource)">
<summary>
<para>Selects time cells which encompass the specified time interval.
</para>
</summary>
<param name="interval">
A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object that specifies the time interval to select.
</param>
<param name="resource">
A <see cref="T:DevExpress.XtraScheduler.Resource"/> object that specifies to which resource the specified time interval belongs.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.SetVisibleIntervals(DevExpress.XtraScheduler.TimeIntervalCollection)">
<summary>
<para>Substitutes the visible time interval collection items with new ones.
</para>
</summary>
<param name="intervals">
A <see cref="T:DevExpress.XtraScheduler.TimeIntervalCollection"/> object representing a collection which replaces the content of the current <b>SchedulerViewBase</b> visible time intervals collection.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ShortDisplayName">
<summary>
<para>Gets or sets a short name of the current view.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the view's short name.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ShowMoreButtons">
<summary>
<para>Gets or sets a value which specifies if the More Buttons should be shown in the current View.
</para>
</summary>
<value><b>true</b> if the <b>'More'</b> buttons should be shown; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Type">
<summary>
<para>Gets the View's type.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration's values that specifies the View's type.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ViewSelectorItemAdaptivePriority">
<summary>
<para>Gets or sets the priority of View Selector item hiding in adaptive mode.
</para>
</summary>
<value>An <see cref="Int32"/> value specifying the View Selector item priority.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.VisibleIntervals">
<summary>
<para>This method is obsolete. Do not use it.
</para>
</summary>
<value>Always returns <b>null</b>.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ZoomIn">
<summary>
<para>Performs scaling up to display content in more detail.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewBase.ZoomOut">
<summary>
<para>Performs scaling down to display a broader look of the View.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerViewRepository">
<summary>
<para>Represents the storage area for Scheduler's Views.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerViewRepository class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.AgendaView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Agenda View.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaView"/> object representing the <b>Agenda View</b> in the scheduling area.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewRepository)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewRepository"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewRepository"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.DayView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.DayView"/> object representing the Day View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.FullWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Full Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.FullWeekView"/> object representing the Full Week View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.MonthView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.MonthView"/> object representing the Month View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.TimelineView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Timeline View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.TimelineView"/> object representing the Timeline View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.WeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WeekView"/> object representing the Week View in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerViewRepository.WorkWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Work-Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WorkWeekView"/> object representing the Work Week View in the scheduling area.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.DateNavigatorProperties">
<summary>
<para>Represents settings specific to the calendar functionality of the ASPxDateNavigator control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.#ctor">
<summary>
<para>Initializes a new instance of the DateNavigatorProperties class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the DateNavigatorProperties class with the specified owner.
</para>
</summary>
<param name="owner">
An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.BoldAppointmentDates">
<summary>
<para>Gets or sets a value indicating if the dates which contain appointments should be shown in a bold style.
</para>
</summary>
<value><b>true</b> to emphasize with bold style the dates which contain at least one scheduled appointment; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.ClearButtonText">
<summary>
<para>Overrides the corresponding property of the base class.
</para>
</summary>
<value>Returns <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.ClientInstanceName">
<summary>
<para>Gets or sets the DateNavigatorProperties's client programmatic identifier.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the DateNavigatorProperties's client identifier.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxDateNavigator"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.CalendarClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxDateNavigator"/>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.ConvertEmptyStringToNull">
<summary>
<para>Hides unused properties of the base class.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.CssFilePath">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.EditPropertiesBase.CssFilePath"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.CssPostfix">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.EditPropertiesBase.CssPostfix"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.DisplayFormatString">
<summary>
<para>Hides unused properties of the base class.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.EnableClientSideAPI">
<summary>
<para>Gets or sets a value that specifies whether the DateNavigator can be manipulated on the client side via code.
</para>
</summary>
<value><b>true</b> if the editor's client object model is fully available; <b>false</b> if no programmatic interface is available for the editor on the client side.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.EnableMultiSelect">
<summary>
<para>Overrides the corresponding property of the base class.
</para>
</summary>
<value>Always returns <b>true</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.NullDisplayText">
<summary>
<para>Overrides property of the base class.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.ShowClearButton">
<summary>
<para>Overrides the corresponding property of the base class.
</para>
</summary>
<value>Returns <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DateNavigatorProperties.ValidationSettings">
<summary>
<para>Overrides property of the base class.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.TimelineView">
<summary>
<para>Represents a Timeline View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.TimelineView.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the TimelineView class with the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the <b>ASPxScheduler</b> control assigned to the timeline view. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the options specifying how appointments are displayed in the Timeline View.
</para>
</summary>
<value>A <see cref="ASPxTimelineViewAppointmentDisplayOptions"/> object containing options for displaying appointments.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.TimelineView.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.CellAutoHeightOptions">
<summary>
<para>Provides access to options for specifying cell auto height behavior.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCellAutoHeight"/> object containing options.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.DisplayedIntervalCount">
<summary>
<para>Gets or sets the number of time intervals simultaneously visible within the Timeline View's scrollable area.
</para>
</summary>
<value>An integer value specifying the number of intervals.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.TimelineView.GetBaseTimeScale">
<summary>
<para>Gets the time scale with the minimum time interval among enabled scales.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraScheduler.TimeScale"/> object.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.IntervalCount">
<summary>
<para>Gets or sets the total number of time intervals displayed in the Timeline View.
</para>
</summary>
<value>An integer, specifying how many time intervals are displayed at once.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.OptionsSelectionBehavior">
<summary>
<para>Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.OptionsSelectionBehavior"/> class instance.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.Scales">
<summary>
<para>Provides access to a collection of time scales displayed in the timeline view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeScaleCollection"/> object, containing time scales for this view.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the <b>Timeline View</b> visual elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.TimelineViewStyles"/> object, containing appearance settings for elements of the Timeline View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.Templates">
<summary>
<para>Provides access to a <b>TimelineViewTemplates</b> object containing templates for visual elements of the <b>Timeline View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.TimelineViewTemplates"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.TimeIndicatorDisplayOptions">
<summary>
<para>Provides access to options for displaying the Time Indicator in the view.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.TimeIndicatorDisplayOptions"/> object whose properties allow you to specify options related to displaying the Time Indicator.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.TimelineViewStyles">
<summary>
<para>Provides access to the <b>TimelineViewStyles</b> object, specifying styles applied to visual elements of the Timeline View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.TimelineViewStyles"/> object, containing appearance settings for elements of the Timeline View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Timeline"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineView.WorkTime">
<summary>
<para>Gets or sets the work time interval for a <b>Timeline View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value, representing the work time interval.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.WorkWeekView">
<summary>
<para>Represents a Work-Week View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.WorkWeekView.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the WorkWeekView class with the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the <b>ASPxScheduler</b> control assigned to the work-week view. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.WorkWeekView.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WorkWeekView.ShowFullWeek">
<summary>
<para>Gets or sets a value indicating whether this view should show all the days of the week.
</para>
</summary>
<value><b>true</b> to show the full week; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WorkWeekView.Styles">
<summary>
<para>Provides access to the <b>WorkWeekViewStyles</b> object, containing styles used for displaying visual elements of the <b>WorkWeekView</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WorkWeekViewStyles"/> object, containing appearance settings for elements of the Work Week View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WorkWeekView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.WorkWeek"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WorkWeekView.WorkWeekViewStyles">
<summary>
<para>This property is intended to serialize the <see cref="P:DevExpress.Web.ASPxScheduler.WorkWeekView.Styles"/> property..
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WorkWeekViewStyles"/> object, containing style settings for visual elements of the Work Week View.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.WeekView">
<summary>
<para>Represents a Week View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.WeekView.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the WeekView class with the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the <b>ASPxScheduler</b> control assigned to the week view. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WeekView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the options specifying how appointments are displayed in the Week View.
</para>
</summary>
<value>A <see cref="ASPxWeekViewAppointmentDisplayOptions"/> object containing options for displaying appointments.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.WeekView.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WeekView.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the <b>Week View</b> visual elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WeekViewStyles"/> object, containing styles for displaying visual elements of the Week View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WeekView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Week"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.WeekView.WeekViewStyles">
<summary>
<para>This property is intended for serialization purposes only.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WeekViewStyles"/> object, containing appearance settings for elements of the Week View.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.MonthView">
<summary>
<para>Represents a Month (Multi-Week) View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.MonthView.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the MonthView class with the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the <b>ASPxScheduler</b> control assigned to the month view. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.MonthView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the options specifying how appointments are displayed in the Month View.
</para>
</summary>
<value>A <see cref="ASPxMonthViewAppointmentDisplayOptions"/> object containing options for displaying appointments.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.MonthView.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.MonthView.CompressWeekend">
<summary>
<para>Gets or sets a value indicating if the weekend days (<b>Saturday</b> and <b>Sunday</b>) should be displayed in one column.
</para>
</summary>
<value><b>true</b> to compress weekends; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.MonthView.MonthViewStyles">
<summary>
<para>Provides access to the <b>MonthViewStyles</b> object, specifying styles applied to visual elements of the Month View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.MonthViewStyles"/> object, containing appearance settings for visual elements of the Month View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.MonthView.ShowWeekend">
<summary>
<para>Gets or sets a value indicating if the scheduler should also show its data for the weekend days (<b>Saturday</b> and <b>Sunday</b>) in a <b>Month View</b>.
</para>
</summary>
<value><b>true</b> to show data for weekend days; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.MonthView.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the <b>Month View</b> visual elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.MonthViewStyles"/> object, containing appearance settings for elements of the Month View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.MonthView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Month"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.MonthView.WeekCount">
<summary>
<para>Gets or sets the number of weeks that are simultaneously displayed within the Week View.
</para>
</summary>
<value>A positive integer value that specifies the number of weeks displayed by the View.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.DayView">
<summary>
<para>Represents a Day View
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.DayView.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the DayView class with the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the <b>ASPxScheduler</b> control assigned to the day view. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the options specifying how appointments are displayed in the Day View and its descendants.
</para>
</summary>
<value>A <see cref="ASPxDayViewAppointmentDisplayOptions"/> object containing settings to display the appointments in the Day View and its descendants.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.DayView.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.DayCount">
<summary>
<para>Gets or sets the number of days that are simultaneously displayed within the Day View.
</para>
</summary>
<value>A positive integer value that specifies the number of days displayed by the View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.DayViewStyles">
<summary>
<para>Provides access to the <b>DayViewStyles</b> object, specifying styles applied to visual elements of the <b>Day View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.DayViewStyles"/> object, containing appearance settings for elements of the Day View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.MoreButtonHTML">
<summary>
<para>Overrides the corresponding property of the base class.
</para>
</summary>
<value>A string.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.ShowAllAppointmentsAtTimeCells">
<summary>
<para>Gets or sets whether the <b>AllDay</b> appointments are displayed in time cells instead of the All-Day Area.
</para>
</summary>
<value><b>true</b> to display all types of appointments within the Time Cells area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.ShowAllDayArea">
<summary>
<para>Gets or sets a value which specifies if the <b>All-Day Area</b> is shown when a Scheduler shows its data in the Day View.
</para>
</summary>
<value><b>true</b> to show the <b>All-Day</b> area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.ShowDayHeaders">
<summary>
<para>Gets or sets a value which specifies if <b>Day Headers</b> are shown when a scheduler shows its data in the Day View or the Work-Week View views.
</para>
</summary>
<value><b>true</b> to show the day headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.ShowMoreButtonsOnEachColumn">
<summary>
<para>Gets or sets a value indicating whether to show the <b>"more"</b> buttons on each column or only on the Time Ruler in the Day View.
</para>
</summary>
<value><b>true </b>to show "more" buttons on each column; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.ShowWorkTimeOnly">
<summary>
<para>Gets or sets a value indicating if the scheduler display area is restricted to only working hours in a <b>Day View</b>.
</para>
</summary>
<value><b>true</b> to show data for working hours only; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.Styles">
<summary>
<para>Provides access to the <b>DayViewStyles</b> object, containing style settings that control the appearance of the <b>Day View</b> elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.DayViewStyles"/> object, containing style settings for elements of the Day View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.Templates">
<summary>
<para>Provides access to a <b>DayViewTemplates</b> object containing templates for visual elements of the <b>Day View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.DayViewTemplates"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.TimeIndicatorDisplayOptions">
<summary>
<para>Provides access to options specifying how the Time Indicator is displayed in the view.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.TimeIndicatorDisplayOptions"/> object that contains settings specific to the Time Indicator.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.TimeMarkerVisibility">
<summary>
<para>Gets or sets the visibility mode of the time marker for all <see cref="P:DevExpress.XtraScheduler.DayView.TimeRulers"/> of the view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeMarkerVisibility"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.TimeRulers">
<summary>
<para>Provides access to the View's collection of time rulers.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeRulerCollection"/> object that represents a time ruler collection.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.TimeScale">
<summary>
<para>Gets or sets the time interval for the time slots in the working area of a scheduler.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value representing the time interval for time slots.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.TimeSlots">
<summary>
<para>Gets the View's collection of time slots.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeSlotCollection"/> object that represents a time slot collection.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.TopRowTime">
<summary>
<para>Gets or sets the time of day corresponding to the topmost visible time.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> object, representing the topmost visible time of day.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.DayView.TopRowTimeChanged">
<summary>
<para>This event is intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Day"/> value.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.DayView.VisibleRowCountChanged">
<summary>
<para>This event is intended for internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.VisibleTime">
<summary>
<para>Gets or sets the time interval visible in the working area of the Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> object which specifies the visible time interval.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.VisibleTimeSnapMode">
<summary>
<para>Enables display of the specified start of the scheduler visible interval when a custom Time Ruler is applied in the Day or Work-Week view.
</para>
</summary>
<value><b>true</b>, if the start of the scheduler visible interval should be shown as specified without stretching it to the time slot of the ruler; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.DayView.WorkTime">
<summary>
<para>Gets or sets the work time interval for a <b>Day View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeOfDayInterval"/> value representing the work time interval.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxViewVisibleInterval">
<summary>
<para>Represents the View Visible Interval control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxViewVisibleInterval.#ctor">
<summary>
<para>Initializes a new instance of the ASPxViewVisibleInterval class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewVisibleInterval.OptionsAdaptivity">
<summary>
<para>Provides access to the View Visible Interval's adaptivity settings.
</para>
</summary>
<value>A <see cref="ASPxViewVisibleIntervalOptionsAdaptivity"/> object that contains the adaptivity settings.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxViewSelector">
<summary>
<para>Represents the View Selector control of the ASPxScheduler suite.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxViewSelector.#ctor">
<summary>
<para>Initializes a new instance of the ASPxViewSelector class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewSelector.ButtonsRepeatDirection">
<summary>
<para>Gets or sets the orientation of buttons on a ViewSelector control.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.RepeatDirection"/> enumeration member, specifying the direction in which items are displayed.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewSelector.OptionsAdaptivity">
<summary>
<para>Provides access to the View Selector's adaptivity settings.
</para>
</summary>
<value>A <see cref="ASPxViewSelectorOptionsAdaptivity"/> object that contains the adaptivity settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewSelector.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the View Selector.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ViewSelectorStyles"/> object that provides style settings for the ViewSelector elements.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxViewNavigator">
<summary>
<para>Represents the View Navigator control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxViewNavigator.#ctor">
<summary>
<para>Initializes a new instance of the ASPxViewNavigator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewNavigator.CalendarPopupDiv">
<summary>
<para>Provides access to a container for the popup calendar.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.WebControl"/> object, that is a control used as a popup.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewNavigator.GotoDateButtonItem">
<summary>
<para>Provides access to an object responsible for creating the 'Go to Date' button
</para>
</summary>
<value>A <b>DevExpress.Web.ASPxScheduler.Internal.ViewNavigatorButtonItem</b> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewNavigator.GotoDateCalendar">
<summary>
<para>Provides access to a calendar control that is used to select a date.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxCalendar"/> control used to select a date.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewNavigator.Images">
<summary>
<para>Provides access to the settings that define images displayed within the ASPxViewNavigator's View Navigator.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerImages"/> object, containing image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxViewNavigator.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the View Navigator.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ViewNavigatorStyles"/> object that provides style settings for the ViewNavigator elements.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerRelatedControl">
<summary>
<para>Serves as a base class for controls, accompanying the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control in a suite.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerRelatedControlBase">
<summary>
<para>Serves as a base class for controls, accompanying the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control in a suite.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerRelatedControlBase.CalcCallbackResult">
<summary>
<para>Initiates a callback by the client and obtains the result processed within the server.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Web.Internal.CallbackResult"/> object, containing the client and client's element IDs and server-processed contents.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerRelatedControlBase.MasterControl">
<summary>
<para>Provides access to the host control for satellite controls of the ASPxScheduler Suite.
</para>
</summary>
<value>An object, implementing the <see cref="T:DevExpress.Web.Internal.IMasterControl"/> interface.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerRelatedControlBase.MasterControlID">
<summary>
<para>Get or sets the ID of the master control for the scheduler satellite controls.
</para>
</summary>
<value>A <see cref="T:System.String"/>, specifying the control.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerRelatedControlBase.RegisterStyleSheets">
<summary>
<para>Registers a style sheet which defines specific styles. For internal use.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms">
<summary>
<para>Contains settings that specify the templates location for displaying the end-user dialog forms (appointment editing, reminder processing and date navigation).
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsForms class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.AppointmentFormTemplateUrl">
<summary>
<para>Gets or sets a template location for the appointment's editing form.
</para>
</summary>
<value>A string, representing the URL of the editing form's template.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.AppointmentFormVisibility">
<summary>
<para>Gets or sets the option that specifies how an appointment form has to be shown.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.AppointmentInplaceEditorFormTemplateUrl">
<summary>
<para>Gets or sets a template location for the form containing the in-place editor.
</para>
</summary>
<value>A string, representing the URL of the form's template.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.DialogLayoutSettings">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.GotoDateFormTemplateUrl">
<summary>
<para>Gets or sets a template location for the form used to navigate to a particular date.
</para>
</summary>
<value>A string, representing the URL of the form's template.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.GotoDateFormVisibility">
<summary>
<para>Gets or sets an option that specifies how the date navigation form is shown.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.MessageBoxTemplateUrl">
<summary>
<para>Gets or sets a template location for the message box.
</para>
</summary>
<value>A string, which represents a template message box's URL.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.RecurrentAppointmentDeleteFormTemplateUrl">
<summary>
<para>Gets or sets a template location for the form used to prompt the user for the deletion of the recurrent appointment.
</para>
</summary>
<value>A string, representing the URL of the form's template.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.RecurrentAppointmentDeleteFormVisibility">
<summary>
<para>Gets or sets the option that specifies how a form has to be shown.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.RecurrentAppointmentEditFormTemplateUrl">
<summary>
<para>Gets or sets a template location for the form used to prompt the user for editing of the recurrent appointment.
</para>
</summary>
<value>A string, representing the URL of the form's template.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.RecurrentAppointmentEditFormVisibility">
<summary>
<para>Gets or sets the option that specifies how a form has to be shown.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerFormVisibility"/> enumeration member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms.RemindersFormTemplateUrl">
<summary>
<para>Gets or sets a template location for the form used to edit an alert associated with the current appointment.
</para>
</summary>
<value>A string, which represents a template form's URL.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies">
<summary>
<para>Holds parameters used to save a control's state in cookies.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsCookies class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.Assign(DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.CookiesID">
<summary>
<para>Gets or sets the cookie's name (identifier).
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the cookie's name.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.Enabled">
<summary>
<para>Gets or sets whether cookies are enabled.
</para>
</summary>
<value><b>true</b> if cookies are enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.StoreActiveViewType">
<summary>
<para>Gets or sets whether the information about the current active view type should be saved in a cookie.
</para>
</summary>
<value><b>true</b> to add information to a cookie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.StoreDayViewTimeScale">
<summary>
<para>Gets or sets whether the value of the current <see cref="P:DevExpress.Web.ASPxScheduler.DayView.TimeScale"/> property should be saved in a cookie.
</para>
</summary>
<value><b>true</b> to add information to a cookie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.StoreGroupType">
<summary>
<para>Gets or sets whether the value of the current <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.GroupType"/> property should be saved in a cookie.
</para>
</summary>
<value><b>true</b> to add information to a cookie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.StoreStart">
<summary>
<para>Gets or sets whether the value of the current <see cref="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Start"/> property should be saved in a cookie.
</para>
</summary>
<value><b>true</b> to add information to a cookie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.StoreTimelineScalesInfo">
<summary>
<para>Gets or sets whether the information about enabled and visible scales in the Timeline View should be saved in a cookie.
</para>
</summary>
<value><b>true</b> to add information to a cookie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.StoreTimeZoneId">
<summary>
<para>Gets or sets whether the information about the current <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.ClientTimeZoneId"/> should be saved in a cookie.
</para>
</summary>
<value><b>true</b> to add information to a cookie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.StoreWorkWeekViewTimeScale">
<summary>
<para>Gets or sets whether the information about the <see cref="P:DevExpress.Web.ASPxScheduler.DayView.TimeScale"/> property of the Work-Week View should be saved in a cookie.
</para>
</summary>
<value><b>true</b> to add information to a cookie; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies.Version">
<summary>
<para>Gets or sets the version information saved in a cookie.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the version.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior">
<summary>
<para>Holds options, specifying certain basic characteristics of the scheduler.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsBehavior class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.HighlightSelectionHeaders">
<summary>
<para>Gets or sets a value specifying whether the headers of the selected cells should be highlighted.
</para>
</summary>
<value><b>true</b>, to highlight the headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.SelectOnRightClick">
<summary>
<para>Overrides the corresponding property of the base class, to hide it.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.ShowDetailedErrorInfo">
<summary>
<para>Specifies whether detailed error information is displayed on the form when an error occurs.
</para>
</summary>
<value><b>true</b> to show detailed information; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.ShowViewNavigator">
<summary>
<para>Determines whether the View Navigator control is displayed.
</para>
</summary>
<value><b>true</b> if the <b>ViewNavigator</b> control is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.ShowViewNavigatorGotoDateButton">
<summary>
<para>Gets or sets whether the 'Go to Date' button of the ASPxViewNavigator is shown.
</para>
</summary>
<value><b>true</b> to show the 'Go to Date' button; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.ShowViewSelector">
<summary>
<para>Determines whether the View Selector is displayed.
</para>
</summary>
<value><b>true</b> if the <b>ViewSelector</b> control is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.ShowViewVisibleInterval">
<summary>
<para>Determines whether the View Visible Interval control is displayed.
</para>
</summary>
<value><b>true</b> if the <b>ViewVisibleInterval</b> control is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxResourceNavigator">
<summary>
<para>Represents the Resource Navigator control.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxResourceNavigator.#ctor">
<summary>
<para>Initializes a new instance of the ASPxResourceNavigator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceNavigator.Images">
<summary>
<para>Provides access to the settings that define images displayed within the Resource Navigator.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerImages"/> object, containing image settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceNavigator.Properties">
<summary>
<para>Provides access to an object, representing the properties specific to the <b>Resource Navigator</b> control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ResourceNavigatorProperties"/> object, which defines a set of properties, specific for the Resource Navigator.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxResourceNavigator.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the Resource Navigator.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ResourceNavigatorStyles"/>object that provides style settings for the ResourceNavigator elements.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxDateNavigator">
<summary>
<para>Represents a Date Navigator.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxDateNavigator.#ctor">
<summary>
<para>Initializes a new instance of the ASPxDateNavigator class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxDateNavigator.ImageFolder">
<summary>
<para>Gets or sets the path to the folder that contains images used by the control.
</para>
</summary>
<value>A string value specifying the root path of all the images used by the control.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxDateNavigator.Properties">
<summary>
<para>Provides access to an object, representing the properties specific to the <see cref="T:DevExpress.Web.ASPxCalendar"/> base class.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.DateNavigatorProperties"/> object, which hides unused properties for the <see cref="T:DevExpress.Web.CalendarProperties"/> base class.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxDateNavigator.SpriteCssFilePath">
<summary>
<para>Gets or sets the path to a CSS file that defines the control's sprite image settings.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxDateNavigator.SpriteImageUrl">
<summary>
<para>Gets or sets the path to a sprite image.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxScheduler">
<summary>
<para>A control that represents scheduled data in a form of appointment objects on a web page.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.#ctor">
<summary>
<para>Initializes a new instance of the ASPxScheduler class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveView">
<summary>
<para>Gets the <b>View</b> currently used by the Scheduler to show its data.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object which is one of the views listed in the <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveViewChanged">
<summary>
<para>Occurs after the active view of the <b>Scheduler</b> has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveViewChanging">
<summary>
<para>Occurs when the Scheduler control is about to change its active View.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ActiveViewType">
<summary>
<para>Gets or sets the type of the <b>View</b> which is currently used by the Scheduler to show its data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the active <b>View</b> type.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.AddService(System.Type,System.Object)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.AddService(System.Type,System.Object,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AfterExecuteCallbackCommand">
<summary>
<para>Occurs after a callback command is executed.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.AgendaView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Agenda View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.AgendaView"/> object representing the Agenda View in the scheduling area.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentConflicts">
<summary>
<para>Occurs when the scheduler finds appointments that are in conflict, and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentConflicts"/> property is set to <see cref="F:DevExpress.XtraScheduler.AppointmentConflictsMode.Custom"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentCopy">
<summary>
<para>Occurs when an end-user attempts to copy an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCopy"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentCreate">
<summary>
<para>Occurs when an end-user attempts to create a new appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentCreate"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentDelete">
<summary>
<para>Occurs when an end-user attempts to delete an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDelete"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentDrag">
<summary>
<para>Occurs when an end-user attempts to drag an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentDrag"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentDragBetweenResources">
<summary>
<para>Occurs when an end-user attempts to drag an drop an appointment between resources and the <see cref="E:DevExpress.XtraScheduler.SchedulerControl.AllowAppointmentDragBetweenResources"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentEdit">
<summary>
<para>Occurs when an end-user attempts to edit an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentEdit"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowAppointmentResize">
<summary>
<para>Occurs when an end-user attempts to resize an appointment and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowAppointmentResize"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AllowInplaceEditor">
<summary>
<para>Occurs when an end-user attempts to invoke an appointment's in-place editor and the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsCustomization.AllowInplaceEditor"/> property is set to <b>Custom</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.ApplyChanges(DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction)">
<summary>
<para>Forces the Scheduler control to apply changes as specified by the <b>actions</b> parameter.
</para>
</summary>
<param name="actions">
A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerChangeAction"/> object, representing a bitwise logical combination of action codes.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.ApplyStyleSheetSkin(System.Web.UI.Page)">
<summary>
<para>Applies the style properties defined in the page style sheet to the control, then starts the ASPxScheduler control's initialization.
</para>
</summary>
<param name="page">
The <see cref="T:System.Web.UI.Page"/> containing the control.
</param>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentChanging">
<summary>
<para>Fires when an appointment's property is about to be changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.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.Web.ASPxScheduler.ASPxScheduler.AppointmentCollectionCleared">
<summary>
<para>Fires after the appointment collection has been cleared.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentCollectionLoaded">
<summary>
<para>Fires after appointments have been loaded into the <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentDataMember">
<summary>
<para>Gets or sets the data source member which supplies appointment data to the scheduler.
</para>
</summary>
<value>A <see cref="T:System.String"/> value representing the data source member.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentDataSource">
<summary>
<para>Gets or sets the object used as the data source to store appointments.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that represents the storage's data source.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentDataSourceID">
<summary>
<para>Gets or sets the ID of the control from which the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> retrieves the appointments.
</para>
</summary>
<value>The ID of a control that represents the data source from which the scheduler retrieves the appointments.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentDeleting">
<summary>
<para>Occurs before an appointment is deleted and allows you to cancel the action.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentFormShowing">
<summary>
<para>Occurs before the appointment editing window is created.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentInplaceEditorShowing">
<summary>
<para>Occurs before an inplace appointment editor is invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentInserting">
<summary>
<para>Occurs before an appointment is added to the <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> collection and allows you to cancel the operation.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleted">
<summary>
<para>Fires after an appointment's data row is deleted from the data source.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowDeleting">
<summary>
<para>Fires before an appointment data row is deleted from the data source.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserted">
<summary>
<para>Fires after a new record containing appointment information is inserted into the data source.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowInserting">
<summary>
<para>Fires before appointment data is posted to the data source for insertion.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdated">
<summary>
<para>Fires after an appointment's data record is updated.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentRowUpdating">
<summary>
<para>Fires before the appointment data is posted to the data source to update the record.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentsChanged">
<summary>
<para>Occurs after the appointment properties are changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentsDeleted">
<summary>
<para>Occurs after the appointment's deletion.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentsInserted">
<summary>
<para>Occurs after appointments are added to the collection.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.AppointmentViewInfoCustomizing">
<summary>
<para>Occurs every time an appointment is rendered, so its <see cref="P:DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs.ViewInfo"/> is changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeforeExecuteCallbackCommand">
<summary>
<para>Fires before a callback command is executed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeforeGetCallbackResult">
<summary>
<para>Occurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeginInit">
<summary>
<para>Starts the <b>ASPXScheduler</b> control's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeginUpdate">
<summary>
<para>Prevents the control from being updated until the <see cref="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.CancelUpdate">
<summary>
<para>Unlocks the Scheduler Control after a call to the <see cref="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeginUpdate"/> method and causes an immediate update without raising any notification events.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ClientInstanceName">
<summary>
<para>Gets or sets the ASPxScheduler's client programmatic identifier.
</para>
</summary>
<value>A string value that specifies the ASPxScheduler's client identifier.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ClientLayout">
<summary>
<para>Enables you to save and restore the previously saved layout of the scheduler.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the ASPxScheduler.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerClientSideEvents"/> object which allows setting handlers for the client-side events of the ASPxScheduler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ClientVisible">
<summary>
<para>Gets or sets whether the ASPxScheduler client control is displayed.
</para>
</summary>
<value><b>true</b> if the control is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.CreateAppointment">
<summary>
<para>Executes a callback command that creates a new appointment.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.CssFilePath">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.CssFilePath"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.CssPostfix">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.CssPostfix"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomCallback">
<summary>
<para>Fires when a round trip to the server has been initiated by a call to the client <see cref="M:DevExpress.Web.ASPxScheduler.Scripts.ASPxClientScheduler.PerformCallback"/> method.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomErrorText">
<summary>
<para>Enables you to provide custom error descriptions.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomizeElementStyle">
<summary>
<para>Fires before a scheduler's visual element is rendered.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomJSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomShortcuts">
<summary>
<para>Provides access to a collection of custom keyboard shortcuts.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerCustomShortcutCollection"/> object.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.DataBind">
<summary>
<para>Binds a data source to the ASPxScheduler control and all its child controls.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.DataMember">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxDataWebControl.DataMember"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.DataSource">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxDataWebControlBase.DataSource"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.DataSourceID">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxDataWebControlBase.DataSource"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.DateNavigatorQueryActiveViewType">
<summary>
<para>Enables you to specify a view type to which the Scheduler switches after the end-user changes selected dates in the DateNavigator control.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.DayView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Day View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.DayView"/> object representing the <b>Day View</b> in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.DisabledStyle">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.DisabledStyle"/> property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.Dispose">
<summary>
<para>Enables a server control to perform final clean up before it is released from memory.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EnableCallbackAnimation">
<summary>
<para>Gets or sets whether animation effects are applied to scheduler content when it is updated using a callback.
</para>
</summary>
<value><b>true</b>, if animation effects are used; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EnableCallbackCompression">
<summary>
<para>Gets or sets whether the callback result data compression is enabled.
</para>
</summary>
<value><b>true</b> to compress data stream; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EnableCallBacks">
<summary>
<para>Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server.
</para>
</summary>
<value><b>true</b> if round trips to the server are performed using callbacks; <b>false</b> if postbacks are used.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EnableChangeVisibleIntervalCallbackAnimation">
<summary>
<para>Gets or sets whether animation effects are applied to scheduler content when the visible interval is changed and the scheduler is updated using a callback.
</para>
</summary>
<value><b>true</b>, if animation effects are used; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EnableChangeVisibleIntervalGestures">
<summary>
<para>Gets or sets a value specifying whether an end-user can change the visible interval with a swipe gesture.
</para>
</summary>
<value><b>True</b>, if date changing by gestures is always allowed; <b>False</b>, if it is always prohibited; <b>Auto</b> - if it is allowed for touch devices only.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EnableClientRender">
<summary>
<para>Gets or sets a value that specifies whether or not to use client-side rendering of ASPxScheduler's appointments and view elements.
</para>
</summary>
<value><b>true</b>, to use client-side rendering; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Enabled">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.Enabled"/> property.
</para>
</summary>
<value><b>true</b> if a web control is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EnablePagingGestures">
<summary>
<para>Gets or sets a value specifying whether an end-user can navigate views with a swipe gesture.
</para>
</summary>
<value><b>True</b>, if page switching by gestures is always allowed; <b>False</b>, if it is always prohibited; <b>Auto</b> - if it is allowed for touch devices only.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.EncodeHtml">
<summary>
<para>This property is not in effect for the ASPxScheduler class.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.EndInit">
<summary>
<para>Ends the <b>ASPXScheduler</b> control's initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.EndUpdate">
<summary>
<para>Unlocks the control after a call to the <see cref="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.BeginUpdate"/> method and causes an immediate update.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.FetchAppointments">
<summary>
<para>Occurs before the <b>ASPxScheduler</b> starts retrieving the appointments for the specified time interval.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.FilterAppointment">
<summary>
<para>Enables specific appointments to be hidden in the ASPxScheduler control.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.FilterReminderAlert">
<summary>
<para>Enables you to fire alerts only for specific reminders.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.FilterResource">
<summary>
<para>Enables specific resources to be hidden in the Scheduler control.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.FirstDayOfWeek">
<summary>
<para>Gets the day which the <b>ASPXScheduler</b>'s week starts from.
</para>
</summary>
<value>A <see cref="T:System.DayOfWeek"/> enumeration value specifying the start day of the week for the Scheduler.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxScheduler.FormNames">
<summary>
<para>Returns the names of the forms that are used by the ASPxScheduler control.
</para>
</summary>
<returns>An array of strings that specify the names of the forms.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.FullWeekView">
<summary>
<para>Gets an object that specifies the settings of the scheduler's Full Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.FullWeekView"/> object representing the <b>Full Week View</b> in the scheduling area.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.GenerateDefaultLayout(System.Boolean)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="fromControlDesigner">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.GetAppointmentClientId(DevExpress.XtraScheduler.Appointment)">
<summary>
<para>Gets the unique client-side identifier of the specified appointment.
</para>
</summary>
<param name="appointment">
An <see cref="T:DevExpress.XtraScheduler.Appointment"/> object.
</param>
<returns>A string containing the identifier of the specified appointment.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.GetService(System.Type)">
<summary>
<para>Gets the service object of the specified type.
</para>
</summary>
<param name="serviceType">
An object that specifies the type of service object to get.
</param>
<returns>A service object of the specified type, or a null reference (<b>Nothing</b> in Visual Basic) if there is no service object of this type.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.GoToDate(System.DateTime,DevExpress.XtraScheduler.SchedulerViewType)">
<summary>
<para>Sets the specified date as the start date of the scheduler, and forces the scheduler to display data using the specified view.
</para>
</summary>
<param name="date">
A <see cref="T:System.DateTime"/> value specifying the new start date.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraScheduler.SchedulerViewType"/> enumeration value specifying the view in which the scheduler will show its data.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.GoToDate(System.DateTime)">
<summary>
<para>Sets the specified date as the start date of the scheduler.
</para>
</summary>
<param name="date">
A <see cref="T:System.DateTime"/> value specifying the new start date.
</param>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.GotoDateFormShowing">
<summary>
<para>Occurs before the <b>Go To Date</b> dialog window is invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.GoToToday">
<summary>
<para>Sets the start date of the scheduler to the current date on the local machine.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.GroupType">
<summary>
<para>Gets or sets a value that specifies the type of grouping for the appointments of the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerGroupType"/> enumeration value that specifies how appointments are grouped within the scheduler control.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Height">
<summary>
<para>Overrides the <see cref="P:DevExpress.Web.ASPxWebControl.Height"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.HtmlTimeCellPrepared">
<summary>
<para>Occurs when the HTML code representing the time cell is prepared for display.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Images">
<summary>
<para>Provides access to the settings that define images displayed within the ASPxScheduler's visual elements .
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerImages"/> object, containing image settings.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitAppointmentDisplayText">
<summary>
<para>Enables custom text and a description to be displayed within appointments.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitAppointmentImages">
<summary>
<para>Enables custom images to be displayed within appointments.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitClientAppointment">
<summary>
<para>This event fires for each visible appointment before it is sent to the client for display and enables you to specify client appointment properties.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.InitNewAppointment">
<summary>
<para>Occurs before a new appointment is created in the scheduler.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.IsUpdateLocked">
<summary>
<para>Gets whether the ASPxScheduler control has been locked for updating.
</para>
</summary>
<value><b>true</b> if the scheduler control is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.JSProperties">
<summary>
<para>Gets a collection of temporary client properties and its values.
</para>
</summary>
<value>A System.Collections.Generic.Dictionary object that represents the collection of properties and its values.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.LimitInterval">
<summary>
<para>Gets or sets the time interval available for end-users.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.LookupAppointmentByIdString(System.String)">
<summary>
<para>Returns an appointment specified by its client identifier.
</para>
</summary>
<param name="appointmentIdString">
A string specifying an appointment client identifier.
</param>
<returns>An <see cref="Appointment"/> object that is an appointment with the specified client identifier.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.MonthView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Month (Multi-Week) View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.MonthView"/> object representing the <b>Month View</b> in the scheduling area.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.MoreButtonClicked">
<summary>
<para>Server-side event. Occurs when the user clicks one of the More Buttons.ASPxScheduler.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsAdaptivity">
<summary>
<para>Provides access to the scheduler's adaptivity settings.
</para>
</summary>
<value>A <see cref="ASPxSchedulerOptionsAdaptivity"/> object that contains the scheduler's adaptivity settings.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsBehavior">
<summary>
<para>Provides access to options which regulate the general appearance and behavior of the scheduler and its satellite controls.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior"/> object, which contains the scheduler's behavior options.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsCookies">
<summary>
<para>Provides access to an object used to maintain view state information.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCookies"/> object, that holds the state information.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsCustomization">
<summary>
<para>Provides access to the options that regulate the functionality available to end-users.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerOptionsCustomization"/> object which provides the scheduler's customization options.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsForms">
<summary>
<para>Provides access to the options used to customize the forms shown to end-users.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsForms"/> object, containing the parameters to customize the forms.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsLoadingPanel">
<summary>
<para>Provides access to the settings for the informational panel, which is displayed when the control is loading.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> class instance, representing characteristics of a <b>Loading Panel</b>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsMenu">
<summary>
<para>Provides access to menu options.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsMenu"/> object containing menu options.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsToolTips">
<summary>
<para>Provides access to options which specify tooltip appearance and visibility.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsToolTips"/> object containing options which can be specified for tooltips.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.OptionsView">
<summary>
<para>Provides access to the Scheduler's view options.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsView"/> object which provides access to the Scheduler's view options.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PopupMenuShowing">
<summary>
<para>Occurs before a popup menu is created and allows menu customization.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareAppointmentFormPopupContainer">
<summary>
<para>Occurs when the pop-up container for the <b>Appointment Form</b> is prepared for display.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareAppointmentInplaceEditorPopupContainer">
<summary>
<para>Occurs when the pop-up container for the <b>In-place Editor</b> is prepared for display.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareGotoDateFormPopupContainer">
<summary>
<para>Occurs when the pop-up container for the <b>Go to Date Form</b> is prepared for display.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PreparePopupMenu">
<summary>
<para>Occurs before a context menu is created for a scheduler.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentDeleteFormPopupContainer">
<summary>
<para>Occurs when the pop-up container for the <b>Delete Recurrence Form</b> is prepared for display.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRecurrenceAppointmentEditFormPopupContainer">
<summary>
<para>Occurs when the pop-up container for the <b>Edit Recurrence Form</b> is prepared for display.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.PrepareRemindersFormPopupContainer">
<summary>
<para>Occurs when the pop-up container for the <b>Reminders Form</b> is prepared for display.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.QueryWorkTime">
<summary>
<para>Occurs when the scheduler's view calculates the work time interval for the specific resource.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.RecurrentAppointmentDeleteFormShowing">
<summary>
<para>Occurs before the <b>Confirm Delete</b> dialog window is invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.RecurrentAppointmentEditFormShowing">
<summary>
<para>Occurs before the <b>Open Recurring Item</b> dialog window is invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ReminderAlert">
<summary>
<para>Occurs when a reminder is triggered.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.RemindersFormDefaultAction">
<summary>
<para>Occurs when an end-user doesn't click the Dismiss or Snooze button on the <b>Reminders Form</b>, but simply closes it. The <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RemindersFormDefaultAction"/> property should be set to <see cref="F:DevExpress.XtraScheduler.RemindersFormDefaultAction.Custom"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.RemindersFormShowing">
<summary>
<para>Occurs before the Reminders form is displayed.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.RemoveService(System.Type)">
<summary>
<para>Removes the service of the specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.RemoveService(System.Type,System.Boolean)">
<summary>
<para>Removes the service of the specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxScheduler.RenderControl(System.Web.UI.HtmlTextWriter)">
<summary>
<para>Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.
</para>
</summary>
<param name="writer">
The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.
</param>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceChanging">
<summary>
<para>Fires when a resource's property is about to be changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.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.Web.ASPxScheduler.ASPxScheduler.ResourceCollectionCleared">
<summary>
<para>Fires after the resources collection has been cleared.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceCollectionLoaded">
<summary>
<para>Fires after resources have been loaded into the <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> collection.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceColorSchemas">
<summary>
<para>Gets the color schemas used to paint resource columns in a grouped view.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.SchedulerColorSchemaCollection"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceDataMember">
<summary>
<para>Gets or sets the name of the list of resource data that the ASPxScheduler control binds to, in instances where the data source contains more than one distinct list of data items.
</para>
</summary>
<value>The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by the data source control.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceDataSource">
<summary>
<para>Gets or sets the object from which the ASPxScheduler control retrieves the resources' list.
</para>
</summary>
<value>An object that represents the data source from which the data-bound control retrieves its data.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceDataSourceID">
<summary>
<para>Gets or sets the ID of the control from which the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> retrieves the resources.
</para>
</summary>
<value>The ID of a control that represents the data source from which the scheduler retrieves the resources.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceDeleting">
<summary>
<para>Allows the deletion of a resource to be cancelled.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceInserting">
<summary>
<para>Allows you to cancel the addition of a resource.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourceNavigator">
<summary>
<para>Gets the Resource Navigator control used to navigate through resources by end-users.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxResourceNavigator"/> object representing the scheduler control's resource navigator.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourcesChanged">
<summary>
<para>Fires when the resources' properties are changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourcesDeleted">
<summary>
<para>Occurs when a scheduler's resource is deleted from the collection.
</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.ResourcesInserted">
<summary>
<para>Occurs when new resources are inserted into the <see cref="T:DevExpress.XtraScheduler.ResourceBaseCollection"/> collection.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.SelectedAppointments">
<summary>
<para>Provides access to the collection of selected appointments.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraScheduler.AppointmentBaseCollection"/> descendant which represents the collection of selected appointments.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.SelectedInterval">
<summary>
<para>Gets the time interval currently selected in the scheduler's active View by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeInterval"/> object representing the selected time interval.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.SelectedResource">
<summary>
<para>Gets the resource which contains the time interval currently selected in the scheduler's active view.
</para>
</summary>
<value>A <see cref="Resource"/> object which is the selected resource.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Services">
<summary>
<para>Provides access to services of the ASPxScheduler control.
</para>
</summary>
<value>An DevExpress.Web.ASPxScheduler.Services.ASPxSchedulerServices object used to get the services.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Start">
<summary>
<para>Gets or sets the start date of the scheduler.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value which represents the start date of the scheduler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Storage">
<summary>
<para>Provides access to the storage object of the <b>ASPxScheduler</b> control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage"/> object representing the storage for the <b>ASPxScheduler</b> control.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Styles">
<summary>
<para>Provides access to style settings that control the appearance of the <b>ASPxScheduler</b> elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStyles"/>object that provides style settings for the scheduler elements.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Templates">
<summary>
<para>Provides access to a <b>SchedulerTemplates</b> object containing templates for visual elements of the ASPxScheduler.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerTemplates"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.TimelineView">
<summary>
<para>Gets an object that defines the settings of the scheduler's <see cref="T:DevExpress.Web.ASPxScheduler.TimelineView"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.TimelineView"/> object representing the <b>Timeline View</b> in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.TimeZoneHelper">
<summary>
<para>Provides access to an object used for converting time between time zones.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object used for time zone conversion.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.ToolTip">
<summary>
<para>Gets or sets the control's tooltip text.
</para>
</summary>
<value>A string value that specifies the text displayed within the tooltip.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ASPxScheduler.ToolTipsFormNames">
<summary>
<para>Returns the names of the tootltip forms that are used by the ASPxScheduler control.
</para>
</summary>
<returns>An array of strings that specify the names of the forms.
</returns>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.UnhandledException">
<summary>
<para>Enables you to catch an unhandled exception in ASPxScheduler which occurs during a callback and stop its propagation beyond the control.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.Views">
<summary>
<para>Contains the settings of the Views that are used to represent information within the ASPxScheduler control.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewRepository"/> object which stores the settings of the calendar Views.
</value>
</member>
<member name="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.VisibleIntervalChanged">
<summary>
<para>Fires when the time interval represented by the control's scheduling area has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.WeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WeekView"/> object representing the <b>Week View</b> in the scheduling area.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.WorkDays">
<summary>
<para>Provides access to the collection which identifies which days are assigned to a workweek.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.WorkDaysCollection"/> object which identifies work days.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxScheduler.WorkWeekView">
<summary>
<para>Gets an object that defines the settings of the scheduler's Work-Week View.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WorkWeekView"/> object representing the <b>Work Week View</b> in the scheduling area.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaIconCellVisibility">
<summary>
<para>Lists values that specify when an icon cell is visible in the scheduler in Agenda View.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaIconCellVisibility.Always">
<summary>
<para>An icon cell is always shown in the scheduler.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaIconCellVisibility.AnyIconShown">
<summary>
<para>An icon cell is shown if any appointment contains a reminder. Otherwise, the icon cell is hidden.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles">
<summary>
<para>Contains settings that allow you to define the appearance of the Agenda View's date headers.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the AgendaHorizontalDateHeaderStyles class.
</para>
</summary>
<param name="owner">
An object that implements the <b>ISkinOwner</b> interface.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the AgendaHorizontalDateHeaderStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> object that is the object from which the settings will be copied.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.DateRow">
<summary>
<para>Gets the appearance settings used to paint the date row in Agenda View.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaCellStyleBase"/> object that contains style settings defining the appearance of the date row.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.DateRowStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.DayCaption">
<summary>
<para>Gets the appearance settings used to paint the day caption in Agenda View.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains style settings defining the appearance of the day caption.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.DayCaptionStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.MonthYearCaption">
<summary>
<para>Gets the style settings defining the appearance of a corresponding UI element.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorCaptionStyle"/> object that contains style settings defining the appearance of a corresponding UI element.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles.MonthYearCaptionStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaDayHeaderOrientation">
<summary>
<para>Lists values that specify the direction in which a day header is arranged in the Agenda View.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaDayHeaderOrientation.Auto">
<summary>
<para>A day header orientation is changed automatically.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaDayHeaderOrientation.Horizontal">
<summary>
<para>A day header is located horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaDayHeaderOrientation.Vertical">
<summary>
<para>A day header is located vertically.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsAdaptivity">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsAdaptivity.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsAdaptivity class.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsAdaptivity.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings of the specified object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsAdaptivity.Enabled">
<summary>
<para>Specifies whether an adaptive behavior is enabled for the Scheduler.
</para>
</summary>
<value><b>true</b>, to enable the adaptive behavior; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.CellBodyStyle">
<summary>
<para>Contains settings that allow you to define the appearance of the cells in the Scheduler's <b>Timeline</b> view.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.CellBodyStyle.#ctor">
<summary>
<para>Initializes a new instance of the CellBodyStyle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.CellBodyStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="control">
</param>
<param name="range">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.CellBodyStyle.Height">
<summary>
<para>Gets or sets the cell height.
</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure specifying the cell height.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SelectionBarStyle">
<summary>
<para>Contains settings that allow you to define the appearance of the selection bar in the Scheduler.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SelectionBarStyle.#ctor">
<summary>
<para>Initializes a new instance of the SelectionBarStyle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SelectionBarStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="control">
</param>
<param name="range">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SelectionBarStyle.Height">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle">
<summary>
<para>Contains settings that allow you to define the appearance of the bottom left corner of the Scheduler.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.#ctor">
<summary>
<para>Initializes a new instance of the BottomLeftCornerStyle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="control">
</param>
<param name="range">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.HorizontalAlign">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.HoverStyle">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.ImageSpacing">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.Spacing">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.VerticalAlign">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.BottomLeftCornerStyle.Wrap">
<summary>
<para>This property is not in effect for the BottomLeftCornerStyle class.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.HeaderStyle">
<summary>
<para>Contains settings that allow you to define the header appearance.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.HeaderStyle.#ctor">
<summary>
<para>Initializes a new instance of the HeaderStyle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.HeaderStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="control">
</param>
<param name="range">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.HeaderStyle.Height">
<summary>
<para>Gets or sets the header height.
</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure specifying the header height.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.HeaderStyle.Wrap">
<summary>
<para>This property is not in effect for the HeaderStyle class.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.TimelineViewStyles">
<summary>
<para>Contains settings that allow you to define the appearance of the Timeline View's visual elements.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.TimelineViewStyles.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the TimelineViewStyles class with the specified owner.
</para>
</summary>
<param name="scheduler">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that is the owner of the created object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.AlternateDateHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.AlternateTimelineDateHeader">
<summary>
<para>Gets the style settings defining the appearance of the today date header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.HeaderStyle"/> object that contains style settings defining the appearance of the today date header.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.TimelineViewStyles.AlternateTimelineDateHeaderStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.BottomLeftCorner">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.TimelineViewStyles.BottomLeftCornerStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.TimelineViewStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the TimelineViewStyles class.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.StylesBase"/> object that is the object from which the settings will be copied.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.DateHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.DayHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.HorizontalResourceHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.ScrollAreaHeight">
<summary>
<para>Specifies the height of the scroll container that encloses the Timeline View.
</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure specifying the height of the scroll container.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.SelectionBar">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.TimelineViewStyles.SelectionBarStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.TimelineCellBody">
<summary>
<para>Gets the style settings defining the appearance of a cell body.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.CellBodyStyle"/> object that contains style settings defining the appearance of a cell body.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.TimelineViewStyles.TimelineCellBodyStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.TimelineDateHeader">
<summary>
<para>Gets the style settings defining the appearance of the date header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.HeaderStyle"/> object that contains style settings defining the appearance of the date header.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.TimelineViewStyles.TimelineDateHeaderStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.TimelineViewStyles.TimeMarkerLine">
<summary>
<para>Gets the style settings defining the appearance of the time marker line.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.HeaderStyle"/> object that contains style settings defining the appearance of the time marker line.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomizeElementStyle"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.#ctor(DevExpress.Web.AppearanceStyleBase,DevExpress.Web.ASPxScheduler.WebElementType,DevExpress.XtraScheduler.Drawing.ITimeCell,System.Boolean)">
<summary>
<para>Initializes a new instance of the CustomizeElementStyleEventArgs class with the specified settings.
</para>
</summary>
<param name="style">
An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class descendant which specifies a style of the visual element within the scheduler. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.Style"/> property.
</param>
<param name="type">
A <see cref="T:DevExpress.Web.ASPxScheduler.WebElementType"/> enumeration value specifying the type of the visual element. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.ElementType"/> property.
</param>
<param name="cell">
A <see cref="T:DevExpress.XtraScheduler.Drawing.ITimeCell"/> object containing information on a resource and time interval corresponding to the scheduler's visual element. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.Cell"/> property.
</param>
<param name="isAlternate">
A <see cref="T:System.Boolean"/> value which indicates whether the event's visual element has a specific style. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.IsAlternate"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.Cell">
<summary>
<para>Gets an object providing access to a resource and time interval corresponding to a visual element.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.Drawing.ITimeCell"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.ElementType">
<summary>
<para>Gets a type of the scheduler's visual element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.WebElementType"/> enumeration member specifying the visual element type.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.IsAlternate">
<summary>
<para>Gets a value that indicates whether an element is highlighted within the scheduler control.
</para>
</summary>
<value><b>true</b> if the visual element is highlighted; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs.Style">
<summary>
<para>Get the style that defines the appearance of a visual element within the scheduler control.
</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Style"/> object that contains style settings.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle">
<summary>
<para>Contains settings that allow you to define the appearance of layout cells displayed within the Agenda View's appointments.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaAppointmentCellStyle.#ctor">
<summary>
<para>Initializes a new instance of the AgendaAppointmentCellStyle class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaCellStyleBase">
<summary>
<para>Serves as a base for classes that define the appearance styles of Agenda View's layout cells.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaCellStyleBase.#ctor">
<summary>
<para>Initializes a new instance of the AgendaCellStyleBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaCellStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="control">
</param>
<param name="range">
</param>
<param name="exceptTextDecoration">
</param>
<param name="useBlockAlignment">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaCellStyleBase.Paddings">
<summary>
<para>Gets the padding settings of a layout cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.Paddings"/> object containing padding settings.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaViewStyles">
<summary>
<para>Contains settings that allow you to define the appearance of the Agenda View's visual elements.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaViewStyles.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AgendaViewStyles class with the specified owner.
</para>
</summary>
<param name="scheduler">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that is the owner of the created object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.AlternateDateHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.Appointment">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.AppointmentInnerBorders">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.AppointmentRow">
<summary>
<para>Gets the style settings defining the appearance of an appointment row.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaAppointmentStyles"/> object that contains style settings defining the appearance of an appointment row.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaViewStyles.CopyFrom(DevExpress.Web.StylesBase)">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<param name="source">
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.DateHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.DayHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.EmptyCell">
<summary>
<para>Gets the style settings defining the appearance of an empty layout cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaEmptyCellStyle"/> object that contains style settings defining the appearance of an empty
cell.
</value>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AgendaViewStyles.EmptyCellStyleName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.GroupSeparatorHorizontal">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.GroupSeparatorVertical">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.HorizontalDateHeader">
<summary>
<para>Gets the style settings defining the appearance of the horizontal date header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaHorizontalDateHeaderStyles"/> object that contains style settings defining the appearance of the horizontal date header.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.HorizontalResourceHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.LeftTopCorner">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.MoreButton">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.RightTopCorner">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.ScrollAreaHeight">
<summary>
<para>Specifies the height of the scroll container that encloses the Agenda View.
</para>
</summary>
<value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure specifying the height of the scroll container.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.VerticalDateHeader">
<summary>
<para>Gets the style settings defining the appearance of the date header.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaVerticalDateHeaderStyles"/> object that contains style settings defining the appearance of the date header.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewStyles.VerticalResourceHeader">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaViewTemplates">
<summary>
<para>Contains the templates used to display the Agenda View elements.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaViewTemplates.#ctor">
<summary>
<para>Initializes a new instance of the AgendaViewTemplates class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewTemplates.DateHeaderTemplate">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewTemplates.DayOfWeekHeaderTemplate">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewTemplates.HorizontalAppointmentTemplate">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewTemplates.HorizontalResourceHeaderTemplate">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewTemplates.HorizontalSameDayAppointmentTemplate">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaViewTemplates.VerticalResourceHeaderTemplate">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AgendaView">
<summary>
<para>Represents an Agenda View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaView.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the AgendaView class with the specified <b>ASPxScheduler</b> control.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that specifies the <b>ASPxScheduler</b> control assigned to the agenda view. This value is assigned to the <see cref="P:DevExpress.Web.ASPxScheduler.SchedulerViewBase.Control"/> property.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.AgendaViewStyles">
<summary>
<para>Provides access to the <b>AgendaViewStyles</b> object, specifying styles applied to visual elements of the <b>Agenda View</b>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.AgendaViewStyles"/> object, containing the appearance settings for elements of the Agenda View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.AllowFixedDayHeaders">
<summary>
<para>Gets or sets whether a day header should be fixed when scrolling in Agenda View.
</para>
</summary>
<value><b>true</b>, to fix a day header; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.AppointmentDisplayOptions">
<summary>
<para>Provides access to the options specifying how appointments are displayed in the Agenda View.
</para>
</summary>
<value>A <see cref="ASPxAgendaViewAppointmentDisplayOptions"/> object containing settings to display the appointments in the Agenda View.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.AgendaView.Assign(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.DayCount">
<summary>
<para>Gets or sets the number of days that are simultaneously displayed within the Agenda View.
</para>
</summary>
<value>A positive integer value that specifies the number of days displayed by the View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.DayHeaderOrientation">
<summary>
<para>Gets or sets a value that specifies a day header orientation in Agenda View.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxScheduler.AgendaDayHeaderOrientation"/> values.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.MoreButtonHTML">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.NavigationButtonAppointmentSearchInterval">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.NavigationButtonVisibility">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.ResourcesPerPage">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.ShowMoreButtons">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.Styles">
<summary>
<para>Provides access to the <b>AgendaViewStyles</b> object, containing style settings that control the appearance of the Agenda View elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.AgendaViewStyles"/> object, containing style settings for elements of the Agenda View.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.Templates">
<summary>
<para>Provides access to an <see cref="T:DevExpress.Web.ASPxScheduler.AgendaViewTemplates"/> object containing templates for visual elements of the Agenda View.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AgendaViewTemplates"/> object.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.AgendaView.Type">
<summary>
<para>Gets the view's type.
</para>
</summary>
<value>The <see cref="F:DevExpress.XtraScheduler.SchedulerViewType.Day"/> value.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions">
<summary>
<para>Contains settings specific to displaying appointments in the Agenda View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the ASPxAgendaViewAppointmentDisplayOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.AllowMultiLineSubject">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.AppointmentHeight">
<summary>
<para>Gets or sets the height of a single appointment for the current View.
</para>
</summary>
<value>An integer value specifying the appointment height.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified object to the current one.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.AutoAdjustForeColor">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.IconCellVisibility">
<summary>
<para>Gets or sets a value specifying whether an icon cell is visible in Agenda View.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxScheduler.AgendaIconCellVisibility"/> values.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.ResourceLocation">
<summary>
<para>Gets or sets the resource location
</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxScheduler.AgendaResourceLocation"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.ShowTime">
<summary>
<para>Gets or sets a value specifying whether the time is shown for appointments in Agenda View.
</para>
</summary>
<value><b>true</b>, to show time; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxAgendaViewAppointmentDisplayOptions.SubjectAreaHeight">
<summary>
<para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
</para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.WebElementType">
<summary>
<para>Specifies the web element type to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.AllDayArea">
<summary>
<para>Identifies the all day area to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.BottomLeftCorner">
<summary>
<para>Identifies the bottom left corner to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.DateCellBody">
<summary>
<para>Identifies the date cell body to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.DateCellHeader">
<summary>
<para>Identifies the date cell header to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.DateHeader">
<summary>
<para>Identifies the date header to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.DayHeader">
<summary>
<para>Identifies the day header to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.GroupSeparatorHorizontal">
<summary>
<para>Identifies the horizontal group separator to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.GroupSeparatorVertical">
<summary>
<para>Identifies the vertical group separator to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.HorizontalResourceHeader">
<summary>
<para>Identifies the horizontal resource header to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.LabelWebControl">
<summary>
<para>Identifies the label web control to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.LeftTopCorner">
<summary>
<para>Identifies the left top corner to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.None">
<summary>
<para>There is no web element to apply the custom style to.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.RightTopCorner">
<summary>
<para>Identifies the right top corner to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.SelectionBar">
<summary>
<para>Identifies the selection bar to which the custom style should be applied.
For internal use only.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.TimeCellBody">
<summary>
<para>Identifies the time cell body to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.TimelineCellBody">
<summary>
<para>Identifies the timeline cell body to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.TimelineDateHeader">
<summary>
<para>Identifies the timeline date header to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.TimeRulerHeader">
<summary>
<para>Identifies the time ruler header to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.TimeRulerHours">
<summary>
<para>Identifies the time ruler hours to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.TimeRulerMinute">
<summary>
<para>Identifies the time ruler minute to which the custom style should be applied.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.WebElementType.VerticalResourceHeader">
<summary>
<para>Identifies the vertical resource header to which the custom style should be applied.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerShortcut">
<summary>
<para>Represents a keyboard shortcut.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerShortcut.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the SchedulerShortcut class with specified settings.
</para>
</summary>
<param name="commandName">
A string value that specifies a command name.
</param>
<param name="shortcut">
A string that specifies the shortcut.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerShortcut.#ctor">
<summary>
<para>Initializes a new instance of the SchedulerShortcut class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerShortcut.Assign(DevExpress.Web.CollectionItem)">
<summary>
<para>Copies the settings from the specified CollectionItem object to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerShortcut.CommandName">
<summary>
<para>Gets or sets the name of a command associated with the keyboard shortcut.
</para>
</summary>
<value>A string containing a command name.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerShortcut.Shortcut">
<summary>
<para>Gets or sets the keyboard combination that invokes the current shortcut's functionality.
</para>
</summary>
<value>The <see cref="String"/> value specifying the keyboard combination.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands">
<summary>
<para>Contains a set of the available shortcut commands.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.BackwardVisibleInterval">
<summary>
<para>Navigates to the previous visible interval.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.Copy">
<summary>
<para>Copies the selected appointment.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.Cut">
<summary>
<para>Cuts the selected appointment.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.DeleteShortcut">
<summary>
<para>Deletes the selected appointment.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.EditAppointment">
<summary>
<para>Starts editing the current appointment or creates a new one.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.ExpandSelectionDown">
<summary>
<para>Expands the current selection down.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.ExpandSelectionLeft">
<summary>
<para>Expand the current selection left.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.ExpandSelectionRight">
<summary>
<para>Move selection right or select the appointment to the right depending on the selection mode.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.ExpandSelectionUp">
<summary>
<para>Expand the current selection up.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.ForwardVisibleInterval">
<summary>
<para>Navigate to the previous visible interval.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.NavigateDown">
<summary>
<para>Move selection down or select the appointment below depending on the selection mode.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.NavigateLeft">
<summary>
<para>Move selection left or select the appointment to the left depending on the selection mode.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.NavigateRight">
<summary>
<para>Move selection right or select the appointment to the right depending on the selection mode.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.NavigateUp">
<summary>
<para>Move selection up or select the appointment above depending on the selection mode.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.Paste">
<summary>
<para>Paste an appointment into the current cell.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.SwitchToAgendaView">
<summary>
<para>Switch to the Agenda View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.SwitchToDayView">
<summary>
<para>Switch to the Day View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.SwitchToFullWeekView">
<summary>
<para>Switch to the Full Week View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.SwitchToMonthView">
<summary>
<para>Switch to the Month View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.SwitchToTimelineView">
<summary>
<para>Switch to the Timeline View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.SwitchToWeekView">
<summary>
<para>Switch to the Week View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.SwitchToWorkWeekView">
<summary>
<para>Switch to the Work Week View.
</para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.SchedulerShortcutCommands.ToggleSelection">
<summary>
<para>Toggle between cell and appointment selection.
</para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerCustomShortcutCollection">
<summary>
<para>Represents a collection of custom keyboard shortcuts.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerCustomShortcutCollection.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the SchedulerCustomShortcutCollection class with the specified owner.
</para>
</summary>
<param name="editor">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object that is the owner of the created object.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerCustomShortcutCollection.Add(System.String,System.String)">
<summary>
<para>Adds a new keyboard shortcut with the specified settings to the collection.
</para>
</summary>
<param name="commandName">
A string specifying the name of the command associated with the shortcut.
</param>
<param name="shortcut">
A string specifying the keyboard combination.
</param>
<returns>A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerShortcut"/> object that is the newly created item.
</returns>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerCustomShortcutCollection.Remove(System.String)">
<summary>
<para>Removes an item from the collection.
</para>
</summary>
<param name="shortcut">
A string specifying the keyboard combination associated with the shortcut that should be removed from the collection.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogViewModel.#ctor">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentEditDialogViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogViewModel.Action">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogViewModel.Confirm">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentEditDialogViewModel.Load(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes the dialog view model by loading the control's settings.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogLayout">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogLayout.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the RecurrentAppointmentDeleteDialogLayout class.
</para>
</summary>
<param name="scheduler">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrentAppointmentDeleteDialogLayout.HeaderText">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxWeekViewAppointmentDisplayOptions">
<summary>
<para>Contains settings specific to displaying appointments in the Week View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxWeekViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the ASPxWeekViewAppointmentDisplayOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxWeekViewAppointmentDisplayOptions.AppointmentGapWidth">
<summary>
<para>Specifies the width of the horizontal gap between appointments.
</para>
</summary>
<value>An integer value specifying the width of the horizontal gap between appointments.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxWeekViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxWeekViewAppointmentDisplayOptions.FirstAppointmentTopIndent">
<summary>
<para>Gets or sets an appointment top indent in the Week View.
</para>
</summary>
<value>An integer value that is the appointment top indent.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxWeekViewAppointmentDisplayOptions.LastAppointmentBottomIndent">
<summary>
<para>Gets or sets an appointment bottom indent in the Week View.
</para>
</summary>
<value>An integer value that is the appointment bottom indent.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxTimelineViewAppointmentDisplayOptions">
<summary>
<para>Contains settings specific to displaying appointments in the Timeline View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxTimelineViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the ASPxTimelineViewAppointmentDisplayOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxTimelineViewAppointmentDisplayOptions.AppointmentGapWidth">
<summary>
<para>Specifies the width of the horizontal gap between appointments.
</para>
</summary>
<value>An integer value specifying the width of the horizontal gap between appointments.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxTimelineViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxTimelineViewAppointmentDisplayOptions.FirstAppointmentTopIndent">
<summary>
<para>Gets or sets an appointment top indent in the Timeline View.
</para>
</summary>
<value>An integer value that is the appointment top indent.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxTimelineViewAppointmentDisplayOptions.LastAppointmentBottomIndent">
<summary>
<para>Gets or sets an appointment bottom indent in the Timeline View.
</para>
</summary>
<value>An integer value that is the appointment bottom indent.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxMonthViewAppointmentDisplayOptions">
<summary>
<para>Contains settings specific to displaying appointments in the Month View.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxMonthViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the ASPxMonthViewAppointmentDisplayOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxMonthViewAppointmentDisplayOptions.AppointmentGapWidth">
<summary>
<para>Specifies the width of the horizontal gap between appointments.
</para>
</summary>
<value>An integer value specifying the width of the horizontal gap between appointments.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxMonthViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxMonthViewAppointmentDisplayOptions.FirstAppointmentTopIndent">
<summary>
<para>Gets or sets an appointment top indent in the Month (Multi-Week) View.
</para>
</summary>
<value>An integer value that is the appointment top indent.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxMonthViewAppointmentDisplayOptions.LastAppointmentBottomIndent">
<summary>
<para>Gets or sets an appointment bottom indent in the Month (Multi-Week) View.
</para>
</summary>
<value>An integer value that is the appointment bottom indent.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxDayViewAppointmentDisplayOptions">
<summary>
<para>Contains settings specific to displaying appointments in the Day View and its descendants.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxDayViewAppointmentDisplayOptions.#ctor">
<summary>
<para>Initializes a new instance of the ASPxDayViewAppointmentDisplayOptions class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxDayViewAppointmentDisplayOptions.AppointmentGapWidth">
<summary>
<para>Specifies the width of the horizontal gap between appointments.
</para>
</summary>
<value>An integer value specifying the width of the horizontal gap between appointments.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxDayViewAppointmentDisplayOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxDayViewAppointmentDisplayOptions.FirstAllDayAppointmentTopIndent">
<summary>
<para>Gets or sets the top indent for an appointment that lasts the entire day in the Day View.
</para>
</summary>
<value>An integer value that is the top indent.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxDayViewAppointmentDisplayOptions.LastAllDayAppointmentBottomIndent">
<summary>
<para>Gets or sets the bottom indent for an appointment that lasts the entire day in the Day View.
</para>
</summary>
<value>An integer value that is the bottom indent.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderSnoozeAllDialogCommand">
<summary>
<para>The "Reminder" dialog's command to snooze all appointments in the dialog.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderSnoozeAllDialogCommand.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the ReminderSnoozeAllDialogCommand class.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderSnoozeAllDialogCommand.Id">
<summary>
<para>Provides the unique identifier of the Reminder dialog's Snooze All command.
</para>
</summary>
<value>An integer value specifying the unique identifier.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AppointmentSelectionAppearanceMode">
<summary>
<para>Lists values that specify how appointment selection is visually indicated.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AppointmentSelectionAppearanceMode.Auto">
<summary>
<para>The appointment selection appearance mode is determined by the applied visual theme.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AppointmentSelectionAppearanceMode.BackgroundOpacity">
<summary>
<para>Appointment selection status is visually indicated by the appointment background's opacity.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AppointmentSelectionAppearanceMode.BoundaryFrame">
<summary>
<para>Appointment selection status is visually indicated by a frame.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ResourceColorFillArea">
<summary>
<para>Lists values that specify what parts of a grouped view are filled with resource colors.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ResourceColorFillArea.Both">
<summary>
<para>Both Time Cells and Resource Headers are filled with resource colors.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ResourceColorFillArea.ResourceHeader">
<summary>
<para>Resource Headers are filled with resource colors.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.ResourceColorFillArea.TimeCells">
<summary>
<para>Time Cells are filled with resource colors.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerResourceHeaderOptions">
<summary>
<para>Contains appearance settings specific to Resource Headers.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerResourceHeaderOptions.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerResourceHeaderOptions class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerResourceHeaderOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerResourceHeaderOptions.Height">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerResourceHeaderOptions.ImageSizeMode">
<summary>
<para>Specifies how an image is sized within a Resource Header.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraScheduler.HeaderImageSizeMode"/> enumeration values.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerResourceHeaderOptions.ShowCaption">
<summary>
<para>Specifies whether or not to display Resource Header captions.
</para>
</summary>
<value><b>true</b>, to display captions; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.#ctor">
<summary>
<para>Initializes a new instance of the RecurrenceEditDialogViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.DailyRecurrence">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.EndDate">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.Load(DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController)">
<summary>
<para>Initializes the dialog view model by loading the appointment form controller.
</para>
</summary>
<param name="appointmentController">
An AppointmentFormController object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.MonthlyRecurrence">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.OccurrenceCount">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.RecurrenceRange">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.RecurrenceType">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.Save(DevExpress.XtraScheduler.IRecurrenceInfo)">
<summary>
<para>Applies the view model's specified settings to the recurrence information object.
</para>
</summary>
<param name="recurrenceInfo">
An <see cref="T:DevExpress.XtraScheduler.IRecurrenceInfo"/> object.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.SetDialogElementStateConditions">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.WeeklyRecurrence">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.RecurrenceEditDialogViewModel.YearlyRecurrence">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogViewModel.#ctor">
<summary>
<para>Initializes a new instance of the GotoDateDialogViewModel class.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogViewModel.Date">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogViewModel.Load(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes the dialog view model by loading the control's settings.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogViewModel.ViewType">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogLayout">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogLayout.#ctor(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes a new instance of the GotoDateDialogLayout class.
</para>
</summary>
<param name="scheduler">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.GotoDateDialogLayout.HeaderText">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDialogCommandBase">
<summary>
<para>Serves as a base for classes that implement functionality of the Reminder dialog's commands.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDialogCommandBase.Reminders">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Commands.Dialogs.ReminderDialogCommandBase.ReminderState">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomizeElementStyle"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventHandler.Invoke(System.Object,DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxScheduler.ASPxScheduler.CustomizeElementStyle"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Web.ASPxScheduler.CustomizeElementStyleEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer">
<summary>
<para>The base class for all form templates used by <b>ASPxScheduler</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.CancelHandler">
<summary>
<para>Gets the function handler for the <b>Cancel</b> function.
</para>
</summary>
<value>A string, containing the JavaScript function handler.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.CancelScript">
<summary>
<para>Gets the body of the <b>Cancel</b> function.
</para>
</summary>
<value>A string, containing the JavaScript code.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.Caption">
<summary>
<para>Gets or sets the caption of the form.
</para>
</summary>
<value>A string used as the form's caption.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.Control">
<summary>
<para>Gets the Scheduler control associated with the form.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> control associated with the form.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.ControlClientId">
<summary>
<para>Gets the Client ID of the form.
</para>
</summary>
<value>A string containing the identifier generated by ASP.NET.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.ControlId">
<summary>
<para>Gets the programmatic identifier assigned to the form control (server-side).
</para>
</summary>
<value>A string containing the programmatic identifier.
</value>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.DataBind">
<summary>
<para>Binds a data source to the form and all its child controls.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.FindControl(System.String)">
<summary>
<para>Searches the form for a control with the specified id parameter.
</para>
</summary>
<param name="id">
The identifier string for the control to be found.
</param>
<returns>The control, or a null reference (<b>Nothing</b> in Visual Basic) if the specified control does not exist.
</returns>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.IsFormRecreated">
<summary>
<para>Gets whether the form has been already built so it does not require to create a child control hierarchy.
</para>
</summary>
<value><b>true</b> if the form is created again and does not require to create a child control hierarchy; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.PopupFormCloseAction">
<summary>
<para>Gets or sets a value that specifies which action forces a popup form to close.
</para>
</summary>
<value>One of the <see cref="CloseAction"/> enumeration values.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.SchedulerFormTemplateContainer.TimeZoneHelper">
<summary>
<para>Provides access to the object used for time zone conversion within the form.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraScheduler.TimeZoneHelper"/> object which is used for time zone conversion.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId">
<summary>
<para>Contains values corresponding to strings that can be localized for the ASPxScheduler Suite.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Agenda_NoAppointmentsToDisplay">
<summary>
<para>Contains localizable text of the corresponding UI element.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Day">
<summary>
<para>The label for the radio button that sets the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.WeekOfMonth"/> property to <see cref="F:DevExpress.XtraScheduler.WeekOfMonth.None"/> on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "Day"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Days">
<summary>
<para>The label of the <see cref="P:DevExpress.XtraScheduler.IRecurrenceInfo.Periodicity"/> property editor on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "day(s)"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_DeleteRecurrentApt">
<summary>
<para>The caption of the confirmation dialog for deletion of a recurrent appointment.
<para>
<b>Default Value</b>: "Confirm Delete"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_DetailInfo">
<summary>
<para>The text of the link that shows detailed information in the StatusInfo block. The link is displayed if the <see cref="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsBehavior.ShowDetailedErrorInfo"/> option is set to <b>true</b>.
<para>
<b>Default Value</b>: "Show detail info"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_EndDate">
<summary>
<para><para>Contains localizable text of the corresponding UI element.</para>
<b>Default Value</b>: "End date"
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Error">
<summary>
<para>The text associated with the Error icon in the StatusInfo block. The StatusInfo block with the Error icon is displayed when an unhandled exception is thrown in the ASPxScheduler control.
<para>
<b>Default Value</b>: "Error"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Every">
<summary>
<para>The label of the radio button which enables the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity"/> property editor on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl"/> .
<para>
<b>Default Value</b>: "Every"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_EveryWeekday">
<summary>
<para>The label of the radio button which sets the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.WeekDays"/> property to the <see cref="F:DevExpress.XtraScheduler.WeekDays.WorkDays"/> value on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.DailyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "Every weekday"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_GotoDate">
<summary>
<para>The caption of the Go To Date form.
<para>
<b>Default Value</b>: "Go To Date"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Hour">
<summary>
<para>Contains localizable text of the corresponding UI element.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Info">
<summary>
<para>The text associated with the Information icon in the StatusInfo block. The StatusInfo block with the Error icon is displayed when an unhandled exception is thrown in the ASPxScheduler control.
<para>
<b>Default Value</b>: "Information"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_LoadError">
<summary>
<para>A format string used in the error message when a default form or a tooltip cannot be loaded.
<para>
<b>Default Value</b>: "Can't load {0}"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Months">
<summary>
<para>The label of the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity"/> property editor on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "month(s)"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Occurrences">
<summary>
<para>The label of the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.OccurrenceCount"/> editor displayed when the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Range"/> is set to the <see cref="F:DevExpress.XtraScheduler.RecurrenceRange.OccurrenceCount"/> value. Located on the recurrence form.
<para>
<b>Default Value</b>: "occurrences"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Of">
<summary>
<para>The label located before the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Month"/> property editor on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "of every"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_OfEvery">
<summary>
<para>The label located before the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity"/> property editor on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "of every"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_OpenRecurrentApt">
<summary>
<para>The caption of the confirmation dialog which is invoked when the user attempts to open an appointment occurrence. By default, the dialog is not shown. Set the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction"/> property to the <see cref="F:DevExpress.XtraScheduler.RecurrentAppointmentAction.Ask"/> value to show the dialog.
<para>
<b>Default Value</b>: "Open Recurring Item"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_OperationToolTip">
<summary>
<para>A text in the tooltip displayed when a user drags an appointment.
<para>
<b>Default Value</b>: "Press ESC to cancel operation"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurEvery">
<summary>
<para>The label located before the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity"/> property editor on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "Recur every"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Recurrence">
<summary>
<para>The label of the checkbox used to show the recurrence form on the default appointment editing form.
<para>
<b>Default Value</b>: "Recurrence"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceRange_EndBy">
<summary>
<para>Contains localizable text of the corresponding UI element.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceRange_NoEndDate">
<summary>
<para>Contains localizable text of the corresponding UI element.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceRange_OccurrenceCount">
<summary>
<para>Contains localizable text of the corresponding UI element.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceType_Daily">
<summary>
<para>The label of the radio button used to select the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Daily"/> type on the recurrence form.
<para>
<b>Default Value</b>: "Daily"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceType_Hourly">
<summary>
<para>Contains localizable text of the corresponding UI element.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceType_Monthly">
<summary>
<para>The label of the radio button used to select the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Monthly"/> type on the recurrence form.
<para>
<b>Default Value</b>: "Monthly"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceType_Weekly">
<summary>
<para>The label of the radio button used to select the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Weekly"/> type on the recurrence form.
<para>
<b>Default Value</b>: "Weekly"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_RecurrenceType_Yearly">
<summary>
<para>The label of the radio button used to select the <see cref="F:DevExpress.XtraScheduler.RecurrenceType.Yearly"/> type on the recurrence form.
<para>
<b>Default Value</b>: "Yearly"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_ShowMore">
<summary>
<para>The caption of the Show More button.
<para>
<b>Default Value</b>: "Show more"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_The">
<summary>
<para>The label for the radio button that selects the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.WeekOfMonth"/> value on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.MonthlyRecurrenceControl"/> or the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.YearlyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "The"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_ViewVisibleInterval_Format">
<summary>
<para>The format string used to display a caption of the View Visible Interval control.
<para>
<b>Default Value</b>: "{0:D} &#8211; {1:D}"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_Warning">
<summary>
<para>The text associated with the Warning icon in the StatusInfo block. The StatusInfo block with the Error icon is displayed when an unhandled exception is thrown in the ASPxScheduler control.
<para>
<b>Default Value</b>: "Warning"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Caption_WeeksOn">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.RecurrenceInfo.Periodicity"/> property editor on the <see cref="T:DevExpress.Web.ASPxScheduler.Controls.WeeklyRecurrenceControl"/>.
<para>
<b>Default Value</b>: "week(s) on:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.CaptionViewNavigator_Today">
<summary>
<para>The caption of the View Navigator control.
<para>
<b>Default Value</b>: "Today"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_AllDayEvent">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.AllDay"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Label:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ButtonCancel">
<summary>
<para>The caption of the <b>Cancel</b> button.
<para>
<b>Default Value</b>: "OK"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ButtonDelete">
<summary>
<para>The caption of the <b>Delete</b> button.
<para>
<b>Default Value</b>: "Delete"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ButtonDismiss">
<summary>
<para>The caption of the button used to dismiss the selected reminder. Located on the form invoked on reminder alert.
<para>
<b>Default Value</b>: "Dismiss"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ButtonDismissAll">
<summary>
<para>The caption of the button used to dismiss all listed reminders. Located on the form invoked on reminder alert.
<para>
<b>Default Value</b>: "Dismiss All"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ButtonOk">
<summary>
<para>The caption of the <b>OK</b> button.
<para>
<b>Default Value</b>: "OK"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ButtonOpenItem">
<summary>
<para>The caption of the button used to open the dialog for editing the appointment. Located on the form invoked on the reminder alert.
Default Value: "Open Item"
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ButtonSnooze">
<summary>
<para>The caption of the button used to snooze the reminder. Located on the form invoked on reminder alert.
<para>
<b>Default Value</b>: "Do you want to delete all occurrences of the recurring appointment \"{0}\", or just this one?"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ConfirmDelete">
<summary>
<para>The text of the question on the confirmation dialog invoked when the user attempts to delete an appointment occurrence.
<para>
<b>Default Value</b>: "Do you want to delete all occurrences of the recurring appointment \"{0}\", or just this one?"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ConfirmEdit">
<summary>
<para>The text of the question on the confirmation dialog which can be invoked when the user attempts to edit an appointment occurrence. By default, the dialog is not shown. Set the <see cref="P:DevExpress.XtraScheduler.SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction"/> property to <see cref="F:DevExpress.XtraScheduler.RecurrentAppointmentAction.Ask"/> to show the dialog.
<para>
<b>Default Value</b>: "\"{0}\" is a recurring appointment. Do you want to open only this occurrence or the series?"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Date">
<summary>
<para>The label for the date selection editor on the <b>Go To Date</b> form.
<para>
<b>Default Value</b>: "Date:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_EndTime">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.End"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "End time:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Label">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.LabelId"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Label:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Location">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.Location"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Location:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Occurrence">
<summary>
<para>The label for the radio button specifying that only the current occurrence should be deleted. Located on the confirmation dialog which is invoked when the user attempts to delete an appointment occurrence.
<para>
<b>Default Value</b>: "This occurrence"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_OpenEditForm">
<summary>
<para>The text of the tooltip for the <b>Open Edit Form</b> button at the <b>Inplace Editor</b> form.
<para>
<b>Default Value</b>: "Open Edit Form..."
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Recurrence">
<summary>
<para>The label for the checkbox located on the <b>AppointmentFormEx</b> appointment editing form that is used to show recurrence form.
<para>
<b>Default Value</b>: "Recurrence:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Reminder">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.Reminder"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Reminder"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Resource">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.ResourceId"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Resource:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Save">
<summary>
<para>The text of the tooltip for the <b>Save</b> button at the <b>Inplace Editor</b> form.
<para>
<b>Default Value</b>: "The series"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Series">
<summary>
<para>The label for the radio button specifying that the entire series should be deleted. Located on the confirmation dialog which is invoked when the user attempts to delete an appointment occurrence.
<para>
<b>Default Value</b>: "The series"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_ShowIn">
<summary>
<para>The label for the view selection editor on the <b>Go To Date</b> form.
<para>
<b>Default Value</b>: "Show in:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_SnoozeInfo">
<summary>
<para>The label for the <see cref="M:DevExpress.XtraScheduler.ReminderBase.Snooze"/> parameter editor on the form invoked on reminder alert.
<para>
<b>Default Value</b>: "Click Snooze to be reminded again in:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_StartTime">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.Start"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Start time:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Status">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.StatusId"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Show time as:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_Subject">
<summary>
<para>The label for the <see cref="P:DevExpress.XtraScheduler.Appointment.Subject"/> property editor on the default appointment editing form.
<para>
<b>Default Value</b>: "Subject:"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.Form_TimeZone">
<summary>
<para>Contains localizable text of the corresponding UI element.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.ToolTip_DeleteAppointment">
<summary>
<para><para>Contains localizable text of the corresponding UI element.</para>
<b>Default Value</b>: "Delete"
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.ToolTip_EditAppointment">
<summary>
<para><para>Contains localizable text of the corresponding UI element.</para>
<b>Default Value</b>: "Edit"
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.ToolTip_Loading">
<summary>
<para><para>Contains localizable text of the corresponding UI element.</para>
<b>Default Value</b>: "Loading..."
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.TooltipViewNavigator_Backward">
<summary>
<para>The text of the tooltip for the View Navigator's <b>Backward</b> button.
<para>
<b>Default Value</b>: "Backward"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.TooltipViewNavigator_Forward">
<summary>
<para>The text of the tooltip for the View Navigator's <b>Forward</b> button.
<para>
<b>Default Value</b>: "Forward"
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.Localization.ASPxSchedulerStringId.TooltipViewNavigator_GotoDate">
<summary>
<para>The text of the tooltip for the View Navigator's <b>Go to Date</b> button .
<para>
<b>Default Value</b>: "Go to Date"
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCellAutoHeight">
<summary>
<para>Holds options used to set an auto height cell behavior.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCellAutoHeight.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerOptionsCellAutoHeight class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCellAutoHeight.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCellAutoHeight.MaxHeight">
<summary>
<para>Gets or sets the maximum height of time cells when using the LimitHeight mode.
</para>
</summary>
<value>An integer, specifying the cell height in pixels.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCellAutoHeight.MinHeight">
<summary>
<para>Gets or sets the minimum height of time cells when using the LimitHeight mode.
</para>
</summary>
<value>An integer, specifying the cell height in pixels.
</value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.ASPxSchedulerOptionsCellAutoHeight.Mode">
<summary>
<para>Specifies a mode for automatic calculation of cell height.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxScheduler.AutoHeightMode"/> enumeraton member.
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.AutoHeightMode">
<summary>
<para>Lists modes for cell auto height behavior in certain views.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AutoHeightMode.FitToContent">
<summary>
<para>Cells can grow or shrink automatically to fit the content.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AutoHeightMode.LimitHeight">
<summary>
<para>Cells can grow or shrink automatically if necessary to fit its content, but the size is limited by a certain range.
</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxScheduler.AutoHeightMode.None">
<summary>
<para>Auto height is switched off and the height of cells can be specified by using the <see cref="P:DevExpress.Web.ASPxScheduler.TimelineView.TimelineViewStyles"/> property.
</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerStoragePrintAdapter">
<summary>
<para>Represents a print adapter bound to the <see cref="T:DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerStoragePrintAdapter.#ctor(DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage)">
<summary>
<para>Initializes a new instance of the ASPxSchedulerStoragePrintAdapter class with the specified storage.
</para>
</summary>
<param name="storage">
A <see cref="T:DevExpress.XtraScheduler.SchedulerStorage"/> object representing a storage for appointments.
</param>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerStoragePrintAdapter.#ctor">
<summary>
<para>Initializes a new instance of the ASPxSchedulerStoragePrintAdapter class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Reporting.ASPxSchedulerStoragePrintAdapter.SchedulerStorage">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel.#ctor">
<summary>
<para>Initializes a new instance of the ReminderDialogViewModel class.
</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel.Load(DevExpress.Web.ASPxScheduler.ASPxScheduler)">
<summary>
<para>Initializes the dialog view model by loading the control's settings.
</para>
</summary>
<param name="control">
An <see cref="T:DevExpress.Web.ASPxScheduler.ASPxScheduler"/> object.
</param>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel.ReminderId">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel.SnoozeTimeSpan">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel.SnoozeTimeSpanCaption">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel.StartTime">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Web.ASPxScheduler.Dialogs.ReminderDialogViewModel.Subject">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
</members>
</doc>