﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.Scheduler.Web.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.Scheduler.Web">
      <summary>
        <para>Contains classes specific to the ASP.NET Web Forms functionality of the <see href="https://docs.devexpress.com/eXpressAppFramework/112811/event-planning-and-notifications/scheduler-module">Scheduler module</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor">
      <summary>
        <para>Represents the Scheduling <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> used in the XAF ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/> class.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s node, which contains information on the View that will use the instantiated <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ApplyModel">
      <summary>
        <para>Updates the current List Editor’s state in accordance with the information stored in the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.AppointmentsCustomFieldMappings">
      <summary>
        <para>Provides access to the collection of objects specifying mappings of the appointments’ custom properties to appropriate data fields.</para>
      </summary>
      <value>An AppointmentCustomFieldMappingCollection object specifying mappings of the appointments’ custom properties to appropriate data fields.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.AppointmentsMappings">
      <summary>
        <para>Provides access to an object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.</para>
      </summary>
      <value>An AppointmentMappingInfo object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BeginUpdate">
      <summary>
        <para>Prevents the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>‘s control from being updated until the <see cref="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.EndUpdate">ASPxSchedulerListEditor.EndUpdate</see> method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.CommitChanges">
      <summary>
        <para>This event is intended for internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ContextMenuTemplate">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>‘s Context Menu Template.</para>
      </summary>
      <value>A control which implements the IContextMenuTemplate interface and represents a <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s Context Menu Template.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ControlInitialized">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.DateNavigator">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>‘s Date Navigator.</para>
      </summary>
      <value>A DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner object that represents a Date Navigator.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>‘s control after a call to the <see cref="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.BeginUpdate">ASPxSchedulerListEditor.BeginUpdate</see> method and causes an immediate update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.IsSchedulerControlLoaded">
      <summary>
        <para>Indicates whether <see cref="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SchedulerControl">ASPxSchedulerListEditor.SchedulerControl</see> has been loaded.</para>
      </summary>
      <value>true if the Scheduler control is loaded; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.OnExporting">
      <summary>
        <para>Performs the required pre-export actions under the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.OptionsCustomization">
      <summary>
        <para>Provides access to the scheduler’s customization options.</para>
      </summary>
      <value>A SchedulerOptionsCustomization object representing the scheduler’s customization options.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Refresh">
      <summary>
        <para>Refreshes the bound data source of the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>‘s control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.ResourcesMappings">
      <summary>
        <para>Provides access to an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.</para>
      </summary>
      <value>A ResourceMappingInfo object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SaveModel">
      <summary>
        <para>Writes information on a <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s control to the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SchedulerControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>‘s control.</para>
      </summary>
      <value>An ASPxScheduler object that represents the ASPxSchedulerListEditor‘s control.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectedAppointments">
      <summary>
        <para>Provides access to the collection of selected appointments.</para>
      </summary>
      <value>An AppointmentBaseCollection object representing the collection of selected appointments.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectedInterval">
      <summary>
        <para>Specifies the time interval currently selected in the scheduler’s active view by an end-user.</para>
      </summary>
      <value>A TimeInterval object specifying the time interval currently selected in the scheduler’s active view by an end-user.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.SelectEvent(DevExpress.Persistent.Base.General.IEvent)">
      <summary>
        <para>Selects a specified object in the current Scheduler List Editor.</para>
      </summary>
      <param name="objectToSelect">An IEvent object to be selected in the current Scheduler List Editor.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Performs additional initialization of the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor"/>.</para>
      </summary>
      <param name="collectionSource">A <see cref="T:DevExpress.ExpressApp.CollectionSourceBase"/> object that represent the Collection Source of the List View that the current <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> represents in a UI.</param>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that can be used to manage the current application.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.Start">
      <summary>
        <para>Specifies the start date of the scheduler.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> object specifying the start date of the scheduler.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.ASPxSchedulerListEditor.TestControlType">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A TestControlType enumeration value representing the type of a test control used for the current ASPxSchedulerListEditor.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb">
      <summary>
        <para>Used to extend the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s ListView node with settings specific to the <see href="https://docs.devexpress.com/eXpressAppFramework/112811/event-planning-and-notifications/scheduler-module">ASP.NET Web Forms Scheduler Module</see> functionality.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb.DateNavigatorRowCount">
      <summary>
        <para>Specifies the count of calendars displayed by the Scheduler List Editor.</para>
      </summary>
      <value>An integer value specifying the count of calendars to be displayed by the Scheduler List Editor.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb.ScrollAreaHeight">
      <summary>
        <para>Specifies the height of the scroll container that encloses the scheduler.</para>
      </summary>
      <value>An integer value specifying the height of the scroll container that encloses the scheduler.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.Scheduler.Web.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
      <summary>
        <para>Extends the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> with the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.IModelListViewSchedulerWeb"/> interface.</para>
      </summary>
      <param name="extenders">A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.GetXafResourceLocalizerTypes">
      <summary>
        <para>Returns a collection of additional Resource Localizer types that can be used in an application that uses the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule"/>.</para>
      </summary>
      <returns>An ICollection&lt;Type&gt; collection containing the types of the Resource Localizers supplied with the SchedulerAspNetModule.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule.Setup(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Sets up the <see cref="T:DevExpress.ExpressApp.Scheduler.Web.SchedulerAspNetModule"/> after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules">XafApplication.Modules</see> collection.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This parameter value is set for the <see cref="P:DevExpress.ExpressApp.ModuleBase.Application">ModuleBase.Application</see> property.</param>
    </member>
  </members>
</doc>