﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.ExpressApp.Web.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.ExpressApp.Actions">
      <summary>
        <para>Contains classes that provide the <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Actions</see> component of the eXpressApp Framemework infrastructure.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions">
      <summary>
        <para>Provides extension methods providing client script support for the <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Actions</see> in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.GetClientScript(DevExpress.ExpressApp.Actions.ISupportClientScripts)">
      <summary>
        <para>Returns the custom JavaScript code the <see cref="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.SetClientScript(DevExpress.ExpressApp.Actions.ISupportClientScripts,System.String,System.Boolean)">SetClientScript</see> method assigned to the current <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>. Returns null if no custom code was assigned.</para>
      </summary>
      <param name="action">An ISupportClientScript object that specifies an Action.</param>
      <returns>A string that specifies the JavaScript code the <see cref="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.SetClientScript(DevExpress.ExpressApp.Actions.ISupportClientScripts,System.String,System.Boolean)">SetClientScript</see> method assigned to the current <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.GetProcessOnServer(DevExpress.ExpressApp.Actions.ISupportClientScripts)">
      <summary>
        <para>Determines if the current <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see> should be processed on the server.</para>
      </summary>
      <param name="action">An ISupportClientScript object specifying an Action.</param>
      <returns>true, if the Action should be processed on the server in addition to the JavaScript execution; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.SetClientScript(DevExpress.ExpressApp.Actions.ISupportClientScripts,System.String,System.Boolean)">
      <summary>
        <para>Assigns a JavaScript code to the current <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>. This code is executed in a browser when a user clicks the Action.</para>
      </summary>
      <param name="action">An ISupportClientScript object specifying an Action.</param>
      <param name="script">A string specifying the JavaScript code to be executed when a user clicks the current Action.</param>
      <param name="processOnServer">true, if the Action should be processed on the server in addition to the JavaScript execution; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.SetClientScript(DevExpress.ExpressApp.Actions.ISupportClientScripts,System.String)">
      <summary>
        <para>Assigns a JavaScript code to the current <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>. This code is executed in a browser when a user clicks the Action.</para>
      </summary>
      <param name="action">An ISupportClientScript object specifying an Action.</param>
      <param name="script">A string specifying the JavaScript code to be executed when a user clicks the current Action.</param>
    </member>
    <member name="N:DevExpress.ExpressApp.Web">
      <summary>
        <para>Contains interfaces and classes that are specific to XAF ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Web.Controls">
      <summary>
        <para>Contains XAF-specific controls used in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Controls.AboutInfoControl">
      <summary>
        <para>A control that provides information on the current application in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.AboutInfoControl.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Web.Controls.AboutInfoControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CustomizePopupControl">XafPopupWindowControl.CustomizePopupControl</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs.#ctor(DevExpress.Web.ASPxPopupControl,DevExpress.ExpressApp.Frame)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs"/> class.</para>
      </summary>
      <param name="popupControl">An <see cref="T:DevExpress.Web.ASPxPopupControl"/> control used to display the popup windows in ASP.NET Web Forms applications.</param>
      <param name="popupFrame">An <see cref="T:DevExpress.ExpressApp.Frame"/> object used to display the popup windows in ASP.NET Web Forms applications.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs.#ctor(DevExpress.Web.ASPxPopupControl)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs.PopupControl">
      <summary>
        <para>Gets a control used to display the popup windows in ASP.NET Web Forms applications.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxPopupControl"/> control used to display the popup windows in the ASP.NET Web Forms applications.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs.PopupFrame">
      <summary>
        <para>Gets a frame used to display the popup windows in ASP.NET Web Forms applications.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Frame"/> object used to display the popup windows in ASP.NET Web Forms applications.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CustomizePopupWindowSize">XafPopupWindowControl.CustomizePopupWindowSize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.#ctor(System.String,DevExpress.ExpressApp.Web.Controls.PopupTemplateType,DevExpress.ExpressApp.Web.Controls.ShowPopupMode,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs"/> class.</para>
      </summary>
      <param name="contentUrl">The String which is the content URL.</param>
      <param name="popupTemplateType">A PopupTemplateType enumeration value specifying the template for the pop-up window display in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</param>
      <param name="showPopupMode">A ShowPopupMode enumeration value specifying the transition for the pop-up window in the new web UI.</param>
      <param name="width">An Unit value which is the width of the pop-up window in pixels or percents.</param>
      <param name="height">An Unit value which is the height of the pop-up window in pixels or percents.</param>
      <param name="sourceFrame">Refers to a <see cref="T:DevExpress.ExpressApp.Frame"/> object, from which the pop-up window is invoked.</param>
      <param name="popupFrame">Refers to a <see cref="T:DevExpress.ExpressApp.Frame"/> object, which will be shown in the target pop-up window.</param>
      <param name="showViewSource">A <see cref="T:DevExpress.ExpressApp.ShowViewSource"/> object containing a set of parameters that specify the context from which the <see cref="M:DevExpress.ExpressApp.ShowViewStrategyBase.ShowView(DevExpress.ExpressApp.ShowViewParameters,DevExpress.ExpressApp.ShowViewSource)">ShowViewStrategyBase.ShowView</see> method has been invoked.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.#ctor(System.String)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs"/> class.</para>
      </summary>
      <param name="contentUrl">The String which is the content URL.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.ContentUrl">
      <summary>
        <para>Specifies the Uniform Resource Locator of the content.</para>
      </summary>
      <value>A string specifying the Uniform Resource Locator of the content.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.FindPopupWindow(DevExpress.ExpressApp.Web.WebApplication)">
      <summary>
        <para>Returns a specified popup window in the current ASP.NET Web Forms application.</para>
      </summary>
      <param name="application">A <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> object which provides access to windows.</param>
      <returns>A <see cref="T:DevExpress.ExpressApp.Web.PopupWindow"/> object representing the pop-up window in the ASP.NET Web Forms application.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.Height">
      <summary>
        <para>Specifies the height of the popup window in the ASP.NET Web Forms applications.</para>
      </summary>
      <value>An Unit structure which is the height of the popup window in pixels or percents.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.PopupFrame">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Frame</see> which will arranged in a target popup window.</para>
      </summary>
      <value>The Frame object which will arranged in a target popup window.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.PopupTemplateType">
      <summary>
        <para>Specifies the template for the pop-up window display in the ASP.NET Web Forms applications with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>A PopupTemplateType enumeration value specifying the template for the popup window display in the new web UI.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.ShowPopupMode">
      <summary>
        <para>Specifies the transition for the popup window in the ASP.NET Web Forms applications with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>A ShowPopupMode enumeration value specifying the transition for the popup window in the new web UI.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.ShowViewSource">
      <summary>
        <para>Returns an object containing a set of parameters that specify the context from which the <see cref="M:DevExpress.ExpressApp.ShowViewStrategyBase.ShowView(DevExpress.ExpressApp.ShowViewParameters,DevExpress.ExpressApp.ShowViewSource)">ShowViewStrategyBase.ShowView</see> method has been invoked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.ShowViewSource"/> object containing a set of parameters that specify the context from which the ShowView method has been invoked.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.Size">
      <summary>
        <para>Specifies the size of a popup window in the ASP.NET Web Forms applications.</para>
      </summary>
      <value>A Size structure which describes the size of a popup window.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.SourceFrame">
      <summary>
        <para>Returns a <see cref="T:DevExpress.ExpressApp.Frame"/> object, from which the popup window is invoked.</para>
      </summary>
      <value>A Frame object, from which the popup window is invoked.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs.Width">
      <summary>
        <para>Specifies the width of a popup window in the ASP.NET Web Forms applications.</para>
      </summary>
      <value>An Unit value which is the width of the popup window in pixels or percents.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Controls.PopupTemplateType">
      <summary>
        <para>Contains values specifying a template for the pop-up window in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Controls.PopupTemplateType.ByDefault">
      <summary>
        <para>Specifies that the pop-up window will use the default <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">template</see> in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>. The default template is set in the static XafPopupWindowControl.PopupTemplateType property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Controls.PopupTemplateType.Dialog">
      <summary>
        <para>Specifies that the pop-up window will open using the DialogTemplateContentNew <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">template</see> in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Controls.PopupTemplateType.FindDialog">
      <summary>
        <para>Specifies that the pop-up window will open using the FindDialogTemplateContentNew <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">template</see> in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Controls.ShowPopupMode">
      <summary>
        <para>Contains values specifying a transition for the pop-up window in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Controls.ShowPopupMode.ByDefault">
      <summary>
        <para>Specifies that the pop-up window will open with the default transition in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>. The default transition is set in the static XafPopupWindowControl.ShowPopupMode property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Controls.ShowPopupMode.Centered">
      <summary>
        <para>Specifies that the pop-up window will open in the center of the browser window in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Controls.ShowPopupMode.Slide">
      <summary>
        <para>Specifies that the pop-up window will slide from the right bottom of the browser window in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl">
      <summary>
        <para>A control that manages the <see cref="T:DevExpress.Web.ASPxPopupControl"/> used to display popup windows in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CreatePopupControlMarkup(System.String,System.Boolean,System.Boolean,DevExpress.ExpressApp.Web.ClientServerInfo,DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CreatePopupControlMarkup(System.String,System.Boolean,System.Boolean,System.String,DevExpress.ExpressApp.Web.ClientServerInfo,DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.Frame,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CreatePopupControlMarkup(System.String,System.Boolean,System.Boolean,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CreatePopupControlMarkup(System.String,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CustomizePopupControl">
      <summary>
        <para>Occurs before the popup window is shown in the ASP.NET Web Forms application and after the <see cref="E:DevExpress.ExpressApp.Actions.PopupWindowShowAction.CustomizePopupWindowParams">PopupWindowShowAction.CustomizePopupWindowParams</see> event is executed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CustomizePopupWindowSize">
      <summary>
        <para>Occurs before the popup window is shown in the ASP.NET Web Forms application.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.DefaultHeight">
      <summary>
        <para>Specifies the default height of the popup windows in the ASP.NET Web Forms application with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>An Unit structure which is the height of the popup window in pixels or percents.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.DefaultWidth">
      <summary>
        <para>Specifies the default width of the popup windows in the ASP.NET Web Forms application with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>An Unit value which is the width of the pop-up window in pixels or percents.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.IsAutoHeightEnabled">
      <summary>
        <para>Indicates whether the window height is calculated and set automatically.</para>
      </summary>
      <value>true, if the window height is calculated and set automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.PopupTemplateType">
      <summary>
        <para>Specifies the default <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">template</see> for the pop-up windows in ASP.NET Web Forms applications with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.Controls.PopupTemplateType"/> enumeration value which specifies a template for the pop-up windows.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.ShowPopupMode">
      <summary>
        <para>Specifies the default transition for the popup windows in the ASP.NET Web Forms applications with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.Controls.ShowPopupMode"/> enumeration value which specifies a default transition for the popup windows.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.WrapperPanel">
      <summary>
        <para>Gets a wrapper of the panel of the current control.</para>
      </summary>
      <value>A Panel value which is a wrapper of the panel of the current control.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.ControlsCreatingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.ExpressApp.Web.WebApplication.ControlsCreating">WebApplication.ControlsCreating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ControlsCreatingEventArgs.#ctor(System.Web.UI.Page)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.ControlsCreatingEventArgs"/> class.</para>
      </summary>
      <param name="page">A Page object, specifying the Web Forms page.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.ControlsCreatingEventArgs.Page">
      <summary>
        <para>Gets the Web Forms page.</para>
      </summary>
      <value>A Page object, specifying the Web Forms page.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.ErrorHandling.CustomSendErrorNotification">ErrorHandling.CustomSendErrorNotification</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs.#ctor(System.String,System.String,System.String,System.String,System.String,System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs"/> class.</para>
      </summary>
      <param name="errorId">A string representing the identifier of the error that occurred.</param>
      <param name="errorText">A string representing the text of the error message.</param>
      <param name="errorDetails">A string representing the complete error description, including the request details, loaded assemblies, last trace entries, etc.</param>
      <param name="messageSubject">A string representing the subject of the error notification message.</param>
      <param name="messageBody">A string representing the body of the error notification message.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object corresponding to the error that occurred.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs.ErrorDetails">
      <summary>
        <para>Gets the complete error description, including the request details, loaded assemblies, last trace entries, etc.</para>
      </summary>
      <value>A string representing the complete error description, including the request details, loaded assemblies, last trace entries, etc.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs.ErrorId">
      <summary>
        <para>Gets the identifier of the error that occurred.</para>
      </summary>
      <value>A string representing the identifier of the error that occurred.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs.ErrorText">
      <summary>
        <para>Gets the text of the error message.</para>
      </summary>
      <value>A string representing the text of the error message.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs.Exception">
      <summary>
        <para>Gets the exception that occurred.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> object corresponding to the error that occurred.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs.MessageBody">
      <summary>
        <para>Gets the body of the error notification message.</para>
      </summary>
      <value>A string representing the body of the error notification message.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs.MessageSubject">
      <summary>
        <para>Gets the subject of the error notification message.</para>
      </summary>
      <value>A string representing the subject of the error notification message.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.CustomSendMailMessageEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.ErrorHandling.CustomSendMailMessage">ErrorHandling.CustomSendMailMessage</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.CustomSendMailMessageEventArgs.#ctor(DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs,System.Net.Mail.SmtpClient,System.Net.Mail.MailMessage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.CustomSendMailMessageEventArgs"/> class.</para>
      </summary>
      <param name="baseArgs">A <see cref="T:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs"/> object representing the <see cref="E:DevExpress.ExpressApp.Web.ErrorHandling.CustomSendErrorNotification">ErrorHandling.CustomSendErrorNotification</see> event arguments. As the <see cref="T:DevExpress.ExpressApp.Web.CustomSendMailMessageEventArgs"/> class is inherited from the CustomSendErrorNotificationEventArgs, these arguments are required for initialization.</param>
      <param name="smtp">A <see cref="T:System.Net.Mail.SmtpClient"/> object, providing the ability to send e-mail using the Simple Mail Transfer Protocol (SMTP).</param>
      <param name="mailMessage">A <see cref="T:System.Net.Mail.MailMessage"/> object representing an error notification e-mail message that can be sent using the SmtpClient object.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendMailMessageEventArgs.MailMessage">
      <summary>
        <para>Gets the error notification e-mail message.</para>
      </summary>
      <value>A <see cref="T:System.Net.Mail.MailMessage"/> object, representing an error notification e-mail message that can be sent using the SmtpClient object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.CustomSendMailMessageEventArgs.Smtp">
      <summary>
        <para>Gets an SmtpClient providing the ability to send e-mail by using the Simple Mail Transfer Protocol (SMTP).</para>
      </summary>
      <value>A <see cref="T:System.Net.Mail.SmtpClient"/> object, providing the ability to send e-mail by using the SMTP.</value>
    </member>
    <member name="N:DevExpress.ExpressApp.Web.Editors">
      <summary>
        <para>Contains interfaces and base classes for ASP.NET Web Forms Property Editors used in the eXpressApp Framework, to display business object properties in a UI.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Web.Editors.ASPx">
      <summary>
        <para>Contains ASP.NET Web Forms Property Editors used in the eXpressApp Framework, to display business object properties in a UI.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> used by default in XAF ASP.NET Web 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.Web.Editors.ASPx.ASPxGridListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/> class.</para>
      </summary>
      <param name="info">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.Web.Editors.ASPx.ASPxGridListEditor.AllowFilterControlHierarchy">
      <summary>
        <para>Specifies whether or not the Filter Builder dialog shows the properties hierarchy.</para>
      </summary>
      <value>true, if the Filter Builder dialog shows the properties hierarchy; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.ApplyModel">
      <summary>
        <para>Updates the current List Editor’s state in accordance with the information stored in the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.ASPxGridViewExporter">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> control used to export the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see> control’s data.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> control used to export the grid control data.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.BeginUpdateSelection">
      <summary>
        <para>Begins updating the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s selection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CanManageFilterExpressionDisplayText">
      <summary>
        <para>Specifies if the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/> List Editor updates the filter string displayed within the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>, in order to localize the text.</para>
      </summary>
      <value>true, if the ASPxGridListEditor updates the filter string displayed within the filter bar; otherwise - false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CanSelectRows">
      <summary>
        <para>Indicates whether the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s rows can be selected in a UI.</para>
      </summary>
      <value>true if it is possible to select ASPxGridListEditor‘s rows in a UI; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Columns">
      <summary>
        <para>Provides access to a collection of objects representing the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s columns.</para>
      </summary>
      <value>An IList&lt;ColumnWrapper&gt; object representing a collection of <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s column wrappers.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.ContextMenuTemplate">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘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.Web.Editors.ASPx.ASPxGridListEditor.ControlInitialized">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomDataItemTemplate">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate">GridViewDataColumn.DataItemTemplate</see> is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomEditItemTemplate">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.Web.GridViewDataColumn.EditItemTemplate">GridViewDataColumn.EditItemTemplate</see> is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomGridViewDataColumn">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/AspNet/3700/components/grid-view/concepts/data-representation-basics/columns/data-columns">data column</see> is created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CustomHandleAutoFilterCellEditor">
      <summary>
        <para>Occurs before a filter row cell is set up when the <see cref="E:DevExpress.Web.ASPxGridView.AutoFilterCellEditorCreate">ASPxGridView.AutoFilterCellEditorCreate</see> event is raised.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CustomizeAppearance">
      <summary>
        <para>Occurs before the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see>‘s cell has been repainted in a UI. Enables the appearance settings of individual cells to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CustomizeAutoFilterCellEditor">
      <summary>
        <para>Occurs after a filter row cell is set up when the <see cref="E:DevExpress.Web.ASPxGridView.AutoFilterCellEditorCreate">ASPxGridView.AutoFilterCellEditorCreate</see> event is raised.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CustomizeEnabled">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CustomizeGridViewDataColumn">
      <summary>
        <para>Occurs after the data column is created, before it is added to the grid control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.DetailFramesManager">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.EnableGroupTemplate">
      <summary>
        <para>Specifies whether to use an XAF group template for a group row.</para>
      </summary>
      <value>true, if the XAF group template is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.EndCallbackHandlers">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.EndUpdateSelection">
      <summary>
        <para>Ends updating the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s selection.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.FilterControlColumnsCreated">
      <summary>
        <para>Occurs after all filter control columns have been created.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.FocusedObject">
      <summary>
        <para>Gets the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s focused object.</para>
      </summary>
      <value>The focused object.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetContainerId(System.Web.UI.Control,System.String)">
      <summary>
        <para>This method is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetControlSelectedObjects">
      <summary>
        <para>Returns a list of objects selected in the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see> control.</para>
      </summary>
      <returns>An IList&lt;object&gt; list of objects selected in the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetIndexByObject(System.Object)">
      <summary>
        <para>Returns the index of an object that represents a <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see>‘s row.</para>
      </summary>
      <param name="obj">An object that represents a Grid‘s row.</param>
      <returns>An index of an object that represents a Grid‘s row.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetObject(System.Web.UI.Control)">
      <summary>
        <para>This method is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetObjectByIndex(System.Int32)">
      <summary>
        <para>Returns an object that represents the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see>‘s row with the specified index.</para>
      </summary>
      <param name="index">The index of a Grid‘s row.</param>
      <returns>An object that represents the Grid‘s row with the specified index.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetOrderedObjects">
      <summary>
        <para>Returns an ordered list of objects that represent the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see>‘s rows.</para>
      </summary>
      <returns>An ordered list of objects that represent the Grid‘s rows.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetTestableControls">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">
      <summary>
        <para>Gets the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridView"/> object that is the ASPxGridListEditor‘s control.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GroupSummary">
      <summary>
        <para>Holds the GroupSummary property’s name 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.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.IsAdaptive">
      <summary>
        <para>Specifies whether or not the adaptive and responsive layout is enabled for the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see> control.</para>
      </summary>
      <value>true, if the adaptive and responsive layout is enabled, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.IsBatchMode">
      <summary>
        <para>Gets a boolean value which indicates whether or not the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see> control is in the <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">Batch Edit Mode</see>.</para>
      </summary>
      <value>true, if the batch mode is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.IsFooterVisible">
      <summary>
        <para>Specifies whether the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s footer is visible.</para>
      </summary>
      <value>true, if the footer is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.MaxFilterControlHierarchyDepth">
      <summary>
        <para>Specifies a column’s max hierarchy depth level that can be displayed by the filter dialog when the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.AllowFilterControlHierarchy">ASPxGridListEditor.AllowFilterControlHierarchy</see> property is set to true.</para>
      </summary>
      <value>An integer value specifying the depth level.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.NewItemRowPosition">
      <summary>
        <para>Gets or sets the position of the new item row within the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</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 NewItemRowPosition 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.Web.Editors.ASPx.ASPxGridListEditor.NewObject">
      <summary>
        <para>Holds the object that has been created via the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s new item row, but has not been persisted yet.</para>
      </summary>
      <value>An object that has been created via the ASPxGridListEditor‘s new item row, but has not been persisted yet.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.OnExporting">
      <summary>
        <para>Performs the required pre-export actions under the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Printable">
      <summary>
        <para>Specifies the control to be exported via the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.ExportAction">ExportController.ExportAction</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.XtraPrinting.IPrintable"/> object that is the control used for exporting. The default value is an <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> object.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.PrintableChanged">
      <summary>
        <para>Occurs when the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s control is created and disposed of.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.ProcessCallbackComplete">
      <summary>
        <para>Re-binds the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s control to its data source after a callback has been completed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Refresh">
      <summary>
        <para>Refreshes the bound data source of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.RegisterCallbackStartupScript">
      <summary>
        <para>This event is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.RemoveColumn(DevExpress.ExpressApp.Editors.ColumnWrapper)">
      <summary>
        <para>Removes a particular column from the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
      <param name="columnWrapper">A ColumnWrapper object that specifies  the column to remove.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.RemoveColumn(DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Removes a particular column from the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that specifies a <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see>.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.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.Web.Editors.ASPx.ASPxGridListEditor.SelectionType">
      <summary>
        <para>Returns the selection type supported by the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</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.Web.Editors.ASPx.ASPxGridListEditor.SetControlSelectedObjects(System.Collections.Generic.IList{System.Object})">
      <summary>
        <para>Changes the selection in the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see> control.</para>
      </summary>
      <param name="objects">An IList&lt;object&gt; a list of objects to be selected in the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">ASPxGridListEditor.Grid</see> control.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Performs additional initialization of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</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.Web.Editors.ASPx.ASPxGridListEditor.SupportedExportFormats">
      <summary>
        <para>Provides access to the list of export formats supported by the current ASPxGridListEditor.</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="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.TestableControlsCreated">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.TestControlType">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A TestControlType enumeration value representing the type of a test control used for the current ASPxGridListEditor.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.UnselectAll">
      <summary>
        <para>Unselects all objects in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.UnselectRowByKey(System.Object)">
      <summary>
        <para>Unselects a specified object in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
      <param name="key">An object specifying the identifier of the object to unselect.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.UseASPxGridViewDataSpecificColumns">
      <summary>
        <para>Specifies if the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/> uses the <see href="https://docs.devexpress.com/AspNet/3700/components/grid-view/concepts/data-representation-basics/columns/data-columns">data-specific column types</see> for <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>true, if the data-specific column types are used for data cells; otherwise - false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.UseProtectedContentColumn">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer">
      <summary>
        <para>Wraps the <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonInitialize">ASPxGridView.CustomButtonInitialize</see> event arguments for use in the <see cref="E:DevExpress.ExpressApp.Actions.ActionBase.CustomizeControl">ActionBase.CustomizeControl</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.#ctor(DevExpress.Web.ASPxGridViewCustomButtonEventArgs)">
      <summary>
        <para>Creates an <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer"/> and initializes its property by specified value.</para>
      </summary>
      <param name="args">An <see cref="T:DevExpress.Web.ASPxGridViewCustomButtonEventArgs"/> object that represents <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonInitialize">ASPxGridView.CustomButtonInitialize</see> event arguments.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.ActionId">
      <summary>
        <para>Gets the action’s identifier.</para>
      </summary>
      <value>A string that specifies the action’s identifier.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.ButtonID">
      <summary>
        <para>Gets the processed custom button’s identifier.</para>
      </summary>
      <value>A string that specifies the value of the button’s <see cref="P:DevExpress.Web.GridCustomCommandButton.ID">GridCustomCommandButton.ID</see> property.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.CellType">
      <summary>
        <para>Gets a value that specifies in which row a custom button is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewTableCommandCellType"/> enumeration value that specifies in which row a custom button is displayed.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.Column">
      <summary>
        <para>Gets a command column which owns the processed custom button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column which owns the processed custom button.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.ConfirmationMessage">
      <summary>
        <para>Gets or sets the confirmation message displayed when an end-user executes an <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see></para>
      </summary>
      <value>A string containing the current Action’s confirmation message.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.CurrentObject">
      <summary>
        <para>Gets the current grid object.</para>
      </summary>
      <value>An Object value which represent the current grid object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.Enabled">
      <summary>
        <para>Gets or sets a value that specifies whether the processed custom button is enabled.</para>
      </summary>
      <value>true, to enable the button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.Grid">
      <summary>
        <para>Gets the Grid View that owns the command column which owns the processed custom button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the command column which owns the processed custom button.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.Image">
      <summary>
        <para>Gets the settings of an image displayed within the processed custom button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.IsEditingRow">
      <summary>
        <para>Gets whether a custom button is displayed within the data row currently being edited.</para>
      </summary>
      <value>true, if the processed custom button is displayed within the row currently being edited; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.RenderMode">
      <summary>
        <para>Specifies the processed custom command button’s render mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.Styles">
      <summary>
        <para>Gets the processed custom button’s style.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.Text">
      <summary>
        <para>Gets or sets the processed custom button’s text.</para>
      </summary>
      <value>A string that specifies the button’s text.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.ToolTip">
      <summary>
        <para>Gets or sets the command button image’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text of the current command button image’s tooltip.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.Visible">
      <summary>
        <para>Gets or sets whether the processed custom button is visible.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.VisibleIndex">
      <summary>
        <para>Gets the visible index of a data item which contains the processed custom button.</para>
      </summary>
      <value>An integer value that identifies the data item by its visible index.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxPropertyEditor">
      <summary>
        <para>The base class for Property Editors that use controls inherited from <see cref="T:DevExpress.Web.ASPxEditBase"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomDataItemTemplateEventArgs">
      <summary>
        <para>Specifies arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomDataItemTemplate">ASPxGridListEditor.CreateCustomDataItemTemplate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomDataItemTemplateEventArgs.#ctor(DevExpress.ExpressApp.Model.IModelColumn,DevExpress.ExpressApp.Web.Editors.ASPx.IDataItemTemplateInfoProvider)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomDataItemTemplateEventArgs"/> class.</para>
      </summary>
      <param name="modelColumn">An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</param>
      <param name="dataItemTemplateInfoProvider">An IDataItemTemplateInfoProvider object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate">GridViewDataColumn.DataItemTemplate</see>.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomDataItemTemplateEventArgs.CreateDefaultDataItemTemplate">
      <summary>
        <para>Specifies if the default data item template should be created.</para>
      </summary>
      <value>true, if the default data item template should be created; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomEditItemTemplateEventArgs">
      <summary>
        <para>Specifies arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomEditItemTemplate">ASPxGridListEditor.CreateCustomEditItemTemplate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomEditItemTemplateEventArgs.#ctor(DevExpress.ExpressApp.Model.IModelColumn,DevExpress.ExpressApp.Web.Editors.ASPx.IDataItemTemplateInfoProvider)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomEditItemTemplateEventArgs"/> class.</para>
      </summary>
      <param name="modelColumn">An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</param>
      <param name="dataItemTemplateInfoProvider">An IDataItemTemplateInfoProvider object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate">GridViewDataColumn.DataItemTemplate</see>.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomGridViewDataColumnEventArgs">
      <summary>
        <para>Specifies arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomGridViewDataColumn">ASPxGridListEditor.CreateCustomGridViewDataColumn</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomGridViewDataColumnEventArgs.#ctor(DevExpress.ExpressApp.Model.IModelColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomGridViewDataColumnEventArgs"/> class.</para>
      </summary>
      <param name="modelColumn">An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomGridViewDataColumnEventArgs.Column">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/3700/components/grid-view/concepts/data-representation-basics/columns/data-columns">data column</see>.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.GridViewColumn"/> object that specifies the data column.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomGridViewDataColumnEventArgs.GridViewDataColumnInfo">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/3700/components/grid-view/concepts/data-representation-basics/columns/data-columns">data column</see> info.</para>
      </summary>
      <value>An IColumnInfo object that specifies the data column info.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomGridViewDataColumnEventArgs.ModelColumn">
      <summary>
        <para>Gets the Application Model settings of the column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomItemTemplateEventArgs">
      <summary>
        <para>An abstract base class for <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomDataItemTemplateEventArgs"/> and <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomEditItemTemplateEventArgs"/> classes that specify arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomDataItemTemplate">ASPxGridListEditor.CreateCustomDataItemTemplate</see> and <see cref="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomEditItemTemplate">ASPxGridListEditor.CreateCustomEditItemTemplate</see> events, respectively.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomItemTemplateEventArgs.#ctor(DevExpress.ExpressApp.Model.IModelColumn,DevExpress.ExpressApp.Web.Editors.ASPx.IDataItemTemplateInfoProvider)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomItemTemplateEventArgs"/> class.</para>
      </summary>
      <param name="modelColumn">An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</param>
      <param name="dataItemTemplateInfoProvider">An IDataItemTemplateInfoProvider object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate">GridViewDataColumn.DataItemTemplate</see>.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomItemTemplateEventArgs.DataItemTemplateInfoProvider">
      <summary>
        <para>Gets the object that provides info on the <see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate">GridViewDataColumn.DataItemTemplate</see>.</para>
      </summary>
      <value>An IDataItemTemplateInfoProvider object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate">GridViewDataColumn.DataItemTemplate</see>.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomItemTemplateEventArgs.ModelColumn">
      <summary>
        <para>Gets the Application Model settings of the column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CreateCustomItemTemplateEventArgs.Template">
      <summary>
        <para>Specifies a template that is used to display a <see href="https://docs.devexpress.com/AspNet/3700/components/grid-view/concepts/data-representation-basics/columns/data-columns">data cell</see> or <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see>.</para>
      </summary>
      <value>An ITemplate</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.CustomizeGridViewDataColumnEventArgs">
      <summary>
        <para>Specifies arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CustomizeGridViewDataColumn">ASPxGridListEditor.CustomizeGridViewDataColumn</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.CustomizeGridViewDataColumnEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,DevExpress.ExpressApp.Model.IModelColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.CustomizeGridViewDataColumnEventArgs"/> class.</para>
      </summary>
      <param name="column">The <see cref="T:DevExpress.Web.GridViewColumn"/> object that specifies the data column.</param>
      <param name="modelColumn">An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CustomizeGridViewDataColumnEventArgs.Column">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3700/components/grid-view/concepts/data-representation-basics/columns/data-columns">data column</see>.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.GridViewColumn"/> object that specifies the data column.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.CustomizeGridViewDataColumnEventArgs.ModelColumn">
      <summary>
        <para>Gets the Application Model settings of the column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> object that specifies the Application Model settings of the column.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor">
      <summary>
        <para>Represents the base class for complex built-in grid-like ASP.NET Web Forms <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.#ctor(DevExpress.ExpressApp.Model.IModelListView)">
      <summary>
        <para>Creates and initializes an instance of the ComplexWebListEditor descendant.</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.Web.Editors.ComplexWebListEditor.BreakLinksToControls">
      <summary>
        <para>Removes references to the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s control and its event handlers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.CanSelectRows">
      <summary>
        <para>Indicates whether the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s rows can be selected in a UI.</para>
      </summary>
      <value>true, if it is possible to select the ComplexWebListEditor‘s rows in a UI; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.ClearTemporarySelectedObject">
      <summary>
        <para>This method is intended for internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.CommitChanges">
      <summary>
        <para>This event is intended for internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.CustomCreateCellControl">
      <summary>
        <para>Occurs when a control is created for the list editor cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.Dispose">
      <summary>
        <para>Releases all resources used by the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.FindPropertyEditor(DevExpress.ExpressApp.Model.IModelMemberViewItem,DevExpress.ExpressApp.Editors.ViewEditMode)">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s Property Editor, corresponding to the specified <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s node.</para>
      </summary>
      <param name="modelViewItem">An <see cref="T:DevExpress.ExpressApp.Model.IModelMemberViewItem"/> object, representing the Application Model’s node, corresponding to the required Property Editor.</param>
      <param name="viewEditMode">A <see cref="T:DevExpress.ExpressApp.Editors.ViewEditMode"/> enumeration value that specify the display mode.</param>
      <returns>A <see cref="T:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor"/>, corresponding to the specified Application Model’s node.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.FindPropertyEditor(System.String,DevExpress.ExpressApp.Editors.ViewEditMode)">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s Property Editor, representing a particular property.</para>
      </summary>
      <param name="propertyName">A string holding the name of the required property.</param>
      <param name="viewEditMode">A <see cref="T:DevExpress.ExpressApp.Editors.ViewEditMode"/> enumeration value that specify the display mode.</param>
      <returns>A <see cref="T:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor"/> representing the specified property.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.GetControlSelectedObjects">
      <summary>
        <para>Returns a list of objects selected in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s control.</para>
      </summary>
      <returns>An IList&lt;object&gt; list of objects selected in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.GetSelectedObjects">
      <summary>
        <para>Provides access to the collection of objects that are currently selected in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s control.</para>
      </summary>
      <returns>A list of the selected objects.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.Items">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s Property Editors.</para>
      </summary>
      <value>An IList&lt;<see cref="T:DevExpress.ExpressApp.Editors.ViewItem"/>&gt; object representing a collection of the ComplexWebListEditor‘s Property Editors.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.ProcessCallbackComplete">
      <summary>
        <para>Updates the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/> after a callback has been completed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.PropertyEditors">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.Refresh">
      <summary>
        <para>Refreshes the bound data source of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.SetControlSelectedObjects(System.Collections.Generic.IList{System.Object})">
      <summary>
        <para>Changes the selection in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s control.</para>
      </summary>
      <param name="objects">An IList&lt;object&gt; list of objects to be selected in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>‘s control.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.SetTemporarySelectedObject(System.Object)">
      <summary>
        <para>This method is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Performs additional initialization of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor"/>.</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="T:DevExpress.ExpressApp.Web.Editors.IModelCustomUserControlViewItemWeb">
      <summary>
        <para>The CustomUserControlViewItemWeb node defines a View Item that displays a ASP.NET Web Forms User Control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.IModelCustomUserControlViewItemWeb.CustomControlPath">
      <summary>
        <para>Specifies the path to the ASP.NET Web Forms User Control to be displayed within the current View Item.</para>
      </summary>
      <value>A string path to the Web User Control to be displayed within the current View Item.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.StaticImageDetailItem">
      <summary>
        <para>The Static Image <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">View Item</see> used in XAF ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.StaticImageDetailItem.#ctor(DevExpress.ExpressApp.Model.IModelStaticImage,System.Type)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.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.Web.Editors.StaticImageViewItem">
      <summary>
        <para>The Static Image <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">View Item</see> used in XAF ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.StaticImageViewItem.#ctor(System.Type,DevExpress.ExpressApp.Model.IModelStaticImage)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.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="M:DevExpress.ExpressApp.Web.Editors.StaticImageViewItem.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="T:DevExpress.ExpressApp.Web.Editors.StaticTextDetailItem">
      <summary>
        <para>This class is obsolete. Use <see cref="T:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.StaticTextDetailItem.#ctor(DevExpress.ExpressApp.Model.IModelStaticText,System.Type)">
      <summary>
        <para>The <see cref="T:DevExpress.ExpressApp.Web.Editors.StaticTextDetailItem"/> class is obsolete. Use <see cref="T:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem"/> instead.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.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 ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.#ctor(System.Type,DevExpress.ExpressApp.Model.IModelStaticText)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.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="M:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.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.Web.Editors.StaticTextViewItem.ClientId">
      <summary>
        <para>Gets the <see cref="T:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem"/> control’s identifier generated by ASP.NET Web Forms.</para>
      </summary>
      <value>A string which is the server control identifier generated by ASP.NET Web Forms.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.Control">
      <summary>
        <para>Gets the <see cref="T:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem"/>‘s control.</para>
      </summary>
      <value>A Label control used to display the current Static Text View Item in a UI.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.ControlInitialized">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.Control">StaticTextViewItem.Control</see> is initialized.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.TestCaption">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.TestControl">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.TestControlType">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem">
      <summary>
        <para>Represents the Action Container View Item used in XAF ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.#ctor(DevExpress.ExpressApp.Model.IModelActionContainerViewItem,System.Type)">
      <summary>
        <para>Creates and initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem"/> 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.Web.Editors.WebActionContainerViewItem.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 Web <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 Web Action Container View Item.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.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.Web.Editors.WebActionContainerViewItem.EndUpdate">WebActionContainerViewItem.EndUpdate</see> method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.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="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.Clear">
      <summary>
        <para>Clears the <see cref="T:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem"/>‘s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.ContainerId">
      <summary>
        <para>Specifies the Web 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 Web 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="P:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.Control">
      <summary>
        <para>Provides access to the control used by the <see cref="T:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem"/>.</para>
      </summary>
      <value>An ActionContainerHoder object which represents the <see cref="T:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem"/>‘s control.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.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.Web.Editors.WebActionContainerViewItem.BeginUpdate">WebActionContainerViewItem.BeginUpdate</see> method and causes an immediate update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.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 Web <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 Web Action Container View Item.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.WebCustomUserControlViewItem">
      <summary>
        <para>A <see href="https://docs.devexpress.com/eXpressAppFramework/112612/ui-construction/view-items-and-property-editors">View Item</see> that displays a specific data-bound control in a UI.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebCustomUserControlViewItem.#ctor(DevExpress.ExpressApp.Model.IModelViewItem,System.Type)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Editors.WebCustomUserControlViewItem"/> class.</para>
      </summary>
      <param name="model">An <see cref="T:DevExpress.ExpressApp.Model.IModelViewItem"/> object.</param>
      <param name="objectType">A <see cref="T:System.Type"/> object specifying the type of object for which the current View Item’s <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see> is created.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebCustomUserControlViewItem.Setup(DevExpress.ExpressApp.IObjectSpace,DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Passes the <see cref="T:DevExpress.ExpressApp.XafApplication"/> and <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> objects to the current <see cref="T:DevExpress.ExpressApp.Web.Editors.WebCustomUserControlViewItem"/>.</para>
      </summary>
      <param name="objectSpace">An <see cref="T:DevExpress.ExpressApp.IObjectSpace"/> object that provides methods to access the application database.</param>
      <param name="application">An <see cref="T:DevExpress.ExpressApp.XafApplication"/> object that manages the current application.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor">
      <summary>
        <para>The base class for Property Editors that use controls inherited from a System.Web.UI.WebControls.WebControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.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.Web.Editors.WebPropertyEditor.CancelClickEventPropagation">
      <summary>
        <para>Specifies if the click event is processed when the current <see cref="T:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor"/> is displayed within the grid control.</para>
      </summary>
      <value>true, if the click event is processed; otherwise - false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.ClientId">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.ControlInitialized">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.ControlValue">
      <summary>
        <para>Returns the value that is set to the current Property Editor’s control.</para>
      </summary>
      <value>An object representing the value that is set in the current Property Editor’s control.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.Editor">
      <summary>
        <para>Provides access to the Property Editor’s control that is used in edit mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.WebControl"/> object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.EditorClientInfo">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.EditorGotFocusCompanionScript">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.EmptyValue">
      <summary>
        <para>Gets or sets the string displayed by the Property Editor’s control when its value is null. 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>
      <value>A string displayed by the Property Editor’s control when its value is set to null. The default value is “N/A”.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.GetValidationCssClasses(DevExpress.ExpressApp.Web.Editors.WebPropertyEditor)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.GroupName">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A string value.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.InplaceViewModeEditor">
      <summary>
        <para>Provides access to the Property Editor’s control that is used in view mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.WebControl"/> object representing the Property Editor’s control that is used in view mode.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.LockReadValueManually">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.LockReadValueManuallyFlag">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.NullText">
      <summary>
        <para>Specifies the text that a <see href="https://docs.devexpress.com/eXpressAppFramework/113097/ui-construction/view-items-and-property-editors/property-editors">Property Editor</see> displays when its value is null or <see cref="F:System.String.Empty">String.Empty</see>.</para>
      </summary>
      <value>The text that a Property Editor displays when its value is null or <see cref="F:System.String.Empty">String.Empty</see>.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.processValueChangedScript">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.SetControlAlignment(System.Web.UI.WebControls.HorizontalAlign)">
      <summary>
        <para>Applies the specified horizontal alignment to the <see cref="T:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor"/>‘s control.</para>
      </summary>
      <param name="alignment">A HorizontalAlign enumeration value that specifies horizintal alignment.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.SetControlId(System.String)">
      <summary>
        <para>Sets the specified id for the Property Editor’s control.</para>
      </summary>
      <param name="id">A string that is control id.</param>
      <returns>A string that is the modified control id.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.SupportInlineEdit">
      <summary>
        <para>Indicates whether the current Property Editor can be displayed in edit mode when its created for inline editing in a Grid List Editor.</para>
      </summary>
      <value>true if the current Property Editor can be displayed in edit mode for inline editing in a Grid List Editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.TestCaption">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A string value representing a caption of the test control used for the current Property Editor.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.TestControl">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An IJScriptTestControl object.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.TestControlType">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A TestControlType enumeration value representing the type of a test control used for the current WebPropertyEditor.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.TrackPropertyChangesOnClient">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.UseEditorErrorCell">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.ViewEditMode">
      <summary>
        <para>Specifies the  mode for displaying the Property Editor’s control.</para>
      </summary>
      <value>A ViewEditMode enumeration value that represents the current Property Editor’s control display mode.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.ViewModeControlCssClass">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.ErrorHandling">
      <summary>
        <para>Provides static members for the <see href="https://docs.devexpress.com/eXpressAppFramework/112704/debugging-testing-and-error-handling/error-handling-in-asp-net-applications">error handling in ASP.NET Web Forms applications</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.ErrorHandling"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ApplicationNameParameter">
      <summary>
        <para>Specifies the name of the parameter, holding the application name. This parameter value is used in the default “From” field of the error notification e-mail.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.ErrorHandling.CanSendAlertToAdmin">
      <summary>
        <para>Determines if it is possible to send an e-mail alert to the application administrator.</para>
      </summary>
      <value>true, if it is possible to send an e-mail alert to the application administrator; otherwise - false;</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.ErrorHandling.CanShowDetailedInformation">
      <summary>
        <para>Determines if detailed error information should be shown.</para>
      </summary>
      <value>true, if detailed error information should be shown; otherwise - false.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.ClearApplicationError">
      <summary>
        <para>Clears the application errors of the current context.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.ClearCachedPageError">
      <summary>
        <para>Clears the cached page error in the current context.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.ClearPageError">
      <summary>
        <para>Clears page errors in the current context.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigDetailedErrorReaderIPKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the IP address of the host, allowed to see the detailed error information.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigErrorReportEmailFromKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the e-mail, from which the error notifications are sent.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigErrorReportEmailFromNameKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the name, from which the error notifications are sent.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigErrorReportEmailKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the e-mail of the application administrator receiving the error alerts.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigErrorReportEmailServerKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the SMTP server name or IP address. This server is used to send error alerts to the application administrator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigErrorReportEmailSubjectKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the error alert subject format string.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigErrorReportEnableSsl">
      <summary>
        <para>Specifies the name of the configuration file key that sets whether the connection is encrypted when sending the error alert via e-mail.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigRichErrorReportPageKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the URL of the rich error page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigSessionLostPageKeyName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigSimpleErrorReportPageKeyName">
      <summary>
        <para>Specifies the name of the configuration file key holding the URL of the simple error page.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.ErrorHandling.CustomSendErrorNotification">
      <summary>
        <para>Occurs before determining whether it is possible to send the error alert to the application administrator.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.ErrorHandling.CustomSendMailMessage">
      <summary>
        <para>Occurs before e-mailing the error alert to the application administrator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ErrorReportEmailFromDefault">
      <summary>
        <para>Specifies the email address from which the error notification e-mails are sent, if the ErrorReportEmailFrom key value is not specified in the application configuration file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ErrorReportEmailFromNameDefault">
      <summary>
        <para>Specifies the name from which the error notification e-mails are sent, if the ErrorReportEmailFromName key value is not specified in the application configuration file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ExceptionMessageParameter">
      <summary>
        <para>Specifies the name of the parameter holding the exception message. This parameter value is used in the default subject of the error notification e-mail.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.GetApplicationError">
      <summary>
        <para>Gets the information on the application error that occurred in the current context.</para>
      </summary>
      <returns>An ErrorInfo object representing the information on the application error occurred in the current context.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.GetCachedPageError">
      <summary>
        <para>Gets the information on the cached page error that occurred in the current context.</para>
      </summary>
      <returns>An ErrorInfo object providing information on the cached page error that occurred in the current context.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.GetPageError">
      <summary>
        <para>Gets the information on the page error that occurred in the current context.</para>
      </summary>
      <returns>An ErrorInfo object providing information on the page error that occurred in the current context.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.ErrorHandling.Instance">
      <summary>
        <para>Represents the instance of the <see cref="T:DevExpress.ExpressApp.Web.ErrorHandling"/> class.</para>
      </summary>
      <value>The instance of the <see cref="T:DevExpress.ExpressApp.Web.ErrorHandling"/> class.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.IsIgnoredException(System.Exception)">
      <summary>
        <para>Determines if the specified exception is ignored.</para>
      </summary>
      <param name="exception">A <see cref="T:System.Exception"/> object representing the exception.</param>
      <returns>true, if the exception is ignored; otherwise - false.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.ErrorHandling.NeedToCacheErrorInfo">
      <summary>
        <para>Occurs before caching the error information.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.ProcessApplicationError">
      <summary>
        <para>Processes the last exception that occurred.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.SendAlertToAdmin(System.String,System.String,System.String,System.Exception)">
      <summary>
        <para>Sends an alert to the application administrator.</para>
      </summary>
      <param name="errorId">A string representing the identifier of the error that occurred.</param>
      <param name="errorDetails">A string representing detailed information on the error that occurred.</param>
      <param name="errorText">A string representing detailed information on the error occurred.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object representing an error occurred.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.SendAlertToAdmin(System.String,System.String,System.String)">
      <summary>
        <para>Sends an alert to the application administrator.</para>
      </summary>
      <param name="errorId">A string representing the identifier of the error that occurred.</param>
      <param name="errorDetails">A string representing detailed information on the error that occurred.</param>
      <param name="errorText">A string representing the text of the error message.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ErrorHandling.SetPageError(System.Exception)">
      <summary>
        <para>Handles the specified exception.</para>
      </summary>
      <param name="error">A System.Exception object that is the error that occurred.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.IModelListViewStateStore">
      <summary>
        <para>Used to extend the <see href="https://docs.devexpress.com/eXpressAppFramework/112580/ui-construction/application-model-ui-settings-storage/how-application-model-works">Application Model</see>‘s ListView node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.IModelListViewStateStore.SaveStateInCookies">
      <summary>
        <para>Specifies whether the List View settings are persisted in cookies when the browser cookie storage is enabled.</para>
      </summary>
      <value>true, if the List View settings are persisted in cookies when the browser cookie storage is enabled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.IModelOptionsStateStore">
      <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.Web.IModelOptionsStateStore.SaveListViewStateInCookies">
      <summary>
        <para>Specifies whether the application can use the browser cookie storage to persist List View settings.</para>
      </summary>
      <value>true, if the application can use the browser cookie storage to persist List View settings; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.ISupportModelSaving">
      <summary>
        <para>Declares members implemented by an ASP.NET Web Forms <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editor</see> to support saving user-customized <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">List View</see> settings in the Application Model settings storage.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.ISupportModelSaving.ModelSaving">
      <summary>
        <para>Occurs when the ASP.NET Web Forms List Editor’s control customizations are saved to the Application Model.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.IViewUrlManager">
      <summary>
        <para>Declares methods used to manage URL routing.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.IViewUrlManager.GetUrl(DevExpress.ExpressApp.ViewShortcut,System.Collections.Generic.IDictionary{System.String,System.String})">
      <summary>
        <para>Returns the URL based on the specified <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> and additional parameters.</para>
      </summary>
      <param name="shortcut">A <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> object that contains the main information on a View.</param>
      <param name="additionalParams">An IDictionary&lt;string, string&gt; list that contains additional parameters.</param>
      <returns>The URL based on the specified information on the View and additional parameters.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.IViewUrlManager.GetViewShortcut">
      <summary>
        <para>Returns the <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> object based on the current request URL.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> object that contains View’s parameters obtained from the current request URL.</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.NeedToCacheErrorInfoEventArgs">
      <summary>
        <para>Represents arguments passed to the <see cref="T:DevExpress.ExpressApp.Web.NeedToCacheErrorInfoEventArgs"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.NeedToCacheErrorInfoEventArgs.#ctor(DevExpress.ExpressApp.Web.ErrorInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.NeedToCacheErrorInfoEventArgs"/> class.</para>
      </summary>
      <param name="errorInfo">The ErrorInfo object representing the error that occurred.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.NeedToCacheErrorInfoEventArgs.ErrorInfo">
      <summary>
        <para>Gets the ErrorInfo object representing the error that occurred.</para>
      </summary>
      <value>The ErrorInfo object representing the error that occurred.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.NeedToCacheErrorInfoEventArgs.IsCachingNeeded">
      <summary>
        <para>Specifies if caching the error information is required.</para>
      </summary>
      <value>true if the error information is cached, otherwise - false. The default is false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.PopupShowingEventArgs">
      <summary>
        <para>Arguments, passed to the <see cref="E:DevExpress.ExpressApp.Web.PopupWindowManager.PopupShowing">PopupWindowManager.PopupShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupShowingEventArgs.#ctor(DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl,DevExpress.ExpressApp.Frame,System.String,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.PopupShowingEventArgs"/> class.</para>
      </summary>
      <param name="popupControl">An <see cref="T:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl"/> object that manages the <see cref="T:DevExpress.Web.ASPxPopupControl"/> used to display popup windows in ASP.NET Web Forms applications.</param>
      <param name="sourceFrame">A <see cref="T:DevExpress.ExpressApp.Frame"/> object which is a parent <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> for the current popup.</param>
      <param name="url">A string containg a URL to be assigned to the <see cref="P:DevExpress.Web.ASPxPopupControlBase.ContentUrl">ASPxPopupControlBase.ContentUrl</see> property of the displayed popup.</param>
      <param name="showViewSource">A <see cref="T:DevExpress.ExpressApp.ShowViewSource"/> object providing access to the popup window’s source <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupShowingEventArgs.ContentUrl">
      <summary>
        <para>Gets a URL that will be assigned to the <see cref="P:DevExpress.Web.ASPxPopupControlBase.ContentUrl">ASPxPopupControlBase.ContentUrl</see> property of the displayed popup.</para>
      </summary>
      <value>A string containg a URL that will be assigned to the <see cref="P:DevExpress.Web.ASPxPopupControlBase.ContentUrl">ASPxPopupControlBase.ContentUrl</see> property of the displayed popup.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupShowingEventArgs.PopupControl">
      <summary>
        <para>Gets the <see cref="T:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl"/>  object that manages the <see cref="T:DevExpress.Web.ASPxPopupControl"/> used to display popup windows in ASP.NET Web Forms applications.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl"/> object that manages the popup control.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupShowingEventArgs.ShowViewSource">
      <summary>
        <para>Gets the object providing access to the popup window’s source <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.ShowViewSource"/> object providing access to the popup window’s source <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupShowingEventArgs.SourceFrame">
      <summary>
        <para>Gets the parent <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> for the current popup.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Frame"/> object which is a parent <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> for the current popup.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.PopupWindow">
      <summary>
        <para>A pop-up <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> used in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindow.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.TemplateContext,System.Collections.Generic.ICollection{DevExpress.ExpressApp.Controller})">
      <summary>
        <para>Creates a new <see cref="T:DevExpress.ExpressApp.Web.PopupWindow"/>.</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>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindow.Close(System.Boolean)">
      <summary>
        <para>Closes the <see cref="T:DevExpress.ExpressApp.Web.PopupWindow"/> and optionally refreshes its parent Window.</para>
      </summary>
      <param name="isForceParentRefresh">true if the parent Window must be refreshed; otherwise, false.</param>
      <returns>Always true.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.PopupWindow.Closed">
      <summary>
        <para>Occurs after the current popup window is closed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupWindow.ClosureScript">
      <summary>
        <para>Specifies the JavaScript code used to close the pop-up <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see>.</para>
      </summary>
      <value>A string containing the JavaScript code used to close the pop-up Window.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.PopupWindow.DefaultClosingScript">
      <summary>
        <para>Gets the script executed when the <see cref="T:DevExpress.ExpressApp.Web.PopupWindow"/> is closed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindow.GetIsPostBackForced(System.Web.UI.Page)">
      <summary>
        <para>This method is intended for internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindow.GetWindowHeight">
      <summary>
        <para>Returns the height of pop-up windows in the ASP.NET Web Forms application with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">classic web UI</see>.</para>
      </summary>
      <returns>An integer value that is the pop-up window height.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindow.GetWindowWidth">
      <summary>
        <para>Returns the width of pop-up windows in the ASP.NET Web Forms application with the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">classic web UI</see>.</para>
      </summary>
      <returns>An integer value that is the pop-up window width.</returns>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.PopupWindow.LockParentPageControlsCreatedKey">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.PopupWindow.ObjectIdParamName">
      <summary>
        <para>Specifies the name of the object parameter used in client-side scripts. Intended for internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupWindow.RefreshParentWindowMode">
      <summary>
        <para>Specifies whether and when a parent window of this pop-up window should be refreshed.</para>
      </summary>
      <value>The <see cref="T:DevExpress.ExpressApp.RefreshParentWindowMode"/> value that specifies whether and when a parent window of this pop-up window should be refreshed. The default value is <see cref="F:DevExpress.ExpressApp.RefreshParentWindowMode.OnAccept"/>.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupWindow.RefreshParentWindowOnCloseButtonClick">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupWindow.WindowHeight">
      <summary>
        <para>Specifies the height of pop-up Windows invoked via the <see cref="T:DevExpress.ExpressApp.Actions.PopupWindowShowAction"/> in ASP.NET Web Forms applications.</para>
      </summary>
      <value>An integer value specifying the height of pop-up Windows in pixels.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.PopupWindow.WindowWidth">
      <summary>
        <para>Specifies the width of pop-up Windows invoked via the <see cref="T:DevExpress.ExpressApp.Actions.PopupWindowShowAction"/> in ASP.NET Web Forms applications.</para>
      </summary>
      <value>An integer value specifying the width of pop-up Windows in pixels.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.PopupWindowManager">
      <summary>
        <para>Provides methods and events for managing popup windows in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.#ctor(DevExpress.ExpressApp.Web.WebApplication)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.PopupWindowManager"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.AllowFastProcessPopupWindow">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.Dispose">
      <summary>
        <para>Disposes the <see cref="T:DevExpress.ExpressApp.Web.PopupWindowManager"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.FindPopupWindowByContenUrl(System.String)">
      <summary>
        <para>This method is obsolete (use the FindPopupWindowByContentUrl method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GenerateModalOpeningScript(System.Web.UI.WebControls.WebControl,DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.Int32,System.Int32,System.Boolean,System.String,System.Boolean,System.Boolean)">
      <summary>
        <para>This method is obsolete (use the GetShowPopupWindowScript method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GenerateModalOpeningScript(System.Web.UI.WebControls.WebControl,DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.Int32,System.Int32,System.Boolean,System.String)">
      <summary>
        <para>This method is obsolete (use the GetShowPopupWindowScript method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GenerateOpeningScript(System.Web.UI.Control,System.String)">
      <summary>
        <para>This method is obsolete (use the GetShowPopupWindowScript method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GenerateOpeningScript(System.Web.UI.WebControls.WebControl,DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.Boolean,System.Collections.Specialized.NameValueCollection)">
      <summary>
        <para>This method is obsolete (use the GetShowPopupWindowScript method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GenerateOpeningScript(System.Web.UI.WebControls.WebControl,DevExpress.ExpressApp.Actions.PopupWindowShowAction)">
      <summary>
        <para>This method is obsolete (use the GetShowPopupWindowScript method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetOpeningScript(System.String,System.Boolean,System.String,System.String,System.Boolean)">
      <summary>
        <para>This method is obsolete (use the GetShowPopupWindowScript method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetShowPopupWindowScript(DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetShowPopupWindowScript(DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetShowPopupWindowScript(DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.String,System.String,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetShowPopupWindowScript(System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetShowPopupWindowScript(System.String,System.String,System.String,System.Boolean,System.Boolean,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetShowPopupWindowScript(System.String,System.String,System.String,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.PopupWindowManager.PopupShowing">
      <summary>
        <para>Occurs before a popup window is displayed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.RegisterStartupPopupWindowShowActionScript(System.Web.UI.WebControls.WebControl,DevExpress.ExpressApp.Actions.PopupWindowShowAction)">
      <summary>
        <para>This method is obsolete (use the ShowPopup method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.RegisterStartupWindowOpeningScript(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>This method is obsolete (use the ShowPopup method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.RegisterStartupWindowOpeningScript(System.Web.UI.Page,DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>This method is obsolete (use the ShowPopup method instead).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.Boolean,DevExpress.ExpressApp.Web.WebWindow,System.String,System.Boolean,System.String,System.Boolean,System.Boolean)">
      <summary>
        <para>Registers the client script that is automatically executed when processing of the current request is complete. This script displays the pop-up window using the <see cref="T:DevExpress.Web.ASPxPopupControl"/>.</para>
      </summary>
      <param name="action">An <see cref="T:DevExpress.ExpressApp.Actions.PopupWindowShowAction"/> object that represents a pop-up window show Action.</param>
      <param name="isSizeable">true, if the pop-up window is sizeable; otherwise, false. Has no effect on pop-ups that slide from the right edge of the page in a <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new Web UI</see>.</param>
      <param name="webWindow">A <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> object that is a Window used in ASP.NET Web Forms applications.</param>
      <param name="callBackFuncName">A <see cref="T:System.String"/> that is the name of JavaScript function to be executed when the pop-up window is closed. If you do not need to execute a function, pass the empty string.</param>
      <param name="forcePostBack">true, if a postback is required when the pop-up window is closed; otherwise, false. For instance, a postback is needed to start file downloading.</param>
      <param name="targetControlId">A <see cref="T:System.String"/> value that is a target control id.</param>
      <param name="useFindTemplate">true, if the FindDialogTemplateContentNew <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">template</see> should be used; otherwise, false. Has effect in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see> only.</param>
      <param name="showInFindPopup">true, if the pop-up window displays in a pop-up using the FindDialogTemplateContentNew template; otherwise, false. Has effect in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see> only.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.Boolean,DevExpress.ExpressApp.Web.WebWindow,System.String,System.Boolean,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean,System.String,DevExpress.ExpressApp.ShowViewSource,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean,System.String,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,System.Boolean,DevExpress.ExpressApp.Web.WebWindow,System.String,System.Boolean,System.String,DevExpress.ExpressApp.ShowViewSource)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,System.Boolean,DevExpress.ExpressApp.Web.WebWindow,System.String,System.Boolean,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.RenderHelper">
      <summary>
        <para>Exposes static helper methods that create and set up ASP.NET Web Forms controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxButton">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxButton"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxButton"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxCheckBox">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxCheckBox"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxCheckBox"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxComboBox">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxComboBox"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxComboBox"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxDateEdit">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxDateEdit"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxDateEdit"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxHyperLink">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxHyperLink"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxHyperLink"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxImage">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxImage"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxImage"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxLabel">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxLabel"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxLabel"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxMemo">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxMemo"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxMemo"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxMenu">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxMenu(DevExpress.Web.ControlRenderMode)">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
      </summary>
      <param name="renderMode">A <see cref="T:DevExpress.Web.ControlRenderMode"/> enumeration value that specifies whether the control is rendered by using semantic or classic render mode.</param>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxNavBar">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxPageControl">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxPageControl"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxPageControl"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxPopupMenu">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxPopupMenu"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxPopupMenu"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxRoundPanel">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxSpinEdit">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxSpinEdit"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxSpinEdit"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateASPxTextBox">
      <summary>
        <para>Creates and sets up an instance of the <see cref="T:DevExpress.Web.ASPxTextBox"/> control.</para>
      </summary>
      <returns>An instance of the <see cref="T:DevExpress.Web.ASPxTextBox"/> control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.CreateTable">
      <summary>
        <para>Creates and sets up an instance of the TableEx control.</para>
      </summary>
      <returns>An instance of the TableEx control.</returns>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.RenderHelper.EventCancelBubbleCommand">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.String,System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.String,System.String,System.String,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.Web.UI.Control,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.Web.UI.Control)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetFontStyle(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Retrieves the font style used by a particular control.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> descendant specifying the control whose font style will be retrieved.</param>
      <returns>A <see cref="T:System.Drawing.FontStyle"/> enumeration value specifying the font style used by the control.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetForceButtonClickFunctionBody(DevExpress.Web.ASPxButton)">
      <summary>
        <para>This method is obsolete.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetForceButtonClickFunctionName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetForceButtonClickFunctionName(DevExpress.Web.ASPxButton)">
      <summary>
        <para>This method is obsolete.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetPostBackEventReference(System.String,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.QuoteJScriptString(System.String,System.Boolean)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.QuoteJScriptString(System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.RenderHelper.RenderMode">
      <summary>
        <para>This property is now obsolete. The Lightweight render mode is always used (see <see cref="T:DevExpress.Web.ControlRenderMode"/>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.ResetFontStyle(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Removes all font styling for the specified control.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> object, whose font styling should be removed.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.SetFontStyle(System.Web.UI.WebControls.FontInfo,System.Drawing.FontStyle)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.SetFontStyle(System.Web.UI.WebControls.WebControl,System.Drawing.FontStyle)">
      <summary>
        <para>Changes the font style used by a particular control.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> descendant specifying the control whose font style will be changed.</param>
      <param name="fontStyle">A <see cref="T:System.Drawing.FontStyle"/> enumeration value specifying the new font style to be used by the control.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.SetToolTip(System.Web.UI.HtmlControls.HtmlControl,System.String)">
      <summary>
        <para>Changes the tooltip text of a particular control.</para>
      </summary>
      <param name="control">A HtmlControl object specifying the control whose tooltip will be changed.</param>
      <param name="toolTip">A string that is the tooltip text.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.SetToolTip(System.Web.UI.WebControls.WebControl,System.String)">
      <summary>
        <para>Changes the tooltip text of a particular control.</para>
      </summary>
      <param name="control">A WebControl object specifying the control whose tooltip will be changed</param>
      <param name="toolTip">A string that is the tooltip text.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.SetupASPxWebControl(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Performs the setup of the given <see cref="T:DevExpress.Web.ASPxWebControl"/> control.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that specifies the DevExpress web control.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.RenderHelper.SetupValidationSettings(DevExpress.Web.ValidationSettings)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.ShowViewStrategy">
      <summary>
        <para>Represents the Show View Strategy used in XAF ASP.NET Web Forms applications by default.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ShowViewStrategy.#ctor(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Web.ShowViewStrategy"/> 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.Web.ShowViewStrategy.CanUseNestedObjectSpace">
      <summary>
        <para>Intended for internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.ShowViewStrategy.CollectionsEditMode">
      <summary>
        <para>This property is obsolete. Use <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.CollectionsEditMode">IModelOptionsWeb.CollectionsEditMode</see> or <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelDetailViewWeb.CollectionsEditMode">IModelDetailViewWeb.CollectionsEditMode</see> instead.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Web.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 ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController">
      <summary>
        <para>A <see cref="T:DevExpress.ExpressApp.WindowController"/> descendant that provides the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.ChooseThemeAction">ChooseThemeController.ChooseThemeAction</see> Action for ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController"/> class and its <see cref="P:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.ChooseThemeAction">ChooseThemeController.ChooseThemeAction</see> Action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.ActiveKey_CanManageCurrentTheme">
      <summary>
        <para>Specifies the name of the key that is added to the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.ChooseThemeAction">ChooseThemeController.ChooseThemeAction</see> Action’s <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.Active">ActionBase.Active</see> collection to indicate the Action’s active state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.ChooseThemeAction">
      <summary>
        <para>An <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see> used to switch themes in ASP.NET Web Forms applications.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> object that is an Action used to switch themes in ASP.NET Web Forms applications.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.NewStyleDisableReason">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.CurrentUserDisplayMode">
      <summary>
        <para>Contains values specifying how the current user information is displayed at the top right corner of the application page when the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">ASP.NET Web Forms Application Appearance</see>  is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.CurrentUserDisplayMode.Caption">
      <summary>
        <para>A user class’ icon specified by the <see cref="T:DevExpress.Persistent.Base.ImageNameAttribute"/> and a user display name specified by the <see cref="T:DevExpress.ExpressApp.DC.XafDefaultPropertyAttribute"/> are shown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.CurrentUserDisplayMode.CaptionAndImage">
      <summary>
        <para>A user image specified by the <see cref="T:DevExpress.Persistent.Base.CurrentUserDisplayImageAttribute"/> and user display name specified by the <see cref="T:DevExpress.ExpressApp.DC.XafDefaultPropertyAttribute"/> are shown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.CurrentUserDisplayMode.Default">
      <summary>
        <para>A user class’ icon specified by the <see cref="T:DevExpress.Persistent.Base.ImageNameAttribute"/> and ‘My Account’ text are shown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.CurrentUserDisplayMode.Image">
      <summary>
        <para>An image specified by the <see cref="T:DevExpress.Persistent.Base.CurrentUserDisplayImageAttribute"/> and ‘My Account’ text are shown.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.CustomWriteToResponseEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.ExpressApp.Web.SystemModule.WebExportController.CustomWriteToResponse">WebExportController.CustomWriteToResponse</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.CustomWriteToResponseEventArgs.#ctor(System.IO.MemoryStream,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.CustomWriteToResponseEventArgs"/> class.</para>
      </summary>
      <param name="stream">A System.IO.MemoryStream object that is a stream that will be sent to a client’s browser.</param>
      <param name="fileName">A string that is the name of the file to be saved.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.CustomWriteToResponseEventArgs.FileName">
      <summary>
        <para>Specifies the name of the file to which the browser can save the stream passed as the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.CustomWriteToResponseEventArgs.Stream">CustomWriteToResponseEventArgs.Stream</see> parameter.</para>
      </summary>
      <value>A string that is the name of the file to be saved.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.CustomWriteToResponseEventArgs.Stream">
      <summary>
        <para>Specifies the stream to be sent to the browser.</para>
      </summary>
      <value>A System.IO.MemoryStream object that is the stream that will be sent to a client’s browser.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.DetailRowMode">
      <summary>
        <para>Contains values specifying how the <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">Detail Row</see> is displayed in the current List View’s <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.DetailRowMode.DetailView">
      <summary>
        <para>A Detail View specified using the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.DetailRowView">IModelListViewWeb.DetailRowView</see> property is shown in a detail row. The Nested List View’s Actions are hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.DetailRowMode.DetailViewWithActions">
      <summary>
        <para>The Detail View specified using the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.DetailRowView">IModelListViewWeb.DetailRowView</see> property is shown in a detail row. The Nested List View’s Actions are visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.DetailRowMode.None">
      <summary>
        <para>The detail row is disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.FocusController">
      <summary>
        <para>A <see cref="T:DevExpress.ExpressApp.WindowController"/> descendant that manages focus on the current page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.FocusController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.FocusController"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb">
      <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.IModelAction"/> node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb.AdaptivePriority">
      <summary>
        <para>Specifies the Action’s priority with regards to the adaptive and responsive layout used in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>. Actions with a lower AdaptivePriority value remain visible when the browser window shrinks, while Actions with a higher priority become hidden.</para>
      </summary>
      <value>An integer value that specifies the Action’s priority with regards to the adaptive and responsive layout.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb.ConfirmUnsavedChanges">
      <summary>
        <para>Specifies whether or not a confirmation dialog is displayed by a browser when there are unsaved changes and a user executes the current Action.</para>
      </summary>
      <value>true, if a confirmation dialog is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb.CustomCSSClassName">
      <summary>
        <para>Specifies the name of the CSS class to be applied to the control that visualizes the current <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>.</para>
      </summary>
      <value>A string which is the name of the custom CSS class.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb.IsPostBackRequired">
      <summary>
        <para>Specifies whether a postback is performed instead of callback when a user executes the <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see>. For example, this property value should be true for Actions that download files or change an application language.</para>
      </summary>
      <value>true, to perform a postback when a user executes the Action; false, to perform a callback.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelApplicationWeb">
      <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 root node (Application).</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelApplicationWeb.CurrentUserDisplayMode">
      <summary>
        <para>Specifies how the current user information is displayed in the top right corner of the application page in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.SystemModule.CurrentUserDisplayMode"/> enumeration value specifying how the current user information is displayed in the top right corner of the application page.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelColumnWeb">
      <summary>
        <para>Used to extend the <see cref="T:DevExpress.ExpressApp.Model.IModelColumn"/> node with properties specific to ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelColumnWeb.AdaptivePriority">
      <summary>
        <para>Specifies the column’s priority with regards to the adaptive and responsive layout used in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>. Columns with a lower AdaptivePriority value remain visible when the browser window shrinks, while columns with a higher value become hidden.</para>
      </summary>
      <value>An integer value that specifies the column’s priority with regards to the adaptive and responsive layout.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelDetailViewWeb">
      <summary>
        <para>Extends the DetailView node with properties specific to ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelDetailViewWeb.CollectionsEditMode">
      <summary>
        <para>Specifies the Detail View’s mode of operation, with respect to the display of nested List Views.</para>
      </summary>
      <value>A Nullable&lt;<see cref="T:DevExpress.ExpressApp.Editors.ViewEditMode"/>&gt; enumeration value which specifies the application’s mode of operation with respect to the display of nested List Views.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelLayoutGroupWeb">
      <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 layout item node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelLayoutGroupWeb.IsCardGroupCollapsed">
      <summary>
        <para>Use the <see cref="P:DevExpress.ExpressApp.Model.IModelLayoutGroup.IsGroupCollapsed">IModelLayoutGroup.IsGroupCollapsed</see> property instead.  See the BC5133 breaking change for more information.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelLayoutGroupWeb.IsCollapsibleCardGroup">
      <summary>
        <para>Use the <see cref="P:DevExpress.ExpressApp.Model.IModelLayoutGroup.IsCollapsibleGroup">IModelLayoutGroup.IsCollapsibleGroup</see> property instead. See the BC5133 breaking change for more information.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb">
      <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 Views node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.DetailRowMode">
      <summary>
        <para>Specifies how the <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">Detail Row</see> is displayed in the current List View’s <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.SystemModule.DetailRowMode"/> enumeration value specifying how the detail row is displayed.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.DetailRowView">
      <summary>
        <para>Specifies the Detail View to be displayed in the <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">Detail Row</see> for the current List View’s <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Model.IModelDetailView"/> object specifying the Detail View to be displayed in the detail row.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.EnableEndlessPaging">
      <summary>
        <para>Enables <see href="https://docs.devexpress.com/AspNet/15467/components/grid-view/concepts/focus-and-navigation/paging-and-scrolling/endless-paging">Endless Paging</see> in an <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.</para>
      </summary>
      <value>true, if endless paging is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.InlineEditMode">
      <summary>
        <para>Specifies the way cell values are edited.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode"/> enumeration value specifying the way cell values are edited.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.IsAdaptive">
      <summary>
        <para>Specifies whether or not the adaptive and responsive layout is enabled for the grid control displayed in the current List View.</para>
      </summary>
      <value>true, if the adaptive and responsive layout is enabled, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.PageIndex">
      <summary>
        <para>Specifies the zero-based index of the currently selected page.</para>
      </summary>
      <value>An integer value specifying the zero-based index of the currently selected page.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.PagerPosition">
      <summary>
        <para>Specifies the pager’s position within the List View control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.PagerPosition"/> enumeration value specifying the pager’s position.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.PageSize">
      <summary>
        <para>Specifies the number of records displayed on a List Editor page.</para>
      </summary>
      <value>An integer value specifying the number of records displayed on a List Editor page.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.ShowSelectionColumn">
      <summary>
        <para>Specifies whether selection checkboxes are displayed for the records in the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>. When selection checkboxes are hidden, the Delete Actions are displayed instead of checkboxes.</para>
      </summary>
      <value>true, if selection checkboxes are displayed for the records; false, if the Delete Actions are displayed instead of checkboxes.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.VerticalScrollableHeight">
      <summary>
        <para>Specifies the vertical scrollable height of the <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>‘s grid control when <see href="https://docs.devexpress.com/AspNet/15467/components/grid-view/concepts/focus-and-navigation/paging-and-scrolling/endless-paging">Endless Paging</see> is enabled using the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.EnableEndlessPaging">IModelListViewWeb.EnableEndlessPaging</see> property.</para>
      </summary>
      <value>An integer value specifying the vertical scrollable height in pixels.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb">
      <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.Web.SystemModule.IModelOptionsWeb.CollectionsEditMode">
      <summary>
        <para>Specifies the application’s mode of operation, with respect to the display of nested List Views.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Editors.ViewEditMode"/> enumeration value which specifies the application’s mode of operation with respect to the display of nested List Views.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ConfirmUnsavedChanges">
      <summary>
        <para>Specifies whether or not a confirmation dialog is displayed by browser when there are unsaved changes and a user closes the browser tab or clicks an Action whose execution may lead to loss of unsaved data.</para>
      </summary>
      <value>true, if a confirmation dialog is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ListViewAllowSort">
      <summary>
        <para>Specifies if UI-level sorting is allowed.</para>
      </summary>
      <value>true, if UI-level sorting is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ListViewEnableColumnChooser">
      <summary>
        <para>Specifies whether the column chooser is enabled.</para>
      </summary>
      <value>true, if the column chooser is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ListViewEnablePageSizeChooser">
      <summary>
        <para>Specifies whether the page size chooser is enabled.</para>
      </summary>
      <value>true, if the page size chooser is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.PopupWindowOptions">
      <summary>
        <para>Provides access to the Options | PopupWindowOptions node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.ExpressApp.Web.SystemModule.IModelPopupWindowOptionsWeb"/> object representing the PopupWindowOptions node.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ViewCaptionTruncate">
      <summary>
        <para>Specifies whether or not captions are displayed in truncated form.</para>
      </summary>
      <value>true, if captions are displayed in truncated form; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelPopupWindowOptionsWeb">
      <summary>
        <para>The PopupWindowOptions node specifies options of the pop-up Window used in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelPopupWindowOptionsWeb.WindowHeight">
      <summary>
        <para>Specifies the height of pop-up Windows in ASP.NET Web Forms applications.</para>
      </summary>
      <value>An integer value specifying the height of pop-up Windows in pixels.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelPopupWindowOptionsWeb.WindowWidth">
      <summary>
        <para>Specifies the width of pop-up Windows in ASP.NET Web Forms applications.</para>
      </summary>
      <value>An integer value specifying the width of pop-up Windows in pixels.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelRootNavigationItemsWeb">
      <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 Basics</see>‘s Views node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelRootNavigationItemsWeb.ShowNavigationOnStart">
      <summary>
        <para>Specifies if the navigation panel is expanded when the application is started in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>true, if the navigation panel is initially expanded; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelViewLayoutElementWeb">
      <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 layout item node.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelViewLayoutElementWeb.Adaptivity">
      <summary>
        <para>Specifies whether or not the layout element responds to browser window resizing.</para>
      </summary>
      <value>true if the layout element responds to browser window resizing, otherwise false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelViewLayoutElementWeb.CustomCSSClassName">
      <summary>
        <para>Specifies the name of the CSS class to be applied to the target layout item in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>A string which is the name of the custom CSS class.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelViewLayoutElementWeb.IsCardGroup">
      <summary>
        <para>Specifies whether a layout group is displayed as a card in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>true, if the layout group is displayed as a card, otherwise false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode">
      <summary>
        <para>Contains values that specify how cell values are edited by ASP.NET Web Forms <see href="https://docs.devexpress.com/eXpressAppFramework/113189/ui-construction/list-editors">List Editors</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode.Batch">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">Batch Edit Mode</see>. In this mode you can edit multiple rows and then click Save changes to save all modified objects at once.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode.EditForm">
      <summary>
        <para>Specifies that cell values are edited in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>. The data row whose values are currently being edited is not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode.EditFormAndDisplayRow">
      <summary>
        <para>Specifies that cell values are edited in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>. The data row whose values are currently being edited is displayed above the Edit Form.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode.Inline">
      <summary>
        <para>Specifies that cell values are edited within the <see href="https://docs.devexpress.com/AspNet/3692/components/grid-view/visual-elements/in-line-edit-row">Inline Edit Row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode.PopupEditForm">
      <summary>
        <para>Specifies that cell values are edited in the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.ProcessActionContainerHolderController">
      <summary>
        <para>An abstract base <see href="https://docs.devexpress.com/eXpressAppFramework/112621/ui-construction/controllers-and-actions/controllers">Controller</see> for Controllers that create custom <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Action</see> items.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.QueryCloseAfterSaveEventArgs">
      <summary>
        <para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.QueryCloseAfterSave">WebModificationsController.QueryCloseAfterSave</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.QueryCloseAfterSaveEventArgs.#ctor">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.QueryCloseAfterSaveEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.QueryCloseAfterSaveEventArgs.CloseAfterSave">
      <summary>
        <para>Specifies whether to close the current Detail View after executing the <see cref="P:DevExpress.ExpressApp.SystemModule.ModificationsController.SaveAndCloseAction">ModificationsController.SaveAndCloseAction</see> in ASP.NET Web Forms applications.</para>
      </summary>
      <value>true if the View is closed after executing the Save and Close Action; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule">
      <summary>
        <para>The module contained in the DevExpress.ExpressApp.Web.v23.1.dll assembly.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule.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.Web.SystemModule.SystemAspNetModule"/> 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.Web.SystemModule.SystemAspNetModule.CustomizeTypesInfo(DevExpress.ExpressApp.DC.ITypesInfo)">
      <summary>
        <para>Customizes metadata on business classes specific to the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule"/> 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.Web.SystemModule.SystemAspNetModule.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.Web.SystemModule.IModelListViewWeb"/>, <see cref="T:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb"/>, and <see cref="T:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb"/> 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.Web.SystemModule.SystemAspNetModule.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.Web.SystemModule.SystemAspNetModule"/> 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.Web.SystemModule.SystemAspNetModule"/> module.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule.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.Web.SystemModule.SystemAspNetModule"/>.</para>
      </summary>
      <returns>An ICollection&lt;Type&gt; collection containing the types of the Resource Localizers supplied with the SystemAspNetModule.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule.Setup(DevExpress.ExpressApp.XafApplication)">
      <summary>
        <para>Sets up the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule"/> after it has been added to the <see cref="P:DevExpress.ExpressApp.XafApplication.Modules"/> 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="T:DevExpress.ExpressApp.Web.SystemModule.WebDeleteObjectsViewController">
      <summary>
        <para>Inherits from the <see cref="T:DevExpress.ExpressApp.SystemModule.DeleteObjectsViewController"/> to implement ASP.NET Web Forms specific behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.WebDeleteObjectsViewController.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.WebDeleteObjectsViewController"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.WebExportController">
      <summary>
        <para>The ASP.NET Web Forms specific descendant of the <see cref="T:DevExpress.ExpressApp.SystemModule.ExportController"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.WebExportController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.WebExportController"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.SystemModule.WebExportController.CustomWriteToResponse">
      <summary>
        <para>Occurs after the data represented by the <see cref="P:DevExpress.ExpressApp.SystemModule.ExportController.Exportable">ExportController.Exportable</see> List Editor has been exported.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController">
      <summary>
        <para>Inherits from the <see cref="T:DevExpress.ExpressApp.SystemModule.ModificationsController"/> to implement ASP.NET Web Forms specific behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.EditAction">
      <summary>
        <para>Provides access to the SwitchToEditMode Action.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the SwitchToEditMode Action.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.EditActionId">
      <summary>
        <para>Returns the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.EditAction">WebModificationsController.EditAction</see>‘s ID. Its value is set for the ID 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 ActionDesign | Actions | &lt;Action&gt; node. The default value is “SwitchToEditMode”.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.QueryCloseAfterSave">
      <summary>
        <para>Occurs when the <see cref="P:DevExpress.ExpressApp.SystemModule.ModificationsController.SaveAndCloseAction">ModificationsController.SaveAndCloseAction</see> is executed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.SystemModule.WebNewObjectViewController">
      <summary>
        <para>Inherits from the <see cref="T:DevExpress.ExpressApp.SystemModule.NewObjectViewController"/> to implement ASP.NET Web Forms specific behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.SystemModule.WebNewObjectViewController.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.WebNewObjectViewController"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.WebNewObjectViewController.CollectionsEditMode">
      <summary>
        <para>Gets the application’s mode of operation, with respect to the display of nested List Views.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Editors.ViewEditMode"/> enumeration value which specifies the application’s mode of operation with respect to the display of nested List Views.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.SystemModule.WebNewObjectViewController.QuickCreateAction">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Web.SystemModule.WebNewObjectViewController"/>‘s QuickCreateAction <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.SingleChoiceAction"/> object that represents the Quick create Action.</value>
    </member>
    <member name="N:DevExpress.ExpressApp.Web.Templates">
      <summary>
        <para>Contains classes that implement <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Templates</see> used in ASP.NET Web Forms XAF applications.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage">
      <summary>
        <para>An abstract ancestor for classes that implement Web Forms pages used in ASP.NET Web Forms XAF applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.BeginUpdate">
      <summary>
        <para>Prevents the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/>‘s control from being updated until the <see cref="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.EndUpdate">BaseXafPage.EndUpdate</see> method is called.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Templates.BaseXafPage.ClientServerParamsKey">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.CurrentTheme">
      <summary>
        <para>Specifies the name of theme applied to the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/> page.</para>
      </summary>
      <value>A string that specifies the name of theme applied to the current page.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.Templates.BaseXafPage.CustomizeTemplateContent">
      <summary>
        <para>Occurs when the template content is created.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.DefaultContainer">
      <summary>
        <para>Provides access to a <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see>‘s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Container</see> that contains the <see href="https://docs.devexpress.com/eXpressAppFramework/112622/ui-construction/controllers-and-actions/actions">Actions</see> with the <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.Category">ActionBase.Category</see> property set to Unspecified.</para>
      </summary>
      <value>An instance of the class that implement the <see cref="T:DevExpress.ExpressApp.Templates.IActionContainer"/> interface.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.Dispose">
      <summary>
        <para>Disposes the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.GetContainers">
      <summary>
        <para>Provides access to a <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see>‘s <see href="https://docs.devexpress.com/eXpressAppFramework/112610/ui-construction/action-containers">Action Containers</see> in an ASP.NET Web Forms application.</para>
      </summary>
      <returns>An instance of the ICollection&lt;<see cref="T:DevExpress.ExpressApp.Templates.IActionContainer"/>&gt; collection that contains the current Template’s Action Containers.</returns>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.InnerContentPlaceHolder">
      <summary>
        <para>Gets the control that specifies the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/> page’s inner content.</para>
      </summary>
      <value>A Control object that specifies the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/> page’s inner content.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.IsSizeable">
      <summary>
        <para>Specifies whether the page is sizable.</para>
      </summary>
      <value>true, if the page can be resized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.Settings">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.SetView(DevExpress.ExpressApp.View)">
      <summary>
        <para>Adds the <see cref="P:DevExpress.ExpressApp.View.Control">View.Control</see> of the specified <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see> to a <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see>‘s View site.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.ExpressApp.View"/> object that represents the View whose control is added to the current Template.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.TemplateContent">
      <summary>
        <para>Gets a User Control that specifies the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/> page’s content.</para>
      </summary>
      <value>A TemplateContext User Control that specifies the current page’s content.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.View">
      <summary>
        <para>Provides access to a <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/>‘s <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.View"/> object representing the current BaseXafPage’s View.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Templates.CustomizeTemplateContentEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.ExpressApp.Web.Templates.BaseXafPage.CustomizeTemplateContent">BaseXafPage.CustomizeTemplateContent</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Templates.CustomizeTemplateContentEventArgs.#ctor(DevExpress.ExpressApp.Web.Templates.TemplateContent)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Templates.CustomizeTemplateContentEventArgs"/> class.</para>
      </summary>
      <param name="templateContent">A TemplateContext User Control that specifies the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/>page’s content.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.CustomizeTemplateContentEventArgs.TemplateContent">
      <summary>
        <para>Gets a User Control that specifies the <see cref="T:DevExpress.ExpressApp.Web.Templates.BaseXafPage"/> page’s content.</para>
      </summary>
      <value>A TemplateContext User Control that specifies the current page’s content.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings">
      <summary>
        <para>Represents the ASP.NET Web Forms template content settings that are passed to the <see cref="P:DevExpress.ExpressApp.Web.WebApplication.Settings">WebApplication.Settings</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.DefaultTemplateContentPath">
      <summary>
        <para>Specifies the path to a User Control that implements the Default <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> content.</para>
      </summary>
      <value>A string that specifies the path to a User Control that implements the Default Template content.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.DefaultVerticalTemplateContentPath">
      <summary>
        <para>Specifies the path to a User Control that implements the DefaultVertical <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> content.</para>
      </summary>
      <value>A string that specifies the path to a User Control that implements the DefaultVertical Template content.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.DialogTemplateContentPath">
      <summary>
        <para>Specifies the path to a User Control that implements the Dialog <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> content.</para>
      </summary>
      <value>A string that specifies the path to a User Control that implements the Dialog Template content.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.FindDialogTemplateContentPath">
      <summary>
        <para>Specifies the path to a User Control that implements the Find Dialog <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> content.</para>
      </summary>
      <value>A string that specifies the path to a User Control that implements the Find Dialog Template content.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.LogonTemplateContentPath">
      <summary>
        <para>Specifies the path to a User Control that implements the Login <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> content.</para>
      </summary>
      <value>A string that specifies the path to a User Control that implements the Login Template content.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.NestedFrameControlPath">
      <summary>
        <para>Specifies the path to a User Control that implements the NestedFrameControl <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> content.</para>
      </summary>
      <value>A string that specifies the path to a User Control that implements the NestedFrameControl Template content.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Templates.TemplateType">
      <summary>
        <para>Contains values that specify the page template type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Templates.TemplateType.Dialog">
      <summary>
        <para>A dialog window template.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Templates.TemplateType.FindDialog">
      <summary>
        <para>A search dialog window template.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Templates.TemplateType.Horizontal">
      <summary>
        <para>A main window with horizontal navigation template.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Templates.TemplateType.Logon">
      <summary>
        <para>A logon window template.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Templates.TemplateType.NestedFrameControl">
      <summary>
        <para>A nested frame control template.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.Templates.TemplateType.Vertical">
      <summary>
        <para>A main window with vertical navigation template.</para>
      </summary>
    </member>
    <member name="N:DevExpress.ExpressApp.Web.Utils">
      <summary>
        <para>Contains helper classes for ASP.NET Web Forms XAF applications.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.Utils.ClientSideEventsHelper">
      <summary>
        <para>Contains helper methods for the <see href="https://docs.devexpress.com/AspNet/9448/common-concepts/client-side-functionality/client-side-events">Client-Side Events</see> usage in ASP.NET Web Forms XAF applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Utils.ClientSideEventsHelper.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.Utils.ClientSideEventsHelper"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Utils.ClientSideEventsHelper.AssignClientHandlerSafe(DevExpress.Web.ASPxWebControl,System.String,System.String,System.String)">
      <summary>
        <para>Assigns the handler script to specified <see href="https://docs.devexpress.com/AspNet/9448/common-concepts/client-side-functionality/client-side-events">client-side event</see>. Allows you to assign multiple scripts to the same event. Each new script is correctly concatenated with scripts that were added previously.</para>
      </summary>
      <param name="editor">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object specifying the target control.</param>
      <param name="eventName">A string specifying the name of the editor control’s client-side event to be handled.</param>
      <param name="script">A string specifying either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</param>
      <param name="key">A string specifying the identifier of the script. If the script with the same identifier was added to the eventName event previously, then the existing script is overridden. If the identifier is unique, then the new script is added.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.Utils.ClientSideEventsHelper.ToJSBoolean(System.Boolean)">
      <summary>
        <para>Converts the specified boolean value to its string representation compatible with the JavaScript syntax (“true” or “false”).</para>
      </summary>
      <param name="value">A <see cref="T:System.Boolean"/> value to be converted.</param>
      <returns>A string representation of the boolean value compatible with the JavaScript syntax (“true” or “false”).</returns>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.ViewUrlManager">
      <summary>
        <para>Manages URL routing and implements user-friendly URL functionality in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.ViewUrlManager.#ctor">
      <summary>
        <para>Creates and initializes an instance of the <see cref="T:DevExpress.ExpressApp.Web.ViewUrlManager"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.ViewUrlManager.RouteName">
      <summary>
        <para>The name of the default URL route registered in the <see cref="M:DevExpress.ExpressApp.Web.XafRouteHelper.RegisterXafRoutes(System.Web.Routing.RouteCollection)"/> method.</para>
      </summary>
      <value>The name of the default URL route.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.ViewUrlManager.ShowObjectClassNameInUrl">
      <summary>
        <para>Specifies whether the <see cref="P:DevExpress.ExpressApp.ViewShortcut.ObjectClassName"/> should be displayed in a URL or not.</para>
      </summary>
      <value>true, if the <see cref="P:DevExpress.ExpressApp.ViewShortcut.ObjectClassName"/> should be displayed in a URL; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.WebApplication">
      <summary>
        <para>Manages an ASP.NET Web Forms XAF application.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.WebApplication.ApplicationCreated">
      <summary>
        <para>Occurs after the <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> object is instantiated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.CanAutomaticallyLogonWithStoredLogonParameters">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.CanCreatePersistentCookie">
      <summary>
        <para>Specifies if a cookie that stores logon parameters is created.</para>
      </summary>
      <value>true, if a cookie that stores logon parameters is created; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.ClientInfo">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.CollectionsEditMode">
      <summary>
        <para>This property is obsolete. Use <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.CollectionsEditMode">IModelOptionsWeb.CollectionsEditMode</see> or <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelDetailViewWeb.CollectionsEditMode">IModelDetailViewWeb.CollectionsEditMode</see> instead.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.WebApplication.ControlsCreating">
      <summary>
        <para>Occurs before creating controls for the Web Forms page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.CreateControls(System.Web.UI.Page)">
      <summary>
        <para>Creates controls for the specified Web Forms page.</para>
      </summary>
      <param name="page">A Page object, specifying the Web Forms page.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.CurrentRequestTemplateType">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.DefaultPage">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.DialogKeyName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.DisposeInstance(System.Web.SessionState.HttpSessionState)">
      <summary>
        <para>Disposes the ASP.NET Web Forms application.</para>
      </summary>
      <param name="session">A HttpSessionState object, which provides access to session-state values, session-level settings and lifetime management methods.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.EnableMultipleBrowserTabsSupport">
      <summary>
        <para>Specifies whether or not support for multiple browser tabs is enabled.</para>
      </summary>
      <value>true, if support for multiple browser tabs is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.FindDialogKeyName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.FindPopupWindowTemplatePage">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.FrameTemplateFactory">
      <summary>
        <para>Specifies the IFrameTemplateFactory object that provides <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Templates</see> for an ASP.NET Web Forms application.</para>
      </summary>
      <value>Specifies the IFrameTemplateFactory object that provides <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Templates</see> for an ASP.NET Web Forms application.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.GetDiffDeviceTemplateName(System.String)">
      <summary>
        <para>Returns the device-specific model differences name (<see cref="F:DevExpress.ExpressApp.ModelStoreBase.AppDiffDefaultDesktopName">ModelStoreBase.AppDiffDefaultDesktopName</see>, <see cref="F:DevExpress.ExpressApp.ModelStoreBase.AppDiffDefaultMobileName">ModelStoreBase.AppDiffDefaultMobileName</see> or <see cref="F:DevExpress.ExpressApp.ModelStoreBase.AppDiffDefaultTabletName">ModelStoreBase.AppDiffDefaultTabletName</see>).</para>
      </summary>
      <param name="storePath">A string which is the path to model differences storage.</param>
      <returns>A string which is the device-specific model differences name.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.GetRequestedView">
      <summary>
        <para>Returns the requested <see href="https://docs.devexpress.com/eXpressAppFramework/112611/ui-construction/views">View</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.ExpressApp.View"/> object, which is the currently requested View.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.GetRequestedWindow">
      <summary>
        <para>Returns the currently requested <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> object which is the current Window.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.InitializeCulture">
      <summary>
        <para>Initializes culture-specific settings of the ASP.NET Web Forms application.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.Instance">
      <summary>
        <para>Gets the ASP.NET Web Forms application instance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> object, which is the ASP.NET Web Forms application instance.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.IsLoggedOn">
      <summary>
        <para>Indicates whether a user has logged on to the application.</para>
      </summary>
      <value>A boolean value indicating that a user is authenticated.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.LogOff">
      <summary>
        <para>Performs the ASP.NET Web Forms application logout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.LogOff(System.Boolean)">
      <summary>
        <para>Performs the ASP.NET Web Forms application logout.</para>
      </summary>
      <param name="canCancel">true, if the log off can be canceled in the <see cref="E:DevExpress.ExpressApp.XafApplication.LoggingOff">XafApplication.LoggingOff</see> event handler; otherwise - false;</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.LogOff(System.Web.SessionState.HttpSessionState)">
      <summary>
        <para>Performs the ASP.NET Web Forms application logout.</para>
      </summary>
      <param name="session">A HttpSessionState object, which provides access to session-state values, session-level settings and lifetime management methods.</param>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.LogonPage">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.LogonWindow">
      <summary>
        <para>Gets the ASP.NET Web Forms application’s logon <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see></para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> object representing the ASP.NET Web Forms application’s logon Window.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.MainWindow">
      <summary>
        <para>Provides access to the ASP.NET Web Forms 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 that represents the current application’s main Window.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.NestedFrameTemplateControl">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.NoHeaderPopupWindowTemplatePage">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.PopupWindowManager">
      <summary>
        <para>Gets the object that provides methods and events for managing popup windows.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.PopupWindowManager"/> object that provides methods and events for managing popup windows.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.PopupWindowTemplatePage">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.PreferredApplicationWindowTemplateType">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> type for the application’s main page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.Templates.TemplateType"/> enumeration value that specifies the <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Template</see> type for the application’s main page. The default is <see cref="F:DevExpress.ExpressApp.Web.Templates.TemplateType.Vertical">TemplateType.Vertical</see>.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.Redirect(System.String,System.Boolean,System.Boolean)">
      <summary>
        <para>Redirects a browser to the specified Uniform Resource Locator (URL).</para>
      </summary>
      <param name="url">A string, which the target URL. This can be a full URL, beginning with “http://“, a virtual path to a location on the same IIS server, or the name of a file contained in the same location as the original URL.</param>
      <param name="endResponse">true, if it is required to terminate the execution of the current page; otherwise - false.</param>
      <param name="useHttpLocationHeader">true, if the redirect URL is set to the Http Location header (see HttpResponse.RedirectLocation); otherwise - false,</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.Redirect(System.String,System.Boolean)">
      <summary>
        <para>Redirects a browser to the specified Uniform Resource Locator (URL).</para>
      </summary>
      <param name="url">A string, which the target URL. This can be a full URL, beginning with “http://“, a virtual path to a location on the same IIS server, or the name of a file contained in the same location as the original URL.</param>
      <param name="endResponse">true, if it is required to terminate execution of the current page; otherwise - false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.Redirect(System.String)">
      <summary>
        <para>Redirects a browser to the specified Uniform Resource Locator (URL).</para>
      </summary>
      <param name="url">A string, which is the target URL. This can be a full URL beginning with “http://“, a virtual path to a location on the same IIS server, or the name of a file contained in the same location as the original URL.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.RequestManager">
      <summary>
        <para>Gets the HTTP request manager.</para>
      </summary>
      <value>An IHttpRequestManager object, which manages HTTP requests in the ASP.NET Web Forms application.</value>
    </member>
    <member name="F:DevExpress.ExpressApp.Web.WebApplication.SessionApplicationVariable">
      <summary>
        <para>A name of HttpSessionState key, which refers to the current <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.SetInstance(System.Web.SessionState.HttpSessionState,DevExpress.ExpressApp.Web.WebApplication)">
      <summary>
        <para>Assigns the <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> instance to the SessionApplicationVariable Session variable.</para>
      </summary>
      <param name="session">A HttpSessionState object, which provides access to session-state values, session-level settings and lifetime management methods.</param>
      <param name="application">A <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> instance.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.SetShared(DevExpress.ExpressApp.Web.WebApplication)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.Settings">
      <summary>
        <para>Specifies settings of the ASP.NET Web Forms application’s <see href="https://docs.devexpress.com/eXpressAppFramework/112609/ui-construction/templates">Templates</see> content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings"/> object that specifies settings of the ASP.NET Web Forms application’s templates content.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.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="M:DevExpress.ExpressApp.Web.WebApplication.Start">
      <summary>
        <para>Starts the ASP.NET Web Forms application.</para>
      </summary>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.WebApplication.StartupWindowCreated">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.SwitchToNewStyle">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see> optimized for touch devices.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplication.SwitchToOldStyle">
      <summary>
        <para>Cancels the effect of the <see cref="M:DevExpress.ExpressApp.Web.WebApplication.SwitchToNewStyle">WebApplication.SwitchToNewStyle</see> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplication.ViewUrlManager">
      <summary>
        <para>Provides access to an object that is used by a WebApplication to manage URLs and implements the <see cref="T:DevExpress.ExpressApp.Web.IViewUrlManager"/> interface.</para>
      </summary>
      <value>An object that is used by a WebApplication to manage URLs and implements the <see cref="T:DevExpress.ExpressApp.Web.IViewUrlManager"/> interface.</value>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.WebApplicationStyleManager">
      <summary>
        <para>Exposes static properties used to enable/disable the upper case usage in labels and captions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebApplicationStyleManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.ExpressApp.Web.WebApplicationStyleManager"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableGridColumnsUpperCase">
      <summary>
        <para>Specifies whether or not the upper case is used for grid column captions in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>true, if the upper case is enabled for grid column captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableGroupUpperCase">
      <summary>
        <para>Specifies whether or not the upper case is used for layout group captions in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>true, if the upper case is enabled for layout group captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableNavigationGroupsUpperCase">
      <summary>
        <para>Specifies whether or not the upper case is used for navigation group captions in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>true, if the upper case is enabled for navigation group captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableTreeListColumnsUpperCase">
      <summary>
        <para>Specifies whether or not the upper case is used for Tree List column captions in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>true, if the upper case is enabled for Tree List column captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableUpperCase">
      <summary>
        <para>Specifies whether or not the upper case is used in labels and captions in the <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see>.</para>
      </summary>
      <value>true, if the upper case is enabled in labels and captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.GridColumnsUpperCase">
      <summary>
        <para>This property is obsolete. Use the <see cref="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableGridColumnsUpperCase">WebApplicationStyleManager.EnableGridColumnsUpperCase</see> property instead.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.GroupUpperCase">
      <summary>
        <para>This property is obsolete. Use the <see cref="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableGroupUpperCase">WebApplicationStyleManager.EnableGroupUpperCase</see> property instead.</para>
      </summary>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.IsNewStyle">
      <summary>
        <para>Gets a value indicating whether or not <see href="https://docs.devexpress.com/eXpressAppFramework/113153/application-shell-and-base-infrastructure/themes/asp-net-web-application-appearance">new web UI</see> is enabled.</para>
      </summary>
      <value>true, if a new web UI is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.NavigationGroupsUpperCase">
      <summary>
        <para>This property is obsolete. Use the <see cref="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.EnableNavigationGroupsUpperCase">WebApplicationStyleManager.EnableNavigationGroupsUpperCase</see> property instead.</para>
      </summary>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.WebViewShortcutHelper">
      <summary>
        <para>Provides the methods to specify which View’s parameters the <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> dictionary may contain.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebViewShortcutHelper.IsRegistered(System.String)">
      <summary>
        <para>Checks whether the <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> dictionary may contain a View’s parameter with the specified name.</para>
      </summary>
      <param name="parameterName">A string that is a name of the parameter to be checked.</param>
      <returns>true, if View Shortcut may contain the parameter with the specified name; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebViewShortcutHelper.RegisterParameterName(System.String)">
      <summary>
        <para>Determines that the <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> dictionary may contain the View’s parameter with the specified name.</para>
      </summary>
      <param name="parameterName">A string that is a name of the parameter the ViewShortcut dictionary may contain.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.WebWindow">
      <summary>
        <para>A <see href="https://docs.devexpress.com/eXpressAppFramework/112608/ui-construction/windows-and-frames">Window</see> used in ASP.NET Web Forms applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.#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.Web.WebWindow"/> 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="P:DevExpress.ExpressApp.Web.WebWindow.Application">
      <summary>
        <para>Provides access to a <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> object that can be used to manage the current application.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.WebApplication"/> object that provides methods and properties to manage an application.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.BreakLinksToControls">
      <summary>
        <para>Removes <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> references to its controls and their event handlers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.CheckForRedirect">
      <summary>
        <para>Causes the browser to perform redirection to a different URL, if required.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.CheckForRedirect(System.Boolean)">
      <summary>
        <para>Causes the browser to perform redirection to a different URL, if required.</para>
      </summary>
      <param name="callbackOnly">true, to perform redirection only if the <see cref="P:DevExpress.ExpressApp.Web.WebWindow.CurrentRequestPage">WebWindow.CurrentRequestPage</see> request is the result of a callback; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.Close(System.Boolean)">
      <summary>
        <para>Closes the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>.</para>
      </summary>
      <param name="isForceRefresh">This parameter has no effect in the WebWindow‘s implementation of the Close method.</param>
      <returns>Always false.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.WebWindow.ControlsCreating">
      <summary>
        <para>Occurs before creating controls for the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s  Web Forms page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.CreateControls(System.Web.UI.Page,System.Boolean)">
      <summary>
        <para>Creates controls for the specified Web Forms page.</para>
      </summary>
      <param name="page">A Page object, specifying the Web Forms page.</param>
      <param name="checkRequestParams">true when the request URL is checked against the current server state; otherwise - false;</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.CreateControls(System.Web.UI.Page)">
      <summary>
        <para>Creates controls for the specified Web Forms page.</para>
      </summary>
      <param name="page">A Page object, specifying the Web Forms page.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.CreateScrollControl(System.Web.UI.Page)">
      <summary>
        <para>Creates an auxiliary scrolling control on the specified Web Forms page.</para>
      </summary>
      <param name="page">A Page object, specifying the Web Forms page where the auxiliary scrolling control will be created.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.CreateSessionKeepAliveControl(System.Web.UI.Page)">
      <summary>
        <para>Creates the auxiliary control preventing an ASP.NET Web Forms session from timing out, on the specified page.</para>
      </summary>
      <param name="page">A Page object, specifying the Web Forms page where the auxiliary control preventing an ASP.NET Web Forms session from timing out will be created.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebWindow.CurrentRequestPage">
      <summary>
        <para>Provides access to the page associated with the current HTTP request.</para>
      </summary>
      <value>A System.Web.UI.Page associated with the current HTTP request.</value>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebWindow.CurrentRequestWindow">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> associated with the current HTTP request.</para>
      </summary>
      <value>A <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> associated with the current HTTP request.</value>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.WebWindow.CustomRegisterTemplateDependentScripts">
      <summary>
        <para>Occurs when ASP.NET Web Forms Template’s scripts are registered.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.GetCurrentRequestShortcut">
      <summary>
        <para>Provides access to the key information on the <see cref="T:DevExpress.ExpressApp.View"/> associated with the current request.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.ExpressApp.ViewShortcut"/> object supplying key information on the <see cref="T:DevExpress.ExpressApp.View"/> associated with the current request.</returns>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.GetForm(System.Web.UI.Page)">
      <summary>
        <para>Provides access to the HTML &lt;form&gt; element of the specified Web Forms page.</para>
      </summary>
      <param name="page">A Page object, specifying the Web Forms page, whose HTML &lt;form&gt; element will be accessed.</param>
      <returns>A <see cref="T:System.Web.UI.HtmlControls.HtmlForm"/> object, which is the HTML &lt;form&gt; element of the specified Web Forms page.</returns>
    </member>
    <member name="E:DevExpress.ExpressApp.Web.WebWindow.PagePreRender">
      <summary>
        <para>Occurs after the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s Web Forms page is loaded, but prior to rendering.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterClientScript(System.String,System.String,System.Boolean)">
      <summary>
        <para>Registers the client script with the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s page, using the specified script name and script literal, and adds script tags. Optionally overrides existing script literals.</para>
      </summary>
      <param name="scriptName">A string containing the name of the client script to register.</param>
      <param name="script">A string containing the client script literal to register.</param>
      <param name="overrideScript">true, to override already registered script literals that use the same name; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterClientScript(System.String,System.String)">
      <summary>
        <para>Registers the client script with the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s page, using the specified script name and script literal, and adds script tags.</para>
      </summary>
      <param name="scriptName">A string containing the name of the client script to register.</param>
      <param name="script">A string containing the client script literal to register.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterClientScriptInclude(System.String,System.String)">
      <summary>
        <para>Registers the client script include with the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s page using the specified key and script file name.</para>
      </summary>
      <param name="scriptName">A string containing the key of the client script include to register.</param>
      <param name="scriptFileName">A string containing the file name of the client script include to register.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterClientScriptResource(System.Type,System.String)">
      <summary>
        <para>Registers the client script resource with the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s page, using the specified resource name.</para>
      </summary>
      <param name="type">The type of the client script resource to register.</param>
      <param name="resourceName">A string containing the resource name to be registered.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterStartupScript(System.String,System.String,System.Boolean)">
      <summary>
        <para>Registers the startup script with the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s page, using the specified script name and script literal, and adds script tags. Optionally, overrides existing script literals.</para>
      </summary>
      <param name="scriptName">A string containing the name of the startup script to register.</param>
      <param name="script">A string containing the startup script literal to register.</param>
      <param name="overwrite">true, to override already registered script literals that use the same name; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterStartupScript(System.String,System.String)">
      <summary>
        <para>Registers the startup script with the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s page, using the specified script name and script literal, and adds script tags.</para>
      </summary>
      <param name="scriptName">A string containing the name of the startup script to register.</param>
      <param name="script">A string containing the startup script literal to register.</param>
    </member>
    <member name="P:DevExpress.ExpressApp.Web.WebWindow.ScrollControl">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/>‘s auxiliary scrolling control.</para>
      </summary>
      <value>A DevExpress.ExpressApp.Web.Controls.ScrollControl object which is the WebWindow’s auxiliary scrolling control.</value>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.WebWindow.SetCurrentRequestWindow(DevExpress.ExpressApp.Web.WebWindow)">
      <summary>
        <para>Sets the specified window as a current session.</para>
      </summary>
      <param name="window">A <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> object that is the current request window.</param>
    </member>
    <member name="T:DevExpress.ExpressApp.Web.XafRouteHelper">
      <summary>
        <para>Provides the extension method that registers URL routes in an ASP.NET Web Forms application.</para>
      </summary>
    </member>
    <member name="M:DevExpress.ExpressApp.Web.XafRouteHelper.RegisterXafRoutes(System.Web.Routing.RouteCollection)">
      <summary>
        <para>The extension method that registers URL routes in an ASP.NET Web Forms application.</para>
      </summary>
      <param name="routes">The <see cref="T:System.Web.Routing.RouteCollection"/> object that is a collection of registered URL routes.</param>
    </member>
  </members>
</doc>