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

7381 lines
255 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.ExpressApp.Web.v17.2</name>
</assembly>
<members>
<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 NeedToCacheErrorInfoEventArgs class.
</para>
</summary>
<param name="errorInfo">
The <b>ErrorInfo</b> object representing the error that occurred.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.NeedToCacheErrorInfoEventArgs.ErrorInfo">
<summary>
<para>Gets the <b>ErrorInfo</b> object representing the error that occurred.
</para>
</summary>
<value>The <b>ErrorInfo</b> 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><b>true</b> if the error information is cached, otherwise - <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.CustomSendErrorNotificationEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.ErrorHandling.CustomSendErrorNotification"/> 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 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"/> 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 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"/> event arguments. As the CustomSendMailMessageEventArgs class is inherited from the <b>CustomSendErrorNotificationEventArgs</b>, 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 <b>SmtpClient</b> 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 <b>SmtpClient</b> object.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.CustomSendMailMessageEventArgs.Smtp">
<summary>
<para>Gets an <b>SmtpClient</b> 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="T:DevExpress.ExpressApp.Web.ErrorHandling">
<summary>
<para>Provides static members for the error handling in ASP.NET applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.ErrorHandling.#ctor">
<summary>
<para>Initializes a new instance of the 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>
<returns> </returns>
</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><b>true</b>, if it is possible to send an e-mail alert to the application administrator; otherwise - <b>false</b>;
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.ErrorHandling.CanShowDetailedInformation">
<summary>
<para>Determines if detailed error information should be shown.
</para>
</summary>
<value><b>true</b>, if detailed error information should be shown; otherwise - <b>false</b>.
</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.ClearCachedPageError(System.Func`2)">
<summary>
<para> </para>
</summary>
<param name="needRemoveErrorDelegate">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.ErrorHandling.ClearPageError">
<summary>
<para>Clears page errors in the current context.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.ErrorHandling.ClearPageError(System.Func`2)">
<summary>
<para> </para>
</summary>
<param name="needRemoveErrorDelegate">
</param>
</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>
<returns> </returns>
</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>
<returns> </returns>
</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>
<returns> </returns>
</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>
<returns> </returns>
</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>
<returns> </returns>
</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>
<returns> </returns>
</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>
<returns> </returns>
</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>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.ErrorHandling.ConfigSessionLostPageKeyName">
<summary>
<para>For internal use only.
</para>
</summary>
<returns> </returns>
</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>
<returns> </returns>
</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 <b>ErrorReportEmailFrom</b> key value is not specified in the application configuration file.
</para>
</summary>
<returns> </returns>
</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 <b>ErrorReportEmailFromName</b> key value is not specified in the application configuration file.
</para>
</summary>
<returns> </returns>
</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>
<returns> </returns>
</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 <b>ErrorInfo</b> 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 <b>ErrorInfo</b> 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 <b>ErrorInfo</b> 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 ErrorHandling class.
</para>
</summary>
<value>The instance of the 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><b>true</b>, if the <i>exception</i> is ignored; otherwise - <b>false</b>.
</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)">
<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.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.SetPageError(System.Exception)">
<summary>
<para>Handles the specified exception.
</para>
</summary>
<param name="error">
A <b>System.Exception</b> object that is the error that occurred.
</param>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb">
<summary>
<para>Used to extend the Application Model'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 new web UI. Actions with a lower <b>AdaptivePriority</b> 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><b>true</b>, if a confirmation dialog is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelActionWeb.CustomCSSClassName">
<summary>
<para>Specifies the name of the <a href="http://www.w3schools.com/css/css_intro.asp">CSS</a> class to be applied to the control that visualizes the current Action.
</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 should be performed when the Action is executed.
</para>
</summary>
<value><b>true</b>, to perform a postback when the Action is executed; <b>false</b>, to perform a callback.
</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 List Editors.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode.Batch">
<summary>
<para>Enables the Batch Edit Mode. In this mode you can edit multiple rows and then click <b>Save changes</b> 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 Edit Form. 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 Edit Form. 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 In-Line Edit Row.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Web.SystemModule.InlineEditMode.PopupEditForm">
<summary>
<para>Specifies that cell values are edited in the Popup Edit Form.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb">
<summary>
<para>Used to extend the Application Model's Views node.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.DetailRowMode">
<summary>
<para>Specifies how the Detail Row 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 Detail Row 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 Endless Paging in an <see cref="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor"/>.
</para>
</summary>
<value><b>true</b>, if endless paging is enabled; otherwise, <b>false</b>.
</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><b>true</b>, if the adaptive and responsive layout is enabled, otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.PageIndex">
<summary>
<para>Specifies the index of the currently selected page.
</para>
</summary>
<value>An integer value specifying the 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 <b>Delete</b> Actions are displayed instead of checkboxes.
</para>
</summary>
<value><b>true</b>, if selection checkboxes are displayed for the records; <b>false</b>, if the <b>Delete</b> 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 Endless Paging is enabled using the <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelListViewWeb.EnableEndlessPaging"/> property.
</para>
</summary>
<value>An integer value specifying the vertical scrollable height in pixels.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.IModelListViewStateStore">
<summary>
<para>Used to extend the Application Model'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><b>true</b>, if the List View settings are persisted in cookies when the browser cookie storage is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb">
<summary>
<para>Used to extend the Application Model'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><b>true</b>, if a confirmation dialog is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ListViewAllowSort">
<summary>
<para>Specifies if UI-level sorting is allowed.
</para>
</summary>
<value><b>true</b>, if UI-level sorting is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ListViewEnableColumnChooser">
<summary>
<para>Specifies whether the column chooser is enabled.
</para>
</summary>
<value><b>true</b>, if the column chooser is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.ListViewEnablePageSizeChooser">
<summary>
<para>Specifies whether the page size chooser is enabled.
</para>
</summary>
<value><b>true</b>, if the page size chooser is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelOptionsWeb.PopupWindowOptions">
<summary>
<para>Provides access to the <b>Options</b> | <b>PopupWindowOptions</b> node.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Web.SystemModule.IModelPopupWindowOptionsWeb"/> object representing the <b>PopupWindowOptions</b> 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><b>true</b>, if captions are displayed in truncated form; otherwise, <b>false.</b>
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.IModelOptionsStateStore">
<summary>
<para>Used to extend the Application Model'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><b>true</b>, if the application can use the browser cookie storage to persist List View settings; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.DetailRowMode">
<summary>
<para>Contains values specifying how the Detail Row 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"/> 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"/> 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.PopupShowingEventArgs">
<summary>
<para>Arguments, passed to the <see cref="E:DevExpress.ExpressApp.Web.PopupWindowManager.PopupShowing"/> 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 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 applications.
</param>
<param name="sourceFrame">
A <see cref="T:DevExpress.ExpressApp.Frame"/> object which is a parent Window 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"/> 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 Action.
</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"/> 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"/> 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 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 Action.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.ShowViewSource"/> object providing access to the popup window's source Action.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.PopupShowingEventArgs.SourceFrame">
<summary>
<para>Gets the parent Window for the current popup.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Frame"/> object which is a parent Window for the current popup.
</value>
</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 ASP.NET Web Application Appearance 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.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 StaticTextDetailItem class is obsolete. Use <see cref="T:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem"/> instead.
</para>
</summary>
<param name="model">
</param>
<param name="objectType">
</param>
</member>
<member name="T:DevExpress.ExpressApp.Web.Editors.StaticImageDetailItem">
<summary>
<para>The Static Image View Item used in <b>XAF</b> ASP.NET 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 StaticImageDetailItem class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticImage"/> object that represents the Application Model's <b>Views</b> | <b><i>&lt;DetailView&gt;</i></b> | <b>Items</b> | <b>DetailViewItem</b> node that defines the current View Item. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.StaticImage.Model"/> 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 View is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType"/> property.
</param>
</member>
<member name="T:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor">
<summary>
<para>Represents the List Editor used by default in <b>XAF</b> ASP.NET Web applications to display List Views 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 ASPxGridListEditor class.
</para>
</summary>
<param name="info">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</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><b>true</b>, if the Filter Builder dialog shows the properties hierarchy; otherwise, <b>false</b>.
</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 Application Model.
</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"/> 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="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.BatchEditModeHelper">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.BeginUpdateSelection">
<summary>
<para>Begins updating the ASPxGridListEditor's selection.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.BreakLinksToControls">
<summary>
<para>Removes references to the 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 ASPxGridListEditor List Editor updates the filter string displayed within the Filter Bar, in order to localize the text.
</para>
</summary>
<value><b>true</b>, if the <b>ASPxGridListEditor</b> updates the filter string displayed within the filter bar; otherwise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CanSelectRows">
<summary>
<para>Indicates whether the ASPxGridListEditor's rows can be selected in a UI.
</para>
</summary>
<value><b>true</b> if it is possible to select <b>ASPxGridListEditor</b>'s rows in a UI; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.ClientValidateObject">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Columns">
<summary>
<para>Provides access to a collection of objects representing the ASPxGridListEditor's columns.
</para>
</summary>
<value>An <b>IList&lt;ColumnWrapper&gt;</b> object representing a collection of ASPxGridListEditor's column wrappers.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.ContextMenuTemplate">
<summary>
<para>Provides access to the ASPxGridListEditor's Context Menu Template.
</para>
</summary>
<value>A control which implements the <b>IContextMenuTemplate</b> interface and represents a List Editor'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"/> 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"/> is initialized.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomGridViewDataColumn">
<summary>
<para>Occurs when the data column 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"/> 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"/>'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"/> 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>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Dispose">
<summary>
<para>Releases all resources used by the 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><b>true</b>, if the XAF group template is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.EnablePopupMenuScrolling">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="F:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.EndCallbackHandlers">
<summary>
<para>For internal use.
</para>
</summary>
<returns>$
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.EndUpdateSelection">
<summary>
<para>Ends updating the 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 or sets the focused object in the ASPxGridListEditor.
</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>
<param name="container">
</param>
<param name="propertyName">
</param>
<returns>
</returns>
</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"/> control.
</para>
</summary>
<returns>An <b>IList&lt;object&gt;</b> list of objects selected in the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid"/> control.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetDetailFramesInfo">
<summary>
<para> </para>
</summary>
<returns> </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"/>'s row.
</para>
</summary>
<param name="obj">
An object that represents a <b>Grid</b>'s row.
</param>
<returns>An index of an object that represents a <b>Grid</b>'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>
<param name="container">
</param>
<returns>
</returns>
</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"/>'s row with the specified index.
</para>
</summary>
<param name="index">
The index of a <b>Grid</b>'s row.
</param>
<returns>An object that represents the <b>Grid</b>'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"/>'s rows.
</para>
</summary>
<returns>An ordered list of objects that represent the <b>Grid</b>'s rows.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GetTestableControls">
<summary>
<para>For internal use only.
</para>
</summary>
<returns>$
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid">
<summary>
<para>Gets the ASPxGridListEditor's control.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxGridView"/> object that is the <b>ASPxGridListEditor</b>'s control.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.GroupSummary">
<summary>
<para>Holds the <b>GroupSummary</b> property's name of the Application Model's <b>Views</b> | <b>List View</b> node.
</para>
</summary>
<returns> </returns>
</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"/> control.
</para>
</summary>
<value><b>true</b>, if the adaptive and responsive layout is enabled, otherwise, <b>false</b>.
</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"/> control is in the Batch Edit Mode.
</para>
</summary>
<value><b>true</b>, if the batch mode is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.IsFooterVisible">
<summary>
<para>Specifies whether the ASPxGridListEditor's footer is visible.
</para>
</summary>
<value><b>true</b>, if the footer is visible; otherwise, <b>false</b>.
</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"/> property is set to <b>true</b>.
</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 ASPxGridListEditor.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.NewItemRowPosition"/> enumeration value that specifies the position of the new item row within the <b>GridListEditor</b>. The default value is specified by the <b>NewItemRowPosition</b> property of the Application Model's <b>Views</b> | <b>List View</b> node.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.NewObject">
<summary>
<para>Holds the object that has been created via the ASPxGridListEditor's new item row, but has not been persisted yet.
</para>
</summary>
<value>An object that has been created via the <b>ASPxGridListEditor</b>'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 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"/>.
</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 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 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 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 ASPxGridListEditor.
</para>
</summary>
<param name="columnWrapper">
A <b>ColumnWrapper</b> 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 ASPxGridListEditor.
</para>
</summary>
<param name="column">
A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that specifies a data column.
</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 Application Model differences.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.SelectionOnDoubleClick">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.SelectionType">
<summary>
<para>Returns the selection type supported by the 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`1)">
<summary>
<para>Changes the selection in the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid"/> control.
</para>
</summary>
<param name="objects">
An <b>IList&lt;object&gt;</b> a list of objects to be selected in the <see cref="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.Grid"/> 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 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 List Editor 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 <b>List&lt;</b><see cref="T:DevExpress.XtraPrinting.ExportTarget"/><b>&gt;</b> 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 <b>TestControlType</b> enumeration value representing the type of a test control used for the current <b>ASPxGridListEditor</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.UnselectAll">
<summary>
<para>Unselects all objects in the ASPxGridListEditor.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.UnselectRowByKey(System.Object)">
<summary>
<para>Unselects a specified object in the 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 ASPxGridListEditor uses the data-specific column types for data cells.
</para>
</summary>
<value><b>true</b>, if the data-specific column types are used for data cells; otherwise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.UseProtectedContentColumn">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.ShowViewStrategy">
<summary>
<para>Represents the Show View Strategy used in <b>XAF</b> ASP.NET Web 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 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>
<returns>
</returns>
</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"/> or <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelDetailViewWeb.CollectionsEditMode"/> instead.
</para>
</summary>
<value>
</value>
</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 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 <b>QuickCreateAction</b> Action.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> object that represents the <b>Quick create</b> Action.
</value>
</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 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.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.WebPropertyEditor">
<summary>
<para>The base class for Property Editors that use controls inherited from a <a href="https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webcontrol.aspx">System.Web.UI.WebControls.WebControl</a>.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.BreakLinksToControl(System.Boolean)">
<summary>
<para>Removes references to the Property Editor's control and its event handlers.
</para>
</summary>
<param name="unwireEventsOnly">
<b>true</b>, if event handlers should be unsubscribed only; <b>false</b>, if in addition to unsubscribing the event, the allocated resources should be disposed of.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.CancelClickEventPropagation">
<summary>
<para>Specifies if the click event is processed when the current WebPropertyEditor is displayed within the grid control.
</para>
</summary>
<value><b>true</b>, if the click event is processed; otherwise - <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.ClientId">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</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>
<value>
</value>
</member>
<member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.EditorGotFocusCompanionScript">
<summary>
<para> </para>
</summary>
<returns> </returns>
</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 <b>null</b>. Used by XAF built-in Property Editors.
</para>
</summary>
<value>A string displayed by the Property Editor's control when its value is set to <b>null</b>. The default value is "N/A".
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.GetValidationCssClasses(DevExpress.ExpressApp.Web.Editors.WebPropertyEditor)">
<summary>
<para> </para>
</summary>
<param name="propertyEditor">
</param>
<returns> </returns>
</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> </para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.LockReadValueManuallyFlag">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.NullText">
<summary>
<para>Specifies the text displayed by WebPropertyEditor when its <see cref="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.ControlValue"/> is <i>null</i>.
</para>
</summary>
<value>A string specifying the text for <i>null</i> value.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.PrepareErrorCell">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.processValueChangedScript">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.SetControlAlignment(System.Web.UI.WebControls.HorizontalAlign)">
<summary>
<para>Applies the specified horizontal alignment to the WebPropertyEditor's control.
</para>
</summary>
<param name="alignment">
A <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.horizontalalign.aspx">HorizontalAlign</a> 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><b>true</b> if the current Property Editor can be displayed in edit mode for inline editing in a Grid List Editor; otherwise, <b>false</b>.
</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 <b>IJScriptTestControl</b> object.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.TestControlType">
<summary>
<para>For internal use only.
</para>
</summary>
<value>A <b>TestControlType</b> enumeration value representing the type of a test control used for the current <b>WebPropertyEditor</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.TrackPropertyChangesOnClient">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebPropertyEditor.UseEditorErrorCell">
<summary>
<para> </para>
</summary>
<value> </value>
</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 <b>ViewEditMode</b> 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>
<returns> </returns>
</member>
<member name="T:DevExpress.ExpressApp.Web.PopupWindowManager">
<summary>
<para>Provides methods and events for managing popup windows in ASP.NET applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.#ctor(DevExpress.ExpressApp.Web.WebApplication)">
<summary>
<para>Initializes a new instance of the PopupWindowManager class.
</para>
</summary>
<param name="application">
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.PopupWindowManager.ActivePopupWindowActions">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Web.PopupWindowManager.ActivePopupWindows">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.AllowFastProcessPopupWindow">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.DestroyWindowById(System.String)">
<summary>
<para> </para>
</summary>
<param name="windowId">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.Dispose">
<summary>
<para>Disposes the PopupWindowManager object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.FindPopupWindowByContentUrl(System.String)">
<summary>
<para> </para>
</summary>
<param name="contentUrl">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.FindPopupWindowByContenUrl(System.String)">
<summary>
<para> </para>
</summary>
<param name="contentUrl">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.FindRequestedWindow">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.FindRequestedWindowByActionId(System.String)">
<summary>
<para> </para>
</summary>
<param name="actionId">
</param>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.PopupWindowManager.ForceShowPopupWindowScriptValidation">
<summary>
<para> </para>
</summary>
<value> </value>
</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> </para>
</summary>
<param name="control">
</param>
<param name="action">
</param>
<param name="windowWidth">
</param>
<param name="windowHeight">
</param>
<param name="forcePostBack">
</param>
<param name="callBackFuncName">
</param>
<param name="useFindTemplate">
</param>
<param name="showInFindPopup">
</param>
<returns> </returns>
</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> </para>
</summary>
<param name="control">
</param>
<param name="action">
</param>
<param name="windowWidth">
</param>
<param name="windowHeight">
</param>
<param name="forcePostBack">
</param>
<param name="callBackFuncName">
</param>
<returns> </returns>
</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> </para>
</summary>
<param name="control">
</param>
<param name="action">
</param>
<param name="forcePostBack">
</param>
<param name="requestParams">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GenerateOpeningScript(System.Web.UI.WebControls.WebControl,DevExpress.ExpressApp.Actions.PopupWindowShowAction)">
<summary>
<para> </para>
</summary>
<param name="control">
</param>
<param name="action">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GenerateOpeningScript(System.Web.UI.Control,System.String)">
<summary>
<para> </para>
</summary>
<param name="control">
</param>
<param name="url">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetOpeningScript(System.String,System.Boolean,System.String,System.String,System.Boolean)">
<summary>
<para> </para>
</summary>
<param name="callBackFuncName">
</param>
<param name="forcePostBack">
</param>
<param name="targetControlId">
</param>
<param name="url">
</param>
<param name="isSizeable">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetPopupWindow(DevExpress.ExpressApp.Actions.PopupWindowShowAction)">
<summary>
<para> </para>
</summary>
<param name="action">
</param>
<returns> </returns>
</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>
<param name="action">
</param>
<param name="callBackFuncName">
</param>
<param name="targetControlId">
</param>
<param name="forcePostBack">
</param>
<param name="isSizeable">
</param>
<returns>
</returns>
</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>
<param name="action">
</param>
<param name="callBackFuncName">
</param>
<param name="targetControlId">
</param>
<param name="forcePostBack">
</param>
<param name="isSizeable">
</param>
<param name="useFindTemplate">
</param>
<param name="showInFindPopup">
</param>
<returns>
</returns>
</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>
<param name="url">
</param>
<param name="callBackFuncName">
</param>
<param name="targetControlId">
</param>
<param name="forcePostBack">
</param>
<param name="isSizeable">
</param>
<returns>
</returns>
</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>
<param name="url">
</param>
<param name="callBackFuncName">
</param>
<param name="targetControlId">
</param>
<param name="forcePostBack">
</param>
<param name="isSizeable">
</param>
<param name="actionId">
</param>
<returns>
</returns>
</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>
<param name="url">
</param>
<param name="callBackFuncName">
</param>
<param name="targetControlId">
</param>
<param name="forcePostBack">
</param>
<param name="isSizeable">
</param>
<param name="actionId">
</param>
<param name="showInFindPopup">
</param>
<param name="endCallbackHandler">
</param>
<returns>
</returns>
</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>
<param name="action">
</param>
<param name="callBackFuncName">
</param>
<param name="targetControlId">
</param>
<param name="forcePostBack">
</param>
<param name="isSizeable">
</param>
<param name="useFindTemplate">
</param>
<param name="showInFindPopup">
</param>
<param name="endCallbackHandler">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetShowPopupWindowScript(DevExpress.ExpressApp.View,System.Action,System.Action,System.Boolean)">
<summary>
<para> </para>
</summary>
<param name="view">
</param>
<param name="okDelegate">
</param>
<param name="cancelDelegate">
</param>
<param name="isSizeable">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetWindowById(System.String)">
<summary>
<para> </para>
</summary>
<param name="windowId">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.GetWindowId(DevExpress.ExpressApp.Web.WebWindow)">
<summary>
<para> </para>
</summary>
<param name="window">
</param>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.NotificationMessageClickParameter">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="E:DevExpress.ExpressApp.Web.PopupWindowManager.PopupShowing">
<summary>
<para>Occurs before a popup window is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.PopupWindowHandlerId">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.ProcessWindowParameter">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="E:DevExpress.ExpressApp.Web.PopupWindowManager.RefreshParentWindowRequestOccurred">
<summary>
<para> </para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.RefreshWindowParameter">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.RegisterCallbackHandler">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.RegisterStartupPopupWindowShowActionScript(System.Web.UI.WebControls.WebControl,DevExpress.ExpressApp.Actions.PopupWindowShowAction)">
<summary>
<para> </para>
</summary>
<param name="control">
</param>
<param name="action">
</param>
</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> </para>
</summary>
<param name="page">
</param>
<param name="currentWindow">
</param>
<param name="targetPopupWindow">
</param>
<param name="isModal">
</param>
<param name="showViewSource">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.RegisterStartupWindowOpeningScript(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow,System.Boolean,DevExpress.ExpressApp.ShowViewSource)">
<summary>
<para> </para>
</summary>
<param name="currentWindow">
</param>
<param name="targetPopupWindow">
</param>
<param name="isModal">
</param>
<param name="showViewSource">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.RegisterWindow(DevExpress.ExpressApp.Web.WebWindow)">
<summary>
<para> </para>
</summary>
<param name="window">
</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,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">
<b>true</b>, if the pop-up window is sizeable; otherwise, <b>false</b>. Has no effect on pop-ups that slide from the right edge of the page in a new Web UI.
</param>
<param name="webWindow">
A <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> object that is a Window used in ASP.NET Web 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">
<b>true</b>, if a postback is required when the pop-up window is closed; otherwise, <b>false</b>. 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">
<b>true</b>, if the <b>FindDialogTemplateContentNew</b> template should be used; otherwise, <b>false</b>. Has effect in the new web UI only.
</param>
<param name="showInFindPopup">
<b>true</b>, if the pop-up window displays in a pop-up using the <b>FindDialogTemplateContentNew</b> template; otherwise, <b>false</b>. Has effect in the new web UI only.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Actions.PopupWindowShowAction,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="action">
</param>
<param name="targetControlId">
</param>
</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>
<param name="windowToShow">
</param>
<param name="isSizeable">
</param>
<param name="currentRequestWindow">
</param>
<param name="callBackFuncName">
</param>
<param name="forcePostBack">
</param>
<param name="targetControlId">
</param>
<param name="showViewSource">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.Web.WebWindow)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="windowToShow">
</param>
<param name="currentRequestWindow">
</param>
</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>
<param name="windowToShow">
</param>
<param name="currentRequestWindow">
</param>
<param name="showInFindPopup">
</param>
<param name="closeScript">
</param>
<param name="showViewSource">
</param>
</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>
<param name="windowToShow">
</param>
<param name="currentRequestWindow">
</param>
<param name="showInFindPopup">
</param>
<param name="closeScript">
</param>
</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>
<param name="windowToShow">
</param>
<param name="currentRequestWindow">
</param>
<param name="showInFindPopup">
</param>
<param name="showViewSource">
</param>
</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>
<param name="windowToShow">
</param>
<param name="currentRequestWindow">
</param>
<param name="showInFindPopup">
</param>
</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>
<param name="windowToShow">
</param>
<param name="currentRequestWindow">
</param>
<param name="showViewSource">
</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>
<param name="action">
</param>
<param name="isSizeable">
</param>
<param name="webWindow">
</param>
<param name="callBackFuncName">
</param>
<param name="forcePostBack">
</param>
<param name="targetControlId">
</param>
</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>
<param name="windowToShow">
</param>
<param name="isSizeable">
</param>
<param name="currentRequestWindow">
</param>
<param name="callBackFuncName">
</param>
<param name="forcePostBack">
</param>
<param name="targetControlId">
</param>
</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>
<param name="windowToShow">
</param>
<param name="currentRequestWindow">
</param>
<param name="showInFindPopup">
</param>
<param name="closeScript">
</param>
<param name="showViewSource">
</param>
<param name="useFindTemplate">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopup(DevExpress.ExpressApp.View,System.Action,System.Action,System.String,System.String)">
<summary>
<para> </para>
</summary>
<param name="view">
</param>
<param name="okDelegate">
</param>
<param name="cancelDelegate">
</param>
<param name="okButtonCaption">
</param>
<param name="cancelButtonCaption">
</param>
</member>
<member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.ShowPopupWindowScriptKey">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.PopupWindowManager.ShowViewInNewWindowScriptKey">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelLayoutGroupWeb">
<summary>
<para>Used to extend the Application Model's layout item node.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelLayoutGroupWeb.IsCardGroupCollapsed">
<summary>
<para>Specifies whether or not the layout card group is collapsed in the new web UI by default.
</para>
</summary>
<value><b>true</b> if the layout card group is collapsed by default, otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelLayoutGroupWeb.IsCollapsibleCardGroup">
<summary>
<para>Specifies whether or not the layout card group can be collapsed in the new web UI.
</para>
</summary>
<value><b>true</b> if the layout card group can be collapsed, otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.Editors.IModelCustomUserControlViewItemWeb">
<summary>
<para>The CustomUserControlViewItemWeb node defines a View Item that displays a <a href="https://msdn.microsoft.com/en-us/library/y6wb1a0e.aspx">ASP.NET User Control</a>.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.IModelCustomUserControlViewItemWeb.CustomControlPath">
<summary>
<para>Specifies the path to the <a href="https://msdn.microsoft.com/en-us/library/y6wb1a0e.aspx">ASP.NET User Control</a> 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.Controls.CustomizePopupControlEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CustomizePopupControl"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs.#ctor(DevExpress.Web.ASPxPopupControl)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="popupControl">
</param>
</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 applications.
</param>
<param name="popupFrame">
An <see cref="T:DevExpress.ExpressApp.Frame"/> object used to display the popup windows in ASP.NET applications.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.Controls.CustomizePopupControlEventArgs.PopupControl">
<summary>
<para>Gets a control used to display the popup windows in ASP.NET applications.
</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxPopupControl"/> control used to display the popup windows in the ASP.NET 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 applications.
</para>
</summary>
<value>An <see cref="T:DevExpress.ExpressApp.Frame"/> object used to display the popup windows in ASP.NET applications.
</value>
</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 applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.#ctor">
<summary>
<para>Creates an instance of the XafPopupWindowControl class.
</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>
<param name="url">
</param>
<param name="isSizeable">
</param>
<param name="showInFindPopup">
</param>
</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>
<param name="url">
</param>
<param name="isSizeable">
</param>
<param name="showInFindPopup">
</param>
<param name="closeScript">
</param>
</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>
<param name="url">
</param>
<param name="isSizeable">
</param>
<param name="showInFindPopup">
</param>
<param name="clientServerInfo">
</param>
<param name="sourceFrame">
</param>
<param name="targetFrame">
</param>
<param name="showViewSource">
</param>
</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>
<param name="url">
</param>
<param name="isSizeable">
</param>
<param name="showInFindPopup">
</param>
<param name="closeScript">
</param>
<param name="clientServerInfo">
</param>
<param name="sourceFrame">
</param>
<param name="targetFrame">
</param>
<param name="showViewSource">
</param>
</member>
<member name="E:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CustomizePopupControl">
<summary>
<para>Occurs before the popup window is shown in the ASP.NET application and after the <see cref="E:DevExpress.ExpressApp.Actions.PopupWindowShowAction.CustomizePopupWindowParams"/> 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 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 application with the new web UI.
</para>
</summary>
<value>An <a href="https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.unit.aspx">Unit</a> 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 application with the new web UI.
</para>
</summary>
<value>An <a href="https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.unit.aspx">Unit</a> 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><b>true</b>, if the window height is calculated and set automatically; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.PopupTemplateType">
<summary>
<para>Specifies the default template for the pop-up windows in ASP.NET applications with the new web UI.
</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 applications with the new web UI.
</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 <a href="https://msdn.microsoft.com/en-us/library/system.windows.forms.panel.aspx">Panel</a> value which is a wrapper of the panel of the current control.
</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 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 new web UI.
</para>
</summary>
<value><b>true</b>, if the upper case is enabled for grid column captions; otherwise, <b>false</b>.
</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 new web UI.
</para>
</summary>
<value><b>true</b>, if the upper case is enabled for layout group captions; otherwise, <b>false</b>.
</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 new web UI.
</para>
</summary>
<value><b>true</b>, if the upper case is enabled for navigation group captions; otherwise, <b>false</b>.
</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 new web UI.
</para>
</summary>
<value><b>true</b>, if the upper case is enabled in labels and captions; otherwise, <b>false</b>.
</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"/> property instead.
</para>
</summary>
<value>
</value>
</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"/> property instead.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplicationStyleManager.IsNewStyle">
<summary>
<para>Gets a value indicating whether or not new web UI is enabled.
</para>
</summary>
<value><b>true</b>, if a new web UI is enabled; otherwise, <b>false</b>.
</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"/> property instead.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelRootNavigationItemsWeb">
<summary>
<para>Used to extend the Application Model Basics's Views node.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelRootNavigationItemsWeb.ShowImages">
<summary>
<para>Specifies whether or not the navigation item images are shown in the new web UI.
</para>
</summary>
<value><b>true</b>, if the navigation item images are shown in the ASP.NET application; otherwise, <b>false</b>.
</value>
</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 new web UI.
</para>
</summary>
<value><b>true</b>, if the navigation panel is initially expanded; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.Controls.ShowPopupMode">
<summary>
<para>Contains values specifying a transition for the pop-up window in the new web UI.
</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 new web UI. The default transition is set in the <b>XafPopupWindowControl.ShowPopupMode</b> static 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 new web UI.
</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 new web UI.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Web.Controls.PopupTemplateType">
<summary>
<para>Contains values specifying a template for the pop-up window in the new web UI.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Web.Controls.PopupTemplateType.ByDefault">
<summary>
<para>Specifies that the pop-up window will use the default template in the new web UI. The default template is set in the <b>XafPopupWindowControl.PopupTemplateType</b> static 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 <b>DialogTemplateContentNew</b> template in the new web UI.
</para>
</summary>
</member>
<member name="F:DevExpress.ExpressApp.Web.Controls.PopupTemplateType.FindDialog">
<summary>
<para>Specifies that the pop-up window will open using the <b>FindDialogTemplateContentNew</b> template in the new web UI.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Web.Controls.CustomizePopupWindowSizeEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl.CustomizePopupWindowSize"/> 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 CustomizePopupWindowSizeEventArgs class.
</para>
</summary>
<param name="contentUrl">
The <b>String</b> which is the content URL.
</param>
<param name="popupTemplateType">
A <b>PopupTemplateType</b> enumeration value specifying the template for the pop-up window display in the new web UI.
</param>
<param name="showPopupMode">
A <b>ShowPopupMode</b> enumeration value specifying the transition for the pop-up window in the new web UI.
</param>
<param name="width">
An <a href="https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.unit.aspx">Unit</a> value which is the width of the pop-up window in pixels or percents.
</param>
<param name="height">
An <a href="https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.unit.aspx">Unit</a> 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"/> 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 CustomizePopupWindowSizeEventArgs class.
</para>
</summary>
<param name="contentUrl">
The <b>String</b> 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 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 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 applications.
</para>
</summary>
<value>An <a href="https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.unit.aspx">Unit</a> 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 Frame which will arranged in a target popup window.
</para>
</summary>
<value>The <b>Frame</b> 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 applications with the new web UI.
</para>
</summary>
<value>A <b>PopupTemplateType</b> 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 applications with the new web UI.
</para>
</summary>
<value>A <b>ShowPopupMode</b> 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"/> 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 <b>ShowView</b> 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 applications.
</para>
</summary>
<value>A <a href="https://msdn.microsoft.com/en-us/library/system.windows.size.aspx">Size</a> 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 <b>Frame</b> 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 applications.
</para>
</summary>
<value>An <a href="https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.unit.aspx">Unit</a> value which is the width of the popup window in pixels or percents.
</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 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 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 applications.
</para>
</summary>
<value>An integer value specifying the width of pop-up Windows in pixels.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.Editors.WebCustomUserControlViewItem">
<summary>
<para>A View Item 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 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 View 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 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.Utils.ClientSideEventsHelper">
<summary>
<para>Contains helper methods for the Client-Side Events usage in ASP.NET XAF applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Utils.ClientSideEventsHelper.#ctor">
<summary>
<para>Initializes a new instance of the 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 client-side event. 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 <i>editor</i> 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 <i>script</i>. If the script with the same identifier was added to the <i>eventName</i> 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.Actions.SupportClientScriptsExtensions">
<summary>
<para>Provides <a href="https://msdn.microsoft.com/en-us//library/bb383977.aspx">extension methods</a> providing client script support for the Actions in ASP.NET applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.GetClientScript(DevExpress.ExpressApp.Actions.ISupportClientScripts)">
<summary>
<para>Returns the JavaScript code that is executed in a browser when a user clicks the current Action.
</para>
</summary>
<param name="action">
An <b>ISupportClientScript</b> object specifying an Action.
</param>
<returns>A string specifying the JavaScript code executed when a user clicks the current Action.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Actions.SupportClientScriptsExtensions.GetProcessOnServer(DevExpress.ExpressApp.Actions.ISupportClientScripts)">
<summary>
<para>Determines if the current Action should be processed on the server.
</para>
</summary>
<param name="action">
An <b>ISupportClientScript</b> object specifying an Action.
</param>
<returns><b>true</b>, if the Action should be processed on the server in addition to the JavaScript execution; otherwise, <b>false</b>.
</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 Action. This code will be executed in a browser when a user clicks the Action.
</para>
</summary>
<param name="action">
An <b>ISupportClientScript</b> 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">
<b>true</b>, if the Action should be processed on the server in addition to the JavaScript execution; otherwise, <b>false</b>.
</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 Action. This code will be executed in a browser when a user clicks the Action.
</para>
</summary>
<param name="action">
An <b>ISupportClientScript</b> 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="T:DevExpress.ExpressApp.Web.SystemModule.ProcessActionContainerHolderController">
<summary>
<para>An abstract base Controller for Controllers that create custom Action items.
</para>
</summary>
</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"/> 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 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 data column.
</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.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"/> and <see cref="E:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.CreateCustomEditItemTemplate"/> 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 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 <b>IDataItemTemplateInfoProvider</b> object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate"/>.
</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"/>.
</para>
</summary>
<value>An <b>IDataItemTemplateInfoProvider</b> object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate"/>.
</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 data cell or edit cell.
</para>
</summary>
<value>An <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.itemplate.aspx">ITemplate</a>
</value>
</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"/> 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 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 <b>IDataItemTemplateInfoProvider</b> object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate"/>.
</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><b>true</b>, if the default data item template should be created; otherwise, <b>false</b>.
</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"/> 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 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 <b>IDataItemTemplateInfoProvider</b> object that provides info on the<see cref="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate"/>.
</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"/> 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 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 data column.
</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 data column info.
</para>
</summary>
<value>An <b>IColumnInfo</b> 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.ASPxGridViewCustomButtonInitializer">
<summary>
<para>Wraps the <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonInitialize"/> event arguments for use in the <see cref="E:DevExpress.ExpressApp.Actions.ActionBase.CustomizeControl"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewCustomButtonInitializer.#ctor(DevExpress.Web.ASPxGridViewCustomButtonEventArgs)">
<summary>
<para>Creates an 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"/> 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"/> 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 Action
</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><b>true</b>, to enable the button; otherwise, <b>false</b>.
</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><b>true</b>, if the processed custom button is displayed within the row currently being edited; otherwise, <b>false</b>.
</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.SystemModule.IModelDetailViewWeb">
<summary>
<para>Extends the <b>DetailView</b> node with properties specific to ASP.NET 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 <b>Nullable&lt;</b><see cref="T:DevExpress.ExpressApp.Editors.ViewEditMode"/><b>&gt;</b> 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.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 FocusController class.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelApplicationWeb">
<summary>
<para>Used to extend the Application Model's root node (<b>Application</b>).
</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 new web UI.
</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.Templates.CustomizeTemplateContentEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.ExpressApp.Web.Templates.BaseXafPage.CustomizeTemplateContent"/> 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 CustomizeTemplateContentEventArgs class.
</para>
</summary>
<param name="templateContent">
A <b>TemplateContext</b> 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 <b>TemplateContext</b> User Control that specifies the current page's content.
</value>
</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 specific behavior.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.#ctor">
<summary>
<para>Creates an instance of the WebModificationsController class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.EditAction">
<summary>
<para>Provides access to the <b>SwitchToEditMode</b> Action.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SimpleAction"/> object representing the <b>SwitchToEditMode</b> 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"/>'s ID. Its value is set for the <b>ID</b> property of the Application Model's <b>ActionDesign</b> | <b>Actions</b> | <b><i>&lt;Action&gt;</i></b> node. The default value is "SwitchToEditMode".
</para>
</summary>
<returns> </returns>
</member>
<member name="E:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.QueryCloseAfterSave">
<summary>
<para>Occurs when the <see cref="P:DevExpress.ExpressApp.SystemModule.ModificationsController.SaveAndCloseAction"/> is executed.
</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 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 WebActionContainerViewItem class.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelActionContainerViewItem"/> object that represents the Application Model's <b>Views</b> | <b><i>&lt;DetailView&gt;</i></b> | <b>Items</b> | <b>ActionContainerViewItem</b> 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 View is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType"/> property.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.Actions">
<summary>
<para>Provides access to a collection of Actions which are displayed by the Web Action Container View Item.
</para>
</summary>
<value>An object that represents a <b>ReadOnlyCollection&lt;</b><see cref="T:DevExpress.ExpressApp.Actions.ActionBase"/><b>&gt;</b> 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 Action Container control from being updated until the <see cref="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.BreakLinksToControl(System.Boolean)">
<summary>
<para>Unsubscribes from events and then performs the <see cref="M:DevExpress.ExpressApp.Editors.ViewItem.BreakLinksToControl"/> method of the ancestor.
</para>
</summary>
<param name="unwireEventsOnly">
<b>true</b> to only unsubscribe from events in the <see cref="M:DevExpress.ExpressApp.Editors.ViewItem.BreakLinksToControl"/> method of the ancestor; <b>false</b> to unsubscribe from events and disposes the Static Text Detail Item's control.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.Clear">
<summary>
<para>Clears the WebActionContainerViewItem's Action Container.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.ClearActions">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.ContainerId">
<summary>
<para>Specifies the Web Action Container View Item's Action Container identifier.
</para>
</summary>
<value>A string value that represents the Web Action Container View Item's Action Container identifier.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.Control">
<summary>
<para>Provides access to the control used by the WebActionContainerViewItem.
</para>
</summary>
<value>An <b>ActionContainerHoder</b> object which represents the WebActionContainerViewItem's control.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.EndUpdate">
<summary>
<para>Unlocks the View Item's Action Container control after a call to the <see cref="M:DevExpress.ExpressApp.Web.Editors.WebActionContainerViewItem.BeginUpdate"/> 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 Action to a Web Action Container View Item's <see cref="P:DevExpress.ExpressApp.Editors.ActionContainerViewItem.Actions"/> 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.RenderHelper">
<summary>
<para>Exposes static helper methods that create and set up ASP.NET Web 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.CreateASPxColorEdit">
<summary>
<para> </para>
</summary>
<returns> </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(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.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.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 <b>TableEx</b> control.
</para>
</summary>
<returns>An instance of the <b>TableEx</b> control.
</returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.RenderHelper.EventCancelBubbleCommand">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.FromJSON``1(System.String)">
<summary>
<para> </para>
</summary>
<param name="jsonString">
</param>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.Web.UI.Control)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="control">
</param>
<returns>
</returns>
</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>
<param name="control">
</param>
<param name="param">
</param>
<param name="callbackFunction">
</param>
<param name="context">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.String,System.String,System.String,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="controlClientId">
</param>
<param name="argument">
</param>
<param name="clientCallback">
</param>
<param name="context">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.Web.UI.Control,System.String,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="control">
</param>
<param name="param">
</param>
<param name="callbackFunction">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetCallbackEventReference(System.Web.UI.Control,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="control">
</param>
<param name="param">
</param>
<returns>
</returns>
</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>
<param name="controlClientId">
</param>
<param name="argument">
</param>
<param name="clientCallback">
</param>
<param name="context">
</param>
<param name="clientErrorCallback">
</param>
<param name="useAsync">
</param>
<returns>
</returns>
</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>
<param name="controlClientId">
</param>
<param name="argument">
</param>
<param name="clientCallback">
</param>
<param name="context">
</param>
<param name="useAsync">
</param>
<returns>
</returns>
</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 <i>control</i>.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetForceButtonClickFunctionBody(DevExpress.Web.ASPxButton)">
<summary>
<para>This method is obsolete.
</para>
</summary>
<param name="button">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetForceButtonClickFunctionName">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetForceButtonClickFunctionName(DevExpress.Web.ASPxButton)">
<summary>
<para>This method is obsolete.
</para>
</summary>
<param name="button">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.GetPostBackEventReference(System.String,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="controlClientId">
</param>
<param name="argument">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.QuoteJScriptString(System.String,System.Boolean)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
<param name="forUrl">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.QuoteJScriptString(System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
<returns>
</returns>
</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>
<value>$nbsp;
</value>
</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.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 <i>control</i>.
</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 <b>HtmlControl</b> 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 <b>WebControl</b> 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>
<param name="settings">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.RenderHelper.ToJSON(System.Object)">
<summary>
<para> </para>
</summary>
<param name="value">
</param>
<returns> </returns>
</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 XAF applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.#ctor">
<summary>
<para>Initializes a new instance of the BaseXafPage class.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Web.Templates.BaseXafPage.ActionContainersChanged">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.BeginUpdate">
<summary>
<para>Prevents the BaseXafPage's control from being updated until the <see cref="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.EndUpdate"/> method is called.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.CallbackManager">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="F:DevExpress.ExpressApp.Web.Templates.BaseXafPage.ClientServerParamsKey">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.CurrentTheme">
<summary>
<para>Specifies the name of theme applied to the BaseXafPage page.
</para>
</summary>
<value>A string that specifies the name of theme applied to the current page.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Web.Templates.BaseXafPage.CurrentThemeManager">
<summary>
<para> </para>
</summary>
<returns> </returns>
</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 Template's Action Container that contains the Actions with the <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.Category"/> property set to <b>Unspecified</b>.
</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 BaseXafPage object.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.EndUpdate">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.GetContainers">
<summary>
<para>Provides access to a Template's Action Containers in an ASP.NET application.
</para>
</summary>
<returns>An instance of the <b>ICollection&lt;</b><see cref="T:DevExpress.ExpressApp.Templates.IActionContainer"/><b>&gt;</b> collection that contains the current Template's Action Containers.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.GetScrollableControlID">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.GetTestControls">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.GetUpdatePanels">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.InnerContentPlaceHolder">
<summary>
<para>Gets the control that specifies the BaseXafPage page's inner content.
</para>
</summary>
<value>A <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.control.aspx">Control</a> object that specifies the 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><b>true</b>, if the page can be resized; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.Register(DevExpress.ExpressApp.Web.Controls.IViewDependentControl)">
<summary>
<para> </para>
</summary>
<param name="control">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.RegisterActionContainers(System.Collections.Generic.IEnumerable`1)">
<summary>
<para> </para>
</summary>
<param name="actionContainers">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.RegisterPanel(DevExpress.ExpressApp.Web.Templates.XafUpdatePanel)">
<summary>
<para> </para>
</summary>
<param name="xafUpdatePanel">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.RegisterTestControl(DevExpress.ExpressApp.Web.TestScripts.ITestable)">
<summary>
<para> </para>
</summary>
<param name="testControl">
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.SecurityActionContainerHolder">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.SetCaption(System.String)">
<summary>
<para> </para>
</summary>
<param name="caption">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.SetStatus(System.Collections.Generic.ICollection`1)">
<summary>
<para> </para>
</summary>
<param name="statusMessages">
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.Settings">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.SetupCurrentTheme">
<summary>
<para> </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"/> of the specified View to a Template'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 BaseXafPage page's content.
</para>
</summary>
<value>A <b>TemplateContext</b> User Control that specifies the current page's content.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.UnregisterActionContainers(System.Collections.Generic.IEnumerable`1)">
<summary>
<para> </para>
</summary>
<param name="actionContainers">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.BaseXafPage.UnregisterPanel(DevExpress.ExpressApp.Web.Templates.XafUpdatePanel)">
<summary>
<para> </para>
</summary>
<param name="xafUpdatePanel">
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.View">
<summary>
<para>Provides access to a BaseXafPage's View.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.View"/> object representing the current BaseXafPage's View.
</value>
</member>
<member name="E:DevExpress.ExpressApp.Web.Templates.BaseXafPage.ViewChanged">
<summary>
<para> </para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.ViewSiteControl">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.BaseXafPage.XafPopupWindowControl">
<summary>
<para> </para>
</summary>
<value> </value>
</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"/> Action for ASP.NET applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.#ctor">
<summary>
<para>Initializes a new instance of the ChooseThemeController class and its <see cref="P:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.ChooseThemeAction"/> 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"/> Action's <see cref="P:DevExpress.ExpressApp.Actions.ActionBase.Active"/> collection to indicate the Action's active state.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.ChooseThemeAction">
<summary>
<para>An Action used to switch themes in ASP.NET applications.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Actions.SingleChoiceAction"/> object that is an Action used to switch themes in ASP.NET applications.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Web.SystemModule.ChooseThemeController.NewStyleDisableReason">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</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="T:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings">
<summary>
<para>Represents the ASP.NET template content settings that are passed to the <see cref="P:DevExpress.ExpressApp.Web.WebApplication.Settings"/> property.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.#ctor">
<summary>
<para>Initializes a new instance of the TemplateContentSettings class.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.DefaultTemplateContentPath">
<summary>
<para>Specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Default</b> Template content.
</para>
</summary>
<value>A string that specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Default</b> Template content.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.DefaultVerticalTemplateContentPath">
<summary>
<para>Specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>DefaultVertical</b> Template content.
</para>
</summary>
<value>A string that specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>DefaultVertical</b> Template content.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.DialogTemplateContentPath">
<summary>
<para>Specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Dialog</b> Template content.
</para>
</summary>
<value>A string that specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Dialog</b> Template content.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.FindDialogTemplateContentPath">
<summary>
<para>Specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Find Dialog</b> Template content.
</para>
</summary>
<value>A string that specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Find Dialog</b> Template content.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.LogonTemplateContentPath">
<summary>
<para>Specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Login</b> Template content.
</para>
</summary>
<value>A string that specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>Login</b> Template content.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings.NestedFrameControlPath">
<summary>
<para>Specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>NestedFrameControl</b> Template content.
</para>
</summary>
<value>A string that specifies the path to a <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol.aspx">User Control</a> that implements the <b>NestedFrameControl</b> Template content.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.IModelViewLayoutElementWeb">
<summary>
<para>Used to extend the Application Model'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><b>true</b> if the layout element responds to browser window resizing, otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.SystemModule.IModelViewLayoutElementWeb.CustomCSSClassName">
<summary>
<para>Specifies the name of the <a href="http://www.w3schools.com/css/css_intro.asp">CSS</a> class to be applied to the current layout item in the new web UI.
</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 or not the layout group is displayed as a card in the new web UI.
</para>
</summary>
<value><b>true</b>, if the layout group is displayed as a card, otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.Controls.AboutInfoControl">
<summary>
<para>A control that provides information on the current application in ASP.NET applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.Controls.AboutInfoControl.#ctor">
<summary>
<para>Creates an instance of the AboutInfoControl class.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Web.ISupportModelSaving">
<summary>
<para>Declares members implemented by an ASP.NET Web List Editor to support saving user-customized List View 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 List Editor's control customizations are saved to the Application Model.
</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"/> 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 <b>CustomWriteToResponseEventArgs</b> class.
</para>
</summary>
<param name="stream">
A <b>System.IO.MemoryStream</b> 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"/> 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 <b>System.IO.MemoryStream</b> object that is the stream that will be sent to a client's browser.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule">
<summary>
<para>The module contained in the <i>DevExpress.ExpressApp.Web.v17.2.dll</i> assembly.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule.#ctor">
<summary>
<para>Creates an instance of the SystemAspNetModule class.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule.ConvertXml(DevExpress.ExpressApp.Updating.ConvertXmlParameters)">
<summary>
<para>Converts legacy Application Model differences containing 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.ExtendModelInterfaces(DevExpress.ExpressApp.Model.ModelInterfaceExtenders)">
<summary>
<para>Extends the Application Model 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 <b>ModelInterfaceExtenders</b> 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 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 <b>System.Version</b> 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 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 SystemAspNetModule.
</para>
</summary>
<returns>An <b>ICollection&lt;Type&gt;</b> collection containing the types of the Resource Localizers supplied with the <b>SystemAspNetModule</b>.
</returns>
</member>
<member name="T:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem">
<summary>
<para>The Static Text View Item used in <b>XAF</b> ASP.NET 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 StaticTextViewItem class.
</para>
</summary>
<param name="objectType">
An <see cref="T:DevExpress.ExpressApp.Model.IModelStaticText"/> object that is the Application Model's <b>Views</b> | <b><i>&lt;DetailView&gt;</i></b> | <b>Items</b> | <b>DetailViewItem</b> node that defines the current View Item. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.StaticText.Model"/> 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 View is created. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Editors.ViewItem.ObjectType"/> property.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.BreakLinksToControl(System.Boolean)">
<summary>
<para>Disposes the current View Item's control, or simply unsubscribes the events dependent on the passed parameter value.
</para>
</summary>
<param name="unwireEventsOnly">
<b>true</b>, if only the events should be unsubscribed; <b>false</b>, if the control should be disposed.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.ClientId">
<summary>
<para>Gets the StaticTextViewItem control's identifier generated by ASP.NET.
</para>
</summary>
<value>A string which is the server control identifier generated by ASP.NET.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.Control">
<summary>
<para>Gets the StaticTextViewItem's control.
</para>
</summary>
<value>A <a href="https://msdn.microsoft.com/en-us/library/msmqt.label.aspx">Label</a> 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"/> is initialized.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.TestCaption">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.TestControl">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.StaticTextViewItem.TestControlType">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.SystemModule.QueryCloseAfterSaveEventArgs">
<summary>
<para>Arguments passed to the <see cref="E:DevExpress.ExpressApp.Web.SystemModule.WebModificationsController.QueryCloseAfterSave"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.SystemModule.QueryCloseAfterSaveEventArgs.#ctor">
<summary>
<para>Creates a new instance of the 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"/> in ASP.NET Web applications.
</para>
</summary>
<value><b>true</b> if the View is closed after executing the <b>Save and Close</b> Action; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.PopupWindow">
<summary>
<para>A pop-up Window used in ASP.NET Web applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindow.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.TemplateContext,System.Collections.Generic.ICollection`1)">
<summary>
<para>Creates a new 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"/> 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"/> property.
</param>
<param name="controllers">
A <b>ICollection&lt;</b><see cref="T:DevExpress.ExpressApp.Controller"/><b>&gt;</b> Controllers collection.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindow.Close(System.Boolean)">
<summary>
<para>Closes the PopupWindow and optionally refreshes its parent Window.
</para>
</summary>
<param name="isForceParentRefresh">
<b>true</b> if the parent Window must be refreshed; otherwise, <b>false</b>.
</param>
<returns>Always <b>true</b>.
</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 Window.
</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 PopupWindow is closed.
</para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindow.GetIsPostBackForced(System.Web.UI.Page)">
<summary>
<para>This method is intended for internal use.
</para>
</summary>
<param name="page">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.PopupWindow.GetWindowHeight">
<summary>
<para>Returns the height of pop-up windows in the ASP.NET application with the classic web UI.
</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 application with the classic web UI.
</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>
<returns> </returns>
</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>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.PopupWindow.RefreshParentWindowOnCloseButtonClick">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</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 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 applications.
</para>
</summary>
<value>An integer value specifying the width of pop-up Windows in pixels.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.WebWindow">
<summary>
<para>A Window used in ASP.NET Web applications.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebWindow.#ctor(DevExpress.ExpressApp.XafApplication,DevExpress.ExpressApp.TemplateContext,System.Collections.Generic.ICollection`1,System.Boolean,System.Boolean)">
<summary>
<para>Creates an instance of the 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"/> 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"/> property.
</param>
<param name="controllers">
A <b>ICollection&lt;</b><see cref="T:DevExpress.ExpressApp.Controller"/><b>&gt;</b> Controllers collection.
</param>
<param name="isMain">
<b>true</b> if the created Window is main; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.ExpressApp.Window.IsMain"/> property.
</param>
<param name="activateControllersImmediately">
<b>true</b> if Controllers are created immediately after the Window has been created and before the Window's <see cref="P:DevExpress.ExpressApp.Window.Template"/> is created; <b>false</b> if Controllers are created after the Window's <see cref="P:DevExpress.ExpressApp.Window.Template"/> 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 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">
<b>true</b>, to perform redirection only if the <see cref="P:DevExpress.ExpressApp.Web.WebWindow.CurrentRequestPage"/> request is the result of a callback; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebWindow.Close(System.Boolean)">
<summary>
<para>Closes the WebWindow.
</para>
</summary>
<param name="isForceRefresh">
This parameter has no effect in the <b>WebWindow</b>'s implementation of the <b>Close</b> method.
</param>
<returns>Always <b>false</b>.
</returns>
</member>
<member name="E:DevExpress.ExpressApp.Web.WebWindow.ControlsCreating">
<summary>
<para>Occurs before creating controls for the WebWindow's Web Forms page.
</para>
</summary>
</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 <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> object, specifying the Web Forms page.
</param>
</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 <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> object, specifying the Web Forms page.
</param>
<param name="checkRequestParams">
<b>true</b> when the request URL is checked against the current server state; otherwise - <b>false</b>;
</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 <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> 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 session from timing out, on the specified page.
</para>
</summary>
<param name="page">
A <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> object, specifying the Web Forms page where the auxiliary control preventing an ASP.NET 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 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 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 <b>&lt;form&gt;</b> element of the specified Web Forms page.
</para>
</summary>
<param name="page">
A <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> object, specifying the Web Forms page, whose HTML <b>&lt;form&gt;</b> element will be accessed.
</param>
<returns>A <see cref="T:System.Web.UI.HtmlControls.HtmlForm"/> object, which is the HTML <b>&lt;form&gt;</b> element of the specified Web Forms page.
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebWindow.MainWindowTrackerKey">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebWindow.MainWindowTrackerKeyFlag">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="E:DevExpress.ExpressApp.Web.WebWindow.PagePreRender">
<summary>
<para>Occurs after the WebWindow's Web Forms page is loaded, but prior to rendering.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Web.WebWindow.ProcessPreRenderCompleted">
<summary>
<para> </para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterClientScript(System.String,System.String)">
<summary>
<para>Registers the client script with the 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.RegisterClientScript(System.String,System.String,System.Boolean)">
<summary>
<para>Registers the client script with the 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">
<b>true</b>, to override already registered script literals that use the same name; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterClientScriptInclude(System.String,System.String)">
<summary>
<para>Registers the client script include with the 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 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 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">
<b>true</b>, to override already registered script literals that use the same name; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebWindow.RegisterStartupScript(System.String,System.String)">
<summary>
<para>Registers the startup script with the 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 WebWindow's auxiliary scrolling control.
</para>
</summary>
<value>A <b>DevExpress.ExpressApp.Web.Controls.ScrollControl</b> 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.ControlsCreatingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.ExpressApp.Web.WebApplication.ControlsCreating"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.ControlsCreatingEventArgs.#ctor(System.Web.UI.Page)">
<summary>
<para>Initializes a new instance of the ControlsCreatingEventArgs class.
</para>
</summary>
<param name="page">
A <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> 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 <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> object, specifying the Web Forms page.
</value>
</member>
<member name="T:DevExpress.ExpressApp.Web.WebApplication">
<summary>
<para>Manages an ASP.NET XAF application.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.#ctor">
<summary>
<para>Initializes a new instance of the WebApplication class.
</para>
</summary>
</member>
<member name="E:DevExpress.ExpressApp.Web.WebApplication.ApplicationCreated">
<summary>
<para>Occurs after the WebApplication object is instantiated.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.CanAutomaticallyLogonWithStoredLogonParameters">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.CanCreatePersistentCookie">
<summary>
<para>Specifies if a cookie that stores logon parameters is created.
</para>
</summary>
<value><b>true</b>, if a cookie that stores logon parameters is created; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.ClientInfo">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.ClientServerInfo">
<summary>
<para> </para>
</summary>
<value> </value>
</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"/> or <see cref="P:DevExpress.ExpressApp.Web.SystemModule.IModelDetailViewWeb.CollectionsEditMode"/> instead.
</para>
</summary>
<value>
</value>
</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 <a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page%28v=VS.80%29.aspx">Page</a> object, specifying the Web Forms page.
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.CurrentRequestTemplateType">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebApplication.DefaultPage">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebApplication.DialogKeyName">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.DisposeInstance(System.Web.SessionState.HttpSessionState)">
<summary>
<para>Disposes the ASP.NET application.
</para>
</summary>
<param name="session">
A <a href="http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate%28v=VS.80%29.aspx">HttpSessionState</a> 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><b>true</b>, if support for multiple browser tabs is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebApplication.FindDialogKeyName">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebApplication.FindPopupWindowTemplatePage">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.FrameTemplateFactory">
<summary>
<para>Specifies the <b>IFrameTemplateFactory</b> object that provides Templates for an ASP.NET application.
</para>
</summary>
<value>Specifies the <b>IFrameTemplateFactory</b> object that provides Templates for an ASP.NET 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"/>, <see cref="F:DevExpress.ExpressApp.ModelStoreBase.AppDiffDefaultMobileName"/> or <see cref="F:DevExpress.ExpressApp.ModelStoreBase.AppDiffDefaultTabletName"/>).
</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 View.
</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 Window.
</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 application.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.Instance">
<summary>
<para>Gets the ASP.NET application instance.
</para>
</summary>
<value>A WebApplication object, which is the ASP.NET 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="F:DevExpress.ExpressApp.Web.WebApplication.LockCreateControlsOnCallback">
<summary>
<para> </para>
</summary>
<returns> </returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.LogOff(System.Web.SessionState.HttpSessionState)">
<summary>
<para>Performs the ASP.NET application logout.
</para>
</summary>
<param name="session">
A <a href="http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate%28v=VS.80%29.aspx">HttpSessionState</a> object, which provides access to session-state values, session-level settings and lifetime management methods.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.LogOff">
<summary>
<para>Performs the ASP.NET application logout.
</para>
</summary>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.LogOff(System.Boolean)">
<summary>
<para>Performs the ASP.NET application logout.
</para>
</summary>
<param name="canCancel">
<b>true</b>, if the log off can be canceled in the <see cref="E:DevExpress.ExpressApp.XafApplication.LoggingOff"/> event handler; otherwise - <b>false</b>;
</param>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebApplication.LogonPage">
<summary>
<para>For internal use.
</para>
</summary>
<returns> </returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.LogonWindow">
<summary>
<para>Gets the ASP.NET application's logon Window
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Web.WebWindow"/> object representing the ASP.NET application's logon Window.
</value>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.MainWindow">
<summary>
<para>Provides access to the ASP.NET application's main Window.
</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>
<returns> </returns>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebApplication.NoHeaderPopupWindowTemplatePage">
<summary>
<para> </para>
</summary>
<returns> </returns>
</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>
<returns>
</returns>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.PreferredApplicationWindowTemplateType">
<summary>
<para>Specifies the Template type for the application's main page.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Web.Templates.TemplateType"/> enumeration value that specifies the Template type for the application's main page. The default is <see cref="F:DevExpress.ExpressApp.Web.Templates.TemplateType.Vertical"/>.
</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">
<b>true</b>, if it is required to terminate the execution of the current page; otherwise - <b>false</b>.
</param>
<param name="useHttpLocationHeader">
<b>true</b>, if the redirect URL is set to the Http Location header (see <a href="http://msdn.microsoft.com/en-us/library/system.web.httpresponse.redirectlocation%28v=VS.80%29.aspx">HttpResponse.RedirectLocation</a>); otherwise - <b>false</b>,
</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">
<b>true</b>, if it is required to terminate execution of the current page; otherwise - <b>false</b>.
</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="M:DevExpress.ExpressApp.Web.WebApplication.RegisterWindowTrackerSystem(DevExpress.ExpressApp.Web.WebWindow)">
<summary>
<para> </para>
</summary>
<param name="window">
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.RequestManager">
<summary>
<para>Gets the HTTP request manager.
</para>
</summary>
<value>An <b>IHttpRequestManager</b> object, which manages HTTP requests in the ASP.NET application.
</value>
</member>
<member name="F:DevExpress.ExpressApp.Web.WebApplication.SessionApplicationVariable">
<summary>
<para>A name of <a href="http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate%28v=VS.80%29.aspx">HttpSessionState</a> key, which refers to the current WebApplication instance.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.SetInstance(System.Web.SessionState.HttpSessionState,DevExpress.ExpressApp.Web.WebApplication)">
<summary>
<para>Assigns the WebApplication instance to the <i>SessionApplicationVariable</i> Session variable.
</para>
</summary>
<param name="session">
A <a href="http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate%28v=VS.80%29.aspx">HttpSessionState</a> object, which provides access to session-state values, session-level settings and lifetime management methods.
</param>
<param name="application">
A WebApplication instance.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.SetShared(DevExpress.ExpressApp.Web.WebApplication)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="application">
</param>
</member>
<member name="P:DevExpress.ExpressApp.Web.WebApplication.Settings">
<summary>
<para>Specifies settings of the ASP.NET application's Templates content.
</para>
</summary>
<value>A <see cref="T:DevExpress.ExpressApp.Web.Templates.TemplateContentSettings"/> object that specifies settings of the ASP.NET application's templates content.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.ShowDetailViewFrom(DevExpress.ExpressApp.Frame)">
<summary>
<para>Indicates whether a Views 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><b>true</b> if a Detail View can be displayed in a new Window; <b>false</b> if a Detail View can be displayed in the specified Frame only.
</returns>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.ShowViewInWindow(DevExpress.ExpressApp.Web.WebWindow,DevExpress.ExpressApp.View)">
<summary>
<para> </para>
</summary>
<param name="targetWindow">
</param>
<param name="targetView">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.WebApplication.Start">
<summary>
<para>Starts the ASP.NET 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 new web UI 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"/> method.
</para>
</summary>
</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 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 new web UI. Columns with a lower <b>AdaptivePriority</b> 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.WebExportController">
<summary>
<para>The ASP.NET 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 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"/> List Editor has been exported.
</para>
</summary>
</member>
<member name="T:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor">
<summary>
<para>Represents the base class for complex built-in grid-like ASP.NET List Editors.
</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 <b>ComplexWebListEditor</b> descendant.
</para>
</summary>
<param name="model">
An <see cref="T:DevExpress.ExpressApp.Model.IModelListView"/> object representing the Application Model's node, which contains information on the View that will use the instantiated List Editor.
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.BreakLinksToControls">
<summary>
<para>Removes references to the ComplexWebListEditor's control and its event handlers.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.CanSelectRows">
<summary>
<para>Indicates whether the ComplexWebListEditor's rows can be selected in a UI.
</para>
</summary>
<value><b>true</b>, if it is possible to select the <b>ComplexWebListEditor</b>'s rows in a UI; otherwise, <b>false</b>.
</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 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 ComplexWebListEditor's Property Editor, corresponding to the specified Application Model's node.
</para>
</summary>
<param name="modelDetailViewItem">
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 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 ComplexWebListEditor's control.
</para>
</summary>
<returns>An <b>IList&lt;object&gt;</b> list of objects selected in the 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 ComplexWebListEditor's Property Editors.
</para>
</summary>
<value>An <b>IList&lt;</b><see cref="T:DevExpress.ExpressApp.Editors.ViewItem"/><b>&gt;</b> object representing a collection of the <b>ComplexWebListEditor</b>'s Property Editors.
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.ProcessCallbackComplete">
<summary>
<para>Updates the 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>
<value>
</value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.Refresh">
<summary>
<para>Refreshes the bound data source of the ComplexWebListEditor's control.
</para>
</summary>
</member>
<member name="P:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.RequiredProperties">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.SetControlSelectedObjects(System.Collections.Generic.IList`1)">
<summary>
<para>Changes the selection in the ComplexWebListEditor's control.
</para>
</summary>
<param name="objects">
An <b>IList&lt;object&gt;</b> list of objects to be selected in the 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>
<param name="value">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.SetTemporarySelectedObjects(System.Collections.Generic.IList`1)">
<summary>
<para> </para>
</summary>
<param name="objects">
</param>
</member>
<member name="M:DevExpress.ExpressApp.Web.Editors.ComplexWebListEditor.Setup(DevExpress.ExpressApp.CollectionSourceBase,DevExpress.ExpressApp.XafApplication)">
<summary>
<para>Performs additional initialization of the 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 List Editor 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>
</members>
</doc>