﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.Win.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.Win">
      <summary>
        <para>Contains interfaces and classes that are specific to XAF Windows Forms applications.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Win.Core">
      <summary>
        <para>Contains classes that implement the core Windows Forms specific XAF functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Core.ConfirmationDialogClosedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.ExpressApp.Win.Core.Messaging.ConfirmationDialogClosed">Messaging.ConfirmationDialogClosed</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.ConfirmationDialogClosedEventArgs.#ctor(System.Windows.Forms.DialogResult)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Core.ConfirmationDialogClosedEventArgs"/> class.</para>
      </summary>
      <param name="dialogResult">A DialogResult enumeration value, specifying the user choice made in the dialog box.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Core.ConfirmationDialogClosedEventArgs.DialogResult">
      <summary>
        <para>Gets the dialog box return value.</para>
      </summary>
      <value>A DialogResult enumeration value, specifying the user choice made in the dialog box.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Core.IGridInplaceEdit">
      <summary>
        <para>Implemented by controls used in Property Editors when it is required to access the current row object in an editable List View.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Core.IGridInplaceEdit.DataBindings">
      <summary>
        <para>Gets the collection of data bindings for the current control.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.CommandBindingCollection"/> object specifying the collection of data bindings for the current control.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Core.IGridInplaceEdit.GridEditingObject">
      <summary>
        <para>Specifies an object which is being edited.</para>
      </summary>
      <value>An object which is being edited.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Core.Messaging">
      <summary>
        <para>Provides methods used to display message boxes in Windows Forms XAF applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.Messaging.#ctor(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant that can be used to manage the current application.</param>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Core.Messaging.ConfirmationDialogClosed">
      <summary>
        <para>Occurs after the confirmation dialog is closed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Core.Messaging.DefaultMessaging">
      <summary>
        <para>Specifies the default messaging.</para>
      </summary>
      <value>The <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> object, which is the default messaging.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.Messaging.GetMessaging(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Returns a new <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> instance for a specific <see cref="T:DevExpress.ExpressApp.XafApplication"/>.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object for which the Messaging is created.</param>
      <returns>A <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> object.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.Messaging.GetUserChoice(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
      <summary>
        <para>Displays a warning message box with specified message text, caption and buttons.</para>
      </summary>
      <param name="message">A string which is the text displayed within the message box.</param>
      <param name="caption">A string which is the message box caption.</param>
      <param name="buttons">A MessageBoxButtons enumeration value defining which buttons to display within the message box.</param>
      <returns>A DialogResult enumeration value, which indicates the user choice made within the message box.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.Exception)">
      <summary>
        <para>Displays a message box.</para>
      </summary>
      <param name="exception">A System.Exception object representing an exception to be displayed.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.String,System.Exception)">
      <summary>
        <para>Displays a message box.</para>
      </summary>
      <param name="caption">A string, which is the exception dialog form caption.</param>
      <param name="exception">A System.Exception object specifying an exception to be displayed.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
      <summary>
        <para>Displays a message box.</para>
      </summary>
      <param name="message">A string, which is the text displayed within the message box.</param>
      <param name="caption">A string, which is the message box caption.</param>
      <param name="buttons">A MessageBoxButtons enumeration value, defining which buttons to display within the message box.</param>
      <param name="icon">A MessageBoxIcon enumeration value, indicating which icon to display in the message box.</param>
      <returns>A DialogResult enumeration value, which indicates the user choice made within the message box.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Core.Messaging.Show(System.String,System.String)">
      <summary>
        <para>Displays a message box.</para>
      </summary>
      <param name="caption">A string, which is the message box caption.</param>
      <param name="message">A string, which is the text displayed within the message box.</param>
      <returns>A DialogResult enumeration value, which indicates the user choice made within the message box.</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.CustomGetImageEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomGetImage"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.CustomGetImageEventArgs.#ctor(DevExpress.ExpressApp.InformationType)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.CustomGetImageEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.CustomGetImageEventArgs.Image">
      <summary>
        <para>Gets or sets the default image for a WinForms Alert* or Toast <see href="https://docs.devexpress.com/eXpressAppFramework/118549/application-shell-and-base-infrastructure/dialogs-and-notifications/text-notifications">Text Notification</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.CustomGetImageEventArgs.Type">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/eXpressAppFramework/118549/application-shell-and-base-infrastructure/dialogs-and-notifications/text-notifications">Text Notification</see>‘s Information Type (xref:DevExpress.ExpressApp.InformationType).</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.ExpressApp.Win.WinApplication.CustomHandleException">WinApplication.CustomHandleException</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.#ctor(System.Exception,System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.#ctor(System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs"/> class.</para>
      </summary>
      <param name="e">A System.Exception object specifying an exception to be handled.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.Exception">
      <summary>
        <para>Gets the exception that occurred.</para>
      </summary>
      <value>A System.Exception object that specifies the exception that occurred.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.CustomHandleExceptionEventArgs.OriginalException">
      <summary>
        <para>Gets the original exception.</para>
      </summary>
      <value>A System.Exception object that specifies the original exception.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions">
      <summary>
        <para>Contains options the <see href="https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager">WinForms Splash Screen Manager</see> uses to show an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions.#ctor(DevExpress.XtraSplashScreen.OverlayWindowOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions"/> class.</para>
      </summary>
      <param name="options">An OverlayWindowOptions object that specifies how the <see href="https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager">WinForms Splash Screen Manager</see> shows an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions.#ctor(DevExpress.XtraSplashScreen.OverlayWindowPainterBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions"/> class.</para>
      </summary>
      <param name="painter">A OverlayWindowPainterBase object that specifies how the <see href="https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager">WinForms Splash Screen Manager</see> paints an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions.Options">
      <summary>
        <para>Gets an OverlayWindowOptions object that specifies <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see> options.</para>
      </summary>
      <value>Overlay Form options.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.DefaultOverlayFormOptions.Painter">
      <summary>
        <para>Gets an OverlayWindowPainterBase object that specifies an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see> painter.</para>
      </summary>
      <value>Overlay Form painter.</value>
    </member>
    <member name="N:DevExpress.ExpressApp.Win.Editors">
      <summary>
        <para>Contains Windows Forms Property Editors used in the eXpressApp Framework to display business object properties in a UI.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode">
      <summary>
        <para>Contains values specifying whether the appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>‘s focused cell are enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode.Disabled">
      <summary>
        <para>The appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>‘s focused cell are ignored when the cell is not in edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode.Enabled">
      <summary>
        <para>The appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>‘s focused cell are enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode.Smart">
      <summary>
        <para>The appearance settings for a <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>‘s focused cell are enabled when there is more that one visible column.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs">
      <summary>
        <para>Represents arguments passed to the <see cref="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnCreated">WinColumnsListEditor.ColumnCreated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.#ctor(DevExpress.XtraGrid.Columns.GridColumn,DevExpress.ExpressApp.Model.IModelColumn)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs"/> class.</para>
      </summary>
      <param name="column">A GridColumn object that represents the column which has been created. This argument is used to initialize the <see cref="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.Column">ColumnCreatedEventArgs.Column</see> property.</param>
      <param name="columnInfo">An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that represents 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 created column. This argument is used to initialize the <see cref="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.ColumnInfo">ColumnCreatedEventArgs.ColumnInfo</see> property.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.Column">
      <summary>
        <para>Provides access to the column that has been created.</para>
      </summary>
      <value>A GridColumn object that represents the column which has been created.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.ColumnCreatedEventArgs.ColumnInfo">
      <summary>
        <para>Provides access to 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 created column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that represents the Application Model’s node which contains information on the created column.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor">
      <summary>
        <para>A base class for Property Editors that use Developer Express Windows Forms controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.Control">
      <summary>
        <para>Provides access to the control that represents the current Property Editor in a UI.</para>
      </summary>
      <value>A DevExpress.XtraEditors.BaseEdit object representing a control used to display the current Property Editor in a UI.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.CustomSetupRepositoryItem">
      <summary>
        <para>Occurs after the creation of a Property Editor’s control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.DefaultHideClearButtonOnLostFocus">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.ErrorIcon">
      <summary>
        <para>Specifies the error icon displayed within the <see cref="T:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor"/> when an error is associated with the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Utils.ImageInfo"/> object that supplies metadata information on the error icon displayed within the editor when an error is associated with the editor.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.ErrorMessage">
      <summary>
        <para>Specifies the message about <see href="https://docs.devexpress.com/eXpressAppFramework/113008/validation/validation-rules">validation rules</see> broken because of the current Property Editor’s bound property.</para>
      </summary>
      <value>A string value representing the text shown in the Property Editor’s tooltip when a validation rule is broken.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.HideClearButtonOnLostFocus">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.RepositoryItemsTypesWithMandatoryButtons">
      <summary>
        <para>When a Property Editor is displayed in a read-only mode, in most cases the control’s buttons should be invisible to prohibit end-user interaction. However, certain controls must have their buttons visible to provide the viewing functionality. These controls’ repository item types are listed in the collection returned by this field. By default, this collection contains the following types: RepositoryItemImageEdit, RepositoryItemMemoExEdit, RepositoryItemRtfEditEx and RepositoryItemObjectEdit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.DXPropertyEditor.SvgImageSize">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.GridListEditor">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> used by default in XAF Windows Forms applications, to display <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">List Views</see> in a UI.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/> 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="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.AppearanceFocusedCellMode">
      <summary>
        <para>Specifies whether the appearance settings for the focused cell are enabled.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Win.Editors.AppearanceFocusedCellMode"/> enumeration value specifying whether the appearance settings for the focused cell are enabled.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.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="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.BeginCustomization">
      <summary>
        <para>Occurs after the customization form that displays headers of hidden columns has been displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.BorderStyle">
      <summary>
        <para>Gets or sets the border style for the target <see href="https://docs.devexpress.com/WindowsForms/3455/controls-and-libraries/data-grid">Data Grid</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value specifying the border style of the target Data Grid.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.CanShowPopupMenu(System.Drawing.Point)">
      <summary>
        <para>Returns a Boolean value that indicates whether it is possible to invoke a context menu at the specified position.</para>
      </summary>
      <param name="position">A <see cref="T:System.Drawing.Point"/> object that specifies the position at which a context menu is invoked.</param>
      <returns>true if it is possible to invoke a context menu at the specified position; otherwise false.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.CreateCustomFilterEditorRepositoryItem">
      <summary>
        <para>Occurs when creating a Filter Editor for the current Grid List Editor.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.CustomizeFilterTreeNodeModelPropertyCaption">
      <summary>
        <para>Occurs when a filter visual presentation is formed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditor.DefaultNewItemRowHandlingMode">
      <summary>
        <para>Specifies the default value of the <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.NewItemRowHandlingMode">GridListEditor.NewItemRowHandlingMode</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.EndCustomization">
      <summary>
        <para>Occurs before the customization form that displays headers of hidden columns has been closed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.GridListEditor.GetColumnError">
      <summary>
        <para>Occurs when the validation error occurs within the editable column.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView">
      <summary>
        <para>Provides access to the Grid Control’s <see href="https://docs.devexpress.com/WindowsForms/3464/controls-and-libraries/data-grid/views/grid-view">View</see> that is used to display data in the <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.Views.Grid.GridView"/> object that is the GridControl‘s View used to display data in the GridListEditor.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.NewItemRowHandlingMode">
      <summary>
        <para>Specifies how a new object is created using the <see href="https://docs.devexpress.com/WindowsForms/752/controls-and-libraries/data-grid/data-editing-and-validation/add-and-remove-rows">New Item Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode"/> enumeration value specifying how the new object is created using the new item row.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.NewItemRowPosition">
      <summary>
        <para>Gets or sets the position of the new item row within the <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.NewItemRowPosition"/> enumeration value that specifies the position of the new item row within the GridListEditor. The default value is specified by the <see cref="P:DevExpress.ExpressApp.SystemModule.IModelListViewNewItemRow.NewItemRowPosition">IModelListViewNewItemRow.NewItemRowPosition</see> property of the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s Views | List View node.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.ProcessSelectedItemByDoubleClick">
      <summary>
        <para>Specifies whether or not the <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/> overrides the double click event processing (see <see cref="P:DevExpress.ExpressApp.SystemModule.ListViewProcessCurrentObjectController.ProcessCurrentObjectAction">ListViewProcessCurrentObjectController.ProcessCurrentObjectAction</see>).</para>
      </summary>
      <value>true, if <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/> overrides the double click event processing; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.ProcessSelectedItemBySingleClick">
      <summary>
        <para>Specifies whether a List View’s record must be processed after a click or a double-click.</para>
      </summary>
      <value>true if a List View’s record must be processed after a click; false if a List View’s record must be processed after a double-click.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.SaveModel">
      <summary>
        <para>Saves the runtime customizations made by a user within the grid control to the <see href="https://docs.devexpress.com/eXpressAppFramework/112579/ui-construction/application-model-ui-settings-storage">Application Model</see> differences.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.ScrollOnMouseMove">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.GridListEditor.StartIncrementalSearch(System.String)">
      <summary>
        <para>Starts an incremental search for the specified string.</para>
      </summary>
      <param name="searchString">The text to locate.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.TrackMousePosition">
      <summary>
        <para>Specifies whether mouse tracking is enabled for the <see cref="T:DevExpress.ExpressApp.Win.Editors.GridListEditor"/>.</para>
      </summary>
      <value>true to enable mouse tracking; otherwise false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode">
      <summary>
        <para>Contains values specifying how the new object is created using the <see href="https://docs.devexpress.com/WindowsForms/752/controls-and-libraries/data-grid/data-editing-and-validation/add-and-remove-rows">New Item Row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode.NativeControl">
      <summary>
        <para>A new object is created by the grid control itself.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.GridListEditorNewItemRowHandlingMode.XafController">
      <summary>
        <para>A new object is created by the <see cref="T:DevExpress.ExpressApp.SystemModule.NewObjectViewController"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.IFocusedElementCaptionProvider">
      <summary>
        <para>Implemented by Windows Forms <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see> that support copying contents of the focused cell to the clipboard.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.IFocusedElementCaptionProvider.FocusedElementCaption">
      <summary>
        <para>Specifies the caption of a List Editor’s focused cell contents.</para>
      </summary>
      <value>An object specifying the caption of a List Editor’s focused cell contents.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.IInplaceEditSupport">
      <summary>
        <para>Implemented by WinForms <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">Property Editors</see> that can be used by <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see> for in-place editing.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.IInplaceEditSupport.CreateRepositoryItem">
      <summary>
        <para>Creates a <see href="https://docs.devexpress.com/WindowsForms/114580/controls-and-libraries/editors-and-simple-controls">Repository Item</see> corresponding to the editor control used by the Property Editor.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object corresponding to the editor control used by the Property Editor.</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.StaticImageDetailItem">
      <summary>
        <para>Represents the Static Image <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">View Item</see> used in XAF Windows Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.StaticImageDetailItem.#ctor(DevExpress.ExpressApp.Model.IModelStaticImage,System.Type)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticImageDetailItem"/> class.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticImage"/> object that represents the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s Views | &lt;DetailView&gt; | Items | DetailViewItem node that defines the current View Item. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.StaticImage.Model">StaticImage.Model</see> property.</param>
      <param name="objectType">A <see cref="T:System.Type"/> object that represents the type of the object for which the current View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see> is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType">ViewItem.ObjectType</see> property.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.StaticImageViewItem">
      <summary>
        <para>Represents the Static Image <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">View Item</see> used in XAF WinForms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.StaticImageViewItem.#ctor(System.Type,DevExpress.ExpressApp.Model.IModelStaticImage)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticImageViewItem"/> class.</para>
      </summary>
      <param name="objectType">A <see cref="T:System.Type"/> object that represents the type of the object for which the current View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see> is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType">ViewItem.ObjectType</see> property.</param>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticImage"/> object that represents the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s Views | &lt;DetailView&gt; | Items | DetailViewItem node that defines the current View Item. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.StaticImage.Model">StaticImage.Model</see> property.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.StaticTextDetailItem">
      <summary>
        <para>This class is obsolete. Use <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.StaticTextDetailItem.#ctor(DevExpress.ExpressApp.Model.IModelStaticText,System.Type)">
      <summary>
        <para>The <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextDetailItem"/> class is obsolete. Use <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem"/> instead.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticText"/> object that represents the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem">
      <summary>
        <para>The Static Text <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">View Item</see> used in XAF Windows Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem.#ctor(System.Type,DevExpress.ExpressApp.Model.IModelStaticText)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem"/> class.</para>
      </summary>
      <param name="objectType">An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticText"/> object that is the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s Views | &lt;DetailView&gt; | Items | DetailViewItem node that defines the current View Item. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.StaticText.Model">StaticText.Model</see> property.</param>
      <param name="model">A <see cref="T:System.Type"/> object that is the type of the object for which the current View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see> is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType">ViewItem.ObjectType</see> property.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem.Label">
      <summary>
        <para>Gets the <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem"/>‘s label control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.LabelControl"/> control used to display the current VStatic Text View Item in a UI.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem.SetHtmlFormattingEnabled(System.Boolean)">
      <summary>
        <para>Enables the HTML formatting for the current <see cref="T:DevExpress.ExpressApp.Win.Editors.StaticTextViewItem"/>.</para>
      </summary>
      <param name="htmlFormattingEnabled">true, if the HTML formatting is enabled; otherwise, false.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem">
      <summary>
        <para>Represents the Action Container View Item used in XAF Windows Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.#ctor(DevExpress.ExpressApp.Model.IModelActionContainerViewItem,System.Type)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem"/> class.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelActionContainerViewItem"/> object that represents the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s Views | &lt;DetailView&gt; | Items | ActionContainerViewItem node that defines the current View Item.</param>
      <param name="objectType">A <see cref="T:System.Type"/> object that represents the type of the object for which the current View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see> is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType">ViewItem.ObjectType</see> property.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Actions">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Actions</see> which are displayed by the Win <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> View Item.</para>
      </summary>
      <value>An object that represents a ReadOnlyCollection&lt;<see cref="T:DevExpress.ExpressApp.Actions.ActionBase"/>&gt; collection that contains Actions of the current Win Action Container View Item.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.BeginUpdate">
      <summary>
        <para>Prevents the View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> control from being updated until the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.EndUpdate">WinActionContainerViewItem.EndUpdate</see> method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Clear">
      <summary>
        <para>Clears the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem"/>‘s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Container">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> displayed by the current View Item.</para>
      </summary>
      <value>A ButtonsContainer object which is the Action Container displayed by the WinActionContainerViewItem.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.ContainerId">
      <summary>
        <para>Specifies the Win Action Container View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> identifier.</para>
      </summary>
      <value>A string value that represents the Win Action Container View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> identifier.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.EndUpdate">
      <summary>
        <para>Unlocks the View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> control after a call to the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.BeginUpdate">WinActionContainerViewItem.BeginUpdate</see> method and causes an immediate update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinActionContainerViewItem.Register(DevExpress.ExpressApp.Actions.ActionBase)">
      <summary>
        <para>Adds a specified <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see> to a Win <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> View Item’s <see cref="P:DevExpress.ExpressApp.Editors.ActionContainerViewItem.Actions">ActionContainerViewItem.Actions</see> collection and creates its control.</para>
      </summary>
      <param name="action">An <see cref="T:DevExpress.ExpressApp.Actions.ActionBase"/> object that represents the Action to be registered within the current Win Action Container View Item.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor">
      <summary>
        <para>The base class for built-in grid-like WinForms <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/> 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.Win.Editors.WinColumnsListEditor.BeginUpdate">
      <summary>
        <para>Prevents the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s control from being updated until the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.EndUpdate">WinColumnsListEditor.EndUpdate</see> method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CanManageActiveFilterCriteriaPropertyValue">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CanManageFilterPropertyValue">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CanShowPopupMenu(System.Drawing.Point)">
      <summary>
        <para>Returns a Boolean value that indicates whether it is possible to invoke a context menu at the specified position.</para>
      </summary>
      <param name="position">A <see cref="T:System.Drawing.Point"/> object that specifies the position at which a context menu is invoked.</param>
      <returns>true if it is possible to invoke a context menu at the specified position; otherwise false.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnCreated">
      <summary>
        <para>Occurs after a column has been created in the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Grid">WinColumnsListEditor.Grid</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Columns">
      <summary>
        <para>Provides access to a collection of objects representing the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s columns.</para>
      </summary>
      <value>An IList&lt;ColumnWrapper&gt; object representing a collection of <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s column wrappers.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView">
      <summary>
        <para>Provides access to the View that is used to display data in the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.Views.Base.ColumnView"/> object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ContextMenuTemplate">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘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.Win.Editors.WinColumnsListEditor.ControlDataSourceChanged">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CreateCustomColumn">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CreateCustomGridBand">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CreateCustomRepositoryItem">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeAppearance">
      <summary>
        <para>Occurs before the <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView">GridListEditor.GridView</see>‘s cell of the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/> has been repainted in a UI. Enables the appearance settings of individual cells to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeEnabled">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeGridColumn">
      <summary>
        <para>Occurs when a column is created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.CustomizeRepositoryItem">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.DragDropCustomCodeId">
      <summary>
        <para>This member is intended for internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.DragEnterCustomCodeId">
      <summary>
        <para>This member is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s control after a call to the <see cref="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.BeginUpdate">WinColumnsListEditor.BeginUpdate</see> method and causes an immediate update.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Filter">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FilterChanged">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FilterColumnsMode">
      <summary>
        <para>Specifies whether only properties represented by the List Editor’s columns, or all properties, including the properties of the reference properties, are available in the Filter Editor for creating a filter criteria.</para>
      </summary>
      <value>A FilterColumnsMode enumeration value that determines the list of the properties that are available in the Filter Editor of the current Grid List Editor. By default, the FilterColumnsMode.AllProperties value is set.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FindColumnPropertyName(DevExpress.XtraGrid.Columns.GridColumn)">
      <summary>
        <para>Returns the name of the property corresponding to the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s specific <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView">GridListEditor.GridView</see> column.</para>
      </summary>
      <param name="column">A DevExpress.XtraGrid.Columns.GridColumn object representing the GridControl‘s column whose corresponding property name will be retrieved.</param>
      <returns>A string holding the name of the property corresponding to the specified column.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FocusedColumnMemberName">
      <summary>
        <para>Returns the name of a focused column field.</para>
      </summary>
      <value>A string that is the name of a focused column field.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.FocusedObject">
      <summary>
        <para>Gets or sets the focused object in a <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>.</para>
      </summary>
      <value>The focused object.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetIndexByObject(System.Object)">
      <summary>
        <para>Returns the index of an object that represents a <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView">WinColumnsListEditor.ColumnView</see>‘s row.</para>
      </summary>
      <param name="obj">An object that represents a ColumnView‘s row.</param>
      <returns>An index of an object that represents a ColumnView‘s row.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetObjectByIndex(System.Int32)">
      <summary>
        <para>Returns an object that represents the <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView">WinColumnsListEditor.ColumnView</see>‘s row with the specified index.</para>
      </summary>
      <param name="index">The index of a ColumnView‘s row.</param>
      <returns>An object that represents the ColumnView‘s row with the specified index.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetOrderedObjects">
      <summary>
        <para>Returns an ordered list of objects that represent the <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView">WinColumnsListEditor.ColumnView</see>‘s rows.</para>
      </summary>
      <returns>An ordered list of objects that represent the ColumnView‘s rows.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GetSelectedObjects">
      <summary>
        <para>Provides access to the collection of objects that are currently selected in the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s grid.</para>
      </summary>
      <returns>A list of the selected objects.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Grid">
      <summary>
        <para>Provides access to the grid control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.GridControl"/> object that represents the GridListEditor‘s control.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.GridDataSourceChanging">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.LookupColumnFilterMode">
      <summary>
        <para>Specifies how the <see href="https://docs.devexpress.com/WindowsForms/10623/controls-and-libraries/tree-list/visual-elements/automatic-filtering-row">Automatic Filtering Row</see> is displayed and how <see href="https://docs.devexpress.com/WindowsForms/8869/controls-and-libraries/data-grid/visual-elements/grid-control-elements/find-panel">Find Panel</see> performs a search in <see href="https://docs.devexpress.com/eXpressAppFramework/118450/ui-construction/views/list-view-data-access-modes/server-server-view-instant-feedback-and-instant-feedback-view-modes">Server</see> mode (see <see cref="P:DevExpress.ExpressApp.CollectionSourceBase.DataAccessMode">CollectionSourceBase.DataAccessMode</see>) for lookup columns.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.ColumnFilterMode"/> enumeration value specifying how the Find Panel performs searching in server mode.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Name">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s name.</para>
      </summary>
      <value>A String value representing the current <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s name.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.OnExporting">
      <summary>
        <para>Performs the required pre-export actions under the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.PageRowCountForServerMode">
      <summary>
        <para>Specifies the number of records that are cached to allow the use of records navigation actions (Previous Record/Next Record) in Detail View when the underlying server-mode List View is already closed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.PopupSite">
      <summary>
        <para>Gets the control over which a context menu is being invoked.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.Control"/> object that is the control over which a context menu is being invoked.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Printable">
      <summary>
        <para>Gets 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 GridListEditor’s <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Grid">WinColumnsListEditor.Grid</see> property value.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.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="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ProcessSelectedItemByEnter">
      <summary>
        <para>Specifies whether or not a selected item is processed by an Enter key press.</para>
      </summary>
      <value>true, if a selected item is processed by Enter key press; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ReadOnlyEditors">
      <summary>
        <para>Specifies whether read-only editors with enabled in-place editing are used by the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>.</para>
      </summary>
      <value>true, if read-only editors with enabled in-place editing are used; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Refresh">
      <summary>
        <para>Refreshes the bound data source of the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RemoveColumn(DevExpress.ExpressApp.Editors.ColumnWrapper)">
      <summary>
        <para>Removes a particular column from the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s <see cref="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.ColumnView">WinColumnsListEditor.ColumnView</see>.</para>
      </summary>
      <param name="column">A ColumnWrapper object representing the column to remove.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RemoveColumn(DevExpress.XtraGrid.Columns.GridColumn,DevExpress.ExpressApp.Win.Editors.IModelSynchronizersHolder)">
      <summary>
        <para>Removes a particular column from the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s <see cref="P:DevExpress.ExpressApp.Win.Editors.GridListEditor.GridView">GridListEditor.GridView</see>.</para>
      </summary>
      <param name="column">A ColumnWrapper object representing the column to remove.</param>
      <param name="modelSynchronizersHolder">An IModelSynchronizersHolder object.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RepositoryFactory">
      <summary>
        <para>Provides access to the Repository Item Factory that is used by the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/> to create in-place editors.</para>
      </summary>
      <value>A RepositoryFactory object that is used to create in-place editors.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RequiredProperties">
      <summary>
        <para>Returns an array of descriptors for the properties considered bindable by the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s Collection Source.</para>
      </summary>
      <value>An array of descriptors for the properties considered bindable by the <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s Collection Source.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.RestoreSelectedRowByHandle">
      <summary>
        <para>This field is intended for internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.SelectionType">
      <summary>
        <para>Returns the selection type supported by the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.SelectionType"/> enumeration value that represents the selection type supported by the current List Editor.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.SetHtmlFormattingEnabled(System.Boolean)">
      <summary>
        <para>Enables or disables HTML Formatting of the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s column captions.</para>
      </summary>
      <param name="htmlFormattingEnabled">true to enable HTML formatting of the GridListEditor‘s column captions; otherwise false. The default value is specified by the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsEnableHtmlFormatting.EnableHtmlFormatting">IModelOptionsEnableHtmlFormatting.EnableHtmlFormatting</see> property of the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s Options node.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.SetMenuManager(DevExpress.Utils.Menu.IDXMenuManager)">
      <summary>
        <para>Sets the IDXMenuManager object that controls the Look &amp; Feel options of the Context Menu Template via the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>‘s control.</para>
      </summary>
      <param name="manager">An IDXMenuManager object that controls the Look &amp; Feel options of the Context Menu Template via the <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see>‘s control.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Performs additional initialization of the <see cref="T:DevExpress.ExpressApp.Win.Editors.WinColumnsListEditor"/>.</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.Win.Editors.WinColumnsListEditor.SupportedExportFormats">
      <summary>
        <para>Provides access to the list of export formats supported by the current Grid 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.Win.Editors.WinPropertyEditor">
      <summary>
        <para>Represents a base class for Windows Forms Property Editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.BreakLinksToControl(System.Boolean)">
      <summary>
        <para>Unsubscribes from the control’s events and, depending on the parameter, also disposes of the control and removes the link to the control.</para>
      </summary>
      <param name="unwireEventsOnly">true to only unsubscribe from events, false to also dispose of the control and remove the link to the control.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.Control">
      <summary>
        <para>Provides access to the control that represents the current Property Editor in a UI.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.Control"/> object used to display the current Property Editor in a UI.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.ControlBindingProperty">
      <summary>
        <para>Specifies the property of the current Property Editor’s control that is used for data binding.</para>
      </summary>
      <value>A string value representing the name of the control property to bind.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Editors.WinPropertyEditor.TextControlHeight">
      <summary>
        <para>Returns the default control height in pixels. Used by XAF <see href="https://docs.devexpress.com/eXpressAppFramework/113014/business-model-design-orm/data-types-supported-by-built-in-editors">built-in Property Editors</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.FileLocation">
      <summary>
        <para>Contains values specifying the location of log and user differences files.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.FileLocation.ApplicationFolder">
      <summary>
        <para>File is located in the Windows Forms application folder, together with the executable.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.FileLocation.CurrentUserApplicationDataFolder">
      <summary>
        <para>File is located in the user’s Application Data folder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.FileLocation.None">
      <summary>
        <para>File location is not specified.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.IModelOptionsTabbedMdiLayout">
      <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 Options node with the properties required for the <see cref="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.IModelOptionsTabbedMdiLayout.DocumentManagerState">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.IModelOptionsTabbedMdiLayout.RestoreTabbedMdiLayout">
      <summary>
        <para>Indicates whether to restore the tabs arrangement when starting an MDI application.</para>
      </summary>
      <value>true if the tabs arrangement must be restored; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.ISplash">
      <summary>
        <para>Declares members implemented by a splash screen which is displayed when a Windows Forms application starts.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.ISplash.IsStarted">
      <summary>
        <para>Indicates whether the splash screen is being displayed.</para>
      </summary>
      <value>true, if the splash screen is being displayed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISplash.SetDisplayText(System.String)">
      <summary>
        <para>Sets the text to be displayed by the label located on the default splash screen form.</para>
      </summary>
      <param name="displayText">A string value representing the text to be shown on the default splash screen form.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISplash.Start">
      <summary>
        <para>Shows a splash screen form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISplash.Stop">
      <summary>
        <para>Closes a splash screen form.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.ISupportOverlayForm">
      <summary>
        <para>Provides methods to show and close an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.ISupportOverlayForm.CanShowOverlayForm">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager">WinForms Splash Screen Manager</see> can show an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <value>true, if an XAF application can show an Overlay Form ; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISupportOverlayForm.StartOverlayForm(System.Windows.Forms.Control)">
      <summary>
        <para>Shows an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see> over a specified control.</para>
      </summary>
      <param name="control">A control for the Overlay Form to cover.</param>
      <returns>An Overlay Form’s handle. The StartOverlayForm method returns this handle, and the <see cref="M:DevExpress.ExpressApp.Win.ISupportOverlayForm.StopOverlayForm(DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle)">ISupportOverlayForm.StopOverlayForm</see> method uses this handle to access and close the form.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISupportOverlayForm.StopOverlayForm(DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle)">
      <summary>
        <para>Stops and closes a specific <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="overlayFormHandle">An Overlay Form’s handle. The <see cref="M:DevExpress.ExpressApp.Win.ISupportOverlayForm.StartOverlayForm(System.Windows.Forms.Control)">ISupportOverlayForm.StartOverlayForm</see> method returns this handle, and the StopOverlayForm method uses this handle to access and close the form.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.ISupportSplashTypes">
      <summary>
        <para>Provides methods to show and close a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see> or a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISupportSplashTypes.Start(DevExpress.ExpressApp.Win.SplashType)">
      <summary>
        <para>Shows one of the following <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash forms</see>: a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see> or a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <param name="splashType">A splash form type to be shown.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISupportSplashTypes.Stop(DevExpress.ExpressApp.Win.SplashType)">
      <summary>
        <para>Closes one of the following <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash forms</see>: a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see> or a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <param name="splashType">A splash form type to be closed.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.ISupportUpdateSplash">
      <summary>
        <para>Declares members implemented by a splash screen which can display the loading process dynamically.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ISupportUpdateSplash.UpdateSplash(System.String,System.String,System.Object[])">
      <summary>
        <para>Updates the information displayed on the splash screen.</para>
      </summary>
      <param name="caption">A string which is the splash caption text.</param>
      <param name="description">A string which is the splash description text.</param>
      <param name="additionalParams">An array of objects that are additional parameters passed to the splash.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy">
      <summary>
        <para>A Show View Strategy that uses a multiple document interface and can be used as an alternative to the default <see cref="T:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.Win.Templates.MdiMode)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that is the application that will use the instantiated Show View Strategy.</param>
      <param name="mdiMode">An <see cref="T:DevExpress.ExpressApp.Win.Templates.MdiMode"/> enumeration value specifying the MdiShowViewStrategy‘s mode of operation. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Win.MdiShowViewStrategy.MdiMode">MdiShowViewStrategy.MdiMode</see> property.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.#ctor(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy"/> class in tabbed mode.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that is the application that will use the instantiated Show View Strategy.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CloseAllWindows">
      <summary>
        <para>Tries to close all the Windows from the <see cref="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Windows">WinShowViewStrategyBase.Windows</see> collection.</para>
      </summary>
      <returns>true if the Windows have been closed successfully; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomRestoreViewLayout">
      <summary>
        <para>Occurs when the View layout is restored.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.MdiShowViewStrategy.CustomSaveViewLayout">
      <summary>
        <para>Occurs when the View layout is saved.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.Dispose">
      <summary>
        <para>Releases all the resources allocated by the current Show View Strategy.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.MdiShowViewStrategy.DocumentManagerStateRestorer">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.GetActiveExplorer">
      <summary>
        <para>Returns the active Explorer <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the active Explorer Window.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.GetActiveInspector">
      <summary>
        <para>Returns the active Inspector <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the active Inspector Window.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.MdiShowViewStrategy.GetActiveInspector(DevExpress.ExpressApp.Win.WinWindow)">
      <summary>
        <para>Returns the active Inspector <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> of a particular Explorer Window.</para>
      </summary>
      <param name="explorer">A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the Explorer Window whose active Inspector Window must be returned.</param>
      <returns>A <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> object representing the active Inspector Window of the specified Explorer Window.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.MdiShowViewStrategy.MdiMode">
      <summary>
        <para>Returns the <see cref="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy"/>‘s mode of operation.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Win.Templates.MdiMode"/> enumeration value specifying the MdiShowViewStrategy‘s mode of operation.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.MdiShowViewStrategy.SupportViewNavigationHistory">
      <summary>
        <para>Indicates whether the Show View Strategy keeps track of invoked <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">Views</see>.</para>
      </summary>
      <value>true, if the Show View Strategy keeps track of invoked Views; otherwise, false.</value>
    </member>
    <member name="N:DevExpress.ExpressApp.Win.Model">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> interfaces specific to WinForms XAF applications.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Model.IModelBandedColumnWin">
      <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 Columns node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandedColumnWin.BandColumnRowCount">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WindowsForms/566/controls-and-libraries/data-grid/visual-elements/banded-grid-view-elements/band-header">Band Header</see> height in rows.</para>
      </summary>
      <value>An integer value specifying the band header height in rows. Values less than 1 are not accepted.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandedColumnWin.RowIndex">
      <summary>
        <para>Specifies the vertical position of the column header within a <see href="https://docs.devexpress.com/eXpressAppFramework/113695/ui-construction/views/layout/list-view-bands-layout">band</see>.</para>
      </summary>
      <value>An integer value representing the zero-based index of the band row where a column header is displayed.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin">
      <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 BandsLayout node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowBandMoving">
      <summary>
        <para>Specifies if a user can reorder <see href="https://docs.devexpress.com/eXpressAppFramework/113695/ui-construction/views/layout/list-view-bands-layout">bands</see>.</para>
      </summary>
      <value>true, if a user can reorder bands; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowChangeBandParent">
      <summary>
        <para>Specifies if a user can move <see href="https://docs.devexpress.com/eXpressAppFramework/113695/ui-construction/views/layout/list-view-bands-layout">bands</see> from one parent band to another.</para>
      </summary>
      <value>true, if a user can move bands from one parent band to another; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowChangeColumnParent">
      <summary>
        <para>Specifies if a user can move columns from one <see href="https://docs.devexpress.com/eXpressAppFramework/113695/ui-construction/views/layout/list-view-bands-layout">band</see> to another.</para>
      </summary>
      <value>true, if a user can move columns from one band to another; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.AllowColumnMoving">
      <summary>
        <para>Specifies if a user can move columns within a <see href="https://docs.devexpress.com/eXpressAppFramework/113695/ui-construction/views/layout/list-view-bands-layout">band</see>.</para>
      </summary>
      <value>true, if a user can reorder columns within a band; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.BandPanelRowHeight">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WindowsForms/568/controls-and-libraries/data-grid/visual-elements/banded-grid-view-elements/band-panel">Band Panel</see> row height. When set to -1, the row height is calculated automatically based on the band header contents.</para>
      </summary>
      <value>An integer value specifying the band panel row height in pixels.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.MinBandPanelRowCount">
      <summary>
        <para>Specifies the minimum <see href="https://docs.devexpress.com/WindowsForms/568/controls-and-libraries/data-grid/visual-elements/banded-grid-view-elements/band-panel">Band Panel</see> band header panel height in rows.</para>
      </summary>
      <value>An integer value specifying the minimum number of rows possible in the band panel.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.ShowBands">
      <summary>
        <para>Specifies whether or not <see href="https://docs.devexpress.com/eXpressAppFramework/113695/ui-construction/views/layout/list-view-bands-layout">band</see> headers are visible.</para>
      </summary>
      <value>true, if band headers are visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandsLayoutWin.ShowColumnHeaders">
      <summary>
        <para>Specifies whether or not column headers are visible.</para>
      </summary>
      <value>true, if band headers are visible, otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Model.IModelBandWin">
      <summary>
        <para>Extends the <see cref="T:DevExpress.ExpressApp.Model.IModelBand"/> node with WinForms-specific options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Model.IModelBandWin.AutoFillDown">
      <summary>
        <para>Specifies whether or not a <see href="https://docs.devexpress.com/WindowsForms/566/controls-and-libraries/data-grid/visual-elements/banded-grid-view-elements/band-header">Band Header</see> should be automatically stretched to fill the empty space below it.</para>
      </summary>
      <value>true, if a band header is automatically stretched to fill the empty space below it; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.QueryIconEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Win.WinWindow.QueryDefaultFormIcon">WinWindow.QueryDefaultFormIcon</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.QueryIconEventArgs.#ctor(System.Drawing.Icon,System.Drawing.Icon)">
      <summary>
        <para>Creates and initializes a new <see cref="T:DevExpress.ExpressApp.Win.QueryIconEventArgs"/> instance.</para>
      </summary>
      <param name="iconSmall">A <see cref="T:System.Drawing.Icon"/> object, which is the default small icon to be used by a Window’s Template. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconSmall">QueryIconEventArgs.IconSmall</see> property.</param>
      <param name="iconLarge">A <see cref="T:System.Drawing.Icon"/> object, which is the default large icon to be used by a Window’s Template. This parameter value is assigned to the <see cref="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconLarge">QueryIconEventArgs.IconLarge</see> property.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.QueryIconEventArgs.#ctor(System.Lazy{System.Drawing.Icon},System.Lazy{System.Drawing.Icon})">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconLarge">
      <summary>
        <para>Specifies the default large icon to be used by a <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see>‘s <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see>.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Icon"/> object that is the default large icon to be used by a Window’s Template.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.QueryIconEventArgs.IconSmall">
      <summary>
        <para>Specifies the default small icon to be used by a <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see>‘s <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see>.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Icon"/> object that is the default small icon to be used by a Window’s Template.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy">
      <summary>
        <para>Represents the Show View Strategy used in XAF Windows Forms applications by default.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy.#ctor(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that represents the application that will use the instantiated Show View Strategy.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.ShowInSingleWindowStrategy">
      <summary>
        <para>A Show View Strategy that can be used as an alternative to the <see cref="T:DevExpress.ExpressApp.Win.ShowInMultipleWindowsStrategy"/>. Provides a different behavior when a Detail View is invoked from a List View that is displayed in the main Window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.ShowInSingleWindowStrategy.#ctor(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Win.ShowInSingleWindowStrategy"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that represents the application that will use the instantiated Show View Strategy.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SplashType">
      <summary>
        <para>Contains values that specify splash form types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.SplashType.Image">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.SplashType.SplashScreen">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.SplashType.WaitForm">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Win.SystemModule">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/eXpressAppFramework/112621/ui-construction/controllers-and-actions/controllers">Controllers</see> used by default in eXpressApp Framework Windows Forms applications.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.AboutInfoController">
      <summary>
        <para>Represents a <see cref="T:DevExpress.ExpressApp.WindowController"/> descendant that contains the About Action.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.AboutInfoController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.AboutInfoController"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.AboutInfoController.AboutInfoAction">
      <summary>
        <para>Invokes a window that displays the ‘About’ information on the current application.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.PopupWindowShowAction"/> object that is the About Action.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.ExpressApp.Win.SystemModule.WinExportController.CustomShowSaveFileDialog">WinExportController.CustomShowSaveFileDialog</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.#ctor(System.Windows.Forms.SaveFileDialog)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs"/> class.</para>
      </summary>
      <param name="dialog">A SaveFileDialog allowing an end-user to specify a name and location for the saved file.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.Dialog">
      <summary>
        <para>Provides access to the Save File Dialog before it’s shown.</para>
      </summary>
      <value>A SaveFileDialog allowing an end-user to specify a name and location for the saved file.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.DialogResult">
      <summary>
        <para>Specifies identifiers to indicate the return value of the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.CustomShowSaveFileDialogEventArgs.Dialog">CustomShowSaveFileDialogEventArgs.Dialog</see> box.</para>
      </summary>
      <value>A DialogResult enumeration specifying possible return values of the shown Save File Dialog box.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IHtmlFormattingSupport">
      <summary>
        <para>Declares members implemented by Windows Forms <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see> and <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">View Items</see> that support HTML formatting of the display text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.IHtmlFormattingSupport.SetHtmlFormattingEnabled(System.Boolean)">
      <summary>
        <para>Enables or disables HTML Formatting of the display text.</para>
      </summary>
      <param name="htmlFormattingEnabled">true to enable HTML formatting of the display text; otherwise false.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsPalette">
      <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>‘s <see cref="T:DevExpress.ExpressApp.Model.IModelOptions"/> node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsPalette.Palette">
      <summary>
        <para>Specifies the palette used by a WinForms application’s current SVG <see cref="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin.Skin">skin</see>.</para>
      </summary>
      <value>A string specifying the palette used by a WinForms application’s current SVG skin.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsPalette.Palettes">
      <summary>
        <para>Specifies palettes available for a WinForms application’s SVG <see cref="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin.Skin">skin</see>.</para>
      </summary>
      <value>A List&lt;String&gt; collection representing palettes available for a WinForms application’s SVG skin.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin">
      <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 <see cref="T:DevExpress.ExpressApp.Model.IModelOptions"/> node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin.Skin">
      <summary>
        <para>Specifies the skin currently used by the Windows Forms application.</para>
      </summary>
      <value>A string specifying the skin currently used by the Windows Forms application.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelApplicationOptionsSkin.Skins">
      <summary>
        <para>Specifies skins available for a WinForms application.</para>
      </summary>
      <value>A List&lt;String&gt; collection representing skins available for a WinForms application.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin">
      <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 Column node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin.GroupSummaryFieldName">
      <summary>
        <para>Specifies the name of the property whose values are used for summary calculations.</para>
      </summary>
      <value>A string specifying the name of the property whose values are used for summary calculations.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin.GroupSummarySortOrder">
      <summary>
        <para>Specifies the order in which group rows are sorted.</para>
      </summary>
      <value>A DevExpress.Data.ColumnSortOrder object specifying the order in which group rows are sorted.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelColumnWin.GroupSummaryType">
      <summary>
        <para>Specifies the function that calculates a value over all records within the current column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Model.SummaryType"/> enumeration value specifying the function that calculates a value over all records within the current column.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelLabel">
      <summary>
        <para>The Label node defines a label item which displays a text on the current layout.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelMaskSettings">
      <summary>
        <para>Contains the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.IModelMaskSettings.MaskSettings"/> property. This interface is a part of the Application Model infrastructure.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelMaskSettings.MaskSettings">
      <summary>
        <para>Specifies mask settings for a <see href="https://docs.devexpress.com/eXpressAppFramework/113097/ui-construction/view-items-and-property-editors/property-editors">Property Editor</see>‘s control 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>
      <value>Mask settings for a <see href="https://docs.devexpress.com/eXpressAppFramework/113097/ui-construction/view-items-and-property-editors/property-editors">Property Editor</see>‘s control.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsEnableHtmlFormatting">
      <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 Options node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsEnableHtmlFormatting.EnableHtmlFormatting">
      <summary>
        <para>Specifies whether the HTML formatting of UI text elements is allowed.</para>
      </summary>
      <value>true, if the HTML formatting of UI text elements is allowed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon">
      <summary>
        <para>The RibbonOptions node allows configuring different RibbonUI settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon.MinimizeRibbon">
      <summary>
        <para>Indicates whether the Ribbon is minimized.</para>
      </summary>
      <value>true, if the Ribbon is minimized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon.RibbonControlStyle">
      <summary>
        <para>Specifies the style of the Ribbon UI when it is enabled via the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.FormStyle">IModelOptionsWin.FormStyle</see> property.</para>
      </summary>
      <value>A RibbonControlStyle enumeration value specifying the style of the Ribbon UI when it is enabled via the FormStyle property.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin">
      <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 Options node with the properties required in Windows Forms applications.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.FormStyle">
      <summary>
        <para>Specifies whether the Standard UI or Ribbon UI is used in the Windows Forms Application.</para>
      </summary>
      <value>RibbonFormStyle.Standard when the Standard UI is used; RibbonFormStyle.Ribbon - if the Ribbon UI is used.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.MdiDefaultNewWindowTarget">
      <summary>
        <para>Specifies the kind of a <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> in which new <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">Views</see> should be invoked, when a multiple document interface is used.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.NewWindowTarget"/> enumeration value specifying the kind of a Window in which new Views should be invoked when a multiple document interface is used.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.Messaging">
      <summary>
        <para>Specifies the type of messaging used in Windows Forms application.</para>
      </summary>
      <value>A string specifying the fully qualified name of the messaging class, used in Windows Forms application.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.RibbonOptions">
      <summary>
        <para>Provides access to the RibbonOptions child node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsRibbon"/> object representing the RibbonOptions child node.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.ShowTabImage">
      <summary>
        <para>Specifies whether a business object’s icon should be displayed in a tab in a WinForms application with the TabbedMDI <see cref="T:DevExpress.ExpressApp.UIType">UI type</see>.</para>
      </summary>
      <value>true, if a business object’s icon should be displayed in a tab in a WinForms application with the TabbedMDI UI type; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin.UIType">
      <summary>
        <para>Specifies the Show View Strategy (see <see cref="T:DevExpress.ExpressApp.ShowViewStrategyBase"/>) used in the WinForms application.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.UIType"/> enumeration value specifying the type of the UI used in the WinForms application.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings">
      <summary>
        <para>The PrintingSettings node specifies page settings used by the <see href="https://docs.devexpress.com/eXpressAppFramework/113012/shape-export-print-data/printing-exporting-in-listview/printing">Printing System</see>‘s <see cref="T:DevExpress.ExpressApp.Win.SystemModule.PrintingController"/>, which exposes the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PageSetupAction">PrintingController.PageSetupAction</see>, <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction">PrintingController.PrintAction</see> and <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction">PrintingController.PrintPreviewAction</see> Actions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.CustomPaperSize">
      <summary>
        <para>Specifies a custom paper size.</para>
      </summary>
      <value>A System.Drawing.Size object that specifies a custom paper size.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.Landscape">
      <summary>
        <para>Specifies whether the page orientation is landscape.</para>
      </summary>
      <value>true, if the page orientation is landscape; false - when orientation is portrait.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.Margins">
      <summary>
        <para>Specifies page margins.</para>
      </summary>
      <value>A System.Drawing.Printing.Margins object that specifies page margins.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.PageHeaderFooter">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.PaperKind">
      <summary>
        <para>Specifies the type of paper for the document</para>
      </summary>
      <value>A System.Drawing.Printing.PaperKind enumeration value that specifies the paper type.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelPrintingSettings.PaperName">
      <summary>
        <para>Specifies the name of the custom paper used in the printer that will print the document .</para>
      </summary>
      <value>A string that specifies the name of the custom paper used in the printer that will print the document.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelRootGroupsStyle">
      <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 NavigationItems node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelRootGroupsStyle.NavigationCaption">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/eXpressAppFramework/113198/application-shell-and-base-infrastructure/navigation-system">navigation control</see>‘s caption when <see cref="P:DevExpress.ExpressApp.SystemModule.IModelRootNavigationItems.NavigationStyle"/> is set to TreeList in WinForms applications with enabled <see cref="P:DevExpress.ExpressApp.Win.WinApplication.UseLightStyle">Light Style</see>.</para>
      </summary>
      <value>A string specifying the navigation control’s caption.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelRootGroupsStyle.RootGroupsStyle">
      <summary>
        <para>Specifies the style of the <see href="https://docs.devexpress.com/eXpressAppFramework/113198/application-shell-and-base-infrastructure/navigation-system">navigation</see> root group.</para>
      </summary>
      <value>The <see cref="T:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle"/> enumeration value which specifies the style of the navigation root group.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelSeparator">
      <summary>
        <para>The SeparatorItem node defines a separator item for the current layout. Separator items allow end-users to visually separate View Items at runtime.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelSplitter">
      <summary>
        <para>The Splitter node defines a splitter item for the current layout. Splitter items allow end-users to quickly resize View Items at runtime.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutGroup">
      <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 LayoutGroup node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutGroup.GroupStyle">
      <summary>
        <para>Specifies the layout group’s border and header style (see <see cref="P:DevExpress.XtraLayout.LayoutGroup.GroupStyle">LayoutGroup.GroupStyle</see>).</para>
      </summary>
      <value>A GroupStyle enumeration value that specifies the layout group’s border and header style.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutGroup.TextAlignMode">
      <summary>
        <para>Specifies the alignment settings of the controls displayed in the current group.</para>
      </summary>
      <value>A TextAlignModeGroup enumeration value specifying the alignment settings of the controls displayed in the current group.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutItem">
      <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 LayoutItem node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutItem.TextAlignMode">
      <summary>
        <para>Specifies the alignment settings of the layout item’s control.</para>
      </summary>
      <value>A TextAlignModeItem enumeration value specifying the alignment settings of the layout item’s control.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerDetailViewOptions">
      <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 DetailView node.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions">
      <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> Options node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.GroupStyle">
      <summary>
        <para>Specifies the layout group’s border and header style (see <see cref="P:DevExpress.XtraLayout.LayoutGroup.GroupStyle">LayoutGroup.GroupStyle</see>).</para>
      </summary>
      <value>A GroupStyle enumeration value that specifies the layout group’s border and header style.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.InvisibleGroupVerticalDistance">
      <summary>
        <para>Specifies the vertical spacing that separates a Layout Group with hidden text from regular Layout Groups.</para>
      </summary>
      <value>An integer value specifying the vertical spacing that segregates a Layout Group with hidden text from regular Layout Groups.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToBorderHorizontalDistance">
      <summary>
        <para>Specifies the horizontal indents between the following layout elements:</para>
        <para />
        <para />
      </summary>
      <value>An integer value specifying the horizontal indents between layout elements.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToBorderVerticalDistance">
      <summary>
        <para>Specifies the vertical indents between the following layout elements:</para>
        <para />
        <para />
      </summary>
      <value>An integer value specifying vertical indents between the layout elements.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToItemHorizontalDistance">
      <summary>
        <para>Specifies the horizontal spacing between adjacent Layout Items.</para>
      </summary>
      <value>An integer value specifying the horizontal spacing between adjacent Layout Items.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToItemVerticalDistance">
      <summary>
        <para>Specifies the vertical spacing between adjacent Layout Items.</para>
      </summary>
      <value>An integer value specifying the vertical spacing between adjacent Layout Items.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.ItemToTabBorderDistance">
      <summary>
        <para>Specifies the indents between a tabbed group’s edges and Layout Items contained in the group’s tabbed pages.</para>
      </summary>
      <value>An integer value specifying the indents between a tabbed group’s edges and Layout Items contained in the group’s tabbed pages.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.TextAlignModeGroup">
      <summary>
        <para>Specifies the default alignment settings of the controls displayed in layout groups.</para>
      </summary>
      <value>An integer value specifying the default alignment settings of the controls displayed in layout groups.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.TextAlignModeItem">
      <summary>
        <para>Specifies the default alignment settings of layout items’ controls.</para>
      </summary>
      <value>An integer value specifying the default alignment settings of layout items’ controls.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.IModelWinLayoutManagerOptions.TextToControlDistance">
      <summary>
        <para>Specifies the distance between the text regions of layout items and the corresponding controls.</para>
      </summary>
      <value>An integer value specifying the distance between the text regions of layout items and the corresponding controls.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.PrintingController">
      <summary>
        <para>Represents a <see cref="T:DevExpress.ExpressApp.ViewController"/> descendant that provides printing functionality in the Windows Forms  applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.PrintingController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.PrintingController"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomForceGridControlMethods">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction">PrintingController.PrintAction</see> and <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction">PrintingController.PrintPreviewAction</see> are executed and the <see cref="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomPrint">PrintingController.CustomPrint</see> and <see cref="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomShowPrintPreview">PrintingController.CustomShowPrintPreview</see> events are not handled.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomGetPrintableControl">
      <summary>
        <para>Occurs after the <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see>‘s controls have been instantiated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomPrint">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction">PrintingController.PrintAction</see> is executed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.CustomShowPrintPreview">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction">PrintingController.PrintPreviewAction</see> is executed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.PrintingController.LoadPrintingSettings(DevExpress.XtraPrinting.PrintableComponentLink)">
      <summary>
        <para>Loads printing settings for the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object, specified via a link.</para>
      </summary>
      <param name="printableComponentLink">A <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> object, representing a link to the component implementing the IPrintable interface.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PageSetupAction">
      <summary>
        <para>Represents the PageSetup <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the Page Setup Action.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintableControl">
      <summary>
        <para>Specifies the control to be printed using the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.PrintingController"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraPrinting.IPrintable"/> control to be printed using the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.PrintingController"/>.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction">
      <summary>
        <para>Represents the Print <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the Print Action.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintingSettingsLoaded">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintAction">PrintingController.PrintAction</see> is executed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintingSettingsNodeName">
      <summary>
        <para>Gets a string 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 PrintingSettings node name.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.PrintingController.PrintPreviewAction">
      <summary>
        <para>Represents the PrintPreview <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the Print Preview Action.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.PrintingController.SavePrintingSettings(DevExpress.XtraPrinting.PrintableComponentLink)">
      <summary>
        <para>Saves printing settings for the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object, specified via a link.</para>
      </summary>
      <param name="printableComponentLink">A <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> object, representing a link to the component implementing the IPrintable interface.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage">
      <summary>
        <para>Specifies whether printing settings are saved separately for each <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage.Application">
      <summary>
        <para>Specifies that saved printing settings affect all the Views in an application</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage.View">
      <summary>
        <para>Specifies that printing settings are saved separately for each View.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.Win.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.AddGeneratorUpdaters(DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters)">
      <summary>
        <para>Registers the FilterCaptionsLocalizationModelNodesGeneratorUpdater 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.Win.SystemModule.SystemWindowsFormsModule.AddModelNodeUpdaters(DevExpress.ExpressApp.Model.Core.IModelNodeUpdaterRegistrator)">
      <summary>
        <para>Registers <see cref="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule"/> as an updater of <see cref="T:DevExpress.ExpressApp.Model.IModelLocalization"/> and <see cref="T:DevExpress.ExpressApp.Model.IModelOptions"/> nodes.</para>
      </summary>
      <param name="updaterRegistrator">An <see cref="T:DevExpress.ExpressApp.Model.Core.IModelNodeUpdaterRegistrator"/> object exposing the AddUpdater method used to register node updaters in the application.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.ApplyPlatformAgnosticRules(DevExpress.ExpressApp.DC.ITypesInfo)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.ConvertXml(DevExpress.ExpressApp.Updating.ConvertXmlParameters)">
      <summary>
        <para>Converts legacy <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> differences containing <see cref="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule"/> related data.</para>
      </summary>
      <param name="parameters">A <see cref="T:DevExpress.ExpressApp.Updating.ConvertXmlParameters"/> object, representing an Application Model node’s differences.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.CustomizeLogics(DevExpress.ExpressApp.DC.CustomLogics)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.CustomizeTypesInfo(DevExpress.ExpressApp.DC.ITypesInfo)">
      <summary>
        <para>Customizes metadata on business classes specific to the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule"/> before loading the metadata to the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s BOModel node.</para>
      </summary>
      <param name="typesInfo">An <see cref="T:DevExpress.ExpressApp.DC.ITypesInfo"/> object which holds metadata information on business classes to be loaded to the Application Model.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.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.Win.SystemModule.IModelColumnWin"/>, <see cref="T:DevExpress.ExpressApp.Model.IModelTemplate"/>, <see cref="T:DevExpress.ExpressApp.Win.SystemModule.IModelOptionsWin"/>, and <see cref="T:DevExpress.ExpressApp.Model.IModelToolTipOptions"/> interfaces.</para>
      </summary>
      <param name="extenders">A ModelInterfaceExtenders object that is a collection of Application Model interface extenders.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.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.Win.SystemModule.SystemWindowsFormsModule"/> 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.Win.SystemModule.SystemWindowsFormsModule"/> module.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.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.Win.SystemModule.SystemWindowsFormsModule"/>.</para>
      </summary>
      <returns>An ICollection&lt;Type&gt; collection containing the types of the Resource Localizers supplied with the SystemWindowsFormsModule.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.PrintingSettingsStorage">
      <summary>
        <para>Specifies whether printing settings are saved separately for each <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Win.SystemModule.PrintingSettingsStorage"/> enumeration value specifying whether printing settings are saved separately for each View.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.Setup(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Sets up the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule"/> 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.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.UpdateNode(DevExpress.ExpressApp.Model.IModelLocalization,DevExpress.ExpressApp.Model.IModelApplication)">
      <summary>
        <para>Converts legacy <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> differences containing <see cref="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule"/> related data.</para>
      </summary>
      <param name="node">An <see cref="T:DevExpress.ExpressApp.Model.IModelLocalization"/> object, representing the Application Model’s node updated by the UpdateNode method.</param>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.Model.IModelApplication"/> providing access to the Application Model.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule.UpdateNode(DevExpress.ExpressApp.Model.IModelOptions,DevExpress.ExpressApp.Model.IModelApplication)">
      <summary>
        <para>Converts legacy <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> differences containing <see cref="T:DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule"/> related data.</para>
      </summary>
      <param name="node">An <see cref="T:DevExpress.ExpressApp.Model.IModelOptions"/> object, representing the Application Model’s node updated by the UpdateNode method.</param>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.Model.IModelApplication"/> providing access to the Application Model.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.WinExportController">
      <summary>
        <para>The Windows Forms specific descendant of the <see cref="T:DevExpress.ExpressApp.SystemModule.ExportController"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.WinExportController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.WinExportController"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.SystemModule.WinExportController.CustomShowSaveFileDialog">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction">ExportController.ExportAction</see> is executed, before data is exported to a stream.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController">
      <summary>
        <para>Inherits from the <see cref="T:DevExpress.ExpressApp.SystemModule.ModificationsController"/> to implement Windows Forms specific behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController.ConfirmCloseUnchangedNewObject">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController.RefreshViewAfterObjectSpaceCommit">
      <summary>
        <para>Specifies whether or not the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.WinModificationsController"/>‘s View is refreshed after the <see href="https://docs.devexpress.com/eXpressAppFramework/113707/data-manipulation-and-business-logic/object-space">Object Space</see> is committed.</para>
      </summary>
      <value>true, if the View is refreshed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.SystemModule.WinNewObjectViewController">
      <summary>
        <para>Inherits from the <see cref="T:DevExpress.ExpressApp.SystemModule.NewObjectViewController"/> to implement Windows Forms specific behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.SystemModule.WinNewObjectViewController.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Win.SystemModule.WinNewObjectViewController"/> class.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Win.Templates">
      <summary>
        <para>Contains classes specific to the built-in Windows Forms <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Templates</see> and <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Containers</see> functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Templates.MdiMode">
      <summary>
        <para>Contains values specifying the <see cref="T:DevExpress.ExpressApp.Win.MdiShowViewStrategy"/>‘s modes of operation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Templates.MdiMode.Standard">
      <summary>
        <para>Specifies that <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">Views</see> are invoked in separate Windows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Templates.MdiMode.Tabbed">
      <summary>
        <para>Specifies that <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">Views</see> are invoked in separate tabs.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Win.Templates.Navigation">
      <summary>
        <para>Contains classes specific to XAF WinForms <see href="https://docs.devexpress.com/eXpressAppFramework/113198/application-shell-and-base-infrastructure/navigation-system">Navigation</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle">
      <summary>
        <para>Contains values used to specify the style of the navigation root group in WinForms applications.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle.OutlookAnimated">
      <summary>
        <para>Specifies that the <see cref="T:DevExpress.XtraBars.Navigation.OfficeNavigationBar"/> is used to display root navigation groups in a WinForms application, and transitions from one group to another are animated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle.OutlookSimple">
      <summary>
        <para>Specifies that the <see cref="T:DevExpress.XtraBars.Navigation.OfficeNavigationBar"/> is used to display root navigation groups in a WinForms application.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Templates.Navigation.RootGroupsStyle.Standard">
      <summary>
        <para>Specifies that the root navigation groups are displayed within the <see cref="T:DevExpress.XtraNavBar.NavBarControl"/> in a WinForms application. The <see cref="T:DevExpress.XtraBars.Navigation.OfficeNavigationBar"/> is not used.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen">
      <summary>
        <para>Uses the <see href="https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager">WinForms Splash Screen Manager</see> and enables a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>, a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>, and an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see> in XAF Win applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the default splash form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(DevExpress.Utils.Svg.SvgImage,System.Type,DevExpress.ExpressApp.Win.DefaultOverlayFormOptions)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>, <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>, and <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="splashSvgImage">An SVG image used as a Splash Image.</param>
      <param name="waitFormType">A Wait Form type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="overlayFormOptions">Overlay Form options.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(DevExpress.Utils.Svg.SvgImage)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <param name="splashSvgImage">An SVG image used as a Splash Image.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Drawing.Image,System.Type,DevExpress.ExpressApp.Win.DefaultOverlayFormOptions)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>, and an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="splashImage">A raster image used as a Splash Image. PNG files are preferable.</param>
      <param name="waitFormType">A Wait Form type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="overlayFormOptions">Overlay Form options.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Drawing.Image)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <param name="splashImage">A raster image used as a Splash Image. PNG files are preferable.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Type,DevExpress.ExpressApp.Win.DefaultOverlayFormOptions)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see> and an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="xtraSplashFormType">A Splash Screen type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="overlayFormOptions">Overlay Form options.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Type,DevExpress.Utils.Svg.SvgImage,System.Type,DevExpress.ExpressApp.Win.DefaultOverlayFormOptions)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>, and an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="xtraSplashFormType">A Splash Screen type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="splashSvgImage">An SVG image used as a Splash Image.</param>
      <param name="waitFormType">A Wait Form type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="overlayFormOptions">Overlay Form options.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Type,System.Drawing.Image,System.Type,DevExpress.ExpressApp.Win.DefaultOverlayFormOptions)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>, and an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="xtraSplashFormType">A Splash Screen type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="splashImage">A raster image used as a Splash Image. PNG files are preferable.</param>
      <param name="waitFormType">A Wait Form type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="overlayFormOptions">Overlay Form options.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Type,System.Type,DevExpress.ExpressApp.Win.DefaultOverlayFormOptions)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>, and <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="xtraSplashFormType">A Splash Screen type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="waitFormType">A Wait Form type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="overlayFormOptions">Overlay Form options.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Type,System.Type)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see> and <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>.</para>
      </summary>
      <param name="xtraSplashFormType">A Splash Screen type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
      <param name="waitFormType">A Wait Form type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.#ctor(System.Type)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> class instance that shows the specified <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>.</para>
      </summary>
      <param name="xtraSplashFormType">A Splash Screen type that is a <see cref="T:DevExpress.XtraSplashForm.SplashFormBase"/> descendant.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.CanShowOverlayForm">
      <summary>
        <para>Indicates if the current <see cref="T:DevExpress.ExpressApp.Win.Utils.DXSplashScreen"/> instance can show an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <value>true, if both conditions apply: the <see cref="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.OverlayFormOptions">DXSplashScreen.OverlayFormOptions</see> property is not null and no other applicable <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash form</see> is currently shown; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.DefaultSplashScreenType">
      <summary>
        <para>For internal use.</para>
      </summary>
      <value>The DXSplashScreenForm type.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.DefaultUpdateDelay">
      <summary>
        <para>Defines how often a <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash form</see> retrieves and displays status messages. Only <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screens</see> and <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Forms</see> can show status messages.</para>
      </summary>
      <value>Time between status message updates, in milliseconds. The default value is zero.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.IsStarted">
      <summary>
        <para>Checks if either of the following <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash forms</see> is currently shown: a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see> or a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>.</para>
      </summary>
      <value>true, if an XAF application is currently showing a Splash Screen or a Wait Form; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.OverlayFormOptions">
      <summary>
        <para>Gets <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see> options.</para>
      </summary>
      <value>An Overlay Form’s options.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.SetDisplayText(System.String)">
      <summary>
        <para>Updates a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>‘s or <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>‘s description text.</para>
      </summary>
      <param name="displayText">A description text.</param>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Showing">
      <summary>
        <para>Is raised before a <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash form</see> is shown.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.SplashFormType">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see> form type.</para>
      </summary>
      <value>A Splash Screen form type.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.SplashImage">
      <summary>
        <para>Gets a raster image to be shown as a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <value>A raster image.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.SplashSvgImage">
      <summary>
        <para>Gets an SVG image to be shown as a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <value>An SVG image.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Start">
      <summary>
        <para>Shows a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see> or <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Start(DevExpress.ExpressApp.Win.SplashType)">
      <summary>
        <para>Shows a specified <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash forms</see>: a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see> or a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <param name="splashType">A <see cref="T:DevExpress.ExpressApp.Win.SplashType"/> enumeration value.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.StartOverlayForm(System.Windows.Forms.Control)">
      <summary>
        <para>Shows an <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see> over a specified control.</para>
      </summary>
      <param name="control">A control for the Overlay Form to cover.</param>
      <returns>An Overlay Form’s handle. The StartOverlayForm method returns this handle, and the <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.StopOverlayForm(DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle)">DXSplashScreen.StopOverlayForm</see> method uses this handle to access and close the form.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Stop">
      <summary>
        <para>Closes a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see> or <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Stop(DevExpress.ExpressApp.Win.SplashType)">
      <summary>
        <para>Closes a specified <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash form</see>: a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see>, a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see> or a <see href="https://docs.devexpress.com/WindowsForms/10825/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-image#create-and-show-splash-image-in-code">Splash Image</see>.</para>
      </summary>
      <param name="splashType">A <see cref="T:DevExpress.ExpressApp.Win.SplashType"/> enumeration value.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.StopOverlayForm(DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle)">
      <summary>
        <para>Stops and closes a specific <see href="https://docs.devexpress.com/WindowsForms/120029/controls-and-libraries/forms-and-user-controls/splash-screen-manager/overlay-form">Overlay Form</see>.</para>
      </summary>
      <param name="overlayFormHandle">An Overlay Form’s handle. The <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.StartOverlayForm(System.Windows.Forms.Control)">DXSplashScreen.StartOverlayForm</see> method returns this handle, and the StopOverlayForm method uses this handle to access and close the form.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.UpdateDelay">
      <summary>
        <para>Defines how often a <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash form</see> retrieves and displays status messages. Only <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screens</see> and <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Forms</see> can show status messages.</para>
      </summary>
      <value>Time between status message updates, in milliseconds.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.UpdateSplash(System.String,System.String,System.Object[])">
      <summary>
        <para>Specifies a description text, caption, and additional parameters for <see href="https://docs.devexpress.com/eXpressAppFramework/112680/application-shell-and-base-infrastructure/splash-forms">splash forms</see>. Applies to the following splash forms: a <see href="https://docs.devexpress.com/WindowsForms/10823/controls-and-libraries/forms-and-user-controls/splash-screen-manager/splash-screen">Splash Screen</see> or a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see>.</para>
      </summary>
      <param name="caption">A new Wait Form caption.</param>
      <param name="description">A new description text for a Splash Screen or a Wait Form.</param>
      <param name="additionalParams">Additional parameters.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.WaitFormType">
      <summary>
        <para>Returns a <see href="https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form">Wait Form</see> type.</para>
      </summary>
      <value>A Wait Form type.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.WinApplication">
      <summary>
        <para>Manages a WinForms XAF application.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.WinApplication"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.#ctor(DevExpress.ExpressApp.DC.ITypesInfo)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.AskConfirmation(DevExpress.ExpressApp.ConfirmationType)">
      <summary>
        <para>Requests an end-user confirmation via the dialog window.</para>
      </summary>
      <param name="confirmationType">A <see cref="T:DevExpress.ExpressApp.ConfirmationType"/> enumeration value specifying the confirmation dialog type.</param>
      <returns>A <see cref="T:DevExpress.ExpressApp.ConfirmationResult"/> enumeration value, specifying the end-user choice.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinApplication.CustomHandleException">
      <summary>
        <para>Occurs before displaying a message box with an exception message.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.EditModel">
      <summary>
        <para>Displays the <see href="https://docs.devexpress.com/eXpressAppFramework/112582/ui-construction/application-model-ui-settings-storage/model-editor">Model Editor</see> form.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.FrameTemplateFactory">
      <summary>
        <para>Specifies the IFrameTemplateFactory object that provides <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Templates</see> for a Windows Forms application.</para>
      </summary>
      <value>An IFrameTemplateFactory object that provides <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Templates</see> for a Windows Forms application.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.GetLogonParametersFileName(System.String)">
      <summary>
        <para>Returns a name for the file where logon parameters are stored.</para>
      </summary>
      <param name="path">A string that is the path to the file where logon parameters must be stored.</param>
      <returns>A string that is the name of the file where logon parameters are stored.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.GetUserChoice(System.String,System.Windows.Forms.MessageBoxButtons)">
      <summary>
        <para>Displays a message box with the specified text and set of buttons.</para>
      </summary>
      <param name="message">A string, which is the message to be displayed within the message box.</param>
      <param name="buttons">A MessageBoxButtons enumeration value defining buttons to display.</param>
      <returns>A DialogResult enumeration value specifying the user choice.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.HandleException(System.Exception)">
      <summary>
        <para>Shows the message box with details on the specified exception.</para>
      </summary>
      <param name="e">A System.Exception object representing an exception that occurred.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.IgnoreUserModelDiffs">
      <summary>
        <para>Specifies if the user model differences are ignored.</para>
      </summary>
      <value>true, if the user model differences are ignored, otherwise - false.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.WinApplication.IgnoreUserModelDiffsArgName">
      <summary>
        <para>A string specifying the command line argument which prohibits saving the user differences. When this argument is passed, the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.IgnoreUserModelDiffs">WinApplication.IgnoreUserModelDiffs</see> property is set to true.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.IsDelayedDetailViewDataLoadingEnabled">
      <summary>
        <para>For internal use. Use the <see cref="F:DevExpress.ExpressApp.DetailView.UseAsyncLoading">DetailView.UseAsyncLoading</see> field instead of this property.</para>
      </summary>
      <value>true, when the delayed loading is enabled; otherwise, false. The default is false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.LogOff">
      <summary>
        <para>Closes all windows and displays the logon dialog.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.MainWindow">
      <summary>
        <para>Gets the application’s main <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Window"/> object which is the application’s main Window.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.Messaging">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> object, used by the Windows Forms application to display message boxes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Win.Core.Messaging"/> object, used by the Windows Forms application to display message boxes.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.ModelDifferenceFilePath">
      <summary>
        <para>Specifies a path to the directory where the model differences file (Model.xafml) reside.</para>
      </summary>
      <value>A string, which is the path to the directory where the model differences file (Model.xafml) reside.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.WinApplication.ModelDiffsPathArgName">
      <summary>
        <para>A string, which is the command line argument prefix, specifying the model differences directory path. When the argument with this prefix is passed, the remaining part of the argument is set to the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.ModelDifferenceFilePath">WinApplication.ModelDifferenceFilePath</see> property.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinApplication.ModelEditorFormClosed">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.WinApplication.NewVersionServerAppSettingsName">
      <summary>
        <para>Contains the name of the configuration file key, specifying the path to the folder with a new application version.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.RemoveSplash">
      <summary>
        <para>Removes the <see cref="P:DevExpress.ExpressApp.Win.WinApplication.SplashScreen">WinApplication.SplashScreen</see> splash.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.Restart">
      <summary>
        <para>Closes all windows, reinitializes and restarts the Windows Forms application.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.RunSetupInNewThread">
      <summary>
        <para>Manages startup. Refer to the WinApplication.Setup method runs in a separate thread breaking change description for more information.</para>
      </summary>
      <value>true, if the <see href="https://docs.devexpress.com/eXpressAppFramework/113151/data-security-and-safety/security-system/authentication/oauth-and-custom-authentication/customize-the-logon-window">Logon</see> and Main windows are created in the main thread, while the <see cref="M:DevExpress.ExpressApp.XafApplication.Setup"/> method runs in a separate thread; false if the Setup method runs in the main thread.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.SaveModelChanges">
      <summary>
        <para>Saves the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see> changes made by an end-user, up to the current moment, to the storage (Model.User.xafml file, by default).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.SetScrollBarDesktopMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.ShowDetailViewFrom(DevExpress.ExpressApp.Frame)">
      <summary>
        <para>Indicates whether a <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">Views</see> invoked from the specified <see cref="T:DevExpress.ExpressApp.Frame"/> can be displayed in a new <see cref="T:DevExpress.ExpressApp.Window"/>.</para>
      </summary>
      <param name="sourceFrame">The currently active <see cref="T:DevExpress.ExpressApp.Frame"/>, from which a Detail View is going to be invoked.</param>
      <returns>true if a Detail View can be displayed in a new Window; false if a Detail View can be displayed in the specified Frame only.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.ShowViewStrategy">
      <summary>
        <para>Specifies the Show View Strategy used in a Windows Forms application.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Win.WinShowViewStrategyBase"/> object, specifying the Show View Strategy used in a Windows Forms application.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.SplashScreen">
      <summary>
        <para>Specifies the splash screen displayed when a Windows Forms application starts.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Win.ISplash"/> object, which is the splash screen displayed when a Windows Forms application starts.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.Start">
      <summary>
        <para>Starts the Windows Forms application.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.StartOverlayForm(System.Windows.Forms.Control)">
      <summary>
        <para>Executes the <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.StartOverlayForm(System.Windows.Forms.Control)">DXSplashScreen.StartOverlayForm</see> method.</para>
      </summary>
      <param name="control">A control for the Overlay Form to cover.</param>
      <returns>An Overlay Form’s handle. The StartOverlayForm method returns this handle, and the <see cref="M:DevExpress.ExpressApp.Win.WinApplication.StopOverlayForm(DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle)">WinApplication.StopOverlayForm</see> method uses this handle to access and close the form.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.StartSplash">
      <summary>
        <para>Executes the <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Start">DXSplashScreen.Start()</see> method.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.StartSplash(DevExpress.ExpressApp.Win.SplashType)">
      <summary>
        <para>Executes the <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Start(DevExpress.ExpressApp.Win.SplashType)">DXSplashScreen.Start</see> method</para>
      </summary>
      <param name="splashType">A splash form type to be shown.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.StopOverlayForm(DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle)">
      <summary>
        <para>Executes the <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.StopOverlayForm(DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle)">DXSplashScreen.StopOverlayForm</see> method.</para>
      </summary>
      <param name="overlayFormHandle">An Overlay Form’s handle. The <see cref="M:DevExpress.ExpressApp.Win.WinApplication.StartOverlayForm(System.Windows.Forms.Control)">WinApplication.StartOverlayForm</see> method returns this handle, and the StopOverlayForm method uses this handle to access and close the form.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.StopSplash">
      <summary>
        <para>Executes the <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Stop">DXSplashScreen.Stop()</see> method</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.StopSplash(DevExpress.ExpressApp.Win.SplashType)">
      <summary>
        <para>Executes the <see cref="M:DevExpress.ExpressApp.Win.Utils.DXSplashScreen.Stop(DevExpress.ExpressApp.Win.SplashType)">DXSplashScreen.Stop(SplashType)</see> method.</para>
      </summary>
      <param name="splashType">A splash form type to be closed.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.UpdateSplash(System.String,System.String,System.String,System.Object[])">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinApplication.UpdateStatus(System.String,System.String,System.String,System.Object[])">
      <summary>
        <para>Triggers the <see cref="E:DevExpress.ExpressApp.XafApplication.StatusUpdating">XafApplication.StatusUpdating</see> event.</para>
      </summary>
      <param name="context">A string that specifies the current context.</param>
      <param name="title">A string that specifies the status message title.</param>
      <param name="message">A string that specifies the status message.</param>
      <param name="additionalParams">An array of additional parameters associated with the status message.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.UseLightStyle">
      <summary>
        <para>Enables the Light Style in a WinForms application.</para>
      </summary>
      <value>true, if the Light Style is enabled for a WinForms application; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.UseOldTemplates">
      <summary>
        <para>Replaces old templates (MainForm and DetailForm) with new templates in WinForms applications (v14.2+).</para>
      </summary>
      <value>false, if an XAF WinForms application uses new templates; otherwise, true</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.WinApplication.UserDiffsModelLocationKey">
      <summary>
        <para>The name of the configuration file key, which specifies the user differences file location.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.UserModelDifferenceFilePath">
      <summary>
        <para>Specifies the path to the user model differences file.</para>
      </summary>
      <value>A string, specifying the path to the user model differences file.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinApplication.UseSkinSelector">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.WinShowViewStrategyBase">
      <summary>
        <para>An abstract class that serves as the base class for Show View Strategies used in XAF Windows Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.#ctor(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>The constructor which provides basic functionality for the classes derived from the <see cref="T:DevExpress.ExpressApp.Win.WinShowViewStrategyBase"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> descendant object that represents the application that will use the instantiated Show View Strategy.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CloseAllWindows">
      <summary>
        <para>Tries to close all the Windows from the <see cref="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Windows">WinShowViewStrategyBase.Windows</see> collection.</para>
      </summary>
      <returns>true if the Windows have been closed successfully; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomGetImage">
      <summary>
        <para>Occurs before an image is assigned to a WinForms Alert or Toast <see href="https://docs.devexpress.com/eXpressAppFramework/118549/application-shell-and-base-infrastructure/dialogs-and-notifications/text-notifications">Text Notification</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.CustomGetImageForToast">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Dispose">
      <summary>
        <para>Releases all the resources allocated by the current Show View Strategy.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Explorers">
      <summary>
        <para>Gets a list of the application’s Explorer <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Windows</see>.</para>
      </summary>
      <value>A List&lt;<see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>&gt; object representing a list of the application’s Explorer Windows.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Inspectors">
      <summary>
        <para>Gets a list of the application’s Inspector <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Windows</see>.</para>
      </summary>
      <value>A List&lt;<see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>&gt; object representing a list of the application’s Inspector Windows.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.MainWindow">
      <summary>
        <para>Provides access to the application’s main <see cref="T:DevExpress.ExpressApp.Window"/>.</para>
      </summary>
      <value>A Window object that represents the application’s main Window.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.ShowStartupWindow">
      <summary>
        <para>Displays the application’s main <see cref="T:DevExpress.ExpressApp.Window"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.StartupWindowLoad">
      <summary>
        <para>Occurs before the main <see cref="T:DevExpress.ExpressApp.Window"/>‘s form is displayed for the first time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.SvgImageSize">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.UIType">
      <summary>
        <para>Indicaties the UI type provided by a WinShowViewStrategyBase descendant.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.UIType"/> enumeration value specifying the UI type provided by a WinShowViewStrategyBase descendant.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.Windows">
      <summary>
        <para>Provides access to a read-only collection of the application’s <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Windows</see>.</para>
      </summary>
      <value>A ReadOnlyCollection&lt;<see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>&gt; object representing a read-only collection of the application’s Windows.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.WinWindowShowing">
      <summary>
        <para>Occurs before a <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> is displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.WinWindow">
      <summary>
        <para>A <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> used in Windows Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindow.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.TemplateContext,System.Collections.Generic.ICollection{DevExpress.ExpressApp.Controller},System.Boolean,System.Boolean)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> class.</para>
      </summary>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that provides methods and properties to manage the current application. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Frame.Application">Frame.Application</see> property.</param>
      <param name="context">A <see cref="T:DevExpress.ExpressApp.TemplateContext"/> object representing the created Window’s context. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Frame.Context">Frame.Context</see> property.</param>
      <param name="controllers">A ICollection&lt;<see cref="T:DevExpress.ExpressApp.Controller"/>&gt; Controllers collection.</param>
      <param name="isMain">true if the created Window is main; otherwise, false. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Window.IsMain">Window.IsMain</see> property.</param>
      <param name="activateControllersImmediately">true if Controllers are created immediately after the Window has been created and before the Window’s <see cref="P:DevExpress.ExpressApp.Window.Template">Window.Template</see> is created; false if Controllers are created after the Window’s <see cref="P:DevExpress.ExpressApp.Window.Template">Window.Template</see> has been created.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindow.CanClose">
      <summary>
        <para>Determines whether the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> can be closed.</para>
      </summary>
      <returns>true if the current Window can be closed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindow.Close(System.Boolean)">
      <summary>
        <para>Closes the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see>.</para>
      </summary>
      <param name="isForceRefresh">This parameter has no effect in the WinWindow‘s implementation of the Close method.</param>
      <returns>true, if the WinWindow has been successfully closed; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinWindow.Closed">
      <summary>
        <para>Occurs when the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see> is closed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinWindow.Closing">
      <summary>
        <para>Occurs when the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see> is about to be closed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinWindow.CustomHandleExceptionOnClosing">
      <summary>
        <para>Occurs when an exception is triggered while the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> is being closed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinWindow.Form">
      <summary>
        <para>Provides access to the form that is the current <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> in a UI.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.Form"/> object that is the current Window in a UI.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinWindow.IsClosing">
      <summary>
        <para>Indicates whether the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> is currently being closed.</para>
      </summary>
      <value>true, if the Window is currently being closed; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinWindow.KeyDown">
      <summary>
        <para>Occurs when a key is pressed while the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see> has focus.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinWindow.KeyUp">
      <summary>
        <para>Occurs when a key is released while the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see> has focus.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinWindow.LastActiveExplorer">
      <summary>
        <para>Provides access to the last active explorer <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.Form"/> object that is the last active explorer Window.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Win.WinWindow.QueryDefaultFormIcon">
      <summary>
        <para>Occurs before assigning default icons to the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s Template.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindow.Show">
      <summary>
        <para>Displays and focuses the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindow.ShowDialog">
      <summary>
        <para>Shows the <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/>‘s <see cref="P:DevExpress.ExpressApp.Win.WinWindow.Form">WinWindow.Form</see> as a modal dialog box with the currently active window set as its owner.</para>
      </summary>
      <returns>A  System.Windows.Forms.DialogResult enumeration value, indicating the return value of the dialog box.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindow.ShowDialog(System.Windows.Forms.IWin32Window)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs">
      <summary>
        <para>Arguments, passed to the <see cref="E:DevExpress.ExpressApp.Win.WinShowViewStrategyBase.WinWindowShowing">WinShowViewStrategyBase.WinWindowShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.#ctor(DevExpress.ExpressApp.Win.WinWindow,System.Windows.Forms.Form,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.#ctor(DevExpress.ExpressApp.Win.WinWindow,System.Windows.Forms.Form)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.Form">
      <summary>
        <para>Gets the Form to be displayed.</para>
      </summary>
      <value>A Form object specifying a window.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.IsModal">
      <summary>
        <para>Gets a value indicating whether or not the <see cref="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.Form">WinWindowShowingEventArgs.Form</see> is displayed modally.</para>
      </summary>
      <value>true, if the form is modal; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Win.WinWindowShowingEventArgs.Window">
      <summary>
        <para>Gets a <see cref="T:DevExpress.ExpressApp.Win.WinWindow"/> to be displayed.</para>
      </summary>
      <value>A WinWindow to be displayed.</value>
    </member>
  </members>
</doc>