﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.Scheduler.Win.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.Scheduler.Win">
      <summary>
        <para>Contains classes specific to the Windows 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.Win.IModelOptionsScheduler">
      <summary>
        <para>The SchedulerModule node contains options defining the behavior of Actions in the <see href="https://docs.devexpress.com/eXpressAppFramework/112812/event-planning-and-notifications/scheduler/scheduler-module-overview">Scheduler Module</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.IModelOptionsScheduler.RecurrentAppointmentEditAction">
      <summary>
        <para>Specifies the action that will be performed when double-clicking a <see href="https://docs.devexpress.com/eXpressAppFramework/113128/event-planning-and-notifications/scheduler/recurring-events">recurrent event</see>.</para>
      </summary>
      <value>A RecurrentAppointmentAction enumeration value specifying the action that will be performed when double-clicking a <see href="https://docs.devexpress.com/eXpressAppFramework/113128/event-planning-and-notifications/scheduler/recurring-events">recurrent event</see>.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.Win.IModelOptionsSchedulerModule">
      <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> with the SchedulerModule node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.IModelOptionsSchedulerModule.SchedulerModule">
      <summary>
        <para>Provides access to the SchedulerModule node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Scheduler.Win.IModelOptionsScheduler"/> object representing the SchedulerModule node.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor">
      <summary>
        <para>Represents the Scheduling <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> used in the XAF Windows Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/> 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.Win.SchedulerListEditor.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.Win.SchedulerListEditor.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.Win.SchedulerListEditor.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.Win.SchedulerListEditor.BeginUpdate">
      <summary>
        <para>Prevents the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/>‘s control from being updated until the <see cref="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.EndUpdate">SchedulerListEditor.EndUpdate</see> method is called.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.BorderStyle">
      <summary>
        <para>Gets or sets the border style for the target <see href="https://docs.devexpress.com/WindowsForms/1971/controls-and-libraries/scheduler">Scheduler</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the border style of the target Scheduler.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.ContextMenuTemplate">
      <summary>
        <para>Returns a null reference.</para>
      </summary>
      <value>null (Nothing in VB).</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.DailyPrintStyleCalendarHeaderVisible">
      <summary>
        <para>Specifies whether or not the calendar header must be visible when printing the <see cref="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.SchedulerControl">SchedulerListEditor.SchedulerControl</see> in a Day view, via the <see href="https://docs.devexpress.com/eXpressAppFramework/113012/shape-export-print-data/printing-exporting-in-listview/printing">Printing System</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.DateNavigator">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/>‘s Date Navigator.</para>
      </summary>
      <value>An object that represents a Date Navigator.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/>‘s control after a call to the <see cref="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.BeginUpdate">SchedulerListEditor.BeginUpdate</see> method and causes an immediate update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.OnExporting">
      <summary>
        <para>Performs the required pre-export actions under the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.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="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.Printable">
      <summary>
        <para>Specifies the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction">ExportController.ExportAction</see>.</para>
      </summary>
      <value>An IPrintable object that is the control used for exporting. The default value is the SchedulerListEditor’s <see cref="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.SchedulerControl">SchedulerListEditor.SchedulerControl</see> property value.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.PrintableChanged">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.SystemModule.IExportable.Printable">IExportable.Printable</see> control is created and disposed of.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.Refresh">
      <summary>
        <para>Updates the <see cref="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.SchedulerControl">SchedulerListEditor.SchedulerControl</see> to reflect any changes made in the data sources which store the Events and Event resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.ResourcesDataSource">
      <summary>
        <para>Provides access to the object that stores resources.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IList"/> object that stores resources.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.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.Win.SchedulerListEditor.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.Win.SchedulerListEditor.SchedulerControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor"/>‘s control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraScheduler.SchedulerControl"/> object that is the SchedulerListEditor‘s control.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.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.Win.SchedulerListEditor.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="P:DevExpress.ExpressApp.Scheduler.Win.SchedulerListEditor.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.Win.SchedulerListEditor.SupportedExportFormats">
      <summary>
        <para>Provides access to the list of export formats supported by the current Scheduler List Editor.</para>
      </summary>
      <value>An List&lt;<see cref="T:DevExpress.XtraPrinting.ExportTarget"/>&gt; object that is a list of supported export formats.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.Scheduler.Win.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
      <summary>
        <para>Registers the LookupListViewDefaultEditorUpdater Generator Updater.</para>
      </summary>
      <param name="updaters">A ModelNodesGeneratorUpdaters object providing access to the list of Generator Updaters.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule.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.Win.IModelOptionsSchedulerModule"/> 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.Win.SchedulerWindowsFormsModule.GetModuleUpdaters(DevExpress.ExpressApp.IObjectSpace,System.Version)">
      <summary>
        <para>Returns the list of <see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/> updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule"/> module.</para>
      </summary>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object which represents the Object Space used to update the database.</param>
      <param name="versionFromDB">A System.Version object which represents the current database version.</param>
      <returns>An IEnumerable&lt;<see cref="T:DevExpress.ExpressApp.Updating.ModuleUpdater"/>&gt; list of updaters that handle database updates for the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule"/> module.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule.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.Win.SchedulerWindowsFormsModule"/>.</para>
      </summary>
      <returns>An ICollection&lt;Type&gt; collection containing the types of the Resource Localizers supplied with the SchedulerWindowsFormsModule.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule.Setup(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Sets up the <see cref="T:DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule"/> 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>