﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Dashboard.v23.1.Web.Mvc5</name>
  </assembly>
  <members>
    <member name="N:DevExpress.DashboardWeb.Mvc">
      <summary>
        <para>Contains classes that implement the common functionality of the <see href="https://docs.devexpress.com/Dashboard/16977/web-dashboard/integrate-dashboard-component/aspnet-mvc-dashboard-extension">ASP.NET MVC Dashboard extension</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWeb.Mvc.DashboardController">
      <summary>
        <para>A dashboard controller that handles interactions between client and server sides.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.DashboardController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardController"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.DashboardController.#ctor(DevExpress.DashboardWeb.DashboardConfigurator)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardController"/> class.</para>
      </summary>
      <param name="dashboardConfigurator">A <see cref="T:DevExpress.DashboardWeb.DashboardConfigurator"/> object that provides server settings for the <see href="https://docs.devexpress.com/Dashboard/115955/web-dashboard">Web Dashboard</see>.</param>
    </member>
    <member name="T:DevExpress.DashboardWeb.Mvc.DashboardExtension">
      <summary>
        <para>An extension object implementing the <see href="https://docs.devexpress.com/Dashboard/115955/web-dashboard">Web Dashboard</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.DashboardExtension.#ctor(DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings,System.Web.Mvc.ViewContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtension"/> class with the specified settings and provides the context information about the view.</para>
      </summary>
      <param name="settings">An object containing extension specific settings.</param>
      <param name="viewContext">A <see cref="T:System.Web.Mvc.ViewContext"></see> object that is the view context.</param>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.DashboardExtension.#ctor(DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtension"/> class with the specified settings.</para>
      </summary>
      <param name="settings">An object containing extension specific settings.</param>
    </member>
    <member name="T:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings">
      <summary>
        <para>Contains specific settings of the <see href="https://docs.devexpress.com/Dashboard/115955/web-dashboard">Web Dashboard</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowCreateNewDashboard">
      <summary>
        <para>Gets or sets whether an end-user can create new dashboards.</para>
      </summary>
      <value>true, to allow an end-user to create new dashboards; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowCreateNewJsonConnection">
      <summary>
        <para>Gets or sets whether an end user can create a JSON data source with a new data connection.</para>
      </summary>
      <value>true, to allow end users to create a JSON data source with a new data connection; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowExportDashboard">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">export</see> a dashboard.</para>
      </summary>
      <value>true, if end-users can export a dashboard; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowExportDashboardItems">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">export</see> dashboard items.</para>
      </summary>
      <value>true, if end-users can export dashboard items; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowInspectAggregatedData">
      <summary>
        <para>Gets or sets whether to display aggregated data in the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see>.</para>
      </summary>
      <value>true, to display aggregated data in the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see>; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowInspectRawData">
      <summary>
        <para>Gets or sets whether to display raw data in the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see>.</para>
      </summary>
      <value>true, to display raw data in the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see>; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowMaximizeItems">
      <summary>
        <para>Gets or sets whether end users can maximize dashboard items.</para>
      </summary>
      <value>true, to allow maximizing dashboard items; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowOpenDashboard">
      <summary>
        <para>Gets or sets whether an end-user can open existing dashboards.</para>
      </summary>
      <value>true, to allow an end-user to open existing dashboards; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.BackendOptions">
      <summary>
        <para>Provides access to the Web Dashboard’s back-end options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWeb.DashboardBackendOptions"/> object that contains the Web Dashboard’s back-end options.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.CanCreateNewJsonDataSource">
      <summary>
        <para>This property is no longer used. Use <see cref="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.AllowCreateNewJsonConnection"/> instead.</para>
      </summary>
      <value>true, to allow end users to create a JSON data source with a new data connection; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ClientInstanceName">
      <summary>
        <para>Gets or sets the Web Dashboard ‘s <see href="https://docs.devexpress.com/Dashboard/116302/web-dashboard/integrate-dashboard-component/aspnet-web-forms-dashboard-control/client-side-api-overview">client</see> programmatic identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the Web Dashboard’s client identifier.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtension"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWeb.DashboardControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtension"/>.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ControllerName">
      <summary>
        <para>Gets or sets the controller name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the controller name.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.DashboardId">
      <summary>
        <para>Gets or sets the dashboard identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the dashboard identifier.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.DashboardState">
      <summary>
        <para>Gets or sets the dashboard state (such as the master filtering state) for the Web Dashboard.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the dashboard state for the Web Dashboard.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.DataRequestOptions">
      <summary>
        <para>Provides access to the Web Dashboard’s data request options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWeb.DataRequestOptions"/> value used to specify a data request mode for a dashboard.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.EnableCustomSql">
      <summary>
        <para>Enables a user to specify a custom SQL string in the <see href="https://docs.devexpress.com/Dashboard/119823/web-dashboard/integrate-dashboard-component/dashboard-backend/register-default-data-connections">Data Source</see> wizard.</para>
      </summary>
      <value>true, to allow a user to specify a custom SQL string in the Data Source wizard; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.EnableFederationDataSource">
      <summary>
        <para>Gets or sets whether to allow users to create a federated data source in the <see href="https://docs.devexpress.com/Dashboard/117680/web-dashboard/ui-elements-and-customization/dialogs-and-wizards/dashboard-data-source-wizard">Dashboard Data Source Wizard</see>.</para>
      </summary>
      <value>true, to enable the federated data source creation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.EnableJsonDataSource">
      <summary>
        <para>Gets or sets whether to allow users to create the JSON data source in the <see href="https://docs.devexpress.com/Dashboard/117680/web-dashboard/ui-elements-and-customization/dialogs-and-wizards/dashboard-data-source-wizard">Dashboard Data Source Wizard</see>.</para>
      </summary>
      <value>true, to enable the JSON data source creation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.EnableOlapDataSource">
      <summary>
        <para>Gets or sets whether to allow users to create the OLAP data source in the <see href="https://docs.devexpress.com/Dashboard/117680/web-dashboard/ui-elements-and-customization/dialogs-and-wizards/dashboard-data-source-wizard">Dashboard Data Source Wizard</see>.</para>
      </summary>
      <value>true, to enable the OLAP data source creation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.EnableSqlDataSource">
      <summary>
        <para>Gets or sets whether to allow users to create the SQL data source in the <see href="https://docs.devexpress.com/Dashboard/117680/web-dashboard/ui-elements-and-customization/dialogs-and-wizards/dashboard-data-source-wizard">Dashboard Data Source Wizard</see>.</para>
      </summary>
      <value>true, to enable the SQL data source creation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ExcelExportOptions">
      <summary>
        <para>Provides access to options related to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exporting</see> a dashboard item to Excel format.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing options related to exporting a dashboard item to Excel format.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ExportOptions">
      <summary>
        <para>Provides access to dashboard options specific to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">export</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWeb.DashboardExportOptions"/> object that contains settings which specify parameters affecting how the dashboard (dashboard items) is exported.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ImageExportOptions">
      <summary>
        <para>Provides access to options related to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exporting</see> a dashboard/dashboard item to an image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object containing options related to exporting a dashboard/dashboard item as an image.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.IncludeDashboardIdToUrl">
      <summary>
        <para>Gets or sets whether the <see cref="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.DashboardId">DashboardExtensionSettings.DashboardId</see> will be included in the Web Dashboard’s URL.</para>
      </summary>
      <value>true to include the <see cref="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.DashboardId">DashboardExtensionSettings.DashboardId</see> in the Web Dashboard’s URL; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.IncludeDashboardStateToUrl">
      <summary>
        <para>Gets or sets whether the dashboard state (such as the master filtering state) will be included in the Web Dashboard’s URL.</para>
      </summary>
      <value>true to include the dashboard state in the Web Dashboard’s URL; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.InitialDashboardId">
      <summary>
        <para>Gets or sets the identifier of the dashboard to be loaded to the <see href="https://docs.devexpress.com/Dashboard/16977/web-dashboard/integrate-dashboard-component/aspnet-mvc-dashboard-extension">ASP.NET MVC Dashboard extension</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the identifier of the dashboard to be loaded to the ASP.NET MVC Dashboard extension.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.InitialDashboardState">
      <summary>
        <para>Gets or sets the initial dashboard state when loading a dashboard.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the initial dashboard state.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.LimitVisibleDataMode">
      <summary>
        <para>Gets or sets a data limitation mode that allows you to display a reduced form of visible data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWeb.LimitVisibleDataMode"/> value that is a data limitation mode.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.LoadDefaultDashboard">
      <summary>
        <para>Gets or sets whether the default dashboard should be loaded from the <see href="https://docs.devexpress.com/Dashboard/16979/web-dashboard/integrate-dashboard-component/dashboard-backend/prepare-dashboard-storage">dashboard storage</see>.</para>
      </summary>
      <value>true, to load the default dashboard from the <see href="https://docs.devexpress.com/Dashboard/16979/web-dashboard/integrate-dashboard-component/dashboard-backend/prepare-dashboard-storage">dashboard storage</see>; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.MobileLayoutEnabled">
      <summary>
        <para>Gets or sets a mobile layout mode for the Web Dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWeb.MobileLayoutMode"/> object that specifies the mobile layout mode.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.PdfExportOptions">
      <summary>
        <para>Provides access to options related to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exporting</see> a dashboard/dashboard item to PDF format.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object containing options related to exporting a dashboard/dashboard item to PDF format.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ResizeByTimer">
      <summary>
        <para>Specifies whether to redraw the Web Dashboard automatically when the size of a container is changed.</para>
      </summary>
      <value>true, to redraw the DashboardControl automatically when the size of the a container is changed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.ShowConfirmationOnBrowserClosing">
      <summary>
        <para>Gets or sets whether the web browser displays a confirmation message when an-end user closes a page containing the Web Dashboard.</para>
      </summary>
      <value>true, if the web browser displays a confirmation message when an-end user closes a page containing the Web Dashboard; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.UseCardLegacyLayout">
      <summary>
        <para>Gets or sets whether to enable the legacy card layout used prior to v17.1.</para>
      </summary>
      <value>true, to enable the legacy card layout used prior to v17.1; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.UseNeutralFilterMode">
      <summary>
        <para>Gets or sets whether to show all items in the <see href="https://docs.devexpress.com/Dashboard/117367/web-dashboard/create-dashboards-on-the-web/dashboard-item-settings/filter-elements/filter-elements-overview">filter elements</see> deselected by default.</para>
      </summary>
      <value>true to activate <see href="https://docs.devexpress.com/Dashboard/400262/common-features/interactivity/neutral-filter-mode">Neutral Filter Mode</see>; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings.WorkingMode">
      <summary>
        <para>Gets or sets the working mode of the Web Dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWeb.WorkingMode"/> enumeration value that specifies the working mode of the Web Dashboard.</value>
    </member>
    <member name="T:DevExpress.DashboardWeb.Mvc.MvcDashboardFactory">
      <summary>
        <para>Contains helper methods to create MVC extensions included in the DevExpress Dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.MvcDashboardFactory.Dashboard(DevExpress.Web.Mvc.UI.ExtensionsFactory,DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings)">
      <summary>
        <para>Creates a Web Dashboard.</para>
      </summary>
      <param name="factory">An <see cref="T:DevExpress.Web.Mvc.UI.ExtensionsFactory"/> object</param>
      <param name="settings">A <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings"/> object containing Web Dashboard specific settings.</param>
      <returns>A <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtension"/> object implementing the Web Dashboard functionality.</returns>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.MvcDashboardFactory.Dashboard(DevExpress.Web.Mvc.UI.ExtensionsFactory,System.Action{DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings})">
      <summary>
        <para>Creates a Web Dashboard.</para>
      </summary>
      <param name="factory">An <see cref="T:DevExpress.Web.Mvc.UI.ExtensionsFactory"/> object</param>
      <param name="method">A delegate method that accepts <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtensionSettings"/> as a parameter.</param>
      <returns>A <see cref="T:DevExpress.DashboardWeb.Mvc.DashboardExtension"/> object implementing the Web Dashboard functionality.</returns>
    </member>
    <member name="T:DevExpress.DashboardWeb.Mvc.MVCxDashboard">
      <summary>
        <para>An ASP.NET MVC equivalent of the <see cref="T:DevExpress.DashboardWeb.ASPxDashboard"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.MVCxDashboard.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.MVCxDashboard"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWeb.Mvc.MVCxDashboard.ControllerName">
      <summary>
        <para>Gets or sets the controller name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the controller name.</value>
    </member>
    <member name="T:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController">
      <summary>
        <para>A dashboard controller that handles interactions between client and server sides in Restricted mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.#ctor(DevExpress.DashboardWeb.DashboardConfigurator)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.ConvertItem">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.CreateNewDashboard">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.DashboardStorageInstanceRouteName">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.DashboardStorageRouteName">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.DataServerRouteName">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.DataSourceStorageRouteName">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.DataSourceWizardAction">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetBatchItemModel">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetConnectionStrings">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetDashboard(System.String)">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetDashboards">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetDataSources">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetDimensionFilterItems">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetDimensionFilterString">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetDimensionUniqueValues">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetFieldList">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetItemModel">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetMapShapeFileAction">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetParameterValues">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.GetUnderlyingData">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.MarkDataSourcesForReloadAction">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PerformExport">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PostBatchItemModel">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PostColoringScheme">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PostDashboardPalette">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PostItemModel">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PostMapShapeFileAction">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PostParameterValues">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.PostUnderlyingData">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RestrictedDashboardController.SaveDashboard">
      <summary>
        <para>This member supports internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWeb.Mvc.RouteCollectionExtension">
      <summary>
        <para>Extends a <see cref="T:System.Web.Routing.RouteCollection"/> object for routing within a web application containing the <see href="https://docs.devexpress.com/Dashboard/16977/web-dashboard/integrate-dashboard-component/aspnet-mvc-dashboard-extension">ASP.NET MVC Dashboard extension</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RouteCollectionExtension.MapDashboardRoute(System.Web.Mvc.AreaRegistrationContext,System.String,System.String,System.String[])">
      <summary>
        <para>Maps the specified URL route and sets a prefix, controller name and namespaces.</para>
      </summary>
      <param name="context">A <see cref="T:System.Web.Mvc.AreaRegistrationContext"/> object containing information required to register an area within an application.</param>
      <param name="routePrefix">A <see cref="T:System.String"/> value that specifies a route prefix.</param>
      <param name="controllerName">A <see cref="T:System.String"/> value that specifies the controller name.</param>
      <param name="namespaces">A set of namespaces for the application.</param>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RouteCollectionExtension.MapDashboardRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.String[],System.String)">
      <summary>
        <para>Maps the specified URL route and sets a prefix, controller and area names, and namespaces.</para>
      </summary>
      <param name="routes">A collection of the <see cref="T:System.Web.Routing.RouteCollection"/> objects that are routes for the application.</param>
      <param name="routePrefix">A <see cref="T:System.String"/> value that specifies a route prefix.</param>
      <param name="controllerName">A <see cref="T:System.String"/> value that specifies the controller name.</param>
      <param name="namespaces">A set of namespaces for the application.</param>
      <param name="areaName">A <see cref="T:System.String"/> value that specifies the name of the area to register.</param>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RouteCollectionExtension.MapDashboardRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.String[])">
      <summary>
        <para>Maps the specified URL route and sets a prefix, controller name and namespaces.</para>
      </summary>
      <param name="routes">A collection of the <see cref="T:System.Web.Routing.RouteCollection"/> objects that are routes for the application.</param>
      <param name="routePrefix">A <see cref="T:System.String"/> value that specifies a route prefix.</param>
      <param name="controllerName">A <see cref="T:System.String"/> value that specifies the controller name.</param>
      <param name="namespaces">A set of namespaces for the application.</param>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RouteCollectionExtension.MapDashboardRoute(System.Web.Routing.RouteCollection,System.String,System.String)">
      <summary>
        <para>Maps the specified URL route and sets a prefix, controller name and namespaces.</para>
      </summary>
      <param name="routes">A collection of the <see cref="T:System.Web.Routing.RouteCollection"/> objects that are routes for the application.</param>
      <param name="routePrefix">A <see cref="T:System.String"/> value that specifies a route prefix.</param>
      <param name="controllerName">A <see cref="T:System.String"/> value that specifies the controller name.</param>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RouteCollectionExtension.MapDashboardRoute(System.Web.Routing.RouteCollection,System.String)">
      <summary>
        <para>Maps the specified URL route and sets a prefix.</para>
      </summary>
      <param name="routes">A collection of the <see cref="T:System.Web.Routing.RouteCollection"/> objects that are routes for the application.</param>
      <param name="routePrefix">A <see cref="T:System.String"/> value that specifies a route prefix.</param>
    </member>
    <member name="M:DevExpress.DashboardWeb.Mvc.RouteCollectionExtension.MapDashboardRoute(System.Web.Routing.RouteCollection)">
      <summary>
        <para>Maps the specified URL route.</para>
      </summary>
      <param name="routes">A collection of the <see cref="T:System.Web.Routing.RouteCollection"/> objects that are routes for the application.</param>
    </member>
  </members>
</doc>