﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Dashboard.v23.1.Win</name>
  </assembly>
  <members>
    <member name="N:DevExpress.DashboardCommon.DataSourceWizard">
      <summary>
        <para>Contains classes that provide functionality to the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source wizard</see> page presenters.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1">
      <summary>
        <para>Provides a presenter to the Select Data Fields page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1.#ctor(DevExpress.DashboardCommon.DataSourceWizard.IChooseExtractFieldsPageView,DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1"/> class with the specified settings.</para>
      </summary>
      <param name="view">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IChooseExtractFieldsPageView"/> interface that provides a view for a wizard page.</param>
      <param name="dataSourceInfoService">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService"/> interface providing information about a data source used to create a data extract.</param>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ChooseExtractFieldsPage`1.MoveNextEnabled">
      <summary>
        <para>Specifies whether the Next button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Next button is enabled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1">
      <summary>
        <para>Provides a presenter to the Select a Data Connection page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/114427/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/olap-data-source">OLAP Data Source</see>).</para>
      </summary>
      <typeparam name="TModel">A data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseConnectionPageView,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1"/> class with the specified settings.</para>
      </summary>
      <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IChooseConnectionPageView"/> interface that provides a view for a wizard page.</param>
      <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface used to get information about data connections.</param>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1.MoveNextEnabled">
      <summary>
        <para>Specifies whether the Next button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Next button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ChooseOlapConnectionPage`1.Validate(System.String@)">
      <summary>
        <para>Validates the correctness of settings specified on the current wizard page.</para>
      </summary>
      <param name="errorMessage">A <see cref="T:System.String"/> value specifying the text of an error message shown if the validation fails.</param>
      <returns>true, if the validation succeeded; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1">
      <summary>
        <para>Provides a presenter to the Specify Filter Options page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1.#ctor(DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView,DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1"/> class with the specified settings.</para>
      </summary>
      <param name="view">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView"/> interface that provides a view for a wizard page.</param>
      <param name="dataSourceInfoService">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService"/> interface providing information about a data source used to create a data extract.</param>
      <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage parameters.</param>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1.MoveNextEnabled">
      <summary>
        <para>Specifies whether the Next button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Next button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureExtractDataSourcePage`1.Validate(System.String@)">
      <summary>
        <para>Validates the correctness of settings specified on the current wizard page.</para>
      </summary>
      <param name="errorMessage">A <see cref="T:System.String"/> value specifying the text of an error message shown if the validation fails.</param>
      <returns>true, if the validation succeeded; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.ConfigureFederationCalculatedFieldsPage`1">
      <summary>
        <para>Supplies a <see href="https://docs.devexpress.com/WindowsForms/118419/common-features/data-source-wizard/wizard-customization-api/runtime-customization#wizards-structural-elements">presenter</see> to the <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source#copy-calculated-fields">Select calculated fields…</see> page of the Data Source wizard.</para>
      </summary>
      <typeparam name="TModel">A data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureFederationCalculatedFieldsPage`1.#ctor(DevExpress.DashboardWin.DataSourceWizard.IConfigureFederationCalculatedFieldsPageView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.ConfigureFederationCalculatedFieldsPage`1"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureFederationCalculatedFieldsPage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureFederationCalculatedFieldsPage`1.Commit">
      <summary>
        <para>Saves settings specified on the <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source#copy-calculated-fields">Select calculated fields…</see> wizard page to <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardFederationDataSourceModel">DashboardFederationDataSourceModel</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ConfigureFederationCalculatedFieldsPage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on the <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source#copy-calculated-fields">Select calculated fields…</see> wizard page.</para>
      </summary>
      <value>true if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1">
      <summary>
        <para>Provides a presenter to the Configure Connection Parameters page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/114427/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/olap-data-source">OLAP Data Source</see>).</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1.#ctor(DevExpress.DashboardCommon.DataSourceWizard.IConfigureOlapParametersPageView,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1"/> class with the specified settings.</para>
      </summary>
      <param name="view">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IConfigureOlapParametersPageView"/> interface that provides a view for a wizard page.</param>
      <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface used to get information about data connections.</param>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1.MoveNextEnabled">
      <summary>
        <para>Specifies whether the Next button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Next button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ConfigureOlapParametersPage`1.Validate(System.String@)">
      <summary>
        <para>Validates the correctness of settings specified on the current wizard page.</para>
      </summary>
      <param name="errorMessage">A <see cref="T:System.String"/> value specifying the text of an error message shown if the validation fails.</param>
      <returns>true, if the validation succeeded; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1">
      <summary>
        <para>Provides a presenter to the Create a Data Extract page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1.#ctor(DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView,DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.Data.Utils.IDataDirectoryPatchingService)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1"/> class with the specified settings.</para>
      </summary>
      <param name="view">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView"/> interface that provides a view for a wizard page.</param>
      <param name="dataSourceInfoService">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService"/> interface providing information about a data source used to create a data extract.</param>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
      <param name="dataDirectoryPatchingService">An object implementing the IDataDirectoryPatchingService interface.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1.MoveNextEnabled">
      <summary>
        <para>Specifies whether the Next button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Next button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.CreateExtractDataSourcePage`1.Validate(System.String@)">
      <summary>
        <para>Validates the correctness of settings specified on the current wizard page.</para>
      </summary>
      <param name="errorMessage">A <see cref="T:System.String"/> value specifying the text of an error message shown if the validation fails.</param>
      <returns>true, if the validation succeeded; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataProviderPage`1">
      <summary>
        <para>Supplies a presenter for the Select a Data Connection Type page of the <see href="https://docs.devexpress.com/Dashboard/17652/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard">Data Source Wizard</see>.</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataProviderPage`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseDataProviderPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IJsonConnectionStorageService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.SqlWizardOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataProviderPage`1"/> class with specified settings.</para>
      </summary>
      <param name="view">The view for the Select a Data Connection Type wizard page.</param>
      <param name="context">An object that contains the functionality to run the wizard.</param>
      <param name="connectionStorageService">An object that contains a service functionality to store the data connection settings.</param>
      <param name="jsonConnectionStorageService">An object that contains a service functionality to store the JSON connection settings.</param>
      <param name="solutionTypesProvider">An object that contains the known types in the current solution.</param>
      <param name="options">The wizard options.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataProviderPage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>The type of the next wizard page.</returns>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataProviderPage`1.Validate(System.String@)">
      <summary>
        <para>Validates the correctness of settings specified on the Select a Data Connection Type wizard page.</para>
      </summary>
      <param name="errorMessage">The text of an error message shown if the validation fails.</param>
      <returns>true, if the validation succeeded; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceNamePage`1">
      <summary>
        <para>Provides a presenter to the Enter the Data Source Name page of the Data Source wizard.</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceNamePage`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseDataSourceNamePageView,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IJsonConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IMongoDBConnectionStorageService,DevExpress.DataAccess.Wizard.Services.DataSourceTypes)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceNamePage`1"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceNamePage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceNamePage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceTypePage`1">
      <summary>
        <para>A presenter for the Select the Data Source Type page of the Data Source wizard.</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceTypePage`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseDataSourceTypePageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IJsonConnectionStorageService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.SqlWizardOptions)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceTypePage`1"/> class with specified settings.</para>
      </summary>
      <param name="view">The view for the Select a Data Connection Type wizard page.</param>
      <param name="context">An object that contains the functionality to run the wizard.</param>
      <param name="connectionStorageService">An object that contains a service functionality to store the data connection settings.</param>
      <param name="jsonConnectionStorageService">An object that contains a service functionality to store the JSON connection settings.</param>
      <param name="solutionTypesProvider">An object that contains the known types in the current solution.</param>
      <param name="options">The wizard options.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceTypePage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardChooseDataSourceTypePage`1.Validate(System.String@)">
      <summary>
        <para>Validates settings specified on the current wizard page.</para>
      </summary>
      <param name="errorMessage">A <see cref="T:System.String"/> value for the error message that is shown if the validation fails.</param>
      <returns>true if the validation succeeded; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.DashboardConfigureFederatedQueryPage`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureFederatedQueryPageView,DevExpress.DataAccess.Wizard.Services.IFederatedDataSourceProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.DashboardConfigureFederatedQueryPage`1"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1">
      <summary>
        <para>Provides a presenter to the Specify Extract Parameters page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1.#ctor(DevExpress.DashboardCommon.DataSourceWizard.IExtractParametersPageView,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the<see cref="T:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1"/> class with the specified settings.</para>
      </summary>
      <param name="view">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IExtractParametersPageView"/> interface.</param>
      <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
      <param name="dataSourceInfoService">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IDataSourceInfoService"/> interface.</param>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1.GetNextPageType">
      <summary>
        <para>Returns the type of the next wizard page.</para>
      </summary>
      <returns>A <see cref="T:System.Type"/> enumeration value.</returns>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ExtractParametersPage`1.MoveNextEnabled">
      <summary>
        <para>Specifies whether the Next button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Next button is enabled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.IChooseExtractFieldsPageView">
      <summary>
        <para>If implemented, provides a view for the Select Data Fields page of the Data Source Wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.IChooseExtractFieldsPageView.FieldList">
      <summary>
        <para>Gets a list containing fields that will fall into a data extract.</para>
      </summary>
      <value>An object implementing the IDataFieldsBrowserView interface.</value>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView">
      <summary>
        <para>If implemented, provides a view for the Specify Filter Options page of the Data Source Wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView.Changed">
      <summary>
        <para>Occurs when any option is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView.FilterOnExtractCreating">
      <summary>
        <para>Gets or sets filter criteria applied to extract data.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies filter criteria applied to extract data.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView.NumberOfRows">
      <summary>
        <para>Gets or sets the number of rows that will fall into a data extract.</para>
      </summary>
      <value>An integer value that specifies the number of rows that will fall into a data extract.</value>
    </member>
    <member name="E:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView.OnShowPreview">
      <summary>
        <para>Occurs when a preview window is invoked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView.SetFilterColumnsCollection(DevExpress.DashboardCommon.IDashboardDataSource,System.String,DevExpress.DataAccess.Wizard.Services.IParameterService)">
      <summary>
        <para>Specifies columns that will fall into filter criteria applied to extract data.</para>
      </summary>
      <param name="dataSource">An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object.</param>
      <param name="dataMember">A <see cref="T:System.String"/> value that is a data member from the data source.</param>
      <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.IConfigureExtractDataSourcePageView.ShowPreviewData(System.Object)">
      <summary>
        <para>Invokes a preview window.</para>
      </summary>
      <param name="data">An object that contains data to be shown in a preview window.</param>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.IConfigureOlapParametersPageView">
      <summary>
        <para>If implemented, provides a view for the Configure Connection Parameters page of the Data Source Wizard (<see href="https://docs.devexpress.com/Dashboard/114427/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/olap-data-source">OLAP Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.IConfigureOlapParametersPageView.GetConnection">
      <summary>
        <para>Gets an OLAP connection by the specified connection parameters.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.DashboardCommon.OlapDataConnection"/> object that is an OLAP connection.</returns>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView">
      <summary>
        <para>If implemented, provides a view for the Create a Data Extract page of the Data Source Wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.Changed">
      <summary>
        <para>Occurs when any option is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.DataMember">
      <summary>
        <para>Gets or sets a data member specified in the wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is a data member specified in the wizard page.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.DataMemberEnabled">
      <summary>
        <para>Gets or sets whether on not an option allowing end-users to select a data member is enabled.</para>
      </summary>
      <value>true, to enable an option allowing end-users to select a data member; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.DataMembers">
      <summary>
        <para>Gets or sets data members available in the wizard page.</para>
      </summary>
      <value>A collection of the <see cref="T:System.String"/> values that are data members available in the wizard page.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.DataSourceNames">
      <summary>
        <para>Gets or sets data source names available in the wizard page.</para>
      </summary>
      <value>A collection of the <see cref="T:System.String"/> values that are data source names available in the wizard page.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.ExtractCreationMode">
      <summary>
        <para>Gets or sets a mode for creating a data extract.</para>
      </summary>
      <value>An ExtractCreationMode object that specifies a mode for creating a data extract.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.ExtractDriverName">
      <summary>
        <para>Gets or sets a name of the driver used to read/write a data extract.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a name of the driver used to read/write a data extract.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.FileName">
      <summary>
        <para>Gets or sets a path to the file containing a data extract.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a path to the file containing a data extract.</value>
    </member>
    <member name="E:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.SelectedDataMemberChanged">
      <summary>
        <para>Occurs when a selected data member is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.SelectedDataSourceChanged">
      <summary>
        <para>Occurs when a selected data source is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.ICreateExtractDataSourcePageView.SelectedDataSourceIndex">
      <summary>
        <para>Gets or sets an index of the selected data source.</para>
      </summary>
      <value>An integer value that specifies an index of the selected data source.</value>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.IExtractParametersPageView">
      <summary>
        <para>If implemented, provides a view for the Specify Extract Parameters page of the Data Source Wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.IExtractParametersPageView.InitParametersEditor(System.Collections.Generic.IEnumerable{DevExpress.Data.IParameter},System.Collections.Generic.List{DevExpress.DashboardCommon.ViewModel.DashboardParameterViewModel})">
      <summary>
        <para>Initializes a parameter’s editor on the wizard page.</para>
      </summary>
      <param name="parameters">A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface.</param>
      <param name="viewModels">A collection of DashboardParameterViewModel objects.</param>
    </member>
    <member name="E:DevExpress.DashboardCommon.DataSourceWizard.IExtractParametersPageView.OnShowPreview">
      <summary>
        <para>Occurs when a preview window is invoked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.IExtractParametersPageView.Parameters">
      <summary>
        <para>Gets parameters displayed in the wizard page.</para>
      </summary>
      <value>A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface.</value>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.IExtractParametersPageView.ShowPreviewData(System.Object)">
      <summary>
        <para>Invokes a preview window.</para>
      </summary>
      <param name="data">An object that contains data to be shown in a preview window.</param>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.IStoreExtractFilePageView">
      <summary>
        <para>If implemented, provides a view for the Save Extract to a File page of the Data Source Wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.IStoreExtractFilePageView.FileName">
      <summary>
        <para>Gets or sets a path to a data extract file.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a path to a data extract file.</value>
    </member>
    <member name="E:DevExpress.DashboardCommon.DataSourceWizard.IStoreExtractFilePageView.FileNameChanged">
      <summary>
        <para>Occurs when a path to a data extract file is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.IStoreExtractFilePageView.WaitFormActivator">
      <summary>
        <para>Returns an object that displays a form while the wizard is loading information about a data extract.</para>
      </summary>
      <value>An object implementing the IDashboardWaitFormActivator interface.</value>
    </member>
    <member name="T:DevExpress.DashboardCommon.DataSourceWizard.StoreExtractFilePage`1">
      <summary>
        <para>Provides a presenter to the Save Extract to a File page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
      <typeparam name="TModel">The data source model type.</typeparam>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.StoreExtractFilePage`1.#ctor(DevExpress.DashboardCommon.DataSourceWizard.IStoreExtractFilePageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.StoreExtractFilePage`1"/> class with the specified settings.</para>
      </summary>
      <param name="view">An object implementing the <see cref="T:DevExpress.DashboardCommon.DataSourceWizard.IStoreExtractFilePageView"/> interface.</param>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.StoreExtractFilePage`1.Begin">
      <summary>
        <para>Initializes controls of the current wizard page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardCommon.DataSourceWizard.StoreExtractFilePage`1.Commit">
      <summary>
        <para>Saves settings specified by a wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.StoreExtractFilePage`1.FinishEnabled">
      <summary>
        <para>Specifies whether the Finish button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Finish button is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardCommon.DataSourceWizard.StoreExtractFilePage`1.MoveNextEnabled">
      <summary>
        <para>Specifies whether the Next button is enabled on a wizard page.</para>
      </summary>
      <value>true, if the Next button is enabled; otherwise, false.</value>
    </member>
    <member name="N:DevExpress.DashboardWin">
      <summary>
        <para>Contains classes that implement the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> controls for Windows Forms.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.CardControl">
      <summary>
        <para>A Card control that is used to visualize a <see href="https://docs.devexpress.com/Dashboard/15263/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/cards">Card</see> dashboard item’s data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.CardControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.CardControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CardControl.CardBackColor">
      <summary>
        <para>Gets or sets the background color for a card.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value specifying the background color for a card.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.CardControl.CustomDisplayText">
      <summary>
        <para>Allows you to customize the texts corresponding to card <see href="https://docs.devexpress.com/Dashboard/113798/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/cards/layout">visual elements</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.CardCustomDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.CardControl.CustomDisplayText">CardControl.CustomDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CardCustomDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the text displayed within a card visual element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within a card visual element.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.CardCustomDisplayTextEventArgs.Value">
      <summary>
        <para>Gets the value(s) corresponding to a card visual element.</para>
      </summary>
      <value>An object that is the value(s) corresponding to a card visual element.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.CardCustomDisplayTextEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.CardControl.CustomDisplayText">CardControl.CustomDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.CardCustomDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.CardPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Card dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.CardPrintingOptions.#ctor">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.DashboardWin.CardPrintingOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CardPrintingOptions.AutoArrangeContent">
      <summary>
        <para>Gets or sets whether dashboard item elements are automatically arranged on the printed page.</para>
      </summary>
      <value>true, to arrange dashboard item elements automatically on the printed page; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.ChartPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Chart dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.ChartPrintingOptions.#ctor">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.DashboardWin.ChartPrintingOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.ChartPrintingOptions.AutomaticPageLayout">
      <summary>
        <para>Gets or sets whether the page orientation used to print a chart dashboard item is selected automatically.</para>
      </summary>
      <value>true, to automatically select the page orientation used to print a chart dashboard item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.ChartPrintingOptions.SizeMode">
      <summary>
        <para>Gets or sets the print size mode for the chart dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.ChartPrintingSizeMode"/> enumeration member that specifies the print size mode for the chart dashboard item.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.ChartPrintingSizeMode">
      <summary>
        <para>Lists values used to specify how a Chart <see href="https://docs.devexpress.com/Dashboard/116521/basic-concepts-and-terminology/dashboard-items">dashboard item</see> should be resized when being <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ChartPrintingSizeMode.None">
      <summary>
        <para>A chart dashboard item is printed in a size identical to that shown on the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ChartPrintingSizeMode.Stretch">
      <summary>
        <para>A chart dashboard item is stretched or shrunk to fit the page on which it is printed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ChartPrintingSizeMode.Zoom">
      <summary>
        <para>A chart dashboard item is resized proportionally to best fit the printed page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomControlProviderBase">
      <summary>
        <para>A base class that contains configuration settings for a custom control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomControlProviderBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.CustomControlProviderBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomControlProviderBase.Control">
      <summary>
        <para>Gets a control displayed in a custom item.</para>
      </summary>
      <value>A DevExpress <see href="https://docs.devexpress.com/WindowsForms/7891/controls-and-libraries">WinForms control</see> used to visualize data in the dashboard item.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomControlProviderBase.GetPrintableControl(DevExpress.DashboardCommon.CustomItemData,DevExpress.DashboardCommon.CustomItemExportInfo)">
      <summary>
        <para>Gets a printable control corresponding to the specified custom dashboard item.</para>
      </summary>
      <param name="customItemData">An object that contains methods to work with custom item data</param>
      <param name="exportInfo">An object that contains custom item export settings.</param>
      <returns>A printable control corresponding to the specified custom dashboard item.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomControlProviderBase.Interactivity">
      <summary>
        <para>Gets methods that allow you to configure interactivity settings.</para>
      </summary>
      <value>An object that contains methods to configure interactivity settings.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomControlProviderBase.RemoveCustomDashboardItem">
      <summary>
        <para>Removes a <see href="https://docs.devexpress.com/Dashboard/403031/winforms-dashboard/winforms-designer/ui-elements-and-customization/create-a-custom-item">custom item</see> from a dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomControlProviderBase.SetSelection(DevExpress.DashboardCommon.CustomItemSelection)">
      <summary>
        <para>Updates a custom control according to the current master filter selection.</para>
      </summary>
      <param name="selection">The current master filter selection.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomControlProviderBase.UpdateControl(DevExpress.DashboardCommon.CustomItemData)">
      <summary>
        <para>Updates a custom item based on <see cref="T:DevExpress.DashboardCommon.CustomItemMetadata">metadata</see>.</para>
      </summary>
      <param name="customItemData">A <see cref="T:DevExpress.DashboardCommon.CustomItemData"/> object that contains methods.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomDashboardItemControlCreatingEventArgs">
      <summary>
        <para>Contains data for the CustomDashboardItemControlCreating events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomDashboardItemControlCreatingEventArgs.CustomControlProvider">
      <summary>
        <para>Gets or sets a <see cref="T:DevExpress.DashboardWin.CustomControlProviderBase">custom control</see> that displays a <see cref="T:DevExpress.DashboardCommon.CustomDashboardItem`1">custom dashboard item</see>.</para>
      </summary>
      <value>A custom control that displays a custom dashboard item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomDashboardItemControlCreatingEventArgs.DashboardItemName">
      <summary>
        <para>Gets the component name of the custom dashboard item.</para>
      </summary>
      <value>The component name of the custom dashboard item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomDashboardItemControlCreatingEventArgs.MetadataType">
      <summary>
        <para>Gets a custom item’s metadata type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.CustomItemMetadata"/> object.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomDashboardItemControlCreatingEventHandler">
      <summary>
        <para>References a method that handles the CustomDashboardItemControlCreating event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.CustomDashboardItemControlCreatingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomizeDashboardCaptionBaseEventArgs">
      <summary>
        <para>Base class for EventArgs passed to the CustomizeDashboardTitle and CustomizeDashboardItemCaption events of DashboardDesigner and DashboardViewer controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomizeDashboardCaptionBaseEventArgs.FilterText">
      <summary>
        <para>Gets or sets the text displayed in the dashboard title or in the dashboard item caption. The text identifies a single master filter value applied to the dashboard.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomizeDashboardCaptionBaseEventArgs.Items">
      <summary>
        <para>Provides access to command buttons located in the dashboard title or in the dashboard item’s caption.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.DashboardWin.DashboardToolbarItem"/> objects which are command buttons in the title or caption area.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomizeDashboardCaptionBaseEventArgs.Text">
      <summary>
        <para>Gets or sets the text displayed in the dashboard title or the dashboard item caption.</para>
      </summary>
      <value>A string that is the text displayed in the dashboard title or in the dashboard item caption.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomizeDashboardItemCaptionEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardItemCaption"/> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardItemCaption"/> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomizeDashboardItemCaptionEventArgs.#ctor(System.String,System.String,System.String,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.CustomizeDashboardItemCaptionEventArgs"/> class.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the dashboard item component name.</param>
      <param name="text">A text to display in the dashboard caption.</param>
      <param name="filterText">A text to display as the master filter state.</param>
      <param name="visible">True to display an item caption; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomizeDashboardItemCaptionEventArgs.DashboardItemName">
      <summary>
        <para>Gets the name of the current dashboard item.</para>
      </summary>
      <value>A string that is the dashboard item’s name.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomizeDashboardItemCaptionEventArgs.Visible">
      <summary>
        <para>Gets or sets whether the current dashboard item’s caption is shown,</para>
      </summary>
      <value>True, to display an item’s caption; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomizeDashboardItemCaptionEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardItemCaption">DashboardViewer.CustomizeDashboardItemCaption</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardItemCaption">DashboardDesigner.CustomizeDashboardItemCaption</see></para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.CustomizeDashboardItemCaptionEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomizeDashboardTitleEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitle"/> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardTitle"/> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomizeDashboardTitleEventArgs.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.CustomizeDashboardTitleEventArgs"/> class.</para>
      </summary>
      <param name="text">A text to display as the dashboard title text.</param>
      <param name="filterText">A text to display as the master filter state.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomizeDashboardTitleEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitle">DashboardViewer.CustomizeDashboardTitle</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardTitle">DashboardDesigner.CustomizeDashboardTitle</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.CustomizeDashboardTitleEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomizeDashboardTitleTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitleText">DashboardViewer.CustomizeDashboardTitleText</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardTitleText">DashboardDesigner.CustomizeDashboardTitleText</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomizeDashboardTitleTextEventArgs.Text">
      <summary>
        <para>Gets or sets the text displayed within the dashboard title.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the text displayed within the dashboard title.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomizeDashboardTitleTextEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitleText">DashboardViewer.CustomizeDashboardTitleText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.CustomizeDashboardTitleTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.CustomPropertyHistoryItem">
      <summary>
        <para>A basic implementation for a history item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomPropertyHistoryItem.#ctor(DevExpress.DashboardCommon.ICustomPropertyProvider,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.CustomPropertyHistoryItem"/> class with specified settings.</para>
      </summary>
      <param name="customPropertyProvider">A provider for the <see cref="T:DevExpress.DashboardCommon.CustomProperties"/> instance.</param>
      <param name="propertyName">A custom property name.</param>
      <param name="propertyValue">A value that is recorded in the history.</param>
      <param name="caption">A caption that is displayed in the history.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.CustomPropertyHistoryItem.Caption">
      <summary>
        <para>Gets a caption that displays in the history for the current operation.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that is a history item caption.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomPropertyHistoryItem.Redo(DevExpress.DashboardWin.DashboardDesigner)">
      <summary>
        <para>Reapplies the last operation that was undone in the Dashboard Designer.</para>
      </summary>
      <param name="designer">A <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> instance where the operation is performed.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.CustomPropertyHistoryItem.Undo(DevExpress.DashboardWin.DashboardDesigner)">
      <summary>
        <para>Undoes the last operation in the Dashboard Designer.</para>
      </summary>
      <param name="designer">A <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> instance where the operation is performed.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardActionOnClose">
      <summary>
        <para>Lists values used to specify the required action when the currently opened dashboard is being closed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardActionOnClose.Discard">
      <summary>
        <para>Discards all changes made to the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardActionOnClose.Prompt">
      <summary>
        <para>Invokes a save confirmation dialog.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardActionOnClose.Save">
      <summary>
        <para>Saves the changes made to the current dashboard.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardArea">
      <summary>
        <para>Lists values that identify the dashboard area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardArea.DashboardItem">
      <summary>
        <para>Identifies a dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardArea.DashboardItemCaption">
      <summary>
        <para>Identifies a <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">dashboard item caption</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardArea.DashboardTitle">
      <summary>
        <para>Identifies a <see href="https://docs.devexpress.com/Dashboard/400073/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-title">dashboard title</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardBarItemCategory">
      <summary>
        <para>Identifies a page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.BoundImageTools">
      <summary>
        <para>Identifies the “Bound Image Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.BubbleMapTools">
      <summary>
        <para>Identifies the “Bubble Map Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.CardsTools">
      <summary>
        <para>Identifies the “Cards Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.ChartTools">
      <summary>
        <para>Identifies the “Chart Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.ChoroplethMapTools">
      <summary>
        <para>Identifies the “Choropleth Map Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.DateFilterTools">
      <summary>
        <para>Identifies the “Date Filter Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.FilterElementTools">
      <summary>
        <para>Identifies the “Filter Element Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.GaugesTools">
      <summary>
        <para>Identifies the “Gauges Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.GeoPointMapTools">
      <summary>
        <para>Identifies the “Geo Point Map Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.GridTools">
      <summary>
        <para>Identifies the “Grid Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.GroupTools">
      <summary>
        <para>Identifies the “Group Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.ImageTools">
      <summary>
        <para>Identifies the “Image Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.None">
      <summary>
        <para>Identifies one of the main pages / toolbars.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.PieMapTools">
      <summary>
        <para>Identifies the “Pie Map Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.PiesTools">
      <summary>
        <para>Identifies the “Pies Map Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.PivotTools">
      <summary>
        <para>Identifies the “Pivot Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.RangeFilterTools">
      <summary>
        <para>Identifies the “Range Filter Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.ScatterChartTools">
      <summary>
        <para>Identifies the “Scatter Chart Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.TabContainerTools">
      <summary>
        <para>Identifies the “Tab Container Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.TabPageTools">
      <summary>
        <para>Identifies the “Tab Page Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.TextBoxTools">
      <summary>
        <para>Identifies the “Text Box Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardBarItemCategory.TreemapTools">
      <summary>
        <para>Identifies the “Treemap Tools” page category / toolbar.</para>
      </summary>
      <value>A page category in the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see> or a contextual toolbar in <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardBeforeExportEventArgs">
      <summary>
        <para>Provides data for the BeforeExport events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardBeforeExportEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardBeforeExportEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardBeforeExportEventArgs.ShowExportForm">
      <summary>
        <para>Gets or sets whether to show the export form allowing end-users to specify various export options related to the selected format.</para>
      </summary>
      <value>true, to show the export form; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardBeforeExportEventHandler">
      <summary>
        <para>References a method that handles the BeforeExport event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardBeforeExportEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardButtonType">
      <summary>
        <para>Lists values that identify types of dashboard command buttons.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.ClearMasterFilter">
      <summary>
        <para>Identifies the Clear Master Filter button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.ClearSelection">
      <summary>
        <para>Identifies the Clear Selection button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.Custom">
      <summary>
        <para>Identifies a button created in the CustomizeDashboardTitle or CustomizeDashboardItemCaption event handlers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.DateTimePeriods">
      <summary>
        <para>Identifies the Select Date Time Period button of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.DrillUp">
      <summary>
        <para>Identifies the Drill Up button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.Export">
      <summary>
        <para>Identifies the Export to button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.InspectData">
      <summary>
        <para>Identifies the Inspect Data button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.MapInitialExtent">
      <summary>
        <para>Identifies the Initial Extent button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.Maximize">
      <summary>
        <para>Identifies the Maximize button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.MultiSelect">
      <summary>
        <para>Identifies the Multi-Select button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.None">
      <summary>
        <para>The value does not correspond to any command button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.Parameters">
      <summary>
        <para>Identifies the Parameters button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.Restore">
      <summary>
        <para>Identifies the Restore button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardButtonType.Values">
      <summary>
        <para>Identifies the Values button.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardClosingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardClosing">DashboardDesigner.DashboardClosing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardClosingEventArgs.#ctor(DevExpress.DashboardCommon.Dashboard,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardClosingEventArgs"/> class.</para>
      </summary>
      <param name="dashboard">A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that contains the full description of a dashboard.</param>
      <param name="isDashboardModified">A <see cref="T:System.Boolean"/> values that specifies whether the dashboard has been modified since the last save.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardClosingEventArgs.Dashboard">
      <summary>
        <para>Gets the dashboard which is being closed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that represents the dashboard which is being closed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardClosingEventArgs.IsDashboardModified">
      <summary>
        <para>Gets or sets whether the dashboard has been modified since the last save.</para>
      </summary>
      <value>true, if the dashboard has been modified since last save; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardClosingEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardClosing">DashboardDesigner.DashboardClosing</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardClosingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardCreatingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardCreating">DashboardDesigner.DashboardCreating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardCreatingEventArgs.#ctor(DevExpress.DashboardCommon.Dashboard)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardCreatingEventArgs"/> class.</para>
      </summary>
      <param name="dashboard">A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardCreatingEventArgs.Dashboard">
      <summary>
        <para>Gets the created dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that is the newly created dashboard.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardCreatingEventArgs.Handled">
      <summary>
        <para>Gets or sets whether the dashboard has been initialized.</para>
      </summary>
      <value>true, if the dashboard has been initialized and no default processing is needed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardCreatingEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardCreating">DashboardDesigner.DashboardCreating</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardCreatingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardDataSourceWizardSettings">
      <summary>
        <para>For internal use. Provides access to the Data Source wizard settings. Use the <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings"/> class instance instead.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDataSourceWizardSettings.AvailableDataSourceTypes">
      <summary>
        <para>Gets or sets data source types available in the Data Source wizard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceType"/> enumeration value that specifies data source types available in the Data Source wizard.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDataSourceWizardSettings.AvailableSqlDataProviders">
      <summary>
        <para>Gets or sets SQL data providers available in the Data Source wizard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardSqlDataProvider"/> enumeration value that specifies data providers available in the Data Source wizard.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDataSourceWizardSettings.Equals(System.Object)">
      <summary>
        <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.DashboardWin.DashboardDataSourceWizardSettings"/> instance.</para>
      </summary>
      <param name="obj">The object to compare with the current object.</param>
      <returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardWin.DashboardDataSourceWizardSettings"/> instance; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDataSourceWizardSettings.GetHashCode">
      <summary>
        <para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardWin.DashboardDataSourceWizardSettings"/> object.</para>
      </summary>
      <returns>An integer value representing the hash code for the current object.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDataSourceWizardSettings.Reset">
      <summary>
        <para>Resets settings exposed by the <see cref="T:DevExpress.DashboardWin.DashboardDataSourceWizardSettings"/> class to default values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDataSourceWizardSettings.ShowConnectionsFromAppConfig">
      <summary>
        <para>Gets or sets whether end-users can select connections from the application configuration file.</para>
      </summary>
      <value>true, to allow end-users to select connections from the application configuration file; otherwise, the application configuration file..</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDataSourceWizardSettings.ShowDataSourceNamePage">
      <summary>
        <para>Gets or sets whether to show the Data Source wizard page allowing end-users to specify the data source name.</para>
      </summary>
      <value>true, to show the Data Source wizard page allowing end-users to specify the data source name; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardDesigner">
      <summary>
        <para>A Dashboard Designer control that constitutes a designer application for creating <see href="https://docs.devexpress.com/Dashboard/116503/basic-concepts-and-terminology/dashboard">dashboards</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.About">
      <summary>
        <para>Activates the control’s About dialog box.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.ActionOnClose">
      <summary>
        <para>Gets or sets the required action when the currently opened dashboard is being closed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardActionOnClose"/> enumeration value that specifies the required action.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.AddToHistory(DevExpress.DashboardWin.IHistoryItem)">
      <summary>
        <para>Allows you to write an action to history.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.AllowEditComponentName">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> allows end-users to edit component names.</para>
      </summary>
      <value>true, to allow end-users to edit component names; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.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.DashboardWin.DashboardDesigner.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.DashboardWin.DashboardDesigner.AllowMaximizeAnimation">
      <summary>
        <para>Gets or sets whether to enable the animation when you maximize or restore dashboard items.</para>
      </summary>
      <value>True, to enable the animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.AllowMaximizeDashboardItems">
      <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.DashboardWin.DashboardDesigner.AllowPrintDashboard">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print or export</see> a dashboard.</para>
      </summary>
      <value>true, if end-users can print/export a dashboard; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.AllowPrintDashboardItems">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print or export</see> dashboard items.</para>
      </summary>
      <value>true, if end-users can print/export dashboard items; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.AsyncDataLoading">
      <summary>
        <para>Allows you to provide data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> in asynchronous mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.AsyncExcelDataSourceBeforeFill">
      <summary>
        <para>Allows you to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files asynchronously.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.AsyncMode">
      <summary>
        <para>Switches to asynchronous mode.</para>
      </summary>
      <value>True, to use asynchronous mode; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.AsyncValidateCustomSqlQuery">
      <summary>
        <para>Allows you to validate a custom SQL query of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> in asynchronous mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.BackColor">
      <summary>
        <para>Gets or sets the control’s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the control’s background color in ARGB.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.BarAndDockingController">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WindowsForms/5482/controls-and-libraries/ribbon-bars-and-menu/common-features/look-and-feel">BarAndDockingController</see> that will provide default appearance options for the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>‘s elements.</para>
      </summary>
      <value>A DashboardBarAndDockingController object providing appearance options.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.BarManager">
      <summary>
        <para>Gets the BarManager component that is used to manage bars in the Dashboard Designer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraBars.BarManager"/> object that represents the component used to create and manage bars and individual bar items.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.BeforeExport">
      <summary>
        <para>Occurs when an end-user tries to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">export</see> a dashboard (dashboard item) in the required format.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.BeforeExportDocument">
      <summary>
        <para>Allows you to hide specific dashboard items when <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing or exporting</see> the entire dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.BeginInit">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.BeginUpdateParameters">
      <summary>
        <para>Locks the <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object until the <see cref="M:DevExpress.DashboardWin.DashboardDesigner.EndUpdateParameters">DashboardDesigner.EndUpdateParameters</see> method call.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.CalculateHiddenTotals">
      <summary>
        <para>Gets or sets whether to calculate totals for the hidden data items.</para>
      </summary>
      <value>true, to calculate hidden totals; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CanClearMasterFilter(System.String)">
      <summary>
        <para>Returns whether the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> can be cleared in the current state.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>true, if the specified master filter can be cleared in the current state; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CanPerformDrillDown(System.String)">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill down</see> is possible in the current state of the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>true, if drill down is possible in the current state of the specified dashboard item; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CanPerformDrillUp(System.String)">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill up</see> is possible in the current state of the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if drill up is possible in the current state of the specified dashboard item; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CanSetMasterFilter(System.String)">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item allows users to select one or more elements.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>true, if the master filter item allows users to select one or more elements; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CanSetMultiValueMasterFilter(System.String)">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item allows users to select multiple elements.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>true, if the master filter item allows users to select multiple elements; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ClearMasterFilter(System.String)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ClearMasterFilterAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item in asynchronous mode.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ClearMasterFilterAsync(System.String)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item in asynchronous mode.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CloseDashboard">
      <summary>
        <para>Obsolete. Use the <see cref="M:DevExpress.DashboardWin.DashboardDesigner.HandleDashboardClosing"/> method instead.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.ConfigureDataConnection">
      <summary>
        <para>Allows you to customize connection settings before the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> connects to a data store (database, OLAP cube, etc.).</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.ConfirmSaveOnClose">
      <summary>
        <para>Gets or sets whether to show the save confirmation dialog when a window that contains the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> is closed.</para>
      </summary>
      <value>true to show the save confirmation dialog when a window that contains the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> is closed; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.ConnectionError">
      <summary>
        <para>Allows users to override the default behavior if data store connection fails with current connection parameters.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.ContextMenuStrip">
      <summary>
        <para>This property does not affect the Dashboard Designer.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.ContextMenuStrip"/> object.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CreateBars">
      <summary>
        <para>Creates and initializes a <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">toolbar menu</see> in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>‘s parent control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CreateCustomItemBars(System.Type[])">
      <summary>
        <para>Adds <see href="https://docs.devexpress.com/Dashboard/403031/winforms-dashboard/winforms-designer/ui-elements-and-customization/create-a-custom-item">custom item</see> bars to the Ribbon.</para>
      </summary>
      <param name="customItemMetadataTypes">A metadata type that corresponds to a <see cref="T:DevExpress.DashboardCommon.CustomItemMetadata"/> class descendant.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.CreateRibbon">
      <summary>
        <para>Creates and initializes a <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon</see> in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>‘s parent control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomAssemblyLoading">
      <summary>
        <para>Occurs before a custom assembly is loaded for use as <see cref="T:DevExpress.DashboardCommon.DashboardEFDataSource"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomDashboardItemControlCreating">
      <summary>
        <para>Occurs when a dashboard control visualizes a custom item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.CustomDataConnections">
      <summary>
        <para>Gets the list of custom data connections displayed in the <see href="https://docs.devexpress.com/Dashboard/16065/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/sql-data-source/connect-to-sql-databases/microsoft-sql-server">Create Data Source</see> wizard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DataAccess.DataConnectionCollection"/> object containing custom data connections displayed in the Create Data Source wizard.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.CustomDBSchemaProviderEx">
      <summary>
        <para>Allows you to specify a custom schema for the <see href="https://docs.devexpress.com/Dashboard/16151/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/sql-data-source">SQL Data Source</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides a custom schema.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomExport">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exported</see> document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomFilterExpression">
      <summary>
        <para>Allows you to include WHERE clauses into <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> queries.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardItemCaption">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">dashboard item caption</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardTitle">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/400073/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-title">dashboard title</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardTitleText">
      <summary>
        <para>Allows you to customize the text displayed within the <see href="https://docs.devexpress.com/Dashboard/400073/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-title">dashboard title</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeExportDocument">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exported</see> document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomPalette">
      <summary>
        <para>Provides the capability to substitute the <see href="https://docs.devexpress.com/Dashboard/116915/common-features/appearance-customization/coloring">default palette</see> containing colors used to paint dashboard item elements.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.CustomParameters">
      <summary>
        <para>Occurs before data is loaded from the data store and allows you to customize <see href="https://docs.devexpress.com/Dashboard/16135/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/data-analysis/dashboard-parameters">dashboard parameters</see> that are used for data processing.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.Dashboard">
      <summary>
        <para>Gets or sets the currently opened <see href="https://docs.devexpress.com/Dashboard/116503/basic-concepts-and-terminology/dashboard">dashboard</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that is the currently opened dashboard.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardChanged">
      <summary>
        <para>Occurs after a dashboard has been opened.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardClosing">
      <summary>
        <para>Occurs after the current dashboard opened in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> is being closed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardCreating">
      <summary>
        <para>Allows you to customize a dashboard when it is being created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardCustomPropertyChanged">
      <summary>
        <para>Occurs when the custom property value in the Dashboard Designer is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.DashboardFileName">
      <summary>
        <para>Gets the name of the file where the currently opened <see href="https://docs.devexpress.com/Dashboard/116503/basic-concepts-and-terminology/dashboard">dashboard</see> is stored.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the file where the currently open dashboard is stored.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemBeforeControlDisposed">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemClick">
      <summary>
        <para>Occurs when an end-user clicks a dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemControlCreated">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemControlUpdated">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemDoubleClick">
      <summary>
        <para>Occurs when an end-user double-clicks a dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemElementCustomColor">
      <summary>
        <para>Allows you to color the required dashboard item elements using the specified colors.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMaximizedStateChanged">
      <summary>
        <para>Fires when an item becomes maximized or restores its original size.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMouseDown">
      <summary>
        <para>Occurs when the mouse pointer is over the dashboard item and a mouse button is pressed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMouseEnter">
      <summary>
        <para>Occurs when the mouse pointer enters the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMouseHover">
      <summary>
        <para>Occurs when the mouse pointer rests on the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMouseLeave">
      <summary>
        <para>Occurs when the mouse pointer leaves the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMouseMove">
      <summary>
        <para>Occurs when the mouse pointer is moved over the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMouseUp">
      <summary>
        <para>Occurs when the mouse pointer is over the dashboard item and a mouse button is released.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMouseWheel">
      <summary>
        <para>Occurs when the mouse wheel moves while the dashboard item has focus.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemSelected">
      <summary>
        <para>Occurs after you select a dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemSelectionChanged">
      <summary>
        <para>Occurs after the selection within the dashboard item is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemVisualInteractivity">
      <summary>
        <para>Allows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardLoaded">
      <summary>
        <para>Occurs after the dashboard is loaded to the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardOpening">
      <summary>
        <para>Allows you to implement custom logic for dashboard <see href="https://docs.devexpress.com/Dashboard/15405/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/save-a-dashboard">opening</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardOptionsChanged">
      <summary>
        <para>Occurs after any option in the <see cref="T:DevExpress.DashboardCommon.Dashboard"/> is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardSaved">
      <summary>
        <para>Allows you to obtain the path to the dashboard XML definition before and after the <see href="https://docs.devexpress.com/Dashboard/15405/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/save-a-dashboard">save</see> operation.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardSaving">
      <summary>
        <para>Allows you to implement custom logic for dashboard <see href="https://docs.devexpress.com/Dashboard/15405/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/save-a-dashboard">saving</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DashboardStateChanged">
      <summary>
        <para>Occurs after the current dashboard state in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DataInspectorFormClosing">
      <summary>
        <para>Occurs before the Data Inspector window closes. Allows you to access the window’s grid controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DataInspectorFormLoad">
      <summary>
        <para>Occurs before the Data Inspector window displays. Allows you to access the window’s grid controls and change their settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DataItemPopupMenuShowing">
      <summary>
        <para>Allows you to customize a data item <see href="https://docs.devexpress.com/Dashboard/17562/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/popup-menus">popup</see> menu invoked in the UI.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DataLoading">
      <summary>
        <para>Allows you to provide data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DataLoadingError">
      <summary>
        <para>Allows you to suppress the form containing errors that occur during data loading.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.DataSourceOptions">
      <summary>
        <para>Provides access to options that define the data source options of a <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer"/> object containing options that define the data source options of a <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.DataSourceWizard">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source wizard</see> used to create new data sources in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings"/> object that provides access to the Data Source wizard settings.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.DataSourceWizardCustomization">
      <summary>
        <para>Provides the capability to customize the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source wizard</see> used to create new data sources.</para>
      </summary>
      <value>An object implementing the IDashboardDataSourceWizardCustomization interface.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.DataSourceWizardCustomizationService">
      <summary>
        <para>Provides the capability to customize the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source wizard</see> used to create new data sources.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.DashboardWin.IDataSourceWizardCustomizationService"/> interface.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.DataSourceWizardSettings">
      <summary>
        <para>This property is for internal use. Use the equivalent property <see cref="P:DevExpress.DashboardWin.DashboardDesigner.DataSourceWizard"/> instead.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardDataSourceWizardSettings"/> object containing settings used to customize the Data Source wizard used to create new data sources in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DrillDownPerformed">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> is performed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.DrillUpPerformed">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> is performed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.EnableWaitForm">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> displays a Wait Form when a time-consuming operation is performed.</para>
      </summary>
      <value>true, if the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> displays a Wait Form when a time-consuming operation is performed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.EndInit">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.EndUpdateParameters">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object after a call to the <see cref="M:DevExpress.DashboardWin.DashboardDesigner.BeginUpdateParameters">DashboardDesigner.BeginUpdateParameters</see> method and applies changes made to the parameter settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.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="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToExcel(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Excel format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToExcel(System.String,System.IO.Stream,DevExpress.DashboardCommon.ExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Excel format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.ExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToExcel(System.String,System.String,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in Excel format using specified export options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToExcel(System.String,System.String,DevExpress.DashboardCommon.ExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in Excel format using the specified export options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.ExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToImage(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format using the specified image options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToImage(System.String,System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToImage(System.String,System.IO.Stream)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToImage(System.String,System.String,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the image file using the specified image options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the image file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToImage(System.String,System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToImage(System.String,System.String)">
      <summary>
        <para>Exports the dashboard item to the specified file in Image format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToPdf(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToPdf(System.String,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToPdf(System.String,System.IO.Stream)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToPdf(System.String,System.String,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToPdf(System.String,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportDashboardItemToPdf(System.String,System.String)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.ExportFormShowing">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">Export Form</see> is about to be displayed, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToExcel(System.IO.Stream,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports dashboard data to the specified stream in Excel format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing Excel-specific options.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToExcel(System.IO.Stream)">
      <summary>
        <para>Exports dashboard data to the specified stream in Excel format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToExcel(System.String,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports dashboard data to the specified file in Excel format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing Excel-specific options.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToExcel(System.String)">
      <summary>
        <para>Exports dashboard data to the specified file in Excel format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToImage(System.IO.Stream,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format using the specified image-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToImage(System.String,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified image file using the specified image-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the image file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified file in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToImage(System.String)">
      <summary>
        <para>Exports a dashboard to the specified file in Image format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToPdf(System.IO.Stream,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToPdf(System.String,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ExportToPdf(System.String)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.FilterCriteriaDisplayStyle">
      <summary>
        <para>Gets or sets the display style of filter conditions in the Filter Editor.</para>
      </summary>
      <value>The display style of filter conditions in the Filter Panel and built-in Filter Editor. When the FilterCriteriaDisplayStyle property is set to Default, the actual display style is specified by the static <see cref="P:DevExpress.XtraEditors.WindowsFormsSettings.FilterCriteriaDisplayStyle">WindowsFormsSettings.FilterCriteriaDisplayStyle</see> property.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.FilterElementDefaultValues">
      <summary>
        <para>Use <see cref="E:DevExpress.DashboardWin.DashboardDesigner.MasterFilterDefaultValues"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetAvailableDrillDownValues(System.String)">
      <summary>
        <para>Returns axis point tuples identifying elements that can be used to perform <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> in the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be used to perform drill-down in the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetAvailableDrillDownValuesAsync(System.String)">
      <summary>
        <para>Returns data identifying the elements that can be used to perform <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> in the specified dashboard item. Asynchronous method.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to return a list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be used to perform drill-down in the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetAvailableFilterValues(System.String)">
      <summary>
        <para>Returns axis point tuples identifying elements that can be selected in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be selected in the current state of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetAvailableFilterValuesAsync(System.String)">
      <summary>
        <para>Gets the data (axis point tuples) that identifies selectable elements in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>The task object that is the asynchronous operation to get a list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetAvailablePredefinedRanges(System.String)">
      <summary>
        <para>Returns names of the <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined ranges</see> available for the specified Range Filter.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the Range Filter dashboard item.</param>
      <returns>An array of <see cref="T:System.String"/> values that are names of the available <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined ranges</see>.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetAvailableSelections(System.String)">
      <summary>
        <para>Returns records identifying elements that can be selected in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of records identifying elements of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetCurrentDrillDownValues(System.String)">
      <summary>
        <para>Returns an axis point tuple identifying the current <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> state.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetCurrentFilterValues(System.String)">
      <summary>
        <para>Returns axis point tuples identifying currently selected elements in the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be selected in the current state of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetCurrentPredefinedRange(System.String)">
      <summary>
        <para>Returns the name of the currently selected <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined range</see>.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the Range Filter or Date Filter dashboard item.</param>
      <returns>A <see cref="T:System.String"/> value that is the name of the currently selected <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined range</see>.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetCurrentRange(System.String)">
      <summary>
        <para>Returns the selected range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the selected range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetCurrentSelection(System.String)">
      <summary>
        <para>Returns records identifying currently selected elements in the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of records identifying currently selected elements.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetDashboardState">
      <summary>
        <para>Gets the current dashboard state.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains modifications produced by end-user interaction.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetEntireRange(System.String)">
      <summary>
        <para>Returns the visible range for the specified Range Filter or Date Filter dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the Range Filter or Date Filter dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the visible range in the specified Range Filter or Date Filter dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetEntireRangeAsync(System.String)">
      <summary>
        <para>Returns the visible range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>The task object that is the asynchronous operation to return a <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetItemData(System.String)">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">client data</see> for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that represents multidimensional data visualized in the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetItemDataAsync(System.String)">
      <summary>
        <para>Obtains the <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">displayed data</see> for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to get the data visualized in the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetPrintableComponent(System.String)">
      <summary>
        <para>Gets a printable component corresponding to the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>An object that implements the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface, specifying a component to be printed/exported.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetPrintableControl(System.String)">
      <summary>
        <para>Gets a printable control corresponding to the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A string that is the dashboard item’s component name.</param>
      <returns>A printable control corresponding to the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetSelectedTabPage(System.String)">
      <summary>
        <para>Gets the selected page in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <returns>A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">DashboardTabPage.ComponentName</see> property value and identifies the tab page.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetSelectedTabPageIndex(System.String)">
      <summary>
        <para>Gets the index of the selected page in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <returns>An integer that is the index in the <see cref="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages">TabContainerDashboardItem.TabPages</see> collection.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingControl(System.String)">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/Dashboard/401095/winforms-dashboard/winforms-designer/ui-elements-and-customization/access-to-underlying-controls">underlying control</see> used to visualize data within the specified dashboard item.</para>
      </summary>
      <param name="componentName">A component name of the dashboard item for which you get the underlying control.</param>
      <returns>A DevExpress <see href="https://docs.devexpress.com/WindowsForms/7891/controls-and-libraries">WinForms control</see> used to visualize data within the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingControls">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/Dashboard/401095/winforms-dashboard/winforms-designer/ui-elements-and-customization/access-to-underlying-controls">underlying controls</see> used to visualize data within the dashboard items.</para>
      </summary>
      <returns>A list of DevExpress <see href="https://docs.devexpress.com/WindowsForms/7891/controls-and-libraries">WinForms controls</see> used to visualize data within the dashboard items.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardCommon.ViewerData.AxisPoint},System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns underlying data for the specified dashboard item by the specified axis points.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify data points in a multidimensional space.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardCommon.ViewerData.AxisPoint})">
      <summary>
        <para>Returns underlying data for the specified dashboard item by the specified axis points.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify data points in a multidimensional space.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardWin.UnderlyingDataTargetValue},System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns underlying data for the specified dashboard item by the specified dimension values.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardWin.UnderlyingDataTargetValue"/> objects that specify the hierarchy of dimension values.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardWin.UnderlyingDataTargetValue})">
      <summary>
        <para>Returns underlying data for the specified dashboard item by the specified dimension values.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardWin.UnderlyingDataTargetValue"/> objects that specify the hierarchy of dimension values.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingData(System.String,System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns underlying data for the specified dashboard item by the specified data members.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.GetUnderlyingData(System.String)">
      <summary>
        <para>Returns a list of records from the dashboard data source for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that is the list of records from the dashboard data source.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.GridBestFitMaxRowCount">
      <summary>
        <para>Gets or sets the number of the <see href="https://docs.devexpress.com/Dashboard/15150/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/grid">Grid</see> dashboard item’s data rows whose content is processed to apply best fit to columns.</para>
      </summary>
      <value>An integer value specifying the number of data rows that are processed to apply best fit to columns.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.HandleDashboardClosing">
      <summary>
        <para>Handles the dashboard close process.</para>
      </summary>
      <returns>true, if the dashboard closing has been handled; false, if the dashboard closing has been cancelled.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.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="E:DevExpress.DashboardWin.DashboardDesigner.Initialized">
      <summary>
        <para>Handle this event to get the dashboard item data, and apply the master filter and dashboard state in asynchronous mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.IsDashboardModified">
      <summary>
        <para>Gets whether the dashboard has been modified since the last save.</para>
      </summary>
      <value>true, if the dashboard has been modified since the last save; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.LayoutChanged">
      <summary>
        <para>Occurs after the <see href="https://docs.devexpress.com/Dashboard/15619/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-items-layout">dashboard layout</see> is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.LoadDashboard(System.IO.Stream)">
      <summary>
        <para>Loads a dashboard from a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard XML definition.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.LoadDashboard(System.String)">
      <summary>
        <para>Loads a dashboard from an XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.LoadDashboardLayout(System.IO.Stream)">
      <summary>
        <para>Loads a dashboard layout from a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard layout.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.LoadDashboardLayout(System.String)">
      <summary>
        <para>Loads a dashboard layout from an XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard layout.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.MasterFilterCleared">
      <summary>
        <para>Occurs when an end-user clears the selection in the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.MasterFilterDefaultValues">
      <summary>
        <para>Allows you to apply default filtering to <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.MasterFilterSet">
      <summary>
        <para>Occurs when an end-user changes the state of the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.MaximizeDashboardItem(System.String)">
      <summary>
        <para>Expands the specified dashboard item to the entire dashboard size to examine data in greater detail.</para>
      </summary>
      <param name="itemName">A <see cref="T:System.String"/> that is the dashboard item component name (the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property)</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.MaximizeDashboardItemAsync(System.String)">
      <summary>
        <para>Expands the specified dashboard item to the entire dashboard size in an asynchronous task.</para>
      </summary>
      <param name="itemName">A <see cref="T:System.String"/> that is the dashboard item component name (the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property)</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.MaximizedDashboardItemName">
      <summary>
        <para>Gets the name of the maximized dashboard item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the maximized dashboard item name.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.MenuManager">
      <summary>
        <para>Gets or sets the menu manager that controls the look and feel of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> menus.</para>
      </summary>
      <value>An object which implements the DevExpress.Utils.Menu.IDXMenuManager interface.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.Parameters">
      <summary>
        <para>Provides access to dashboard parameter settings and metadata.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object representing a collection of <see cref="T:DevExpress.DashboardWin.DashboardParameterDescriptor"/> objects.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.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="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDown(System.String,DevExpress.DashboardCommon.DashboardDataRow)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that species the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDown(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDown(System.String,System.Object)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element by its value.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that will be used to perform a drill-down for the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.DashboardDataRow,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.DashboardDataRow)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that can be used to perform drill-down.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that can be used to perform drill-down.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDownAsync(System.String,System.Object,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element by its value, asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillDownAsync(System.String,System.Object)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element by its value, asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillUp(System.String)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillUpAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> in the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.PerformDrillUpAsync(System.String)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> in the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.PopupMenu">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.PopupMenuShowing">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/17562/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/popup-menus">pop-up menu</see> that users invoke in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.PrintingOptions">
      <summary>
        <para>Provides access to options specific to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing and exporting</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardPrintingOptions"/> object that contains settings which specify parameters affecting how the dashboard (dashboard items) is printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.PrintPreviewOptions">
      <summary>
        <para>Provides access to options related to printing a dashboard/dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardPrintPreviewOptions"/> object containing options related to printing a dashboard/dashboard item.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.PrintPreviewShowing">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Print Preview</see> window at runtime.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.PrintPreviewType">
      <summary>
        <para>Gets or sets the type of <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Print Preview</see> used to preview dashboard items or the entire dashboard.</para>
      </summary>
      <value>The <see cref="T:DevExpress.DashboardWin.DashboardPrintPreviewType"/> enumeration member that specifies the type of <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Print Preview</see> used to preview dashboard items or the entire dashboard.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.RangeFilterDefaultValue">
      <summary>
        <para>Provides the capability to specify the default selected range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> dashboard item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.RangeFilterIncludeCurrentDate">
      <summary>
        <para>Gets or sets whether the current date (year/quarter/month/etc.) is included in the’Last’ and ‘Next’ <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">newly created predefined periods</see> in the Edit Periods dialog.</para>
      </summary>
      <value>true to include the current date (year/quarter/month/etc.) in the ‘Last’ and ‘Next’ newly created predefined periods; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.RangeFilterPredefinedDateTimePeriods">
      <summary>
        <para>Allows you to customize the list of <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined periods</see> in the Edit Periods dialog for the Range Filter dashboard item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadData">
      <summary>
        <para>Reloads data in the <see href="https://docs.devexpress.com/Dashboard/12146/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/provide-data">data sources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadData(System.Boolean)">
      <summary>
        <para>Reloads data in the <see href="https://docs.devexpress.com/Dashboard/12146/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/provide-data">data sources</see>.</para>
      </summary>
      <param name="suppressWaitForm">Specifies whether the Loading Panel is shown while data is loaded in the data sources.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadData(System.String)">
      <summary>
        <para>Reloads data from the data source for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A string that specifies a component name of the dashboard item for which you reload data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataAsync">
      <summary>
        <para>Reloads data in the data sources asynchronously.</para>
      </summary>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataAsync(System.String)">
      <summary>
        <para>Reloads data from the data source for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A string that specifies a component name of the dashboard item for which you reload data.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataAsync(System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data in the data sources asynchronously.</para>
      </summary>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataSource(DevExpress.DashboardCommon.IDashboardDataSource)">
      <summary>
        <para>Reloads data from the specified data source instance.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataSource(System.String)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataSourceAsync(DevExpress.DashboardCommon.IDashboardDataSource,System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data from the specified data source instance. The operation is asynchronous. You can propagate a notification to cancel it.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
      <param name="token">A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataSourceAsync(DevExpress.DashboardCommon.IDashboardDataSource)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source object as the parameter. The operation is asynchronous.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataSourceAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous. You can propagate a notification to cancel it.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
      <param name="token">A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ReloadDataSourceAsync(System.String)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ResetAsyncMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ResetUseNeutralFilterMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.RestoreDashboardItem">
      <summary>
        <para>Restores the item size if an item is expanded to the entire dashboard size (maximized).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.RestoreDashboardItemAsync">
      <summary>
        <para>Restores the item size if an item is expanded to the entire dashboard size (maximized) in an asynchronous task.</para>
      </summary>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.Ribbon">
      <summary>
        <para>Gets a Ribbon instance for the current Dashboard Designer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> instance.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SaveDashboardLayout(System.IO.Stream)">
      <summary>
        <para>Saves a dashboard layout (layout items and layout containers) to a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard layout.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SaveDashboardLayout(System.String)">
      <summary>
        <para>Saves a dashboard layout to a separate XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard layout.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.SelectedDashboardItem">
      <summary>
        <para>Gets or sets the currently selected <see href="https://docs.devexpress.com/Dashboard/116521/basic-concepts-and-terminology/dashboard-items">dashboard item</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardItem"/> descendant that specifies the currently selected dashboard item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.SelectedDataMember">
      <summary>
        <para>Gets or sets the currently selected data member.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the currently selected data member.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.SelectedDataSource">
      <summary>
        <para>Gets or sets the currently selected data source.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> interface that specifies the currently selected data source.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.SelectedDataSourceChanged">
      <summary>
        <para>Occurs after the selected data source or query/data member is changed in the <see href="https://docs.devexpress.com/Dashboard/15611/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-source-browser">Data Source Browser</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.SelectedTabPageChanged">
      <summary>
        <para>Occurs when the selected tab page is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.ServiceContainer">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetDashboardState(DevExpress.DashboardCommon.DashboardState)">
      <summary>
        <para>Applies the dashboard state to the loaded dashboard.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetDashboardStateAsync(DevExpress.DashboardCommon.DashboardState,System.Threading.CancellationToken)">
      <summary>
        <para>Applies the dashboard state to the dashboard, asynchronously.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetDashboardStateAsync(DevExpress.DashboardCommon.DashboardState)">
      <summary>
        <para>Applies the dashboard state to the dashboard, asynchronously.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.SetInitialDashboardState">
      <summary>
        <para>Allows you to specify the initial dashboard state when loading a dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilter(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilter(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow})">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilter(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple})">
      <summary>
        <para>Selects the required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects used to identify master filter elements.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilter(System.String,System.Object)">
      <summary>
        <para>Selects required elements by their values in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">Values that will be used to select elements in the master filter item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow},System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow})">
      <summary>
        <para>Selects the elements by their values in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple},System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects that identifies master filter elements.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple})">
      <summary>
        <para>Selects the elements by their values in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects that identifies master filter elements.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,System.Object,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">Values that are used to select elements in the master filter item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetMasterFilterAsync(System.String,System.Object)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A collection of values that are used to select elements in the master filter item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetRange(System.String,DevExpress.DashboardCommon.RangeFilterSelection)">
      <summary>
        <para>Selects the required range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetRange(System.String,System.String)">
      <summary>
        <para>Selects the specified range in the specified dashboard item that is the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see>.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetRangeAsync(System.String,DevExpress.DashboardCommon.RangeFilterSelection,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetRangeAsync(System.String,DevExpress.DashboardCommon.RangeFilterSelection)">
      <summary>
        <para>Selects the required range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetRangeAsync(System.String,System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetRangeAsync(System.String,System.String)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetSelectedTabPage(System.String,System.Int32)">
      <summary>
        <para>Selects the tab page specified by its index in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <param name="index">An integer value that is the index in the <see cref="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages">TabContainerDashboardItem.TabPages</see> collection.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.SetSelectedTabPage(System.String)">
      <summary>
        <para>Selects the specified tab page.</para>
      </summary>
      <param name="tabPageName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">DashboardTabPage.ComponentName</see> property value and identifies the tab page.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShouldSerializeAsyncMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShouldSerializeUseNeutralFilterMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowDashboardParametersForm">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/16171/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/data-analysis/dashboard-parameters/specify-dashboard-parameter-values">Dashboard Parameters</see> dialog in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowDataInspector(System.String,DevExpress.DashboardCommon.InspectedType)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog with a defined data type for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <param name="inspectedType">An <see cref="T:DevExpress.DashboardCommon.InspectedType"/> enumeration value that defines a displayed underlying data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowDataInspector(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowDataInspectorAsync(System.String,DevExpress.DashboardCommon.InspectedType)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog with a defined data type for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <param name="inspectedType">A <see cref="T:DevExpress.DashboardCommon.InspectedType"/> enumeration value that defines a displayed underlying data.</param>
      <returns>The task object that is the asynchronous operation to perform.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowDataInspectorAsync(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog with a defined data type for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <returns>The task object that is the asynchronous operation to perform.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowDataSourceWizard">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source wizard</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowExportDashboardDialog(DevExpress.DashboardCommon.DashboardExportFormat)">
      <summary>
        <para>Invokes the dialog that allows end-users to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">export</see> the entire dashboard to the specified format.</para>
      </summary>
      <param name="format">A <see cref="T:DevExpress.DashboardCommon.DashboardExportFormat"/> value that specifies the export format.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowExportDashboardItemDialog(System.String,DevExpress.DashboardCommon.DashboardExportFormat)">
      <summary>
        <para>Invokes the dialog that allows end-users to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">export</see> the dashboard item to the specified format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the dashboard item to export.</param>
      <param name="format">A <see cref="T:DevExpress.DashboardCommon.DashboardExportFormat"/> value that specifies the export format. Note that some items (i.e., <see cref="T:DevExpress.DashboardCommon.TextBoxDashboardItem"/> or <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>) do not support exporting to the <see cref="F:DevExpress.DashboardCommon.DashboardExportFormat.Excel">DashboardExportFormat.Excel</see> format.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowPrintPreview">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Print Preview</see>, which shows the print preview of the dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowPrintPreview(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Print Preview</see> window for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A dashboard item’s component name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowRibbonPrintPreview">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Ribbon Print Preview Form</see>, which shows the print preview of the dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowRibbonPrintPreview(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Ribbon Print Preview</see> window for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A dashboard item’s component name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.ShowSaveConfirmationDialog">
      <summary>
        <para>Invokes a save confirmation dialog.</para>
      </summary>
      <returns>true if the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> can be closed; false if an end-user canceled closing the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</returns>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.SingleFilterDefaultValue">
      <summary>
        <para>Use <see cref="E:DevExpress.DashboardWin.DashboardDesigner.MasterFilterDefaultValues"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.UpdateDashboardItemCaption(System.String)">
      <summary>
        <para>Fires the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardItemCaption"/> event for the specified <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">dashboard item</see>.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the dashboard item name accessible using the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.UpdateDashboardTitle">
      <summary>
        <para>Fires the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardTitle"/> event that allows you to customize the dashboard title content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.UpdateExtractDataSourcesAsync(System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.String[])">
      <summary>
        <para>Updates the specified extract data sources in the current dashboard asynchronously. Allows you to set custom actions to perform after updating the data and file.</para>
      </summary>
      <param name="onDataUpdated">A custom action to perform when the data is updated.</param>
      <param name="onFileUpdated">A custom action to perform when the file is updated.</param>
      <param name="dataSourceNames">A list of the data source names.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.UpdateExtractDataSourcesAsync(System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult})">
      <summary>
        <para>Updates all extract data sources in the current dashboard asynchronously. Allows you to set custom actions to perform after updating the data and file.</para>
      </summary>
      <param name="onDataUpdated">A custom action to perform when the data is updated.</param>
      <param name="onFileUpdated">A custom action to perform when the file is updated.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesigner.UpdateExtractFile(System.Boolean,System.String)">
      <summary>
        <para>Updates a file containing a data extract.</para>
      </summary>
      <param name="suppressWaitForm">A <see cref="T:System.Boolean"/> value that specifies whether the Loading Panel is shown while an extract file is being updated.</param>
      <param name="extractDataSourceName">A <see cref="T:System.String"/> value that specifies the component name of the extract data source.</param>
      <returns>true, if a file containing a data extract has been successfully updated; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesigner.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.DashboardWin.DashboardDesigner.UseNeutralFilterMode">
      <summary>
        <para>Gets or sets whether to show all items in the <see href="https://docs.devexpress.com/Dashboard/17659/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/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.DashboardWin.DashboardDesigner.UserAction">
      <summary>
        <para>Gets the end-user action performed on the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
      <value>The <see cref="T:DevExpress.DashboardWin.UserAction"/> object that is the end-user action performed on the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardDesigner.ValidateCustomSqlQuery">
      <summary>
        <para>Allows you to validate a custom SQL query of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardDesignerBarExtensions">
      <summary>
        <para>Provides extension methods for Ribbon and Toolbar customization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerBarExtensions.GetDashboardBar(DevExpress.XtraBars.BarManager,DevExpress.DashboardWin.DashboardBarItemCategory,DevExpress.DashboardWin.DashboardToolbar)">
      <summary>
        <para>Returns a toolbar from the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Bars</see> used in the Dashboard Designer.</para>
      </summary>
      <param name="barManager">A Bar Manager that owns the toolbars used in the Dashboard Designer.</param>
      <param name="itemCategory">A value that identifies a contextual toolbar related to a particular dashboard item.</param>
      <param name="toolbar">A value that identifies a toolbar.</param>
      <returns>A toolbar that meets the specified parameters.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerBarExtensions.GetDashboardBar(DevExpress.XtraBars.BarManager,System.Type,DevExpress.DashboardWin.DashboardToolbar)">
      <summary>
        <para>Returns a toolbar from the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Bars</see> used in the Dashboard Designer.</para>
      </summary>
      <param name="barManager">A Bar Manager that owns the toolbars used in the Dashboard Designer.</param>
      <param name="customItemMetadataType">A metadata type that corresponds to a <see cref="T:DevExpress.DashboardCommon.CustomItemMetadata"/> class descendant.</param>
      <param name="toolbar">A value that identifies a toolbar.</param>
      <returns>A toolbar that meets the specified parameters.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerBarExtensions.GetDashboardRibbonCategory(DevExpress.XtraBars.Ribbon.RibbonControl,DevExpress.DashboardWin.DashboardBarItemCategory)">
      <summary>
        <para>Returns a category from the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon toolbar</see> used in the Dashboard Designer.</para>
      </summary>
      <param name="ribbonControl">A Ribbon toolbar used in the Dashboard Designer.</param>
      <param name="itemCategory">A Ribbon page category.</param>
      <returns>A Ribbon category that meets the specified parameters.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerBarExtensions.GetDashboardRibbonCategory(DevExpress.XtraBars.Ribbon.RibbonControl,System.Type)">
      <summary>
        <para>Returns a category from the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon toolbar</see> used in the Dashboard Designer.</para>
      </summary>
      <param name="ribbonControl">A Ribbon toolbar used in the Dashboard Designer.</param>
      <param name="customItemMetadataType">A metadata type that corresponds to a <see cref="T:DevExpress.DashboardCommon.CustomItemMetadata"/> class descendant.</param>
      <returns>A Ribbon category that meets the specified parameters.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerBarExtensions.GetDashboardRibbonPage(DevExpress.XtraBars.Ribbon.RibbonControl,DevExpress.DashboardWin.DashboardBarItemCategory,DevExpress.DashboardWin.DashboardRibbonPage)">
      <summary>
        <para>Returns a page from the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon toolbar</see> used in the Dashboard Designer.</para>
      </summary>
      <param name="ribbonControl">A Ribbon toolbar used in the Dashboard Designer.</param>
      <param name="itemCategory">A Ribbon page category that contains commands related to a particular dashboard item.</param>
      <param name="page">A Ribbon page.</param>
      <returns>A Ribbon page that meets the specified parameters.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerBarExtensions.GetDashboardRibbonPage(DevExpress.XtraBars.Ribbon.RibbonControl,System.Type,DevExpress.DashboardWin.DashboardRibbonPage)">
      <summary>
        <para>Returns a page from the <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon toolbar</see> used in the Dashboard Designer.</para>
      </summary>
      <param name="ribbonControl">A Ribbon toolbar used in the Dashboard Designer.</param>
      <param name="customItemMetadataType">A metadata type that corresponds to a <see cref="T:DevExpress.DashboardCommon.CustomItemMetadata"/> class descendant.</param>
      <param name="page">A Ribbon page.</param>
      <returns>A Ribbon page that meets the specified parameters.</returns>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardDesignerDataSourceType">
      <summary>
        <para>Lists values used to specify data source types available in the Data Source wizard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.All">
      <summary>
        <para>All supported data source types are displayed in the Data Source wizard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Default">
      <summary>
        <para>The default set of data source types is displayed in the Data Source wizard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.EF">
      <summary>
        <para>Identifies the Entity Framework data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Excel">
      <summary>
        <para>Identifies the Microsoft Excel workbook / CSV file data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Extract">
      <summary>
        <para>Identifies the Data Extract data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Federation">
      <summary>
        <para>Identifies the Data Federation data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Json">
      <summary>
        <para>Identifies the JSON data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.MongoDB">
      <summary>
        <para>Identifies the MongoDB data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Object">
      <summary>
        <para>Identifies the Object Binding data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Olap">
      <summary>
        <para>Identifies the Olap data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.Sql">
      <summary>
        <para>Identifies the Database data source type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardDesignerDataSourceType.XPO">
      <summary>
        <para>Identifies the XPO (eXpress Persistent Object) data source type.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings">
      <summary>
        <para>Contains settings used to customize the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source wizard</see> used to create new data sources in the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.AvailableDataSourceTypes">
      <summary>
        <para>Gets or sets data source types available in the Data Source wizard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceType"/> enumeration value that specifies data source types available in the Data Source wizard.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.Equals(System.Object)">
      <summary>
        <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings"/> instance.</para>
      </summary>
      <param name="obj">The object to compare with the current object.</param>
      <returns>true, if the specified object is equal to the current <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings"/> instance; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.GetHashCode">
      <summary>
        <para>Gets the hash code that corresponds to the value of the current <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings"/> object.</para>
      </summary>
      <returns>An integer value representing the hash code for the current object.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.Reset">
      <summary>
        <para>Resets settings exposed by the <see cref="T:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings"/> class to default values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.ShowConnectionsFromAppConfig">
      <summary>
        <para>Gets or sets whether end-users can select connections from the application configuration file.</para>
      </summary>
      <value>true, to allow end-users to select connections from the application configuration file; otherwise, the application configuration file.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.ShowDataSourceNamePage">
      <summary>
        <para>Gets or sets whether to show the Data Source wizard page allowing end-users to specify the data source name.</para>
      </summary>
      <value>true, to show the Data Source wizard page allowing end-users to specify the data source name; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerDataSourceWizardSettings.SqlWizardSettings">
      <summary>
        <para>Contains Data Source wizard and Query Builder settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.DataAccess.UI.Wizard.SqlWizardSettings"/> object that contains Data Source wizard settings.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardDesignerLayoutSettings">
      <summary>
        <para>Provides access to dashboard layout settings of the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerLayoutSettings.DragDropIndicatorAlphaLevel">
      <summary>
        <para>Gets or sets the transparency level for the drag/drop indicator.</para>
      </summary>
      <value>An integer value that specifies the transparency level (0 to 255) for the drag/drop indicator.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerLayoutSettings.DragDropIndicatorSize">
      <summary>
        <para>Gets or sets the size of the drag/drop indicator.</para>
      </summary>
      <value>An integer value that specifies the size of the drag/drop indicator (in pixels).</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerLayoutSettings.DragIndicatorShowTimeout">
      <summary>
        <para>Gets or sets the show timeout for the drag indicator.</para>
      </summary>
      <value>An integer value that specifies the show timeout (in milliseconds) for the drag indicator.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerLayoutSettings.DropIndicatorUpdateTimeout">
      <summary>
        <para>Gets or sets the update timeout for the drop indicator.</para>
      </summary>
      <value>An integer value that specifies the update timeout (in milliseconds) for the drop indicator.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardDesignerLayoutSettings.ResizingAreaThickness">
      <summary>
        <para>Gets or sets the thickness of the resizing area.</para>
      </summary>
      <value>An integer value that specifies the thickness (in pixels) of the resizing area.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardExportFormShowingEventArgs">
      <summary>
        <para>Provides data for the ExportFormShowing events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardExportFormShowingEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardExportFormShowingEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardExportFormShowingEventArgs.ShowExportForm">
      <summary>
        <para>Gets or sets whether to show the Export Form.</para>
      </summary>
      <value>true, to show the Export Form; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardExportFormShowingEventHandler">
      <summary>
        <para>References a method that handles the ExportFormShowing events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">The <see cref="T:DevExpress.DashboardWin.DashboardExportFormShowingEventArgs"/> object containing event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemArea">
      <summary>
        <para>Lists values that identify the dashboard item area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardItemArea.DashboardItem">
      <summary>
        <para>Identifies a dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardItemArea.GridColumnHeader">
      <summary>
        <para>Identifies a grid column header.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardItemArea.GridColumnTotal">
      <summary>
        <para>Identifies a grid column total.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardItemArea.None">
      <summary>
        <para>The area does not belong to a dashboard item.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemBeforeControlDisposedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemBeforeControlDisposed">DashboardViewer.DashboardItemBeforeControlDisposed</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemControlEventArgs"/> object containing event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemControlCreatedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemControlCreated">DashboardViewer.DashboardItemControlCreated</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemControlEventArgs"/> object containing event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemControlEventArgs">
      <summary>
        <para>Provides data for events related to controls used to visualize data in dashboard items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.CardControl">
      <summary>
        <para>Gets an underlying Card control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.CardControl"/> object that is an underlying Card control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.ChartContext">
      <summary>
        <para>Gets the chart context.</para>
      </summary>
      <value>A context used to provide a connection between <see href="https://docs.devexpress.com/Dashboard/15622/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-items-pane">data item containers</see> from the <see href="https://docs.devexpress.com/Dashboard/14720/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/chart/providing-data">Values</see> section and underlying control’s series.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.ChartControl">
      <summary>
        <para>Gets an underlying chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ChartControl"/> object that is the chart control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.DashboardItemName">
      <summary>
        <para>Gets the component name of the dashboard item for which the event was raised.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the component name of the dashboard item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.DateFilterControl">
      <summary>
        <para>Gets an underlying date filter control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DateFilterControl"/> object that is the date filter control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.GaugeContext">
      <summary>
        <para>Gets the gauge context.</para>
      </summary>
      <value>A context used to provide a connection between <see href="https://docs.devexpress.com/Dashboard/15622/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-items-pane">data item containers</see> from the <see href="https://docs.devexpress.com/Dashboard/15382/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/gauges/providing-data">Gauges</see> section and underlying control’s gauges.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.GaugeControl">
      <summary>
        <para>Gets an underlying gauge control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGauges.Win.GaugeControl"/> object that is the gauge control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.GridContext">
      <summary>
        <para>Gets the grid context.</para>
      </summary>
      <value>A context used to provide a connection between <see href="https://docs.devexpress.com/Dashboard/15622/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-items-pane">data item containers</see> from the <see href="https://docs.devexpress.com/Dashboard/15151/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/grid/providing-data">Columns</see> section and underlying control’s columns.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.GridControl">
      <summary>
        <para>Gets an underlying grid control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.GridControl"/> object that is the grid control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.MapControl">
      <summary>
        <para>Gets an underlying map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraMap.MapControl"/> object that is the map control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.PictureEdit">
      <summary>
        <para>Gets an underlying picture edit control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.PictureEdit"/> object that is the picture edit control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.PivotGridControl">
      <summary>
        <para>Gets an underlying PivotGridControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> object that is the PivotGridControl.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.RichEditControl">
      <summary>
        <para>Gets an underlying RichEdit control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/> object that is the RichEdit control.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemControlEventArgs.TreeMapControl">
      <summary>
        <para>Gets an underlying TreeMap control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraTreeMap.TreeMapControl"/> object that is an underlying TreeMap control.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemControlUpdatedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemControlUpdated">DashboardViewer.DashboardItemControlUpdated</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemControlEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemElementCustomColorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemElementCustomColor">DashboardViewer.DashboardItemElementCustomColor</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemElementCustomColorEventArgs.Color">
      <summary>
        <para>Gets or sets the color of the dashboard item element.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> that is the ARGB color.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemElementCustomColorEventArgs.DashboardItemName">
      <summary>
        <para>Gets the component name of the dashboard item for which the event was raised.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the component name of the dashboard item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemElementCustomColorEventArgs.Data">
      <summary>
        <para>Gets multidimensional data displayed in the dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that is the multidimensional data.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemElementCustomColorEventArgs.Measures">
      <summary>
        <para>Gets measures corresponding to the current dashboard item element.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor"/> objects that are measures corresponding to the current dashboard item element.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemElementCustomColorEventArgs.TargetElement">
      <summary>
        <para>Gets the axis point tuple corresponding to the current dashboard item element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that is the axis point tuple.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemElementCustomColorEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemElementCustomColor">DashboardViewer.DashboardItemElementCustomColor</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemElementCustomColorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemMaximizedStateChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMaximizedStateChanged">DashboardViewer.DashboardItemMaximizedStateChanged</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMaximizedStateChanged">DashboardDesigner.DashboardItemMaximizedStateChanged</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemMaximizedStateChangedEventArgs.DashboardItemName">
      <summary>
        <para>Gets the component name of the maximized or restored dashboard item.</para>
      </summary>
      <value>A string that is the item <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">DashboardItem.ComponentName</see> value.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemMaximizedStateChangedEventArgs.IsMaximized">
      <summary>
        <para>Indicates whether the item is maximized or restored to its original size.</para>
      </summary>
      <value>True if an item is maximized; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemMaximizedStateChangedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMaximizedStateChanged">DashboardViewer.DashboardItemMaximizedStateChanged</see> and  <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemMaximizedStateChanged">DashboardDesigner.DashboardItemMaximizedStateChanged</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemMaximizedStateChangedEventArgs">DashboardItemMaximizedStateChangedEventArgs</see> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemMouseActionEventArgs">
      <summary>
        <para>Provides data for events related to mouse actions.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemMouseActionEventHandler">
      <summary>
        <para>References a method that handles the events related to mouse actions.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemMouseActionEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemMouseEventArgs">
      <summary>
        <para>Provides data for events related to mouse movement or actions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardItemMouseEventArgs"/> class.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemMouseEventArgs.DashboardItemName">
      <summary>
        <para>Gets the name of the dashboard item for which the event has been raised.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the dashboard item name.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemMouseEventHandler">
      <summary>
        <para>References a method that handles the events related to mouse movement or actions.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemMouseEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs">
      <summary>
        <para>Base class for classes that contain event data and provide access to dashboard item’s client and underlying data for the visual element located under the test point.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.Data">
      <summary>
        <para>Gets the dashboard item’s client data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that represents the client data.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetAxisPoint">
      <summary>
        <para>Returns the axis point corresponding to the visual element located under the test point.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the axis point.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetAxisPoint(System.String)">
      <summary>
        <para>Returns the axis point corresponding to the visual element located under the test point.</para>
      </summary>
      <param name="axisName">A string value listed in the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.</param>
      <returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object that is the axis point.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetDeltas">
      <summary>
        <para>Gets a list of deltas corresponding to the visual element located under the test point.</para>
      </summary>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.DeltaDescriptor"/> objects containing the delta metadata.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetMeasures">
      <summary>
        <para>Gets a list of measures corresponding to the visual element located under the test point.</para>
      </summary>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.MeasureDescriptor"/> objects that contain the measure metadata.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetSlice">
      <summary>
        <para>Returns the slice of client data by the axis point corresponding to the visual element located under the test point.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> that represents the slice of client data.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetSlice(System.String)">
      <summary>
        <para>Returns the slice of client data by the axis point corresponding to the visual element located under the test point.</para>
      </summary>
      <param name="axisName">A string value listed in the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> that represents the slice of client data.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetUnderlyingData">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> corresponding to the visual element located under the test point.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetUnderlyingData(System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> corresponding to the visual element located under the test point.</para>
      </summary>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specifies data members used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetUnderlyingData(System.String,System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> corresponding to the visual element located under the test point.</para>
      </summary>
      <param name="axisName">A string value listed in the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis whose dimension values are used to obtain underlying data.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specifies data members used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemMouseHitTestEventArgs.GetUnderlyingData(System.String)">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> corresponding to the visual element located under the test point.</para>
      </summary>
      <param name="axisName">A string value listed in the <see cref="T:DevExpress.DashboardCommon.DashboardDataAxisNames"/> class that specifies the name of the data axis whose dimension values are used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemPrintingOptions">
      <summary>
        <para>Contains settings that specify <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing and exporting</see> parameters related to individual dashboard items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemPrintingOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardItemPrintingOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemPrintingOptions.IncludeCaption">
      <summary>
        <para>Gets or sets whether a dashboard item <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">caption</see>(s) is included on the printed page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a dashboard item <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">caption</see>(s) is included on the printed page.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemSelectedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemSelected"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemSelectedEventArgs.#ctor(DevExpress.DashboardCommon.DashboardItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardItemSelectedEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="selectedDashboardItem">A dashboard item for which the event is raised.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemSelectedEventArgs.SelectedDashboardItem">
      <summary>
        <para>Gets a dashboard item for which the event is raised.</para>
      </summary>
      <value>A dashboard item for which the event is raised.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemSelectedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemSelected">DashboardDesigner.DashboardItemSelected</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">The <see cref="T:DevExpress.DashboardWin.DashboardItemSelectedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemSelectionChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemSelectionChanged">DashboardDesigner.DashboardItemSelectionChanged</see> / <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemSelectionChanged">DashboardViewer.DashboardItemSelectionChanged</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemSelectionChangedEventArgs.CurrentSelection">
      <summary>
        <para>Gets currently selected elements.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects corresponding to the selected elements.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemSelectionChangedEventArgs.DashboardItemName">
      <summary>
        <para>Gets the component name of the dashboard item for which the event was raised.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the component name of the dashboard item.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemSelectionChangedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemSelectionChanged">DashboardDesigner.DashboardItemSelectionChanged</see> / <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemSelectionChanged">DashboardViewer.DashboardItemSelectionChanged</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemSelectionChangedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardItemVisualInteractivity">DashboardDesigner.DashboardItemVisualInteractivity</see> / <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemVisualInteractivity">DashboardViewer.DashboardItemVisualInteractivity</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs.Data">
      <summary>
        <para>Gets client data visualized within the dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that is the client data.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs.SelectionMode">
      <summary>
        <para>Gets or sets the selection mode for dashboard item elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardSelectionMode"/> enumeration value specifying the selection mode.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(DevExpress.DashboardCommon.ViewerData.AxisPoint)">
      <summary>
        <para>Sets the default selection for the current dashboard item.</para>
      </summary>
      <param name="axisPoint">A <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> object specifying the axis point used to select the default element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Sets the default selection for the current dashboard item.</para>
      </summary>
      <param name="axisPointTuple">A <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object specifying the axis point tuple used to select the default element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(System.Collections.Generic.List{DevExpress.DashboardCommon.ViewerData.AxisPoint})">
      <summary>
        <para>Sets the default selection for the current dashboard item.</para>
      </summary>
      <param name="axisPoints">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects specifying axis points used to select the default elements.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs.SetDefaultSelection(System.Collections.Generic.List{DevExpress.DashboardCommon.ViewerData.AxisPointTuple})">
      <summary>
        <para>Sets the default selection for the current dashboard item.</para>
      </summary>
      <param name="axisPointTuples">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects specifying axis point tuples used to select default elements.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs.TargetAxes">
      <summary>
        <para>Gets or sets data axes used to perform custom interactivity actions.</para>
      </summary>
      <value>A list of <see cref="T:System.String"/> objects that specify the names of data axes.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemVisualInteractivity">DashboardViewer.DashboardItemVisualInteractivity</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardItemVisualInteractivityEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardLoadedEventArgs">
      <summary>
        <para>Provides data for the DashboardLoaded events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardLoadedEventArgs.Dashboard">
      <summary>
        <para>Gets the loaded dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that is the loaded dashboard.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardLoadedEventHandler">
      <summary>
        <para>References a method that handles the DashboardLoaded events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardLoadedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardLockedException">
      <summary>
        <para>The exception that occurs when the dashboard is locked for further modifications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardLockedException.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardLockedException"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardOpeningEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardOpening">DashboardDesigner.DashboardOpening</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardOpeningEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardOpeningEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardOpeningEventArgs.Dashboard">
      <summary>
        <para>Gets or sets the dashboard that will be opened.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that should be opened by the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardOpeningEventArgs.Handled">
      <summary>
        <para>Gets or sets whether the dashboard to be opened has been provided.</para>
      </summary>
      <value>true, if the dashboard to be opened has been provided and no default actions are required; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardOpeningEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardOpening">DashboardDesigner.DashboardOpening</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardOpeningEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardParameterDescriptor">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/Dashboard/116918/common-features/advanced-analytics/dashboard-parameters">parameter</see> settings and metadata.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.DefaultValue">
      <summary>
        <para>Gets the default parameter value.</para>
      </summary>
      <value>A default parameter value.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.Description">
      <summary>
        <para>Gets the parameter’s description displayed to an end-user.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the parameter’s description displayed to an end-user.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.Name">
      <summary>
        <para>Gets the parameter name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the parameter name.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.SelectedValue">
      <summary>
        <para>Gets or sets the currently selected parameter value.</para>
      </summary>
      <value>A currently selected parameter value.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.SelectedValues">
      <summary>
        <para>Gets or sets a collection of currently selected parameter values.</para>
      </summary>
      <value>A collection of currently selected parameter values.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.Type">
      <summary>
        <para>Gets the parameter type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.ParameterValueType"/> enumeration value that is the type of a dashboard parameter value.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.Value">
      <summary>
        <para>Gets or sets the current parameter value.</para>
      </summary>
      <value>An object that specifies the current parameter value.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameterDescriptor.Values">
      <summary>
        <para>Gets possible parameter values.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.DashboardWin.ParameterValue"/> objects that contain parameter values and display texts.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardParameters">
      <summary>
        <para>Represents a collection of <see cref="T:DevExpress.DashboardWin.DashboardParameterDescriptor"/> objects.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardParameters.Item(System.String)">
      <summary>
        <para>Provides access to individual elements in the <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> collection.</para>
      </summary>
      <param name="name">An <see cref="T:System.String"/> that represents the parameter name.</param>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardParameterDescriptor"/> object containing the parameter settings and metadata.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPopupMenu">
      <summary>
        <para>Represents a dashboard <see href="https://docs.devexpress.com/Dashboard/17562/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/popup-menus">popup menu</see>, managed by a <see cref="T:DevExpress.XtraBars.BarManager"/> or <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardPopupMenu.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardPopupMenu"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardPopupMenu.#ctor(DevExpress.XtraBars.BarManager)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardPopupMenu"/> class.</para>
      </summary>
      <param name="manager">A <see cref="T:DevExpress.XtraBars.BarManager"/> object representing the component used to create and manage bars and individual bar items.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardPopupMenu.#ctor(System.ComponentModel.IContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardPopupMenu"/> class with the specified container.</para>
      </summary>
      <param name="container">An object which implements the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPopupMenuShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.PopupMenuShowing">DashboardViewer.PopupMenuShowing</see>, <see cref="E:DevExpress.DashboardWin.IDashboardControl.PopupMenuShowing">IDashboardControl.PopupMenuShowing</see>, and the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.PopupMenuShowing">DashboardDesigner.PopupMenuShowing</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPopupMenuShowingEventArgs.Allow">
      <summary>
        <para>Gets or sets whether end-users can invoke a popup menu.</para>
      </summary>
      <value>true, to allow end-users to invoke the popup menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPopupMenuShowingEventArgs.ButtonType">
      <summary>
        <para>Gets the type of the clicked command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardButtonType"/> enumeration value that is the type of the command button.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPopupMenuShowingEventArgs.DashboardArea">
      <summary>
        <para>Gets the value that identifies a popup menu location within the dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardArea"/> enumeration value that identifies a popup menu location within the dashboard.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPopupMenuShowingEventArgs.DashboardItemArea">
      <summary>
        <para>Gets the area of the dashboard item for which the event has been raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardItemArea"/> enum value that specifies the dashboard item area.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPopupMenuShowingEventArgs.Menu">
      <summary>
        <para>Gets or sets a popup menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraBars.PopupMenu"/> object that specifies the popup menu.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPopupMenuShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.PopupMenuShowing">DashboardDesigner.PopupMenuShowing</see> and the <see cref="E:DevExpress.DashboardWin.DashboardViewer.PopupMenuShowing">DashboardViewer.PopupMenuShowing</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardPopupMenuShowingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPrintingFilterState">
      <summary>
        <para>Lists values that specify the filter state’s location on the <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">printed or exported</see> document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingFilterState.Below">
      <summary>
        <para>The filter state is placed below the dashboard (dashboard item) in the printed document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingFilterState.None">
      <summary>
        <para>The filter state is not included in the printed document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingFilterState.SeparatePage">
      <summary>
        <para>The filter state is placed on a separate page in the printed document.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the dashboard (dashboard item) is <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardPrintingOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardPrintingOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.AutoFitPageCount">
      <summary>
        <para>Gets or sets the number of horizontal/vertical pages that span the total width/height of a dashboard (dashboard item).</para>
      </summary>
      <value>An integer value that specifies the number of horizontal/vertical pages that span the total width/height of a dashboard (dashboard item).</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.CardOptions">
      <summary>
        <para>Provides access to options specific to printing a card dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.CardPrintingOptions"/> object containing settings that specify parameters affecting how the card dashboard item is printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.ChartOptions">
      <summary>
        <para>Provides access to options specific to printing a chart dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.ChartPrintingOptions"/> object containing settings that specify parameters affecting how the chart dashboard item is printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.DashboardItemOptions">
      <summary>
        <para>Provides access to dashboard options specific to printing individual dashboard items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardItemPrintingOptions"/> object that contains settings specific to printing individual dashboard items.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.DocumentContentOptions">
      <summary>
        <para>Provides access to options specific to printing additional content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DocumentContentPrintingOptions"/> object containing options specific to printing additional content.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.FontInfo">
      <summary>
        <para>Provides access to the font settings of the printed document.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.PrintingFontInfo"/> object containing the font settings of the printed document.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.GaugeOptions">
      <summary>
        <para>Provides access to options specific to printing a gauge dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.GaugePrintingOptions"/> object containing settings that specify parameters affecting how the gauge dashboard item is printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.GridOptions">
      <summary>
        <para>Provides access to options specific to printing a grid dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.GridPrintingOptions"/> object containing settings that specify parameters affecting how the grid dashboard item is printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.MapOptions">
      <summary>
        <para>Provides access to options specific to printing map dashboard items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.MapPrintingOptions"/> object containing settings that specify parameters affecting how map dashboard items are printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.PageLayout">
      <summary>
        <para>Gets or sets the page orientation used to print a dashboard (dashboard item).</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardPrintingPageLayout"/> enumeration value that specifies the page orientation used to print a dashboard (dashboard item).</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.PaperKind">
      <summary>
        <para>Gets or sets the standard paper size.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value that specifies the standard paper size.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.PieOptions">
      <summary>
        <para>Provides access to options specific to printing a pie dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.PiePrintingOptions"/> object containing settings that specify parameters that affect how pie dashboard items are printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.PivotOptions">
      <summary>
        <para>Provides access to options specific to printing a pivot dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.PivotPrintingOptions"/> object containing settings that specify parameters that affect how pivot dashboard items are printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.RangeFilterOptions">
      <summary>
        <para>Provides access to options specific to printing a Range Filter dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.RangeFilterPrintingOptions"/> object containing settings that specify parameters affecting how a Range Filter dashboard item is printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.ScaleFactor">
      <summary>
        <para>Gets or sets the scale factor (in fractions of 1), by which a dashboard (dashboard item) is scaled.</para>
      </summary>
      <value>A <see cref="T:System.Single"/> value that specifies the scale factor (in fractions of 1), by which a dashboard (dashboard item) is scaled.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.ScaleMode">
      <summary>
        <para>Gets or sets the mode for scaling when printing a dashboard (dashboard item).</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardPrintingScaleMode"/> enumeration value that specifies the mode for scaling when printing a dashboard (dashboard item).</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardPrintingOptions.TreemapOptions">
      <summary>
        <para>Provides access to options specific to printing a Treemap dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.TreemapPrintingOptions"/> object containing settings that specify parameters affecting how the Treemap dashboard item is printed.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPrintingPageLayout">
      <summary>
        <para>Lists values that specify the page orientation used to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">print or export</see> a dashboard (dashboard item).</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingPageLayout.Landscape">
      <summary>
        <para>The page orientation used to print a dashboard (dashboard item) is landscape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingPageLayout.Portrait">
      <summary>
        <para>The page orientation used to print a dashboard (dashboard item) is portrait.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPrintingScaleMode">
      <summary>
        <para>Lists values that specify the scale mode used to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">print or export</see> the dashboard (dashboard item).</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingScaleMode.AutoFitToPageWidth">
      <summary>
        <para>The size of the dashboard(dashboard item) is changed according to the width of the printed page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingScaleMode.AutoFitWithinOnePage">
      <summary>
        <para>The size of the dashboard(dashboard item) is changed to fit its content on a single page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingScaleMode.None">
      <summary>
        <para>The dashboard (dashboard item) on the printed page retains its original size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintingScaleMode.UseScaleFactor">
      <summary>
        <para>The size of the dashboard (dashboard item) on the printed page is changed according to the scale factor value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardPrintPreviewType">
      <summary>
        <para>Lists values that specify the type of the <see href="https://docs.devexpress.com/Dashboard/117141/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/print-preview-form">Print Preview</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintPreviewType.RibbonPreview">
      <summary>
        <para>A ribbon toolbar is used in the Print Preview.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardPrintPreviewType.StandardPreview">
      <summary>
        <para>A standard toolbar is used in the Print Preview.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardRibbonPage">
      <summary>
        <para>Contains values that identifies a ribbon page when the Dashboard Designer uses <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardRibbonPage.Data">
      <summary>
        <para>Identifies the Data contextual page.</para>
      </summary>
      <value>A Ribbon’s page for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardRibbonPage.DataSource">
      <summary>
        <para>Identifies the Data Source main page.</para>
      </summary>
      <value>A Ribbon’s page for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardRibbonPage.Design">
      <summary>
        <para>Identifies the Design contextual page.</para>
      </summary>
      <value>A Ribbon’s page for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardRibbonPage.Home">
      <summary>
        <para>Identifies the Home main page.</para>
      </summary>
      <value>A Ribbon’s page for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardRibbonPage.View">
      <summary>
        <para>Identifies the View contextual page.</para>
      </summary>
      <value>A Ribbon’s page for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15732/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/ribbon">Ribbon UI</see>.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardSaveCommand">
      <summary>
        <para>Lists values that specify <see href="https://docs.devexpress.com/Dashboard/15405/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/save-a-dashboard">save commands</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSaveCommand.Save">
      <summary>
        <para>An end-user has called the Save command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSaveCommand.SaveAs">
      <summary>
        <para>An end-user has called the Save As command.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardSavedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardSaved">DashboardDesigner.DashboardSaved</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardSavedEventArgs.#ctor(DevExpress.DashboardCommon.Dashboard,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardSavedEventArgs"/> class.</para>
      </summary>
      <param name="dashboard">A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object.</param>
      <param name="oldFileName">A <see cref="T:System.String"/> that is the path to the dashboard XML definition before the save operation.</param>
      <param name="newFileName">A <see cref="T:System.String"/> that is the path to the dashboard XML definition after the save operation.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardSavedEventArgs.Dashboard">
      <summary>
        <para>Gets the saved dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that is the saved dashboard.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardSavedEventArgs.NewFileName">
      <summary>
        <para>Gets the path to the dashboard XML definition after the save operation.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the path to the dashboard XML definition after the save operation.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardSavedEventArgs.OldFileName">
      <summary>
        <para>Gets the path to the dashboard XML definition before the save operation.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the path to the dashboard XML definition before the save operation.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardSavedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardSaved">DashboardDesigner.DashboardSaved</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardSavedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardSavingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardSaving">DashboardDesigner.DashboardSaving</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardSavingEventArgs.#ctor(DevExpress.DashboardCommon.Dashboard,DevExpress.DashboardWin.DashboardSaveCommand)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardSavingEventArgs"/> class.</para>
      </summary>
      <param name="dashboard">A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that should be serialized.</param>
      <param name="command">A <see cref="T:DevExpress.DashboardWin.DashboardSaveCommand"/> enumeration member that specifies which action raised this event.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardSavingEventArgs.Command">
      <summary>
        <para>Gets which user action raised the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardSaveCommand"/> enumeration member that specifies the user action that triggered the event.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardSavingEventArgs.Dashboard">
      <summary>
        <para>Gets the dashboard that should be saved.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that should be serialized.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardSavingEventArgs.Handled">
      <summary>
        <para>Gets or sets whether default actions are required to save the dashboard.</para>
      </summary>
      <value>true, if no default actions are required to save the dashboard; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardSavingEventArgs.Saved">
      <summary>
        <para>Gets or sets whether the custom save routine has succeeded.</para>
      </summary>
      <value>true, if the custom save routine has succeeded; false if it has failed.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardSavingEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardSaving">DashboardDesigner.DashboardSaving</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardSavingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardSelectionMode">
      <summary>
        <para>Lists values that specify the selection mode for the <see href="https://docs.devexpress.com/Dashboard/16915/winforms-dashboard/winforms-viewer/manage-interactivity-capabilities">Master-Filtering</see> feature.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSelectionMode.Multiple">
      <summary>
        <para>Allows users to select multiple elements within the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSelectionMode.None">
      <summary>
        <para>The selection is disabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSelectionMode.Single">
      <summary>
        <para>Allows users to select a single element within the dashboard item. Users cannot clear selection.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardSqlDataProvider">
      <summary>
        <para>Lists values used to specify SQL data providers available in the Data Source wizard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Access">
      <summary>
        <para>Identifies Micrisoft Access data providers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Advantage">
      <summary>
        <para>Identifies the SAP Sybase Advantage data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.All">
      <summary>
        <para>All supported data providers are displayed in the Data Source wizard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Asa">
      <summary>
        <para>Identifies the SAP SQL Anywhere data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Ase">
      <summary>
        <para>Identifies the SAP Sybase ASE data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.BigQuery">
      <summary>
        <para>Identifies the Google BigQuery data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.CustomConnectionString">
      <summary>
        <para>Identifies the Custom Connection String data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.DB2">
      <summary>
        <para>Identifies the IBM DB2 data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Firebird">
      <summary>
        <para>Identifies the Firebird data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Hana">
      <summary>
        <para>Identifies the SAP HANA data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.MSSqlServer">
      <summary>
        <para>Identifies the Microsoft SQL Server data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.MSSqlServerCE">
      <summary>
        <para>Identifies the MS SQL Server CE data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.MySql">
      <summary>
        <para>Identifies the MySQL data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Oracle">
      <summary>
        <para>Identifies the Oracle data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Pervasive">
      <summary>
        <para>Identifies the Pervasive PSQL data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Postgres">
      <summary>
        <para>Identifies the Postgre SQL data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Redshift">
      <summary>
        <para>Identifies the Amazon Redshift data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.SQLite">
      <summary>
        <para>Identifies the SQLite data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.Teradata">
      <summary>
        <para>Identifies the Teradata data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.VistaDB">
      <summary>
        <para>Identifies VistaDB data providers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardSqlDataProvider.XmlFile">
      <summary>
        <para>Identifies the XML File data provider.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardStateChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardStateChanged">DashboardStateChanged</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardStateChangedEventArgs.DashboardState">
      <summary>
        <para>Gets the current state of the dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardState">DashboardState</see> object that contains the selected master filter values, drill-down levels, and other client actions users perform on a dashboard.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardStateChangedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DashboardStateChanged">DashboardStateChanged</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DashboardStateChangedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardToolbar">
      <summary>
        <para>Contains values that identifies a toolbar when the Dashboard Designer uses <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardToolbar.DataSource">
      <summary>
        <para>Identifies the Data Source toolbar.</para>
      </summary>
      <value>A toolbar for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardToolbar.Home">
      <summary>
        <para>Identifies the Home toolbar.</para>
      </summary>
      <value>A toolbar for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardToolbar.Item">
      <summary>
        <para>Identifies a contextual toolbar related to a particular dashboard item.</para>
      </summary>
      <value>A toolbar for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="F:DevExpress.DashboardWin.DashboardToolbar.View">
      <summary>
        <para>Identifies the View toolbar.</para>
      </summary>
      <value>A toolbar for the Dashboard Designer’s <see href="https://docs.devexpress.com/Dashboard/15733/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/toolbars">Bar UI</see>.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardToolbarItem">
      <summary>
        <para>An element, contained in the dashboard title or dashboard item caption, such as a command button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarItem.#ctor(System.Action{DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarItem"/> class with the specified click action.</para>
      </summary>
      <param name="clickAction">A <see cref="T:System.Action"/> delegate method that specifies an action performed after clicking the command button.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarItem.#ctor(System.Nullable{System.Boolean},System.Action{DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarItem"/> class with the specified checked state, tooltip and click action.</para>
      </summary>
      <param name="isChecked">True, to create a button in a checked state; otherwise, false.</param>
      <param name="clickAction">A <see cref="T:System.Action"/> delegate method that specifies an action performed after clicking the command button.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarItem.#ctor(System.Nullable{System.Boolean},System.String,System.Action{DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarItem"/> class with the specified checked state, tooltip and click action.</para>
      </summary>
      <param name="isChecked">True, to create a button in a checked state; otherwise, false.</param>
      <param name="tooltip">A <see cref="T:System.String"/> that is the text displayed in a tooltip.</param>
      <param name="clickAction">A <see cref="T:System.Action"/> delegate method that specifies an action performed after clicking the command button.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarItem.#ctor(System.String,System.Action{DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarItem"/> class with the specified tooltip and click action.</para>
      </summary>
      <param name="tooltip">A <see cref="T:System.String"/> that is the text displayed in a tooltip.</param>
      <param name="clickAction">A <see cref="T:System.Action"/> delegate method that specifies an action performed after clicking the command button.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarItem"/> class with the specified setting.</para>
      </summary>
      <param name="tooltip">A <see cref="T:System.String"/> that is the text displayed in the tooltip.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.ButtonImage">
      <summary>
        <para>Gets or sets a raster image displayed within the item.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Image"/> object that is the image displayed within the element located in the dashboard title or dashboard item caption.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.ButtonType">
      <summary>
        <para>Gets the type of the clicked command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardButtonType"/> enumeration value that is the type of the command button.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.Caption">
      <summary>
        <para>Gets or sets the text displayed within the item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the text displayed witin the item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.Checked">
      <summary>
        <para>Gets a value indicating whether the item is in the pushed state.</para>
      </summary>
      <value>True, if the item is currently in the pushed state; null if the item cannot be pushed or checked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.ClickAction">
      <summary>
        <para>Gets or sets an action performed after a user clicks the dashboard toolbar item (the command button).</para>
      </summary>
      <value>An <see cref="T:System.Action"/> delegate method that specifies an action performed after clicking the command button.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarItem.Dispose">
      <summary>
        <para>Disposes of the current object and releases all its unmanaged resources.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.Enabled">
      <summary>
        <para>Gets or sets whether the item is active.</para>
      </summary>
      <value>True, if the current item is active; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.MenuItems">
      <summary>
        <para>Gets a collection of <see cref="T:DevExpress.DashboardWin.DashboardToolbarMenuItem"/> objects associated with the menu.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.SuperTip">
      <summary>
        <para>Gets or sets a SuperToolTip for the current control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.SuperToolTip"/> object associated with the item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.SvgImage">
      <summary>
        <para>Gets or sets a vector image displayed within the item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.Svg.SvgImage">DevExpress.Utils.Svg.SvgImage</see> object that is the vector image displayed within the element located in the dashboard title or dashboard item caption.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.Tag">
      <summary>
        <para>Gets or sets custom data associated with the item.</para>
      </summary>
      <value>An object that contains additional information stored with the item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItem.Tooltip">
      <summary>
        <para>Gets or sets the text displayed in a regular tooltip.</para>
      </summary>
      <value>A text displayed as an item tooltip.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the action performed after clicking the command button in the <see href="https://docs.devexpress.com/Dashboard/400073/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-title">dashboard title</see> or <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">dashboard item caption</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs.Item">
      <summary>
        <para>Provides access to an element being clicked.</para>
      </summary>
      <value>An element, located in the dashboard title or dashboard item caption, such as a command button.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardToolbarMenuItem">
      <summary>
        <para>Drop-down menu element, contained in the dashboard title or dashboard item caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarMenuItem.#ctor(System.Nullable{System.Boolean},System.String,System.Action{DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarMenuItem"/> class with the specified checked state, caption and click action.</para>
      </summary>
      <param name="isChecked">True, to create a button in a checked state; otherwise, false.</param>
      <param name="caption">A <see cref="T:System.String"/> that is the menu item caption text.</param>
      <param name="clickAction">A <see cref="T:System.Action"/> delegate method that specifies an action performed after clicking the menu item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardToolbarMenuItem.#ctor(System.String,System.Action{DevExpress.DashboardWin.DashboardToolbarItemClickEventArgs})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardToolbarMenuItem"/> class with the specified caption and click action.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> that is the text displayed in a menu item caption.</param>
      <param name="clickAction">A <see cref="T:System.Action"/> delegate method that specifies an action performed after clicking the menu item.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarMenuItem.Caption">
      <summary>
        <para>Gets or sets the text displayed within the item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the text displayed witin the item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarMenuItem.Checked">
      <summary>
        <para>Gets a value indicating whether the item is in the pushed state.</para>
      </summary>
      <value>True, if the item is currently in the pushed state; null if the item cannot be pushed or checked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarMenuItem.ImageOptions">
      <summary>
        <para>Provides access to properties that allow you to set up raster and vector images for the menu item.</para>
      </summary>
      <value>A DevExpress.Utils.ImageOptions object that stores image-related settings.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardToolbarMenuItem.Tag">
      <summary>
        <para>Gets or sets custom data associated with the item.</para>
      </summary>
      <value>An object that contains additional information stored with the item.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DashboardViewer">
      <summary>
        <para>A Dashboard Viewer control used to embed <see href="https://docs.devexpress.com/Dashboard/116503/basic-concepts-and-terminology/dashboard">dashboards</see> created in the <see href="https://docs.devexpress.com/Dashboard/116518/basic-concepts-and-terminology/dashboard-designer">Dashboard Designer</see> into a WinForms application.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.#ctor(System.ComponentModel.IContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> class with the specified container.</para>
      </summary>
      <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> class instance.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.About">
      <summary>
        <para>Activates the control’s About dialog box.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.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.DashboardWin.DashboardViewer.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.DashboardWin.DashboardViewer.AllowMaximizeAnimation">
      <summary>
        <para>Gets or sets whether to enable the animation when you maximize or restore dashboard items.</para>
      </summary>
      <value>True, to enable the animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.AllowMaximizeDashboardItems">
      <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.DashboardWin.DashboardViewer.AllowPrintDashboard">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print or export</see> a dashboard.</para>
      </summary>
      <value>true, if end-users can print/export a dashboard; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.AllowPrintDashboardItems">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print or export</see> dashboard items.</para>
      </summary>
      <value>true, if end-users can print/export dashboard items; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.AsyncDataLoading">
      <summary>
        <para>Allows you to provide data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> in asynchronous mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.AsyncExcelDataSourceBeforeFill">
      <summary>
        <para>Allows you to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files asynchronously.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.AsyncMode">
      <summary>
        <para>Gets or sets whether DashboardViewer operates in asynchronous mode.</para>
      </summary>
      <value>true, to use asynchronous mode; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.AsyncValidateCustomSqlQuery">
      <summary>
        <para>Allows you to validate a custom SQL query of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> in asynchronous mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.BeforeExport">
      <summary>
        <para>Occurs when an end-user tries to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">export</see> a dashboard (dashboard item) to the required format.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.BeforeExportDocument">
      <summary>
        <para>Allows you to hide specific dashboard items when <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing or exporting</see> the entire dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.BeginUpdateParameters">
      <summary>
        <para>Locks the <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object until the <see cref="M:DevExpress.DashboardWin.DashboardViewer.EndUpdateParameters">DashboardViewer.EndUpdateParameters</see> method call.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.CalculateHiddenTotals">
      <summary>
        <para>Gets or sets whether to calculate totals for the hidden data items.</para>
      </summary>
      <value>true, to calculate hidden totals; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.CanClearMasterFilter(System.String)">
      <summary>
        <para>Returns whether the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> can be cleared in the current state.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if the specified master filter can be cleared in the current state; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.CanPerformDrillDown(System.String)">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill down</see> is possible in the current state of the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if drill down is possible in the current state of the specified dashboard item; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.CanPerformDrillUp(System.String)">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill up</see> is possible in the current state of the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if drill up is possible in the current state of the specified dashboard item; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.CanSetMasterFilter(System.String)">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item allows users to select one or more elements.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if the master filter item allows users to select one or more elements; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.CanSetMultiValueMasterFilter(System.String)">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item allows users to select multiple elements.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if the master filter item allows users to select multiple elements; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ClearMasterFilter(System.String)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ClearMasterFilterAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item in asynchronous mode.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ClearMasterFilterAsync(System.String)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item in asynchronous mode.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.ConfigureDataConnection">
      <summary>
        <para>Allows you to customize connection settings before the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> connects to a data store (database, OLAP cube, etc.).</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.ConnectionError">
      <summary>
        <para>Allows users to override the default behavior if data store connection fails with current connection parameters.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.ContextMenuStrip">
      <summary>
        <para>This property does not affect the Dashboard Viewer.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.ContextMenuStrip"/> object.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomAssemblyLoading">
      <summary>
        <para>Occurs before a custom assembly is loaded for use as <see cref="T:DevExpress.DashboardCommon.DashboardEFDataSource"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomDashboardItemControlCreating">
      <summary>
        <para>Occurs when a dashboard control visualizes a custom item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.CustomDBSchemaProviderEx">
      <summary>
        <para>Allows you to specify a custom schema for the <see href="https://docs.devexpress.com/Dashboard/16151/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/sql-data-source">SQL Data Source</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides a custom schema.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomExport">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exported</see> document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomFilterExpression">
      <summary>
        <para>Allows you to include WHERE clauses into <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> queries.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardItemCaption">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">dashboard item caption</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitle">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/400073/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-title">dashboard title</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitleText">
      <summary>
        <para>Allows you to customize the text displayed within the <see href="https://docs.devexpress.com/Dashboard/400073/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-title">dashboard title</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomizeExportDocument">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exported</see> document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomPalette">
      <summary>
        <para>Allows you to substitute the <see href="https://docs.devexpress.com/Dashboard/116915/common-features/appearance-customization/coloring">default palette</see> containing colors used to paint dashboard item elements.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.CustomParameters">
      <summary>
        <para>Occurs before data is loaded from the data store and allows you to customize <see href="https://docs.devexpress.com/Dashboard/16135/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/data-analysis/dashboard-parameters">dashboard parameters</see> that are used for data processing.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.Dashboard">
      <summary>
        <para>Gets or sets the currently opened dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that is the currently opened dashboard.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardChanged">
      <summary>
        <para>Occurs after a dashboard has been opened.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardCustomPropertyChanged">
      <summary>
        <para>Occurs when the custom property value in the Dashboard Viewer is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemBeforeControlDisposed">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemClick">
      <summary>
        <para>Occurs when an end user clicks a dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemControlCreated">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemControlUpdated">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemDoubleClick">
      <summary>
        <para>Occurs when an end user double-clicks a dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemElementCustomColor">
      <summary>
        <para>Allows you to color the required dashboard item elements using the specified colors.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMaximizedStateChanged">
      <summary>
        <para>Fires when an item becomes maximized or restores its original size.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMouseDown">
      <summary>
        <para>Occurs when the mouse pointer is over the dashboard item and a mouse button is pressed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMouseEnter">
      <summary>
        <para>Occurs when the mouse pointer enters the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMouseHover">
      <summary>
        <para>Occurs when the mouse pointer rests on the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMouseLeave">
      <summary>
        <para>Occurs when the mouse pointer leaves the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMouseMove">
      <summary>
        <para>Occurs when the mouse pointer is moved over the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMouseUp">
      <summary>
        <para>Occurs when the mouse pointer is over the dashboard item and a mouse button is released.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemMouseWheel">
      <summary>
        <para>Occurs when the mouse wheel moves while the dashboard item has focus.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemSelectionChanged">
      <summary>
        <para>Occurs after the selection within the dashboard item is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardItemVisualInteractivity">
      <summary>
        <para>Allows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardLoaded">
      <summary>
        <para>Occurs after the dashboard is loaded to the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.DashboardSource">
      <summary>
        <para>Gets or sets a dashboard supplier for the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value specifying a dashboard supplier for the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DashboardStateChanged">
      <summary>
        <para>Occurs after the current <see href="https://docs.devexpress.com/Dashboard/400730/winforms-dashboard/winforms-designer/manage-dashboard-state">dashboard state</see> in the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.DashboardUri">
      <summary>
        <para>Gets or sets the URI of the dashboard.</para>
      </summary>
      <value>A <see cref="T:System.Uri"/> object that specifies the URI of the dashboard.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DataInspectorFormClosing">
      <summary>
        <para>Occurs before the Data Inspector window closes. Allows you to access the window’s grid controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DataInspectorFormLoad">
      <summary>
        <para>Occurs before the Data Inspector window displays. Allows you to access the window’s grid controls and change their settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DataLoading">
      <summary>
        <para>Allows you to provide data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DataLoadingError">
      <summary>
        <para>Allows you to suppress the form containing errors that occur during data loading.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.DataSourceOptions">
      <summary>
        <para>Provides access to options that define the data source options of a <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer"/> object containing options that define the data source options of a <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DrillDownPerformed">
      <summary>
        <para>Occurs after <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> is performed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.DrillUpPerformed">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> is performed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.EnableWaitForm">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> displays a Wait Form when a time-consuming operation is performed.</para>
      </summary>
      <value>true, if the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> displays a Wait Form when a time-consuming operation is performed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.EndUpdateParameters">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object after a call to the <see cref="M:DevExpress.DashboardWin.DashboardViewer.BeginUpdateParameters">DashboardViewer.BeginUpdateParameters</see> method and applies changes made to the parameter settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.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="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToExcel(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Excel format using specified export options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToExcel(System.String,System.IO.Stream,DevExpress.DashboardCommon.ExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Excel format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.ExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToExcel(System.String,System.String,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in Excel format using specified export options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToExcel(System.String,System.String,DevExpress.DashboardCommon.ExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in Excel format using the specified export options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.ExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToImage(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format using the specified image options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToImage(System.String,System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToImage(System.String,System.IO.Stream)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToImage(System.String,System.String,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the image file using the specified image options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the image file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToImage(System.String,System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToImage(System.String,System.String)">
      <summary>
        <para>Exports the dashboard item to the specified file in Image format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToPdf(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToPdf(System.String,System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToPdf(System.String,System.IO.Stream)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToPdf(System.String,System.String,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToPdf(System.String,System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportDashboardItemToPdf(System.String,System.String)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.ExportFormShowing">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">Export Form</see> is about to be displayed, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToExcel(System.IO.Stream,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports dashboard data to the specified stream in Excel format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing Excel-specific options.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToExcel(System.IO.Stream)">
      <summary>
        <para>Exports dashboard data to the specified stream in Excel format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToExcel(System.String,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports dashboard data to the specified file in Excel format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing Excel-specific options.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToExcel(System.String)">
      <summary>
        <para>Exports dashboard data to the specified file in Excel format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToImage(System.IO.Stream,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format using the specified image-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToImage(System.String,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified image file using the specified image-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the image file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified file in Image format using the specified Image-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies the Image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToImage(System.String)">
      <summary>
        <para>Exports a dashboard to the specified file in Image format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToPdf(System.IO.Stream,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToPdf(System.String,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ExportToPdf(System.String)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.FilterElementDefaultValues">
      <summary>
        <para>Use <see cref="E:DevExpress.DashboardWin.DashboardViewer.MasterFilterDefaultValues"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetAvailableDrillDownValues(System.String)">
      <summary>
        <para>Returns data identifying the elements that can be used to perform <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> in the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be used to perform drill-down in the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetAvailableDrillDownValuesAsync(System.String)">
      <summary>
        <para>Returns data identifying the elements that can be used to perform <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> in the specified dashboard item. Asynchronous method.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to return a list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be used to perform drill-down in the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetAvailableFilterValues(System.String)">
      <summary>
        <para>Returns axis point tuples identifying elements that can be selected in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be selected in the current state of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetAvailableFilterValuesAsync(System.String)">
      <summary>
        <para>Gets the data (axis point tuples) that identifies selectable elements in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>The task object that is the asynchronous operation to get a list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetAvailablePredefinedRanges(System.String)">
      <summary>
        <para>Returns names of the <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined ranges</see> available for the specified Range Filter / Date Filter.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the Range Filter / Date Filter dashboard items.</param>
      <returns>An array of <see cref="T:System.String"/> values that are names of the available <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined ranges</see>.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetAvailableSelections(System.String)">
      <summary>
        <para>Returns records identifying elements that can be selected in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of records identifying elements of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetCurrentDrillDownValues(System.String)">
      <summary>
        <para>Returns an axis point tuple identifying the current <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> state.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetCurrentFilterValues(System.String)">
      <summary>
        <para>Returns axis point tuples identifying currently selected elements in the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be selected in the current state of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetCurrentPredefinedRange(System.String)">
      <summary>
        <para>Returns the name of the currently selected <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined range</see>.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the Range Filter or Date Filter dashboard item.</param>
      <returns>A <see cref="T:System.String"/> value that is the name of the currently selected <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined range</see>.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetCurrentRange(System.String)">
      <summary>
        <para>Returns the selected range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the selected range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetCurrentSelection(System.String)">
      <summary>
        <para>Returns records identifying currently selected elements in the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of records identifying currently selected elements.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetDashboardState">
      <summary>
        <para>Gets the current dashboard state.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains modifications produced by end-user interaction.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetEntireRange(System.String)">
      <summary>
        <para>Returns the visible range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the visible range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetEntireRangeAsync(System.String)">
      <summary>
        <para>Returns the visible range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>The task object that is the asynchronous operation to return a <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetItemData(System.String)">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">client data</see> for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that represents multidimensional data visualized in the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetItemDataAsync(System.String)">
      <summary>
        <para>Obtains the <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">displayed data</see> for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to get the data visualized in the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetPrintableComponent(System.String)">
      <summary>
        <para>Gets a printable component corresponding to the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>An object that implements the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface, specifying a component to be printed/exported.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetPrintableControl(System.String)">
      <summary>
        <para>Gets a printable control corresponding to the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A string that is the dashboard item’s component name.</param>
      <returns>A printable control corresponding to the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetSelectedTabPage(System.String)">
      <summary>
        <para>Gets the selected page in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <returns>A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">DashboardTabPage.ComponentName</see> property value and identifies the tab page.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetSelectedTabPageIndex(System.String)">
      <summary>
        <para>Gets the index of the selected page in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <returns>An integer that is the index in the <see cref="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages">TabContainerDashboardItem.TabPages</see> collection.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingControl(System.String)">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/Dashboard/18019/winforms-dashboard/winforms-viewer/access-to-underlying-controls">underlying control</see> used to visualize data within the specified dashboard item.</para>
      </summary>
      <param name="componentName">A component name of the dashboard item for which you get the underlying control.</param>
      <returns>A DevExpress <see href="https://docs.devexpress.com/WindowsForms/7891/controls-and-libraries">WinForms control</see> used to visualize data within the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingControls">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/Dashboard/18019/winforms-dashboard/winforms-viewer/access-to-underlying-controls">underlying controls</see> used to visualize data within the dashboard items.</para>
      </summary>
      <returns>A list of DevExpress <see href="https://docs.devexpress.com/WindowsForms/7891/controls-and-libraries">WinForms controls</see> used to visualize data within the dashboard items.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardCommon.ViewerData.AxisPoint},System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified axis points.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify data points in a multidimensional space.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardCommon.ViewerData.AxisPoint})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified axis points.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify data points in a multidimensional space.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardWin.UnderlyingDataTargetValue},System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified dimension values.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardWin.UnderlyingDataTargetValue"/> objects that specify the hierarchy of dimension values.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardWin.UnderlyingDataTargetValue})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified dimension values.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardWin.UnderlyingDataTargetValue"/> objects that specify the hierarchy of dimension values.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingData(System.String,System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified data members.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.GetUnderlyingData(System.String)">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.GridBestFitMaxRowCount">
      <summary>
        <para>Gets or sets the number of the Grid dashboard item’s data rows whose content is processed to apply best fit to columns.</para>
      </summary>
      <value>An integer value specifying the number of data rows that are processed to apply best fit to columns.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.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="E:DevExpress.DashboardWin.DashboardViewer.Initialized">
      <summary>
        <para>Handle this event to get the dashboard item data, and apply master filter and dashboard state in asynchronous mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.LayoutChanged">
      <summary>
        <para>Occurs after the <see href="https://docs.devexpress.com/Dashboard/17406/winforms-dashboard/winforms-viewer/manage-dashboard-layout">dashboard layout</see> is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.LoadDashboard(System.IO.Stream)">
      <summary>
        <para>Loads a dashboard from a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.LoadDashboard(System.String)">
      <summary>
        <para>Loads a dashboard from an XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.LoadDashboardLayout(System.IO.Stream)">
      <summary>
        <para>Loads a dashboard layout (layout items and layout containers) from a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard layout.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.LoadDashboardLayout(System.String)">
      <summary>
        <para>Loads a dashboard layout from an XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard layout.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.LoadInactiveTabs">
      <summary>
        <para>Gets or sets whether the control loads data for dashboard items on the initially inactive <see href="https://docs.devexpress.com/Dashboard/400237/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/tab-container">tab pages</see>.</para>
      </summary>
      <value>true, to load data in the inactive tab pages; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.MasterFilterCleared">
      <summary>
        <para>Occurs when an end user clears the selection in the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.MasterFilterDefaultValues">
      <summary>
        <para>Allows you to apply default filtering to <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.MasterFilterSet">
      <summary>
        <para>Occurs when an end user changes the state of the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.MaximizeDashboardItem(System.String)">
      <summary>
        <para>Expands the specified dashboard item to the entire dashboard size to examine data in greater detail.</para>
      </summary>
      <param name="itemName">A <see cref="T:System.String"/> that is the dashboard item component name (the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property)</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.MaximizeDashboardItemAsync(System.String)">
      <summary>
        <para>Expands the specified dashboard item to the entire dashboard size in an asynchronous task.</para>
      </summary>
      <param name="itemName">A <see cref="T:System.String"/> that is the dashboard item component name (the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property).</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.MaximizedDashboardItemName">
      <summary>
        <para>Gets the name of the maximized dashboard item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is a maximized dashboard item’s name.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.Parameters">
      <summary>
        <para>Provides access to dashboard parameter settings and metadata.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object representing a collection of <see cref="T:DevExpress.DashboardWin.DashboardParameterDescriptor"/> objects.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.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="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDown(System.String,DevExpress.DashboardCommon.DashboardDataRow)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDown(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDown(System.String,System.Object)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element by its value.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.DashboardDataRow,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.DashboardDataRow)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">A <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object specifying the axis point tuple used to perform a drill-down for the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDownAsync(System.String,System.Object,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element by its value, asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillDownAsync(System.String,System.Object)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillUp(System.String)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> in the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillUpAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> in the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.PerformDrillUpAsync(System.String)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.PopulateUnusedDataMembers">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> populates unused dashboard <see cref="P:DevExpress.DashboardCommon.DataDashboardItem.DataMember">data members</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.PopulateUnusedDataSources">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> populates unused dashboard data sources.</para>
      </summary>
      <value>true, to populate unused dashboard data sources; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.PopupMenuShowing">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/17562/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/popup-menus">pop-up menu</see> that users invoke in the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.PrintingOptions">
      <summary>
        <para>Provides access to options specific to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing and exporting</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardPrintingOptions"/> object that contains settings which specify parameters affecting how the dashboard (dashboard items) is printed.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.PrintPreviewOptions">
      <summary>
        <para>Provides access to options related to printing a dashboard/dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardPrintPreviewOptions"/> object containing options related to printing a dashboard/dashboard item.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.PrintPreviewShowing">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see> window at runtime.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.PrintPreviewType">
      <summary>
        <para>Gets or sets the type of <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see> used to preview dashboard items or the entire dashboard.</para>
      </summary>
      <value>The <see cref="T:DevExpress.DashboardWin.DashboardPrintPreviewType"/> enumeration member that specifies the type of <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see> used to preview dashboard items or the entire dashboard.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.RangeFilterDefaultValue">
      <summary>
        <para>Allows you to specify the default selected range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> dashboard item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadData">
      <summary>
        <para>Reloads data in the data sources.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadData(System.Boolean)">
      <summary>
        <para>Reloads data in the data sources.</para>
      </summary>
      <param name="suppressWaitForm">Specifies whether the Loading Panel is shown while data is loaded in the data sources.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadData(System.Collections.Generic.IEnumerable{DevExpress.Data.IParameter})">
      <summary>
        <para>Reloads data in the data sources.</para>
      </summary>
      <param name="parameters">A list of dashboard parameters.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadData(System.String)">
      <summary>
        <para>Reloads data from the data source for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A string that specifies a component name of the dashboard item for which you reload data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataAsync">
      <summary>
        <para>Reloads data in the data sources asynchronously.</para>
      </summary>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataAsync(System.String)">
      <summary>
        <para>Reloads data from the data source for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A string that specifies a component name of the dashboard item for which you reload data.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataAsync(System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data in the data sources asynchronously.</para>
      </summary>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataSource(DevExpress.DashboardCommon.IDashboardDataSource)">
      <summary>
        <para>Reloads data from the specified data source instance.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataSource(System.String)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataSourceAsync(DevExpress.DashboardCommon.IDashboardDataSource,System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data from the specified data source instance. The operation is asynchronous. You can propagate a notification to cancel it.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
      <param name="token">A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataSourceAsync(DevExpress.DashboardCommon.IDashboardDataSource)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source object as the parameter. The operation is asynchronous.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataSourceAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous. You can propagate a notification to cancel it.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
      <param name="token">A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ReloadDataSourceAsync(System.String)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ResetAsyncMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ResetUseNeutralFilterMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.RestoreDashboardItem">
      <summary>
        <para>Restores the item size if an item is expanded to the entire dashboard size (maximized).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.RestoreDashboardItemAsync">
      <summary>
        <para>Restores the item size if an item is expanded to the entire dashboard size (maximized). Asynchronous method.</para>
      </summary>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SaveDashboardLayout(System.IO.Stream)">
      <summary>
        <para>Saves a dashboard layout (layout items and layout containers) to a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard layout.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SaveDashboardLayout(System.String)">
      <summary>
        <para>Saves a dashboard layout (layout items and layout containers) to a separate XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard layout.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.SelectedTabPageChanged">
      <summary>
        <para>Occurs when the selected tab page is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.ServiceContainer">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetDashboardState(DevExpress.DashboardCommon.DashboardState)">
      <summary>
        <para>Applies the dashboard state to the loaded dashboard.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetDashboardStateAsync(DevExpress.DashboardCommon.DashboardState,System.Threading.CancellationToken)">
      <summary>
        <para>Applies the dashboard state to the dashboard, asynchronously.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetDashboardStateAsync(DevExpress.DashboardCommon.DashboardState)">
      <summary>
        <para>Applies the dashboard state to the dashboard, asynchronously.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.SetInitialDashboardState">
      <summary>
        <para>Allows you to specify the initial dashboard state when loading a dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilter(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilter(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow})">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilter(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple})">
      <summary>
        <para>Selects the required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects used to identify master filter elements.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilter(System.String,System.Object)">
      <summary>
        <para>Selects the elements by their values in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">Values used to select elements in the master filter item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow},System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow})">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple},System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects that identifies master filter elements.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple})">
      <summary>
        <para>Selects the elements by their values in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects that identifies master filter elements.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,System.Object,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">Values that are used to select elements in the master filter item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetMasterFilterAsync(System.String,System.Object)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A collection of values that are used to select elements in the master filter item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetRange(System.String,DevExpress.DashboardCommon.RangeFilterSelection)">
      <summary>
        <para>Selects the required range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetRange(System.String,System.String)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetRangeAsync(System.String,DevExpress.DashboardCommon.RangeFilterSelection,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetRangeAsync(System.String,DevExpress.DashboardCommon.RangeFilterSelection)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetRangeAsync(System.String,System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the required range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetRangeAsync(System.String,System.String)">
      <summary>
        <para>Selects the required range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetSelectedTabPage(System.String,System.Int32)">
      <summary>
        <para>Selects the tab page specified by its index in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <param name="index">An integer that is the index in the <see cref="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages">TabContainerDashboardItem.TabPages</see> collection.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.SetSelectedTabPage(System.String)">
      <summary>
        <para>Selects the specified tab page.</para>
      </summary>
      <param name="tabPageName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">DashboardTabPage.ComponentName</see> property value and identifies the tab page.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShouldSerializeAsyncMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShouldSerializeUseNeutralFilterMode">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowDashboardParametersForm">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/16171/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/data-analysis/dashboard-parameters/specify-dashboard-parameter-values">Dashboard Parameters</see> dialog in the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowDataInspector(System.String,DevExpress.DashboardCommon.InspectedType)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog with a defined data type for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <param name="inspectedType">A <see cref="T:DevExpress.DashboardCommon.InspectedType"/> object that defines a displayed underlying data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowDataInspector(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowDataInspectorAsync(System.String,DevExpress.DashboardCommon.InspectedType)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog with a defined data type for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <param name="inspectedType">A <see cref="T:DevExpress.DashboardCommon.InspectedType"/> enumeration value that defines a displayed underlying data.</param>
      <returns>The task object that is the asynchronous operation to perform.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowDataInspectorAsync(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <returns>The task object that is the asynchronous operation to perform.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowExportDashboardDialog(DevExpress.DashboardCommon.DashboardExportFormat)">
      <summary>
        <para>Invokes the dialog that allows end-users to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">export</see> the entire dashboard to the specified format.</para>
      </summary>
      <param name="format">A <see cref="T:DevExpress.DashboardCommon.DashboardExportFormat"/> value that specifies the export format.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowExportDashboardItemDialog(System.String,DevExpress.DashboardCommon.DashboardExportFormat)">
      <summary>
        <para>Invokes the dialog that allows end-users to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">export</see> the dashboard item to the specified format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the dashboard item to export.</param>
      <param name="format">A <see cref="T:DevExpress.DashboardCommon.DashboardExportFormat"/> value that specifies the export format. Note that some items (i.e., <see cref="T:DevExpress.DashboardCommon.TextBoxDashboardItem"/> or <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>) do not support exporting to the <see cref="F:DevExpress.DashboardCommon.DashboardExportFormat.Excel">DashboardExportFormat.Excel</see> format.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowPrintPreview">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see>, which shows the print preview of the dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowPrintPreview(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see> window for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A dashboard item’s component name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowRibbonPrintPreview">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Ribbon Print Preview Form</see>, which shows the print preview of the dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.ShowRibbonPrintPreview(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Ribbon Print Preview</see> window for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A dashboard item’s component name.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.SingleFilterDefaultValue">
      <summary>
        <para>Use <see cref="E:DevExpress.DashboardWin.DashboardViewer.MasterFilterDefaultValues"/> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.UpdateDashboardItemCaption(System.String)">
      <summary>
        <para>Fires the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardItemCaption"/> event that allows you to customize the dashboard item caption content.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the dashboard item name accessible using the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.UpdateDashboardTitle">
      <summary>
        <para>Fires the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitle"/> event that allows you to customize the dashboard title content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.UpdateExtractDataSourcesAsync(System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.String[])">
      <summary>
        <para>Updates the specified extract data sources in the current dashboard asynchronously. Allows you to set custom actions to perform after updating the data and file.</para>
      </summary>
      <param name="onDataUpdated">A custom action to perform when the data is updated.</param>
      <param name="onFileUpdated">A custom action to perform when the file is updated.</param>
      <param name="dataSourceNames">A list of the data source names.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.DashboardViewer.UpdateExtractDataSourcesAsync(System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult})">
      <summary>
        <para>Updates all extract data sources in the current dashboard asynchronously. Allows you to specify custom actions to perform after updating the data and file.</para>
      </summary>
      <param name="onDataUpdated">A custom action to perform when the data is updated.</param>
      <param name="onFileUpdated">A custom action to perform when the file is updated.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.UseDataAccessApi">
      <summary>
        <para>Gets or sets whether to enable the capability to access the client and underlying data.</para>
      </summary>
      <value>true, to enable the capability to access the client and underlying data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DashboardViewer.UseNeutralFilterMode">
      <summary>
        <para>Gets or sets whether to show all items in the <see href="https://docs.devexpress.com/Dashboard/17659/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/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.DashboardWin.DashboardViewer.UserAction">
      <summary>
        <para>Gets the end-user action performed on the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
      <value>The <see cref="T:DevExpress.DashboardWin.UserAction"/> object that is the end-user action performed on the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DashboardViewer.ValidateCustomSqlQuery">
      <summary>
        <para>Allows you to validate a custom SQL query of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DataInspectorFormClosingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DataInspectorFormClosing">DashboardViewer.DataInspectorFormClosing</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DataInspectorFormClosing">DashboardDesigner.DataInspectorFormClosing</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataInspectorFormClosingEventArgs.AggregatedDataGrid">
      <summary>
        <para>Provides access to the Grid control that displays aggregated data in the Data Inspector dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.GridControl"/> that displays aggregated data.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataInspectorFormClosingEventArgs.DashboardItemName">
      <summary>
        <para>Gets the name of the dashboard item for which the event is raised.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the name of the dashboard item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataInspectorFormClosingEventArgs.RawDataGrid">
      <summary>
        <para>Provides access to the GridControl that displays raw data in the Data Inspector dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.GridControl"/> that displays raw data.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DataInspectorFormClosingEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DataInspectorFormClosing">DashboardViewer.DashboardSaDataInspectorFormClosing</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DataInspectorFormClosing">DashboardDesigner.DashboardSaDataInspectorFormClosing</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DataInspectorFormClosingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DataInspectorFormLoadEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DataInspectorFormLoad">DashboardViewer.DataInspectorFormLoad</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DataInspectorFormLoad">DashboardDesigner.DataInspectorFormLoad</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataInspectorFormLoadEventArgs.AggregatedDataGrid">
      <summary>
        <para>Provides access to the Grid control that displays aggregated data in the Data Inspector dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.GridControl"/> that displays aggregated data.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataInspectorFormLoadEventArgs.AllowExportAggregatedData">
      <summary>
        <para>Gets or sets whether end users can export aggregated data from 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 allow end users to export aggregated data from 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.DashboardWin.DataInspectorFormLoadEventArgs.AllowExportRawData">
      <summary>
        <para>Gets or sets whether end users can export raw data from 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 allow end users to export raw data from 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.DashboardWin.DataInspectorFormLoadEventArgs.DashboardItemName">
      <summary>
        <para>Gets the name of the dashboard item whose data is displayed in the Data Inspector window.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the dashboard item’s component name.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataInspectorFormLoadEventArgs.RawDataGrid">
      <summary>
        <para>Provides access to the Grid control that displays raw data in the Data Inspector dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.GridControl"/> that displays raw data.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DataInspectorFormLoadEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardViewer.DataInspectorFormLoad">DashboardViewer.DataInspectorFormLoad</see> and <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DataInspectorFormLoad">DashboardDesigner.DataInspectorFormLoad</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DataInspectorFormLoadEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DataItemPopupMenuShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DataItemPopupMenuShowing"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataItemPopupMenuShowingEventArgs.Allow">
      <summary>
        <para>Gets or sets whether users can invoke a data item’s pop-up menu.</para>
      </summary>
      <value>true to allow users to invoke the pop-up menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataItemPopupMenuShowingEventArgs.DashboardItemName">
      <summary>
        <para>Gets the component name of the dashboard item for which the event is raised.</para>
      </summary>
      <value>The dashboard item component name.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataItemPopupMenuShowingEventArgs.DataItem">
      <summary>
        <para>Gets a data item for which a pop-up menu is invoked.</para>
      </summary>
      <value>The data item for which a pop-up menu is invoked.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataItemPopupMenuShowingEventArgs.Menu">
      <summary>
        <para>Gets a data item’s pop-up menu.</para>
      </summary>
      <value>The pop-up menu.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DataItemPopupMenuShowingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.DataItemPopupMenuShowing">DashboardDesigner.DataItemPopupMenuShowing</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.DataItemPopupMenuShowingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="N:DevExpress.DashboardWin.DataSourceWizard">
      <summary>
        <para>Contains classes that provide functionality to the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source wizard</see> page views in the WinForms Dashboard Designer.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.ChooseExtractFieldsPageView">
      <summary>
        <para>Provides a view for the Select Data Fields page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ChooseExtractFieldsPageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.ChooseExtractFieldsPageView"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ChooseExtractFieldsPageView.FieldList">
      <summary>
        <para>Gets the list allowing end-users to select fields that will fall into a data extract.</para>
      </summary>
      <value>An object implementing the IDataFieldsBrowserView interface.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ChooseExtractFieldsPageView.HeaderDescription">
      <summary>
        <para>Gets the description of a wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the page description.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView">
      <summary>
        <para>Provides a view for the Specify Filter Options page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.Changed">
      <summary>
        <para>Occurs when any option is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.FilterOnExtractCreating">
      <summary>
        <para>Gets or sets a filter criteria applied when creating a data extract.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies a filter criteria.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.HeaderDescription">
      <summary>
        <para>Gets the description of a wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the page description.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.NumberOfRows">
      <summary>
        <para>Gets or sets a number of rows to be extracted.</para>
      </summary>
      <value>An integer value that specifies a number of rows to be extracted.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.OnShowPreview">
      <summary>
        <para>Occurs when the Data Preview window is invoked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.SetFilterColumnsCollection(DevExpress.DashboardCommon.IDashboardDataSource,System.String,DevExpress.DataAccess.Wizard.Services.IParameterService)">
      <summary>
        <para>Specifies fields that will fall into the filter criteria.</para>
      </summary>
      <param name="dataSource">An object implementing the <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object.</param>
      <param name="dataMember">A <see cref="T:System.String"/> that specifies the data member from the data source.</param>
      <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage parameters.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureExtractDataSourcePageView.ShowPreviewData(System.Object)">
      <summary>
        <para>Invokes the Data Preview window containing data that will be placed into a data extract.</para>
      </summary>
      <param name="data">An object containing data that will be placed into a data extract.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.ConfigureFederationCalculatedFieldsPageView">
      <summary>
        <para>Contains a view for the <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source#copy-calculated-fields">Select calculated fields…</see> page of the <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source">Data Source wizard</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureFederationCalculatedFieldsPageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.ConfigureFederationCalculatedFieldsPageView"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ConfigureFederationCalculatedFieldsPageView.HeaderDescription">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source#copy-calculated-fields">Select calculated fields…</see> wizard page description.</para>
      </summary>
      <value>The <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source#copy-calculated-fields">Select calculated fields…</see> page description.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView">
      <summary>
        <para>Provides a view for the Configure Connection Parameters page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/114427/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/olap-data-source">OLAP Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView.#ctor(DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView"/> class with the specified settings.</para>
      </summary>
      <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView.ApplyParameters(System.String)">
      <summary>
        <para>Applies parameters from the specified connection string.</para>
      </summary>
      <param name="connectionString">A <see cref="T:System.String"/> object that is the connection string.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView.GetConnection">
      <summary>
        <para>Gets an OLAP connection.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.DashboardCommon.OlapDataConnection"/> object that is the OLAP connection.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView.HeaderDescription">
      <summary>
        <para>Gets the description of a wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the page description.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ConfigureOlapParametersPageView.ShowConnectionError(System.Exception)">
      <summary>
        <para>Invokes a connection error window caused by the specified exception.</para>
      </summary>
      <param name="ex">A <see cref="T:System.Exception"/> object that is the exception causing a connection error.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView">
      <summary>
        <para>Provides a view for the Create a Data Extract page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView.Changed">
      <summary>
        <para>Occurs when any option is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView.ExtractFileMask">
      <summary>
        <para>Identifies a mask for a file containing the data extract.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView.HeaderDescription">
      <summary>
        <para>Gets the description of a wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the page description.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView.SelectedDataMemberChanged">
      <summary>
        <para>Occurs when a selected data member is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.DataSourceWizard.CreateExtractDataSourcePageView.SelectedDataSourceChanged">
      <summary>
        <para>Occurs when a selected data source is changed in the wizard page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataProviderPageView">
      <summary>
        <para>Supplies a view for the Select a Data Connection Type page of the <see href="https://docs.devexpress.com/Dashboard/17652/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard">Data Source Wizard</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataProviderPageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataProviderPageView"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataSourceTypePageView">
      <summary>
        <para>A view for the Select the Data Source Type page of the Data Source wizard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataSourceTypePageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataSourceTypePageView"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataSourceTypePageView.#ctor(DevExpress.DashboardWin.ServiceModel.ISupportedDataSourceTypesService,DevExpress.DataAccess.Wizard.Services.DataSourceTypes)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataSourceTypePageView"/> class with the specified settings.</para>
      </summary>
      <param name="dataSourceTypesService">An object implementing the ISupportedDataSourceTypesService interface.</param>
      <param name="dataSourceTypes">A <see cref="T:DevExpress.DataAccess.Wizard.Services.DataSourceTypes"/> object.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataSourceTypePageView.DataSourceType">
      <summary>
        <para>Gets or sets the data source types available in the wizard page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DataAccess.Wizard.Services.DataSourceTypes"/> object that specifies the data source types available in the wizard page.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.DashboardChooseDataSourceTypePageView.HeaderDescription">
      <summary>
        <para>Gets the description of a wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the page description.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView">
      <summary>
        <para>Provides a view for the Specify Extract Parameters page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView.HeaderDescription">
      <summary>
        <para>Gets the description of a wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the page description.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView.InitParametersEditor(System.Collections.Generic.IEnumerable{DevExpress.Data.IParameter},System.Collections.Generic.List{DevExpress.DashboardCommon.ViewModel.DashboardParameterViewModel})">
      <summary>
        <para>Initializes a parameter’s editor on the wizard page.</para>
      </summary>
      <param name="extractParameters">A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface.</param>
      <param name="viewModels">A collection of DashboardParameterViewModel objects.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView.OnShowPreview">
      <summary>
        <para>Occurs when a preview window is invoked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView.Parameters">
      <summary>
        <para>Gets parameters displayed in the wizard page.</para>
      </summary>
      <value>A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.ExtractParametersPageView.ShowPreviewData(System.Object)">
      <summary>
        <para>Invokes a preview window.</para>
      </summary>
      <param name="data">An object that contains data to be shown in a preview window.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.IConfigureFederationCalculatedFieldsPageView">
      <summary>
        <para>When implemented, this interface supplies a <see href="https://docs.devexpress.com/WindowsForms/118419/common-features/data-source-wizard/wizard-customization-api/runtime-customization#wizards-structural-elements">presenter</see> to the <see href="https://docs.devexpress.com/Dashboard/400924/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/federated-data-source#copy-calculated-fields">Select calculated fields…</see> page of the Data Source wizard.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.DataSourceWizard.StoreExtractFilePageView">
      <summary>
        <para>Provides a view for the Save Extract to a File page of the Data Source wizard (<see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DataSourceWizard.StoreExtractFilePageView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DataSourceWizard.StoreExtractFilePageView"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.StoreExtractFilePageView.FileName">
      <summary>
        <para>Gets or sets a path to a data extract file.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a path to a data extract file.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DataSourceWizard.StoreExtractFilePageView.FileNameChanged">
      <summary>
        <para>Occurs when a path to a data extract file is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.StoreExtractFilePageView.HeaderDescription">
      <summary>
        <para>Gets the description of a wizard page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the page description.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DataSourceWizard.StoreExtractFilePageView.WaitFormActivator">
      <summary>
        <para>Returns an object that displays a form while the wizard is loading information about a data extract.</para>
      </summary>
      <value>An object implementing the IDashboardWaitFormActivator interface.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DateFilterControl">
      <summary>
        <para>A Date Filter control used to visualize a <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item’s data</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DateFilterControl.CalendarFrom">
      <summary>
        <para>Provides access to the Calendar control that displays the key date in the Date Filter range.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.CalendarControl"/> that allows the end-user to select the range’s date or time.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DateFilterControl.CalendarTo">
      <summary>
        <para>Provides access to the Calendar control that displays the additional date in the Date Filter range.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraEditors.Controls.CalendarControl"/> that allows the end-user to select the range’s date or time.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.DateFilterControl.CustomDisplayText">
      <summary>
        <para>Allows you to specify the date picker text.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DateFilterControl.DatePickerButton">
      <summary>
        <para>Provides access to the date picker button.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DateFilterControl.LayoutControl">
      <summary>
        <para>Provides access to the inner layout control that hosts the Date Filter elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraLayout.LayoutControl"/> that arranges the Date Filter’s buttons.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DateFilterControl.QuickButtons">
      <summary>
        <para>Provides access to quick filter buttons.</para>
      </summary>
      <value>A collection of quick filter buttons.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.DocumentContentPrintingOptions">
      <summary>
        <para>Contains options specific to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing and exporting</see> additional content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.DocumentContentPrintingOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.DocumentContentPrintingOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.DocumentContentPrintingOptions.FilterState">
      <summary>
        <para>Gets or sets the filter state’s location on the printed document.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardPrintingFilterState"/> object that specifies the filter state’s location on the printed document.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.DocumentContentPrintingOptions.ShowTitle">
      <summary>
        <para>Gets or sets whether a dashboard title (or dashboard item’s caption) is included as the printed document title.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether a dashboard title (or dashboard item’s caption) is included as the printed document title.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.EditExtractOptionsContext">
      <summary>
        <para>Provides data for the Data Source Wizard pages related to the ExtractDataSource type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.EditExtractOptionsContext.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.EditExtractOptionsContext"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.EditExtractOptionsContext.#ctor(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DashboardCommon.DataSourceCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.EditExtractOptionsContext"/> class with the specified settings.</para>
      </summary>
      <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the look and feel settings applied to the Wizard pages.</param>
      <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for the Data Access Wizard.</param>
      <param name="dataSources">The dashboard’s data sources.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.EditExtractOptionsContext.#ctor(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.EditExtractOptionsContext"/> class with the specified settings.</para>
      </summary>
      <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the look and feel settings applied to the Wizard pages.</param>
      <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for the Data Access Wizard.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.DataDirectoryPatchingService">
      <summary>
        <para>Gets or sets an object that translates a path specified in the connection string to an actual data source file path.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Data.Utils.IDataDirectoryPatchingService"/> interface to translate file paths.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.DataSourceInfoService">
      <summary>
        <para>Gets or sets an object that provides information on the dashboard’s data sources and data members.</para>
      </summary>
      <value>Provides information about the data source and data members.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.ExtractCreationService">
      <summary>
        <para>Gets or sets an object that creates the extract data source.</para>
      </summary>
      <value>An interface that exposes the CreateExtractFile method to create the extract data source file.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.LookAndFeel">
      <summary>
        <para>Provides access to the settings which control the Wizard pages’ look and feel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the look and feel settings applied to the Wizard pages.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.Owner">
      <summary>
        <para>Gets or sets a Wizard’s parent window.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for the <see href="https://docs.devexpress.com/Dashboard/115219/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard/how-to-customize-the-data-source-wizard">Data Source Wizard</see>.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.ParametersService">
      <summary>
        <para>Gets or sets an object that provides parameters used to get data from the data source.</para>
      </summary>
      <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface to access the dashboard and query parameters.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.WizardCustomization">
      <summary>
        <para>Gets or sets an object that customizes the Data Source Wizard pages for the <see href="https://docs.devexpress.com/Dashboard/115900/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/extract-data-source">Extract Data Source</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.DashboardWin.IExtractDataSourceWizardCustomization"/> interface allowing the Data Source Wizard customization for the <see cref="T:DevExpress.DashboardCommon.DashboardExtractDataSource"/> data source type.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.EditExtractOptionsContext.WizardRunnerContext">
      <summary>
        <para>Gets or sets an object that implements a certain functionality required to run the Data Source Wizard.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.ExcelDataSourceBeforeFillEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.AsyncExcelDataSourceBeforeFill">DashboardDesigner.AsyncExcelDataSourceBeforeFill</see> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.AsyncExcelDataSourceBeforeFill">DashboardViewer.AsyncExcelDataSourceBeforeFill</see> events.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.ExcelDataSourceBeforeFillEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.AsyncExcelDataSourceBeforeFill">DashboardDesigner.AsyncExcelDataSourceBeforeFill</see> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.AsyncExcelDataSourceBeforeFill">DashboardViewer.AsyncExcelDataSourceBeforeFill</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.ExcelDataSourceBeforeFillEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.ExtractDataSourceUIHelper">
      <summary>
        <para>Allows you to invoke the Data Source Wizard for the ExtractDataSource type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.ExtractDataSourceUIHelper.EditExtractOptions(DevExpress.DashboardCommon.DashboardExtractDataSource,DevExpress.DashboardWin.EditExtractOptionsContext)">
      <summary>
        <para>Runs the Data Source Wizard for the Extract Data Source.</para>
      </summary>
      <param name="dataSource">The Extract Data Source to edit by the Wizard.</param>
      <param name="context">Provides access to objects, values and services required to run the Wizard.</param>
      <returns>True, if the data source is successfully modified; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.ExtractDataSourceUIHelper.EditExtractOptions``1(DevExpress.DashboardCommon.DashboardExtractDataSource,DevExpress.DashboardWin.EditExtractOptionsContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
      <summary>
        <para>Runs the Data Source Wizard for the Extract Data Source.</para>
      </summary>
      <param name="dataSource">The Extract Data Source to edit by the Wizard.</param>
      <param name="context">Provides access to objects, values and services required to run the Wizard.</param>
      <param name="CustomizeDataSourceWizard">An action that customizes the Wizard before it is run.</param>
      <typeparam name="TModel">A DevExpress.DataAccess.Wizard.Model.DataSourceModel type that is the data source type.</typeparam>
      <returns>True, if the data source is successfully modified; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.ExtractDataSourceUIHelper.UpdateExtractFile(DevExpress.DashboardCommon.DashboardExtractDataSource,System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel,System.String,System.String)">
      <summary>
        <para>Updates the extract data source file displaying the progress and allowing cancellation of the process.</para>
      </summary>
      <param name="dataSource">The data source to update.</param>
      <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for the task dialog.</param>
      <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the look and feel settings applied to the dialog.</param>
      <param name="fileName">A data source file path. Subsequently processed by the <see cref="P:DevExpress.DashboardWin.EditExtractOptionsContext.DataDirectoryPatchingService"/>.</param>
      <param name="driverName">A string that specifies the driver name for the custom extract data source driver. Set it to null for the built-in extract data source implementation.</param>
      <returns>True, if the data source is successfully modified; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.ExtractDataSourceUIHelper.UpdateExtractFile(DevExpress.DashboardCommon.DashboardExtractDataSource,System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
      <summary>
        <para>Updates the extract data source file displaying the progress and allowing to cancel the process.</para>
      </summary>
      <param name="dataSource">The data source to update.</param>
      <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for the task dialog.</param>
      <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the look and feel settings applied to the dialog.</param>
      <returns>True, if the data source is successfully modified; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.DashboardWin.GaugeContext">
      <summary>
        <para>Provides a connection between <see href="https://docs.devexpress.com/Dashboard/15622/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-items-pane">data item containers</see> from the <see href="https://docs.devexpress.com/Dashboard/15382/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/gauges/providing-data">Gauges</see> section and underlying control’s gauges.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.GaugeContext.GetControlGauges(DevExpress.DashboardCommon.Gauge)">
      <summary>
        <para>Returns a collection of the control’s gauge elements that corresponds to the specified <see cref="T:DevExpress.DashboardCommon.Gauge">Gauge</see> (a <see href="https://docs.devexpress.com/Dashboard/15622/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-items-pane">data item container</see> from the <see href="https://docs.devexpress.com/Dashboard/15382/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/gauges/providing-data">Gauges</see> section).</para>
      </summary>
      <param name="gauge">A <see cref="T:DevExpress.DashboardCommon.Gauge">Gauge</see> object for which the corresponding gauges elements are returned.</param>
      <returns>A collection of the <see cref="T:DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge">CircularGauge</see> or <see cref="T:DevExpress.XtraGauges.Win.Gauges.Linear.LinearGauge">LinearGauge</see> objects that corresponds to the specified <see cref="T:DevExpress.DashboardCommon.Gauge">Gauge</see>.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.GaugeContext.GetDashboardItemGauge(DevExpress.DashboardCommon.GaugeDashboardItem,DevExpress.XtraGauges.Base.IGauge)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.DashboardCommon.Gauge">Gauge</see> object that corresponds to the specified control’s gauge element.</para>
      </summary>
      <param name="dashboardItem">A Gauge dashboard item for which you get the gauge context.</param>
      <param name="gauge">A <see cref="T:DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge">CircularGauge</see> or <see cref="T:DevExpress.XtraGauges.Win.Gauges.Linear.LinearGauge">LinearGauge</see> object that is a visible gauge element.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.Gauge">Gauge</see> object that correspond to the specified parameters.</returns>
    </member>
    <member name="T:DevExpress.DashboardWin.GaugePrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Gauge dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.GaugePrintingOptions.#ctor">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.DashboardWin.GaugePrintingOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.GaugePrintingOptions.AutoArrangeContent">
      <summary>
        <para>Gets or sets whether dashboard item elements are automatically arranged on the printed page.</para>
      </summary>
      <value>true, to arrange dashboard item elements automatically on the printed page; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.GridContext">
      <summary>
        <para>Provides a connection between <see href="https://docs.devexpress.com/Dashboard/15622/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-items-pane">data item containers</see> from the <see href="https://docs.devexpress.com/Dashboard/15151/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/grid/providing-data">Columns</see> section and an underlying control’s columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.GridContext.GetControlColumn(DevExpress.DashboardCommon.GridColumnBase)">
      <summary>
        <para>Returns a <see cref="T:DevExpress.XtraGrid.Columns.GridColumn"/> object that corresponds to the specified <see cref="T:DevExpress.DashboardCommon.GridColumnBase">GridColumnBase</see> descendant (a <see href="https://docs.devexpress.com/Dashboard/15622/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/data-items-pane">data item container</see> from the <see href="https://docs.devexpress.com/Dashboard/15166/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/grid/columns">Columns</see> section).</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.DashboardCommon.GridColumnBase">GridColumnBase</see> descendant for which the corresponding control’s column is returned.</param>
      <returns>A <see cref="T:DevExpress.XtraGrid.Columns.GridColumn"/> object that corresponds to the specified dashboard item’s column.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.GridContext.GetDashboardItemColumn(DevExpress.DashboardCommon.GridDashboardItem,DevExpress.XtraGrid.Columns.GridColumn)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.DashboardCommon.GridColumnBase">GridColumnBase</see> descendant that corresponds to the specified control’s column.</para>
      </summary>
      <param name="dashboardItem">A Grid dashboard item for which you get the grid context.</param>
      <param name="column">A <see cref="T:DevExpress.XtraGrid.Columns.GridColumn"/> object that is a control’s column.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.GridColumnBase"/> descendant that corresponds to the specified parameters.</returns>
    </member>
    <member name="T:DevExpress.DashboardWin.GridPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Grid dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.GridPrintingOptions.#ctor">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.DashboardWin.GridPrintingOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.GridPrintingOptions.FitToPageWidth">
      <summary>
        <para>Gets or sets whether the size of the grid dashboard item is changed according to the width of the printed page.</para>
      </summary>
      <value>true, to change the size of the grid dashboard item according to the width of the printed page; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.GridPrintingOptions.PrintHeadersOnEveryPage">
      <summary>
        <para>Gets or sets whether to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print</see> column headers of the Grid dashboard item on every page.</para>
      </summary>
      <value>true, to print column headers on every page; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.ICustomItemInteractivityProvider">
      <summary>
        <para>Exposes <see href="https://docs.devexpress.com/Dashboard/14994/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity">interactivity</see> methods and options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.ICustomItemInteractivityProvider.CanClearMasterFilter">
      <summary>
        <para>Returns whether the specified <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> can be cleared in the current state.</para>
      </summary>
      <value>true if the specified master filter can be cleared in the current state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.ICustomItemInteractivityProvider.CanPerformDrillDown">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/15703/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/drill-down">drill up</see> is possible in the current state of the specified custom dashboard item.</para>
      </summary>
      <value>true if drill down is possible in the current state of the specified dashboard item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.ICustomItemInteractivityProvider.CanPerformDrillUp">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/15703/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/drill-down">drill up</see> is possible in the current state of the specified custom dashboard item.</para>
      </summary>
      <value>true if drill up is possible in the current state of the specified dashboard item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.ICustomItemInteractivityProvider.CanSetMasterFilter">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item allows a user to select one or more elements.</para>
      </summary>
      <value>true if the master filter item allows a user to select one or more elements; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.ICustomItemInteractivityProvider.CanSetMultiValueMasterFilter">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item allows a user to select multiple elements.</para>
      </summary>
      <value>true if the master filter item allows a user to select multiple elements; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.ClearMasterFilter">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.GetCurrentDrillDownValues">
      <summary>
        <para>Returns a collection of objects identifying the current drill-down state.</para>
      </summary>
      <returns>A collection of objects identifying the current drill-down state.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.ICustomItemInteractivityProvider.IsDrillDownEnabled">
      <summary>
        <para>Gets whether <see href="https://docs.devexpress.com/Dashboard/15703/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/drill-down">drill-down</see> is enabled.</para>
      </summary>
      <value>true to enable drill-down; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.ICustomItemInteractivityProvider.MasterFilterMode">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item selection mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardItemMasterFilterMode">DashboardItemMasterFilterMode</see> enumeration value that specifies the master filter item selection mode.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.PerformDrillDown(DevExpress.DashboardCommon.DashboardFlatDataSourceRow)">
      <summary>
        <para><see href="https://docs.devexpress.com/Dashboard/15703/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/drill-down">Drills down</see> the required element.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.DashboardCommon.DashboardFlatDataSourceRow"/> object that identifies the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.PerformDrillDown(DevExpress.DashboardCommon.ViewerData.AxisPoint)">
      <summary>
        <para><see href="https://docs.devexpress.com/Dashboard/15703/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/drill-down">Drills down</see> the required element.</para>
      </summary>
      <param name="axisPoint">A set of axis points.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.PerformDrillDown(System.Object)">
      <summary>
        <para><see href="https://docs.devexpress.com/Dashboard/15703/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/drill-down">Drills down</see> the required element by its value.</para>
      </summary>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.PerformDrillUp">
      <summary>
        <para><see href="https://docs.devexpress.com/Dashboard/15703/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/drill-down">Drills up</see> the required element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.SetMasterFilter(DevExpress.DashboardCommon.DashboardFlatDataSourceRow)">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="row">Identifies a master filter element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.SetMasterFilter(DevExpress.DashboardCommon.ViewerData.AxisPoint)">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="axisPoint">A master filter element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.SetMasterFilter(System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardFlatDataSourceRow})">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="rows">A list of <see cref="T:DevExpress.DashboardCommon.DashboardFlatDataSourceRow">DashboardFlatDataSourceRow</see> objects used to identify master filter elements.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.ICustomItemInteractivityProvider.SetMasterFilter(System.Object)">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/15702/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="values">A master filter element.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.IDashboardControl">
      <summary>
        <para>Provides API members that are common for <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.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.DashboardWin.IDashboardControl.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.DashboardWin.IDashboardControl.AllowMaximizeAnimation">
      <summary>
        <para>Gets or sets whether to enable the animation when you maximize or restore dashboard items.</para>
      </summary>
      <value>True, to enable the animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.AllowMaximizeDashboardItems">
      <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.DashboardWin.IDashboardControl.AllowPrintDashboard">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print or export</see> a dashboard.</para>
      </summary>
      <value>true, if end-users can print/export a dashboard; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.AllowPrintDashboardItems">
      <summary>
        <para>Gets or sets whether end-users can <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print or export</see> dashboard items.</para>
      </summary>
      <value>true, if end-users can print/export dashboard items; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.AsyncDataLoading">
      <summary>
        <para>Allows you to provide data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/> in asynchronous mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.AsyncExcelDataSourceBeforeFill">
      <summary>
        <para>Allows you to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files asynchronously.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.AsyncMode">
      <summary>
        <para>Gets or sets whether DashboardViewer/DashboardDesigner operates in asynchronous mode.</para>
      </summary>
      <value>true, to use asynchronous mode; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.AsyncValidateCustomSqlQuery">
      <summary>
        <para>Allows you to validate a custom SQL query of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> in asynchronous mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.BeforeExportDocument">
      <summary>
        <para>Allows you to hide specific dashboard items when <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing or exporting</see> the entire dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.BeginUpdateParameters">
      <summary>
        <para>Locks the <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object until the <see cref="M:DevExpress.DashboardWin.DashboardViewer.EndUpdateParameters">DashboardViewer.EndUpdateParameters</see>/<see cref="M:DevExpress.DashboardWin.DashboardDesigner.EndUpdateParameters">DashboardDesigner.EndUpdateParameters</see> method call.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.CalculateHiddenTotals">
      <summary>
        <para>Gets or sets whether to calculate totals for the hidden data items.</para>
      </summary>
      <value>true, to calculate hidden totals; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.CanClearMasterFilter(System.String)">
      <summary>
        <para>Returns whether the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> can be cleared in the current state.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if the specified master filter can be cleared in the current state; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.CanPerformDrillDown(System.String)">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill down</see> is possible in the current state of the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if drill down is possible in the current state of the specified dashboard item; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.CanPerformDrillUp(System.String)">
      <summary>
        <para>Returns whether <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill up</see> is possible in the current state of the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if drill up is possible in the current state of the specified dashboard item; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.CanSetMasterFilter(System.String)">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item allows users to select one or more elements.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if the master filter item allows users to select one or more elements; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.CanSetMultiValueMasterFilter(System.String)">
      <summary>
        <para>Returns whether the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item allows users to select multiple elements.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>true, if the master filter item allows users to select multiple elements; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ClearMasterFilter(System.String)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ClearMasterFilterAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item in asynchronous mode.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ClearMasterFilterAsync(System.String)">
      <summary>
        <para>Clears the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item in asynchronous mode.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.ConfigureDataConnection">
      <summary>
        <para>Allows you to customize connection settings before the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>/<see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> connects to a data store (database, OLAP cube, etc.).</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.ConnectionError">
      <summary>
        <para>Allows to override the default behavior if data store connection fails with current connection parameters.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomAssemblyLoading">
      <summary>
        <para>Occurs before a custom assembly is loaded for use as <see cref="T:DevExpress.DashboardCommon.DashboardEFDataSource"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomDashboardItemControlCreating">
      <summary>
        <para>Occurs when a dashboard control visualizes a custom item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.CustomDBSchemaProviderEx">
      <summary>
        <para>Allows you to specify a custom schema for the <see href="https://docs.devexpress.com/Dashboard/16151/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/providing-data/sql-data-source">SQL Data Source</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides a custom schema.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomExport">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exported</see> document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomFilterExpression">
      <summary>
        <para>Allows you to include WHERE clauses into <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/> queries.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomizeDashboardItemCaption">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/400074/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-item-caption">dashboard item caption</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomizeDashboardTitle">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/400073/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/dashboard-title">dashboard title</see> at runtime.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomizeExportDocument">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">exported</see> document.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomPalette">
      <summary>
        <para>Allows you to substitute the <see href="https://docs.devexpress.com/Dashboard/116915/common-features/appearance-customization/coloring">default palette</see> containing colors used to paint dashboard item elements.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.CustomParameters">
      <summary>
        <para>Occurs before data is loaded from the data store and allows you to customize <see href="https://docs.devexpress.com/Dashboard/16135/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/data-analysis/dashboard-parameters">dashboard parameters</see> that are used for data processing.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.Dashboard">
      <summary>
        <para>Gets or sets the currently opened dashboard.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.Dashboard"/> object that is the currently opened dashboard.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardChanged">
      <summary>
        <para>Occurs after a dashboard has been opened.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardCustomPropertyChanged">
      <summary>
        <para>Occurs when the custom property value in the Dashboard Viewer / Dashboard Designer is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemBeforeControlDisposed">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemClick">
      <summary>
        <para>Occurs when an end user clicks a dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemControlCreated">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemControlUpdated">
      <summary>
        <para>Allows you to access underlying WinForms controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemDoubleClick">
      <summary>
        <para>Occurs when an end user double-clicks a dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemElementCustomColor">
      <summary>
        <para>Allows you to color the required dashboard item elements using the specified colors.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMaximizedStateChanged">
      <summary>
        <para>Fires when an item becomes maximized or restores its original size.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMouseDown">
      <summary>
        <para>Occurs when the mouse pointer is over the dashboard item and a mouse button is pressed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMouseEnter">
      <summary>
        <para>Occurs when the mouse pointer enters the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMouseHover">
      <summary>
        <para>Occurs when the mouse pointer rests on the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMouseLeave">
      <summary>
        <para>Occurs when the mouse pointer leaves the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMouseMove">
      <summary>
        <para>Occurs when the mouse pointer is moved over the dashboard item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMouseUp">
      <summary>
        <para>Occurs when the mouse pointer is over the dashboard item and a mouse button is released.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemMouseWheel">
      <summary>
        <para>Occurs when the mouse wheel moves while the dashboard item has focus.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemSelectionChanged">
      <summary>
        <para>Occurs after the selection within the dashboard item is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardItemVisualInteractivity">
      <summary>
        <para>Allows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardLoaded">
      <summary>
        <para>Occurs after the dashboard is loaded to the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> / <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DashboardStateChanged">
      <summary>
        <para>Occurs after the current <see href="https://docs.devexpress.com/Dashboard/400730/winforms-dashboard/winforms-designer/manage-dashboard-state">dashboard state</see> in the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> / <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> is changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DataInspectorFormClosing">
      <summary>
        <para>Occurs before the Data Inspector window closes. Allows you to access the window’s grid controls.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DataInspectorFormLoad">
      <summary>
        <para>Occurs before the Data Inspector window displays. Allows you to access the window’s grid controls and change their settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DataLoading">
      <summary>
        <para>Allows you to provide data for the <see cref="T:DevExpress.DashboardCommon.DashboardObjectDataSource"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DataLoadingError">
      <summary>
        <para>Allows you to suppress the form containing errors that occur during data loading.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.DataSourceOptions">
      <summary>
        <para>Provides access to options that define the data source options of a <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> / <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer"/> object containing options that define the data source options of a <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> / <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DrillDownPerformed">
      <summary>
        <para>Occurs after <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> is performed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.DrillUpPerformed">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> is performed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.EnableWaitForm">
      <summary>
        <para>Gets or sets whether the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> / <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> displays a Wait Form when a time-consuming operation is performed.</para>
      </summary>
      <value>true, if the control displays a Wait Form when a time-consuming operation is performed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.EndUpdateParameters">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object after a call to the <see cref="M:DevExpress.DashboardWin.DashboardViewer.BeginUpdateParameters">DashboardViewer.BeginUpdateParameters</see> method and applies changes made to the parameter settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.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>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToExcel(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Excel format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToExcel(System.String,System.String,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in Excel format using the specified export options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.ExcelExportOptions"/> object which specifies the Excel export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToImage(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format using the specified image options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToImage(System.String,System.IO.Stream)">
      <summary>
        <para>Exports the dashboard item to the specified stream in Image format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToImage(System.String,System.String,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports the dashboard item to the image file using the specified image options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the image file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToImage(System.String,System.String)">
      <summary>
        <para>Exports the dashboard item to the specified file in Image format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToPdf(System.String,System.IO.Stream,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToPdf(System.String,System.IO.Stream)">
      <summary>
        <para>Exports the dashboard item to the specified stream in PDF format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToPdf(System.String,System.String,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when the dashboard item is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportDashboardItemToPdf(System.String,System.String)">
      <summary>
        <para>Exports the dashboard item to the specified file in PDF format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item to be exported.</param>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.ExportFormShowing">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">Export Form</see> is about to be displayed, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToExcel(System.IO.Stream,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports dashboard data to the specified stream in Excel format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing Excel-specific options.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToExcel(System.IO.Stream)">
      <summary>
        <para>Exports dashboard data to the specified stream in Excel format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created Excel file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToExcel(System.String,DevExpress.DashboardCommon.DashboardExcelExportOptions)">
      <summary>
        <para>Exports dashboard data to the specified file in Excel format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardExcelExportOptions"/> object containing Excel-specific options.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToExcel(System.String)">
      <summary>
        <para>Exports dashboard data to the specified file in Excel format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Excel file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToImage(System.IO.Stream,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format using the specified image-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports a dashboard to the specified stream in Image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToImage(System.String,DevExpress.DashboardCommon.DashboardImageExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified image file using the specified image-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the image file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardImageExportOptions"/> object that specifies the image export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToImage(System.String)">
      <summary>
        <para>Exports a dashboard to the specified file in Image format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the Image file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToPdf(System.IO.Stream,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports a dashboard to the specified stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToPdf(System.String,DevExpress.DashboardCommon.DashboardPdfExportOptions)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format using the specified PDF-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.DashboardCommon.DashboardPdfExportOptions"/> object which specifies the PDF export options to be applied when a dashboard is exported.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ExportToPdf(System.String)">
      <summary>
        <para>Exports a dashboard to the specified file in PDF format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to the PDF file.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetAvailableDrillDownValues(System.String)">
      <summary>
        <para>Returns data identifying the elements that can be used to perform <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> in the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be used to perform drill-down in the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetAvailableDrillDownValuesAsync(System.String)">
      <summary>
        <para>Returns data identifying the elements that can be used to perform <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> in the specified dashboard item. Asynchronous method.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to return a list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be used to perform drill-down in the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetAvailableFilterValues(System.String)">
      <summary>
        <para>Returns axis point tuples identifying elements that can be selected in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be selected in the current state of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetAvailableFilterValuesAsync(System.String)">
      <summary>
        <para>Gets the data (axis point tuples) that identifies selectable elements in the current state of the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>The task object that is the asynchronous operation to get a list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetAvailablePredefinedRanges(System.String)">
      <summary>
        <para>Returns names of the <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined ranges</see> available for the specified Range Filter / Date Filter.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the Range Filter / Date Filter dashboard items.</param>
      <returns>An array of <see cref="T:System.String"/> values that are names of the available <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined ranges</see>.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetCurrentDrillDownValues(System.String)">
      <summary>
        <para>Returns an axis point tuple identifying the current <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> state.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <returns>An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetCurrentFilterValues(System.String)">
      <summary>
        <para>Returns axis point tuples identifying currently selected elements in the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects identifying elements that can be selected in the current state of the master filter item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetCurrentPredefinedRange(System.String)">
      <summary>
        <para>Returns the name of the currently selected <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined range</see>.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the Range Filter or Date Filter dashboard item.</param>
      <returns>A <see cref="T:System.String"/> value that is the name of the currently selected <see href="https://docs.devexpress.com/Dashboard/117398/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/predefined-ranges">predefined range</see>.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetCurrentRange(System.String)">
      <summary>
        <para>Returns the selected range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the selected range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetCurrentSelection(System.String)">
      <summary>
        <para>Returns records identifying currently selected elements in the master filter item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the master filter item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardDataSet"/> object that represents a list of records identifying currently selected elements.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetDashboardState">
      <summary>
        <para>Gets the current dashboard state.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains modifications produced by end-user interaction.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetEntireRange(System.String)">
      <summary>
        <para>Returns the visible range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that is the visible range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetEntireRangeAsync(System.String)">
      <summary>
        <para>Returns the visible range for the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>The task object that is the asynchronous operation to return a <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetItemData(System.String)">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">client data</see> for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.ViewerData.MultiDimensionalData"/> object that represents multidimensional data visualized in the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetItemDataAsync(System.String)">
      <summary>
        <para>Obtains the <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">displayed data</see> for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to get the data visualized in the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetPrintableControl(System.String)">
      <summary>
        <para>Gets a printable control corresponding to the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A string that is the dashboard item’s component name.</param>
      <returns>A printable control corresponding to the specified dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetSelectedTabPage(System.String)">
      <summary>
        <para>Gets the selected page in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <returns>A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">DashboardTabPage.ComponentName</see> property value and identifies the tab page.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetSelectedTabPageIndex(System.String)">
      <summary>
        <para>Gets the index of the selected page in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <returns>An integer that is the index in the <see cref="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages">TabContainerDashboardItem.TabPages</see> collection.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingControl(System.String)">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/Dashboard/18019/winforms-dashboard/winforms-viewer/access-to-underlying-controls">underlying control</see> used to visualize data within the specified dashboard item.</para>
      </summary>
      <param name="componentName">A component name of the dashboard item for which you get the underlying control.</param>
      <returns>A DevExpress <see href="https://docs.devexpress.com/WindowsForms/7891/controls-and-libraries">WinForms control</see> used to visualize data within the dashboard item.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingControls">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/Dashboard/18019/winforms-dashboard/winforms-viewer/access-to-underlying-controls">underlying controls</see> used to visualize data within the dashboard items.</para>
      </summary>
      <returns>A list of DevExpress <see href="https://docs.devexpress.com/WindowsForms/7891/controls-and-libraries">WinForms controls</see> used to visualize data within the dashboard items.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardCommon.ViewerData.AxisPoint},System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified axis points.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify data points in a multidimensional space.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardCommon.ViewerData.AxisPoint})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified axis points.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPoint"/> objects that specify data points in a multidimensional space.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardWin.UnderlyingDataTargetValue},System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified dimension values.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardWin.UnderlyingDataTargetValue"/> objects that specify the hierarchy of dimension values.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingData(System.String,System.Collections.Generic.IList{DevExpress.DashboardWin.UnderlyingDataTargetValue})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified dimension values.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="targetValues">A list of <see cref="T:DevExpress.DashboardWin.UnderlyingDataTargetValue"/> objects that specify the hierarchy of dimension values.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingData(System.String,System.Collections.Generic.IList{System.String})">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item by the specified data members.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="dataMembers">A list of <see cref="T:System.String"/> values that specify data member identifiers used to obtain underlying data.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.GetUnderlyingData(System.String)">
      <summary>
        <para>Returns <see href="https://docs.devexpress.com/Dashboard/17269/winforms-dashboard/winforms-viewer/obtaining-underlying-and-displayed-data">underlying data</see> for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>A <see cref="T:DevExpress.DashboardCommon.DashboardUnderlyingDataSet"/> object that represents a list of records from the dashboard data source.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.GridBestFitMaxRowCount">
      <summary>
        <para>Gets or sets the number of the Grid dashboard item’s data rows whose content is processed to apply best fit to columns.</para>
      </summary>
      <value>An integer value specifying the number of data rows that are processed to apply best fit to columns.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.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="E:DevExpress.DashboardWin.IDashboardControl.Initialized">
      <summary>
        <para>Handle this event to get the dashboard item data, and apply master filter and dashboard state in asynchronous mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.LayoutChanged">
      <summary>
        <para>Occurs after the <see href="https://docs.devexpress.com/Dashboard/17406/winforms-dashboard/winforms-viewer/manage-dashboard-layout">dashboard layout</see> is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.LoadDashboard(System.IO.Stream)">
      <summary>
        <para>Loads a dashboard from a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.LoadDashboard(System.String)">
      <summary>
        <para>Loads a dashboard from an XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.LoadDashboardLayout(System.IO.Stream)">
      <summary>
        <para>Loads a dashboard layout (layout items and layout containers) from a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard layout.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.LoadDashboardLayout(System.String)">
      <summary>
        <para>Loads a dashboard layout from an XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard layout.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.MasterFilterCleared">
      <summary>
        <para>Occurs when an end user clears the selection in the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.MasterFilterDefaultValues">
      <summary>
        <para>Allows you to apply default filtering to <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.MasterFilterSet">
      <summary>
        <para>Occurs when an end user changes the state of the <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.MaximizeDashboardItem(System.String)">
      <summary>
        <para>Expands the specified dashboard item to the entire dashboard size to examine data in greater detail.</para>
      </summary>
      <param name="itemName">A <see cref="T:System.String"/> that is the dashboard item component name (the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property)</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.MaximizeDashboardItemAsync(System.String)">
      <summary>
        <para>Expands the specified dashboard item to the entire dashboard size in an asynchronous task.</para>
      </summary>
      <param name="itemName">A <see cref="T:System.String"/> that is the dashboard item component name (the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property).</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.MaximizedDashboardItemName">
      <summary>
        <para>Gets the name of the maximized dashboard item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is a maximized dashboard item’s name.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.Parameters">
      <summary>
        <para>Provides access to dashboard parameter settings and metadata.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.DashboardParameters"/> object representing a collection of <see cref="T:DevExpress.DashboardWin.DashboardParameterDescriptor"/> objects.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.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="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDown(System.String,DevExpress.DashboardCommon.DashboardDataRow)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDown(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDown(System.String,System.Object)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element by its value.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.DashboardDataRow,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.DashboardDataRow)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> object that identifies the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object representing a set of axis points.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDownAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="tuple">A <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object specifying the axis point tuple used to perform a drill-down for the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDownAsync(System.String,System.Object,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillDownAsync(System.String,System.Object)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="value">A value that is used to perform a drill-down for the required element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillUp(System.String)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> in the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillUpAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-up</see> in the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.PerformDrillUpAsync(System.String)">
      <summary>
        <para>Performs a <see href="https://docs.devexpress.com/Dashboard/116913/common-features/interactivity/drill-down">drill-down</see> for the required element asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.PopupMenuShowing">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/17562/winforms-dashboard/winforms-designer/ui-elements-and-customization/ui-elements/popup-menus">pop-up menu</see> that users invoke in the dashboard control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.PrintPreviewOptions">
      <summary>
        <para>Provides access to options related to printing a dashboard/dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardCommon.DashboardPrintPreviewOptions"/> object containing options related to printing a dashboard/dashboard item.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.PrintPreviewShowing">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see> window at runtime.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.PrintPreviewType">
      <summary>
        <para>Gets or sets the type of <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see> used to preview dashboard items or the entire dashboard.</para>
      </summary>
      <value>The <see cref="T:DevExpress.DashboardWin.DashboardPrintPreviewType"/> enumeration member that specifies the type of <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see> used to preview dashboard items or the entire dashboard.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.RangeFilterDefaultValue">
      <summary>
        <para>Allows you to specify the default selected range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> dashboard item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadData">
      <summary>
        <para>Reloads data in the <see href="https://docs.devexpress.com/Dashboard/12146/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/provide-data">data sources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadData(System.Boolean)">
      <summary>
        <para>Reloads data in the <see href="https://docs.devexpress.com/Dashboard/12146/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/provide-data">data sources</see>.</para>
      </summary>
      <param name="suppressWaitForm">Specifies whether the Loading Panel is shown while data is loaded in the data sources.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadData(System.String)">
      <summary>
        <para>Reloads data from the data source for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A string that specifies a component name of the dashboard item for which you reload data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataAsync">
      <summary>
        <para>Reloads data in the data sources asynchronously.</para>
      </summary>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataAsync(System.String)">
      <summary>
        <para>Reloads data from the data source for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A string that specifies a component name of the dashboard item for which you reload data.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataAsync(System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data in the data sources asynchronously.</para>
      </summary>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataSource(DevExpress.DashboardCommon.IDashboardDataSource)">
      <summary>
        <para>Reloads data from the specified data source instance.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataSource(System.String)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataSourceAsync(DevExpress.DashboardCommon.IDashboardDataSource,System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data from the specified data source instance. The operation is asynchronous. You can propagate a notification to cancel it.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
      <param name="token">A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataSourceAsync(DevExpress.DashboardCommon.IDashboardDataSource)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source object as the parameter. The operation is asynchronous.</para>
      </summary>
      <param name="dataSource">An <see cref="T:DevExpress.DashboardCommon.IDashboardDataSource"/> object that specifies the data source.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataSourceAsync(System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous. You can propagate a notification to cancel it.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
      <param name="token">A <see cref="T:System.Threading.CancellationToken"/> object to monitor for cancellation requests.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ReloadDataSourceAsync(System.String)">
      <summary>
        <para>Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous.</para>
      </summary>
      <param name="dataSourceComponentName">A <see cref="T:System.String"/> value that specifies the data source component name.</param>
      <returns>The task object that is the asynchronous operation.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.RestoreDashboardItem">
      <summary>
        <para>Restores the item size if an item is expanded to the entire dashboard size (maximized).</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.RestoreDashboardItemAsync">
      <summary>
        <para>Restores the item size if an item is expanded to the entire dashboard size (maximized) in an asynchronous task.</para>
      </summary>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SaveDashboardLayout(System.IO.Stream)">
      <summary>
        <para>Saves a dashboard layout (layout items and layout containers) to a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that contains the dashboard layout.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SaveDashboardLayout(System.String)">
      <summary>
        <para>Saves a dashboard layout to a separate XML file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> that specifies the path to an XML file that contains the dashboard layout.</param>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.SelectedTabPageChanged">
      <summary>
        <para>Occurs when the selected tab page is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetDashboardState(DevExpress.DashboardCommon.DashboardState)">
      <summary>
        <para>Applies the dashboard state to the loaded dashboard.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetDashboardStateAsync(DevExpress.DashboardCommon.DashboardState,System.Threading.CancellationToken)">
      <summary>
        <para>Applies the dashboard state to the dashboard, asynchronously.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetDashboardStateAsync(DevExpress.DashboardCommon.DashboardState)">
      <summary>
        <para>Applies the dashboard state to the dashboard, asynchronously.</para>
      </summary>
      <param name="state">A <see cref="T:DevExpress.DashboardCommon.DashboardState"/> object that contains the dashboard state information.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.SetInitialDashboardState">
      <summary>
        <para>Allows you to specify the initial dashboard state when loading a dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilter(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilter(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow})">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilter(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple})">
      <summary>
        <para>Selects required elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilter(System.String,System.Object)">
      <summary>
        <para>Selects the elements by their values in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">Values used to select elements in the master filter item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,DevExpress.DashboardCommon.ViewerData.AxisPointTuple)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuple">An <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> object that identifies a master filter element.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow},System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.DashboardDataRow})">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A list of <see cref="T:DevExpress.DashboardCommon.DashboardDataRow"/> objects used to identify master filter elements.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple},System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects that identifies master filter elements.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,System.Collections.Generic.IEnumerable{DevExpress.DashboardCommon.ViewerData.AxisPointTuple})">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="tuples">A collection of <see cref="T:DevExpress.DashboardCommon.ViewerData.AxisPointTuple"/> objects that identifies master filter elements.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,System.Object,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">Values that are used to select elements in the master filter item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetMasterFilterAsync(System.String,System.Object)">
      <summary>
        <para>Selects the specified elements in the specified <see href="https://docs.devexpress.com/Dashboard/116912/common-features/interactivity/master-filtering">master filter</see> item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the master filter item.</param>
      <param name="values">A collection of values that are used to select elements in the master filter item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetRange(System.String,DevExpress.DashboardCommon.RangeFilterSelection)">
      <summary>
        <para>Selects the required range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetRange(System.String,System.String)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that specifies the component name of the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetRangeAsync(System.String,DevExpress.DashboardCommon.RangeFilterSelection,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetRangeAsync(System.String,DevExpress.DashboardCommon.RangeFilterSelection)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <param name="range">A <see cref="T:DevExpress.DashboardCommon.RangeFilterSelection"/> object that specifies a range in the <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetRangeAsync(System.String,System.String,System.Threading.CancellationToken)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
      <param name="token">Propagates notification that operations should be canceled.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetRangeAsync(System.String,System.String)">
      <summary>
        <para>Selects the specified range in the specified <see href="https://docs.devexpress.com/Dashboard/15265/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter">Range Filter</see> or <see href="https://docs.devexpress.com/Dashboard/400675/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/date-filter">Date Filter</see> dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the component name of the dashboard item.</param>
      <param name="dateTimePeriodName">A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/Dashboard/18075/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/dashboard-item-settings/range-filter/interactivity">predefined range</see> used to perform a selection.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetSelectedTabPage(System.String,System.Int32)">
      <summary>
        <para>Selects the tab page specified by its index in the specified tab container.</para>
      </summary>
      <param name="tabContainerName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">TabContainerDashboardItem.ComponentName</see> property value and identifies the tab container.</param>
      <param name="index">An integer that is the index in the <see cref="P:DevExpress.DashboardCommon.TabContainerDashboardItem.TabPages">TabContainerDashboardItem.TabPages</see> collection.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.SetSelectedTabPage(System.String)">
      <summary>
        <para>Selects the specified tab page.</para>
      </summary>
      <param name="tabPageName">A <see cref="T:System.String"/> that is the <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName">DashboardTabPage.ComponentName</see> property value and identifies the tab page.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowDashboardParametersForm">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/16171/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/data-analysis/dashboard-parameters/specify-dashboard-parameter-values">Dashboard Parameters</see> dialog in the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowDataInspector(System.String,DevExpress.DashboardCommon.InspectedType)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog with a defined data type for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <param name="inspectedType">A <see cref="T:DevExpress.DashboardCommon.InspectedType"/> object that defines a displayed underlying data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowDataInspector(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowDataInspectorAsync(System.String,DevExpress.DashboardCommon.InspectedType)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog with a defined data type for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <param name="inspectedType">A <see cref="T:DevExpress.DashboardCommon.InspectedType"/> enumeration value that defines a displayed underlying data.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowDataInspectorAsync(System.String)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> dialog for the specified dashboard item asynchronously.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> object that specifies a component name of the dashboard item for which the <see href="https://docs.devexpress.com/Dashboard/401194/common-features/underlying-and-displayed-data/data-inspector">Data Inspector</see> displays data.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowExportDashboardDialog(DevExpress.DashboardCommon.DashboardExportFormat)">
      <summary>
        <para>Invokes the dialog that allows end-users to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">export</see> the entire dashboard to the specified format.</para>
      </summary>
      <param name="format">A <see cref="T:DevExpress.DashboardCommon.DashboardExportFormat"/> value that specifies the export format.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowExportDashboardItemDialog(System.String,DevExpress.DashboardCommon.DashboardExportFormat)">
      <summary>
        <para>Invokes the dialog that allows end-users to <see href="https://docs.devexpress.com/Dashboard/15187/winforms-dashboard/winforms-designer/printing-and-exporting">export</see> the dashboard item to the specified format.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> value that specifies the component name of the dashboard item to export.</param>
      <param name="format">A <see cref="T:DevExpress.DashboardCommon.DashboardExportFormat"/> value that specifies the export format. Note that some items (i.e., <see cref="T:DevExpress.DashboardCommon.TextBoxDashboardItem"/> or <see cref="T:DevExpress.DashboardCommon.ImageDashboardItem"/>) do not support exporting to the <see cref="F:DevExpress.DashboardCommon.DashboardExportFormat.Excel">DashboardExportFormat.Excel</see> format.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowPrintPreview">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Print Preview</see>, which shows the print preview of the dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowPrintPreview(System.String)">
      <summary>
        <para>Invokes the Print Preview window for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A dashboard item’s component name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowRibbonPrintPreview">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/Dashboard/117140/winforms-dashboard/winforms-viewer/dialogs-and-wizards/print-preview-form">Ribbon Print Preview Form</see>, which shows the print preview of the dashboard.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.ShowRibbonPrintPreview(System.String)">
      <summary>
        <para>Invokes the Ribbon Print Preview window for the specified dashboard item.</para>
      </summary>
      <param name="dashboardItemName">A dashboard item’s component name.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.UpdateDashboardItemCaption(System.String)">
      <summary>
        <para>Fires the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardItemCaption">DashboardViewer.CustomizeDashboardItemCaption</see>/<see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardItemCaption">DashboardDesigner.CustomizeDashboardItemCaption</see> event that allows you to customize the dashboard item caption content.</para>
      </summary>
      <param name="dashboardItemName">A <see cref="T:System.String"/> that is the dashboard item’s <see cref="P:DevExpress.DashboardCommon.DashboardItem.ComponentName"/> property value.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.UpdateDashboardTitle">
      <summary>
        <para>Fires the <see cref="E:DevExpress.DashboardWin.DashboardViewer.CustomizeDashboardTitle">DashboardViewer.CustomizeDashboardTitle</see>/<see cref="E:DevExpress.DashboardWin.DashboardDesigner.CustomizeDashboardTitle">DashboardDesigner.CustomizeDashboardTitle</see> event that allows you to customize the dashboard title content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.UpdateExtractDataSourcesAsync(System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.String[])">
      <summary>
        <para>Updates the specified extract data sources in the current dashboard asynchronously. Allows you to set custom actions to perform after updating the data and file.</para>
      </summary>
      <param name="onDataUpdated">A custom action to perform when the data is updated.</param>
      <param name="onFileUpdated">A custom action to perform when the file is updated.</param>
      <param name="dataSourceNames">A list of the data source names.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.IDashboardControl.UpdateExtractDataSourcesAsync(System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult},System.Action{System.String,DevExpress.DashboardCommon.ExtractUpdateResult})">
      <summary>
        <para>Updates all extract data sources in the current dashboard asynchronously. Allows you to specify custom actions to perform after updating the data and file.</para>
      </summary>
      <param name="onDataUpdated">A custom action to perform when the data is updated.</param>
      <param name="onFileUpdated">A custom action to perform when the file is updated.</param>
      <returns>The task object that is the asynchronous operation to complete.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardControl.UseNeutralFilterMode">
      <summary>
        <para>Gets or sets whether to show all items in the <see href="https://docs.devexpress.com/Dashboard/17659/winforms-dashboard/winforms-designer/create-dashboards-in-the-winforms-designer/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.DashboardWin.IDashboardControl.UserAction">
      <summary>
        <para>Gets the end-user action performed on the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>/<see cref="T:DevExpress.DashboardWin.DashboardDesigner"/>.</para>
      </summary>
      <value>The <see cref="T:DevExpress.DashboardWin.UserAction"/> object that is the end-user action performed on the <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</value>
    </member>
    <member name="E:DevExpress.DashboardWin.IDashboardControl.ValidateCustomSqlQuery">
      <summary>
        <para>Allows you to validate a custom SQL query of the <see cref="T:DevExpress.DashboardCommon.DashboardSqlDataSource"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.IDashboardToolbarItem">
      <summary>
        <para>Base interface for items located in the dashboard title, dashboard item captions and drop-down menus</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardToolbarItem.Caption">
      <summary>
        <para>Gets or sets the text displayed in the item.</para>
      </summary>
      <value>The text displayed in the item.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardToolbarItem.Checked">
      <summary>
        <para>Gets whether an item is checked, unchecked, or cannot be checked.</para>
      </summary>
      <value>True if an item is checked, False if it is unchecked, null if it does not support the checked state.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.IDashboardToolbarItem.Tag">
      <summary>
        <para>Gets or sets custom data.</para>
      </summary>
      <value>An object containing data which can be required in various situations to define a toolbar item.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.IDataSourceWizardCustomizationService">
      <summary>
        <para>Provides the capability to customize the <see href="https://docs.devexpress.com/Dashboard/17652/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard">Data Source wizard</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IDataSourceWizardCustomizationService.CustomizeDataSourceWizard(DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.DashboardCommon.DashboardDataSourceModel})">
      <summary>
        <para>Enables customization of the <see href="https://docs.devexpress.com/Dashboard/17652/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard">Data Source Wizard</see> pages.</para>
      </summary>
      <param name="customization">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface (where TModel is the <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/>).</param>
    </member>
    <member name="T:DevExpress.DashboardWin.IExtractDataSourceWizardCustomization">
      <summary>
        <para>Provides the capability to customize the <see href="https://docs.devexpress.com/Dashboard/17652/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard">Data Source wizard</see> for the Extract Data Source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.IExtractDataSourceWizardCustomization.CustomizeDataSourceWizard(DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.DashboardCommon.DataSourceWizard.ExtractDataSourceModel})">
      <summary>
        <para>Enables customization of the <see href="https://docs.devexpress.com/Dashboard/17652/winforms-dashboard/winforms-designer/ui-elements-and-customization/dialogs-and-wizards/data-source-wizard">Data Source Wizard</see> pages for the Extract Data Source.</para>
      </summary>
      <param name="customization">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface (where TModel is the DevExpress.DashboardCommon.DataSourceWizard.ExtractDataSourceModel).</param>
    </member>
    <member name="T:DevExpress.DashboardWin.IHistoryItem">
      <summary>
        <para>When implemented, represents a history item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.IHistoryItem.Caption">
      <summary>
        <para>Gets a caption that is displayed in the current operation’s history.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that is a history item caption.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.IHistoryItem.Redo(DevExpress.DashboardWin.DashboardDesigner)">
      <summary>
        <para>Reapplies the last operation that was undone in the Dashboard Designer.</para>
      </summary>
      <param name="designer">A <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> instance where the operation is performed.</param>
    </member>
    <member name="M:DevExpress.DashboardWin.IHistoryItem.Undo(DevExpress.DashboardWin.DashboardDesigner)">
      <summary>
        <para>Undoes the last operation in the Dashboard Designer.</para>
      </summary>
      <param name="designer">A <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> control where the operation is performed.</param>
    </member>
    <member name="N:DevExpress.DashboardWin.Localization">
      <summary>
        <para>Contains classes used to localize dashboard elements specific to the Windows Forms dashboard controls.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.Localization.DashboardWinLocalizer">
      <summary>
        <para>Provides <see href="https://docs.devexpress.com/Dashboard/15499/common-features/localization">localized strings</see> for the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> user interface elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.Localization.DashboardWinLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.Localization.DashboardWinLocalizer"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.Localization.DashboardWinLocalizer.Active">
      <summary>
        <para>Gets or sets a localizer object providing localization of the user interface at runtime.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.Localization.DashboardWinLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an XtraLocalizer object representing resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.DashboardWin.Localization.DashboardWinLocalizer.GetString(DevExpress.DashboardWin.Localization.DashboardWinStringId)">
      <summary>
        <para>Gets the string, localized by the current <see cref="T:DevExpress.DashboardWin.Localization.DashboardWinLocalizer"/>, for the specified user interface element.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.DashboardCommon.Localization.DashboardStringId"/> enumeration value specifying the UI element whose caption (text) is to be localized.</param>
      <returns>A <see cref="T:System.String"/> representing the text to be displayed within the specified UI element.</returns>
    </member>
    <member name="T:DevExpress.DashboardWin.Localization.DashboardWinResLocalizer">
      <summary>
        <para>Provides <see href="https://docs.devexpress.com/Dashboard/15499/common-features/localization">localized strings</see> for the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> and <see cref="T:DevExpress.DashboardWin.DashboardViewer"/> user interface elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.Localization.DashboardWinResLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.Localization.DashboardWinResLocalizer"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.Localization.DashboardWinStringId">
      <summary>
        <para>Lists values corresponding to strings that can be <see href="https://docs.devexpress.com/Dashboard/15499/common-features/localization">localized</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.AddDashboardParameter">
      <summary>
        <para>Default value: Add dashboard parameter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.AddGridColumnTotalBarItemCaption">
      <summary>
        <para>Default value: Add Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.AutomaticUpdatesCaption">
      <summary>
        <para>Default value: Automatic Updates</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.AutomaticUpdatesDescription">
      <summary>
        <para>Default value: Enable/disable automatic updates for the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.BarDashboardCaption">
      <summary>
        <para>Default value: Dashboard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.BarDataSourceName">
      <summary>
        <para>Default value: Data Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.BarHomeName">
      <summary>
        <para>Default value: Home</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.BarViewName">
      <summary>
        <para>Default value: View</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldContainsAggrError">
      <summary>
        <para>Default value: Cannot apply filtering to a field whose expression contains the Aggr function.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldTypeBoolean">
      <summary>
        <para>Default value: Boolean</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldTypeDateTime">
      <summary>
        <para>Default value: DateTime</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldTypeDecimal">
      <summary>
        <para>Default value: Decimal</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldTypeDouble">
      <summary>
        <para>Default value: Double</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldTypeLong">
      <summary>
        <para>Default value: Integer</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldTypeString">
      <summary>
        <para>Default value: String</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculatedFieldTypeUnknown">
      <summary>
        <para>Default value: Unknown</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationAlongSpecificDimensions">
      <summary>
        <para>Default value: Specific…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationTypeDifference">
      <summary>
        <para>Default value: Difference</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationTypeExpression">
      <summary>
        <para>Default value: Expression</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationTypeMovingCalculation">
      <summary>
        <para>Default value: Moving Calculation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationTypeNone">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationTypePercentOfTotal">
      <summary>
        <para>Default value: Percent Of Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationTypeRank">
      <summary>
        <para>Default value: Rank</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CalculationTypeRunningTotal">
      <summary>
        <para>Default value: Running Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardCalculationAlongCards">
      <summary>
        <para>Default value: Cards</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardCalculationAlongCardsAndSparklineArgument">
      <summary>
        <para>Default value: Cards / Sparkline Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardCalculationAlongSparklineArgument">
      <summary>
        <para>Default value: Sparkline Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardCalculationAlongSparklineArgumentAndCards">
      <summary>
        <para>Default value: Sparkline Argument / Cards</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardItemLegacyCardsEditRulesDescription">
      <summary>
        <para>Default value: Cards that use a legacy layout do not support conditional formatting</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardLayoutTemplateCenteredCaption">
      <summary>
        <para>Default value: Centered</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardLayoutTemplateCompactCaption">
      <summary>
        <para>Default value: Compact</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardLayoutTemplateCustomCaption">
      <summary>
        <para>Default value: Custom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardLayoutTemplateLightweightCaption">
      <summary>
        <para>Default value: Lightweight</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardLayoutTemplateNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardLayoutTemplateStretchedCaption">
      <summary>
        <para>Default value: Stretched</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeAbsoluteVariationCaption">
      <summary>
        <para>Default value: Absolute Variation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeActualValueCaption">
      <summary>
        <para>Default value: Actual Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeCardNameCaption">
      <summary>
        <para>Default value: Card Name</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeDeltaIndicatorCaption">
      <summary>
        <para>Default value: Delta Indicator</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeDimensionValueCaption">
      <summary>
        <para>Default value: Dimension</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypePercentOfTargetCaption">
      <summary>
        <para>Default value: Percent of Target</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypePercentVariationCaption">
      <summary>
        <para>Default value: Percent Variation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeSparklineCaption">
      <summary>
        <para>Default value: Sparkline</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeSubtitleCaption">
      <summary>
        <para>Default value: Subtitle</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeTargetValueCaption">
      <summary>
        <para>Default value: Target Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CardRowDataElementTypeTitleCaption">
      <summary>
        <para>Default value: Title</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChangeDashboardItemDataBindingConfirm">
      <summary>
        <para>Default value: Do you want to change the data source/data member for ‘{0}’?\r\n\r\n\tOld data source/data member: {1}\r\n\tNew data source/data member: {2}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomCenterHorizontalInsideLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the bottom of the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomCenterHorizontalOutsideLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the bottom of the chart outside the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomCenterVerticalInsideLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the bottom of the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomLeftHorizontalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom left corner of the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomLeftHorizontalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom left corner of the chart outside the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomLeftVerticalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom left corner of the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomLeftVerticalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom left corner of the chart outside the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomRightHorizontalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom right corner of the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomRightHorizontalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom right corner of the chart outside the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomRightVerticalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom right corner of the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartBottomRightVerticalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom right corner of the chart outside the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartCalculationAlongArguments">
      <summary>
        <para>Default value: Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartCalculationAlongArgumentsAndSeries">
      <summary>
        <para>Default value: Arguments / Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartCalculationAlongSeries">
      <summary>
        <para>Default value: Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartCalculationAlongSeriesAndArguments">
      <summary>
        <para>Default value: Series / Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartCannotRenderData">
      <summary>
        <para>Default value: Specified data cannot be rendered in a chart</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartInsideHorizontalGalleryGroupCaption">
      <summary>
        <para>Default value: Inside Horizontal</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartInsideVerticalGalleryGroupCaption">
      <summary>
        <para>Default value: Inside Vertical</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartOutsideHorizontalGalleryGroupCaption">
      <summary>
        <para>Default value: Outside Horizontal</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartOutsideVerticalGalleryGroupCaption">
      <summary>
        <para>Default value: Outside Vertical</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartPrimaryAxisTypeName">
      <summary>
        <para>Default value: Primary axis</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartSecondaryAxisTypeName">
      <summary>
        <para>Default value: Secondary axis</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopCenterHorizontalInsideLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the top of the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopCenterHorizontalOutsideLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the top of the chart outside the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopCenterVerticalInsideLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the top of the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopLeftHorizontalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top left corner of the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopLeftHorizontalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top left corner of the chart outside the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopLeftVerticalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top left corner of the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopLeftVerticalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top left corner of the chart outside the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopRightHorizontalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top right corner of the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopRightHorizontalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top right corner of the chart outside the diagram. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopRightVerticalInsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top right corner of the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChartTopRightVerticalOutsideLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top right corner of the chart outside the diagram. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CheckedDataFieldsBrowserSelectAll">
      <summary>
        <para>Default value: (Select All)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChooseExtractFieldsDescription">
      <summary>
        <para>Default value: Select the required fields whose data will be stored within the data extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ChoroplethMapUseBindingAttribute">
      <summary>
        <para>Default value: Use binding attribute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ClearGridColumnTotalsBarItemCaption">
      <summary>
        <para>Default value: Clear Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ColorPickerPaletteColorsSectionCaption">
      <summary>
        <para>Default value: Palette Color</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ColorSchemeGridEmptyText">
      <summary>
        <para>Default value: Add a data source to the dashboard to create color schemes</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandAddCalculatedFieldCaption">
      <summary>
        <para>Default value: Add Calculated Field</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandAddCalculatedFieldDescription">
      <summary>
        <para>Default value: Add a new calculated field into the current data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandAddFederationQueryCaption">
      <summary>
        <para>Default value: Add Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandAddFederationQueryDescription">
      <summary>
        <para>Default value: Add a new query to the selected data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandAddQueryCaption">
      <summary>
        <para>Default value: Add Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandAddQueryDescription">
      <summary>
        <para>Default value: Add a new query to the selected data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChangeWeightedLegendTypeCaption">
      <summary>
        <para>Default value: Show Weighted Legend</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChangeWeightedLegendTypeDescription">
      <summary>
        <para>Default value: Show the weighted legend that helps end-users identify map elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartAddPaneCaption">
      <summary>
        <para>Default value: Add Pane</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartAddPaneDescription">
      <summary>
        <para>Default value: Create a new pane within this chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartDifferenceAlongArgumentsCalculation">
      <summary>
        <para>Default value: Difference along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartDifferenceAlongSeriesCalculation">
      <summary>
        <para>Default value: Difference along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartLegendPositionCaption">
      <summary>
        <para>Default value: Legend Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartLegendPositionDescription">
      <summary>
        <para>Default value: Change the legend position within the Chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartPercentageDifferenceAlongArgumentsCalculation">
      <summary>
        <para>Default value: Percentage Difference along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartPercentageDifferenceAlongSeriesCalculation">
      <summary>
        <para>Default value: Percentage Difference along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartPercentOfArgumentTotalCalculation">
      <summary>
        <para>Default value: Percent of Argument Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartPercentOfGrandTotalCalculation">
      <summary>
        <para>Default value: Percent of Grand Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartPercentOfSeriesTotalCalculation">
      <summary>
        <para>Default value: Percent of Series Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRankAlongArgumentsCalculation">
      <summary>
        <para>Default value: Rank along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRankAlongPointsCalculation">
      <summary>
        <para>Default value: Rank along Points</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRankAlongSeriesCalculation">
      <summary>
        <para>Default value: Rank along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRemovePaneCaption">
      <summary>
        <para>Default value: Remove Pane</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRotateCaption">
      <summary>
        <para>Default value: Rotate</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRotateDescription">
      <summary>
        <para>Default value: Rotate the diagram at 90°.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRunningSummaryAlongArgumentsCalculation">
      <summary>
        <para>Default value: Running Summary along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartRunningSummaryAlongSeriesCalculation">
      <summary>
        <para>Default value: Running Summary along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartSeriesTypeCaption">
      <summary>
        <para>Default value: Series Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartSeriesTypeDescription">
      <summary>
        <para>Default value: Change the type of chart series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartShowLegendCaption">
      <summary>
        <para>Default value: Show Legend</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartShowLegendDescription">
      <summary>
        <para>Default value: Show the legend that helps end-users identify chart elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartXAxisSettingsCaption">
      <summary>
        <para>Default value: X-Axis Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartXAxisSettingsDescription">
      <summary>
        <para>Default value: Customize various X-axis settings, such as the visibility and axis title.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartYAxisSettingsCaption">
      <summary>
        <para>Default value: Y-Axis Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChartYAxisSettingsDescription">
      <summary>
        <para>Default value: Access various Y-axis settings, such as the visibility, title and displayed range.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChoroplethMapShapeLabelsAttributeCaption">
      <summary>
        <para>Default value: Shape Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandChoroplethMapShapeLabelsAttributeDescription">
      <summary>
        <para>Default value: Select the required map attributes to display its values within corresponding shape labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandClearDataSourceFilterCaption">
      <summary>
        <para>Default value: Clear</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandClearDataSourceFilterDescription">
      <summary>
        <para>Default value: Clear the current data source filter.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandClearFilterCaption">
      <summary>
        <para>Default value: Clear</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandClearFilterDescription">
      <summary>
        <para>Default value: Reset the filter criterion and turn off filtering.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandClearMasterFilter">
      <summary>
        <para>Default value: Clear Master Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandClearMeasureFilterCaption">
      <summary>
        <para>Default value: Clear Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandClearSelection">
      <summary>
        <para>Default value: Clear Selection</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandComboBoxCheckedTypeCaption">
      <summary>
        <para>Default value: Checked</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandComboBoxCheckedTypeDescription">
      <summary>
        <para>Default value: Set the type of a combo box to ‘Checked’.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandComboBoxStandardTypeCaption">
      <summary>
        <para>Default value: Standard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandComboBoxStandardTypeDescription">
      <summary>
        <para>Default value: Set the type of a combo box to ‘Standard’.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentArrangeInColumnsCaption">
      <summary>
        <para>Default value: Arrange in Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentArrangeInColumnsDescription">
      <summary>
        <para>Default value: Arrange the elements in the specified number of columns.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentArrangeInRowsCaption">
      <summary>
        <para>Default value: Arrange in Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentArrangeInRowsDescription">
      <summary>
        <para>Default value: Arrange the elements in the specified number of rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentArrangementCountCaption">
      <summary>
        <para>Default value: Count</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentArrangementCountDescription">
      <summary>
        <para>Default value: The number of columns or rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentAutoArrangeCaption">
      <summary>
        <para>Default value: Auto Arrange</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandContentAutoArrangeDescription">
      <summary>
        <para>Default value: The number of columns and rows is defined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertDashboardItemTypeCaption">
      <summary>
        <para>Default value: Convert To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertDashboardItemTypeDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to another type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToBoundImageCaption">
      <summary>
        <para>Default value: Bound Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToBoundImageDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a bound image item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToBubbleMapCaption">
      <summary>
        <para>Default value: Bubble Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToBubbleMapDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a bubble map dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToCardCaption">
      <summary>
        <para>Default value: Cards</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToCardDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a card dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToChartCaption">
      <summary>
        <para>Default value: Chart</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToChartDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a chart dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToChoroplethMapCaption">
      <summary>
        <para>Default value: Choropleth Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToChoroplethMapDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a choropleth map dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToComboBoxCaption">
      <summary>
        <para>Default value: Combo Box</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToComboBoxDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a combo box dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToCustomItemDefaultCaption">
      <summary>
        <para>Default value: Custom Item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToCustomItemDefaultDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a custom item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToDateFilterCaption">
      <summary>
        <para>Default value: Date Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToDateFilterDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a date filter item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToFilterElementsBaseCaption">
      <summary>
        <para>Default value: Filter Element</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToFilterElementsBaseDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a filter element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGaugeCaption">
      <summary>
        <para>Default value: Gauges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGaugeDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a gauge dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGeoPointMapBaseCaption">
      <summary>
        <para>Default value: Geo Point Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGeoPointMapBaseDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a geo point map dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGeoPointMapCaption">
      <summary>
        <para>Default value: Geo Point Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGeoPointMapDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a geo point map dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGridCaption">
      <summary>
        <para>Default value: Grid</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToGridDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a grid dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToListBoxCaption">
      <summary>
        <para>Default value: List Box</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToListBoxDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a list box dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToPieCaption">
      <summary>
        <para>Default value: Pies</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToPieDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a pie dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToPieMapCaption">
      <summary>
        <para>Default value: Pie Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToPieMapDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a pie map dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToPivotCaption">
      <summary>
        <para>Default value: Pivot</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToPivotDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a pivot dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToRangeFilterCaption">
      <summary>
        <para>Default value: Range Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToRangeFilterDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a range filter dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToScatterChartCaption">
      <summary>
        <para>Default value: Scatter Chart</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToScatterChartDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a scatter chart dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToTextBoxCaption">
      <summary>
        <para>Default value: Text Box</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToTextBoxDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a text box item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToTreemapCaption">
      <summary>
        <para>Default value: Treemap</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToTreemapDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a treemap item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToTreeViewCaption">
      <summary>
        <para>Default value: Tree View</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandConvertToTreeViewDescription">
      <summary>
        <para>Default value: Convert the selected dashboard item to a tree view dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandCrossDataSourceFilteringCaption">
      <summary>
        <para>Default value: Cross-Data-Source Filtering</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandCrossDataSourceFilteringDescription">
      <summary>
        <para>Default value: Make dashboard items that display data from other data sources affected by this Master Filter. In this instance, filtering is performed if full names of data source fields match.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandCustomizeCalculation">
      <summary>
        <para>Default value: Custom…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDashboardLayoutOptionsCaption">
      <summary>
        <para>Default value: Layout Options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDashboardLayoutOptionsDescription">
      <summary>
        <para>Default value: Customize dashboard layout options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDashboardParametersCaption">
      <summary>
        <para>Default value: Parameters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDashboardParametersDescription">
      <summary>
        <para>Default value: Edit the current dashboard parameters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDashboardTitleCaption">
      <summary>
        <para>Default value: Dashboard Title</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDashboardTitleDescription">
      <summary>
        <para>Default value: Dashboard Title.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDataItemRename">
      <summary>
        <para>Default value: Rename…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDataItemShowGrandTotal">
      <summary>
        <para>Default value: Show Grand Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDataItemShowTotals">
      <summary>
        <para>Default value: Show Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDataItemShowValues">
      <summary>
        <para>Default value: Show Values</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterAfterTypeCaption">
      <summary>
        <para>Default value: After</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterAfterTypeDescription">
      <summary>
        <para>Default value: After</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeAutoHeightCaption">
      <summary>
        <para>Default value: Auto Height</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeAutoHeightDescription">
      <summary>
        <para>Default value: Auto Height</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeCaption">
      <summary>
        <para>Default value: Arrangement Mode</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeDescription">
      <summary>
        <para>Default value: Arrangement Mode</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeHorizontalCaption">
      <summary>
        <para>Default value: Horizontal</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeHorizontalDescription">
      <summary>
        <para>Default value:</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeVerticalCaption">
      <summary>
        <para>Default value: Vertical</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterArrangementModeVerticalDescription">
      <summary>
        <para>Default value: Vertical</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterBeforeTypeCaption">
      <summary>
        <para>Default value: Before</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterBeforeTypeDescription">
      <summary>
        <para>Default value: Before</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterBetweenTypeCaption">
      <summary>
        <para>Default value: Between</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterBetweenTypeDescription">
      <summary>
        <para>Default value: Between</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationCaption">
      <summary>
        <para>Default value: Date Picker Location</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationDescription">
      <summary>
        <para>Default value: Specify the Date Picker position in the series of Quick Buttons.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationFarCaption">
      <summary>
        <para>Default value: Far</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationFarDescription">
      <summary>
        <para>Default value: The position at the far end of the series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationHiddenCaption">
      <summary>
        <para>Default value: Hidden</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationHiddenDescription">
      <summary>
        <para>Default value: The element is not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationNearCaption">
      <summary>
        <para>Default value: Near</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterDatePickerLocationNearDescription">
      <summary>
        <para>Default value: The position at the near end of the series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterExactTypeCaption">
      <summary>
        <para>Default value: Exact</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterExactTypeDescription">
      <summary>
        <para>Default value: Exact</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterTypeCaption">
      <summary>
        <para>Default value: Filter Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDateFilterTypeDescription">
      <summary>
        <para>Default value: Filter Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDefaultTransposeItemDescription">
      <summary>
        <para>Default value: Transpose the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteDataSourceCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteDataSourceDescription">
      <summary>
        <para>Default value: Remove the current data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteDataSourceUsedInDataFederationWarning">
      <summary>
        <para>Default value: You are trying to delete the data source that is used in the following federated data sources:</para>
        <para>{0}Continue?</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteFederationQueryCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteFederationQueryDescription">
      <summary>
        <para>Default value: Delete the selected query from the current data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteGroupCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteGroupDescription">
      <summary>
        <para>Default value: Delete the selected dashboard item group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteItemCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteItemDescription">
      <summary>
        <para>Default value: Delete the selected dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteMongoDBQueryCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteMongoDBQueryDescription">
      <summary>
        <para>Default value: Delete the selected query from the current data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteQueryCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteQueryDescription">
      <summary>
        <para>Default value: Delete the selected query from the current data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteTabContainerCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteTabContainerDescription">
      <summary>
        <para>Default value: Delete the selected dashboard item Tab Container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteTabPageCaption">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDeleteTabPageDescription">
      <summary>
        <para>Default value: Delete the selected dashboard tab page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDifferenceCalculation">
      <summary>
        <para>Default value: Difference</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionGroupChildValues">
      <summary>
        <para>Default value: Group Tiles</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionSortAscending">
      <summary>
        <para>Default value: Sort Ascending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionSortDescending">
      <summary>
        <para>Default value: Sort Descending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionSortModeDisplayText">
      <summary>
        <para>Default value: (Display Text)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionSortModeID">
      <summary>
        <para>Default value: (ID)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionSortModeKey">
      <summary>
        <para>Default value: (Key)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionSortModeValue">
      <summary>
        <para>Default value: (Value)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionSortNone">
      <summary>
        <para>Default value: No Sorting</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDimensionTopN">
      <summary>
        <para>Default value: Top N…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDisplayItemAsPageCaption">
      <summary>
        <para>Default value: Display Item as Page</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDisplayItemAsPageDescription">
      <summary>
        <para>Default value: Display a dashboard item as a tab page, if there is only one item on a page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDrillDownCaption">
      <summary>
        <para>Default value: Drill Down</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDrillDownDescription">
      <summary>
        <para>Default value: Enable Drill Down.\r\nClick an element within the dashboard item to display detailed data related to this element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDrillDownDisabledDescription">
      <summary>
        <para>Default value: The Drill Down is not supported when points are used to perform interactivity actions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDrillUp">
      <summary>
        <para>Default value: Drill Up</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDuplicateItemCaption">
      <summary>
        <para>Default value: Duplicate</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandDuplicateItemDescription">
      <summary>
        <para>Default value: Create a copy of the selected dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditConnectionCaption">
      <summary>
        <para>Default value: Edit Connection</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditConnectionDescription">
      <summary>
        <para>Default value: Customize parameters used to establish a connection to a data store.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDashboardColorSchemeCaption">
      <summary>
        <para>Default value: Edit Colors</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDashboardColorSchemeDescription">
      <summary>
        <para>Default value: Edit the dashboard color scheme by binding display values to specific colors.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDashboardParametersCaption">
      <summary>
        <para>Default value: Parameters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDashboardParametersDescription">
      <summary>
        <para>Default value: Edit the current dashboard parameters.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDataSourceCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDataSourceDescription">
      <summary>
        <para>Default value: Edit the current data source in the Query Designer by including different tables and columns from the current database.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDataSourceFilterCaption">
      <summary>
        <para>Default value: Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditDataSourceFilterDescription">
      <summary>
        <para>Default value: Edit the current data source filter.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditEFDataSourceCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditEFDataSourceDescription">
      <summary>
        <para>Default value: Edit the Entity Framework data source by selecting an existing data context or using an external assembly.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditExcelDataSourceCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditExcelDataSourceDescription">
      <summary>
        <para>Default value: Edit the current data source by specifying a data file and selecting the required data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditExtractDataSourceCaption">
      <summary>
        <para>Default value: Edit Extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditExtractDataSourceDescription">
      <summary>
        <para>Default value: Edit the extract options.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditExtractSourceCaption">
      <summary>
        <para>Default value: Edit Extract Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditExtractSourceDescription">
      <summary>
        <para>Default value: Recreate the extract file using new data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditExtractSourceQueryCaption">
      <summary>
        <para>Default value: Edit Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditFederationQueryCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditFederationQueryDescription">
      <summary>
        <para>Default value: Edit the selected query.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditFilterCaption">
      <summary>
        <para>Default value: Edit Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditFilterDescription">
      <summary>
        <para>Default value: Specify a criterion that defines which data should be displayed within the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditFilterRibbonCaption">
      <summary>
        <para>Default value: Edit Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditJsonDataSourceCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditJsonDataSourceDescription">
      <summary>
        <para>Default value: Specify the JSON data location - a web service endpoint URI, file path, or a string in JSON format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditLocalColorSchemeCaption">
      <summary>
        <para>Default value: Edit Colors</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditLocalColorSchemeDescription">
      <summary>
        <para>Default value: Specify colors used to color elements of a dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditMeasureFilterCaption">
      <summary>
        <para>Default value: Edit Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditNamesCaption">
      <summary>
        <para>Default value: Edit Names…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditNamesDescription">
      <summary>
        <para>Default value: Specify names for the dashboard item and its data item containers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditNamesRibbonCaption">
      <summary>
        <para>Default value: Edit Names</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditObjectDataSourceCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditObjectDataSourceDescription">
      <summary>
        <para>Default value: Edit the current data source by selecting the required class definition and the data member.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditQueryCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditQueryDescription">
      <summary>
        <para>Default value: Edit the selected query.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditQueryFilterCaption">
      <summary>
        <para>Default value: Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditQueryFilterDescription">
      <summary>
        <para>Default value: Edit the current query filter.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditRulesCaption">
      <summary>
        <para>Default value: Edit Rules</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditRulesDescription">
      <summary>
        <para>Default value: Edit rules used to apply conditional formatting to dashboard item elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditVisibleDataFilterCaption">
      <summary>
        <para>Default value: Filter Visible Data</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandEditVisibleDataFilterDescription">
      <summary>
        <para>Default value: Limit calculated data in the resulting view.\r\nThe Visible Data Filter uses the conditions you have specified to filter displayed data. It does not filter out any underlying data used in the calculations or in intermediate level aggregations, it just hides it from view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandExportDashboardCaption">
      <summary>
        <para>Default value: Export Dashboard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandExportTo">
      <summary>
        <para>Default value: Export To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandExportToExcel">
      <summary>
        <para>Default value: Export To Excel</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandExportToImage">
      <summary>
        <para>Default value: Export to Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandExportToPdf">
      <summary>
        <para>Default value: Export to PDF</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFilterElementAllowEmptyFilterCaption">
      <summary>
        <para>Default value: Allow Empty Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFilterElementAllowEmptyFilterDescription">
      <summary>
        <para>Default value: Allows an empty selection when no item is selected and the filter does not apply. Enables the Clear Filter button that resets the filter to an empty selection.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFilterElementAllowEmptyFilterOptionDescription">
      <summary>
        <para>Default value: When enabled, allows end users to clear filter to display all data. The Clear Filter button resets the filter to an empty selection.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFilterElementEnableSearchCaption">
      <summary>
        <para>Default value: Enable Search</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFilterElementEnableSearchDescription">
      <summary>
        <para>Default value: Enable the search capability in a filter element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFilterElementShowAllValueCaption">
      <summary>
        <para>Default value: Show ‘All’ Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFilterElementShowAllValueDescription">
      <summary>
        <para>Default value: Enable the (All) option that allows end-users to apply filtering by all values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleAboveAverage">
      <summary>
        <para>Default value: Above Average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleAboveAverageDescription">
      <summary>
        <para>Default value: Format {0} values that are above average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleAboveBelowAverage">
      <summary>
        <para>Default value: Average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleAboveOrEqualAverage">
      <summary>
        <para>Default value: Above Or Equal Average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleAboveOrEqualAverageDescription">
      <summary>
        <para>Default value: Format {0} values that are above or equal average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBar">
      <summary>
        <para>Default value: Bar</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBarDescription">
      <summary>
        <para>Default value: Format {0} values using bar conditions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBarRangeColors">
      <summary>
        <para>Default value: Bar Color Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBelowAverage">
      <summary>
        <para>Default value: Below Average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBelowAverageDescription">
      <summary>
        <para>Default value: Format {0} values that are below average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBelowOrEqualAverage">
      <summary>
        <para>Default value: Below Or Equal Average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBelowOrEqualAverageDescription">
      <summary>
        <para>Default value: Format {0} values that are below or equal average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBetween">
      <summary>
        <para>Default value: Between</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBetweenDescription">
      <summary>
        <para>Default value: Format {0} values that are between</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBetweenOrEqual">
      <summary>
        <para>Default value: Between Or Equal To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBetweenOrEqualDescription">
      <summary>
        <para>Default value: Format {0} values that are between or equal to</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBottomN">
      <summary>
        <para>Default value: Bottom N</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleBottomNDescription">
      <summary>
        <para>Default value: Format {0} values that rank in the bottom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleClearDataItem">
      <summary>
        <para>Default value: Clear Rules</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleColorRangeBar">
      <summary>
        <para>Default value: Color Range Bar</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleColorRangeBarDescription">
      <summary>
        <para>Default value: Format {0} values using color range bar conditions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleContains">
      <summary>
        <para>Default value: Text that Contains</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleContainsDescription">
      <summary>
        <para>Default value: Format {0} values that contain the text</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleDateOccurring">
      <summary>
        <para>Default value: A Date Occurring</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleDateOccurringDescription">
      <summary>
        <para>Default value: Format {0} values that contain a date matching these conditions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleEqualTo">
      <summary>
        <para>Default value: Equal To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleEqualToDescription">
      <summary>
        <para>Default value: Format {0} values that are equal to</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleExpression">
      <summary>
        <para>Default value: Expression</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleExpressionDescription">
      <summary>
        <para>Default value: Format values that match the following condition</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleGradientRangeBar">
      <summary>
        <para>Default value: Bar Gradient Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleGradientRangeBarDescription">
      <summary>
        <para>Default value: Format {0} values using range bar conditions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleGreaterThan">
      <summary>
        <para>Default value: Greater Than</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleGreaterThanDescription">
      <summary>
        <para>Default value: Format {0} values that are greater than</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleGreaterThanOrEqualTo">
      <summary>
        <para>Default value: Greater Than Or Equal To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleGreaterThanOrEqualToDescription">
      <summary>
        <para>Default value: Format {0} values that are greater than or equal to</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleLessThan">
      <summary>
        <para>Default value: Less Than</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleLessThanDescription">
      <summary>
        <para>Default value: Format {0} values that are less than</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleLessThanOrEqualTo">
      <summary>
        <para>Default value: Less Than Or Equal To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleLessThanOrEqualToDescription">
      <summary>
        <para>Default value: Format {0} values that are less than or equal to</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleManager">
      <summary>
        <para>Default value: Edit Rules…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleNotBetween">
      <summary>
        <para>Default value: Not Between</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleNotBetweenDescription">
      <summary>
        <para>Default value: Format {0} values that are not between</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleNotBetweenOrEqual">
      <summary>
        <para>Default value: Not Between Or Equal To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleNotBetweenOrEqualDescription">
      <summary>
        <para>Default value: Format {0} values that are not between or equal to</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleNotEqualTo">
      <summary>
        <para>Default value: Not Equal To</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleNotEqualToDescription">
      <summary>
        <para>Default value: Format {0} values that are not equal to</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleRange">
      <summary>
        <para>Default value: Range</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleRangeColors">
      <summary>
        <para>Default value: Color Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleRangeGradient">
      <summary>
        <para>Default value: Gradient Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleRangeGradientDescription">
      <summary>
        <para>Default value: Format {0} values using range conditions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleRangeIcons">
      <summary>
        <para>Default value: Icon Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleRangeSet">
      <summary>
        <para>Default value: Range Set</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleRangeSetDescription">
      <summary>
        <para>Default value: Format {0} values using range conditions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleTopBottom">
      <summary>
        <para>Default value: Top/Bottom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleTopN">
      <summary>
        <para>Default value: Top N</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleTopNDescription">
      <summary>
        <para>Default value: Format {0} values that rank in the top</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandFormatRuleValue">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeShowCaptionsCaption">
      <summary>
        <para>Default value: Show Gauge Captions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeShowCaptionsDescription">
      <summary>
        <para>Default value: Show captions for individual gauges within this dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleFullCircularCaption">
      <summary>
        <para>Default value: Full Circular</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleFullCircularDescription">
      <summary>
        <para>Default value: Display full circular gauges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleHalfCircularCaption">
      <summary>
        <para>Default value: Half-Circular</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleHalfCircularDescription">
      <summary>
        <para>Default value: Display half-circular gauges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleLeftQuarterCircularCaption">
      <summary>
        <para>Default value: Left-Quarter Circular</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleLeftQuarterCircularDescription">
      <summary>
        <para>Default value: Display left-quarter circular gauges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleLinearHorizontalCaption">
      <summary>
        <para>Default value: Linear Horizontal</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleLinearHorizontalDescription">
      <summary>
        <para>Default value: Display horizontal linear gauges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleLinearVerticalCaption">
      <summary>
        <para>Default value: Linear Vertical</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleLinearVerticalDescription">
      <summary>
        <para>Default value: Display vertical linear gauges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleRightQuarterCircularCaption">
      <summary>
        <para>Default value: Right-Quarter Circular</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleRightQuarterCircularDescription">
      <summary>
        <para>Default value: Display right-quarter circular gauges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleThreeFourthCircularCaption">
      <summary>
        <para>Default value: Three-Fourth Circular</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGaugeStyleThreeFourthCircularDescription">
      <summary>
        <para>Default value: Display three-fourth circular gauges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGeoPointMapClusterizationCaption">
      <summary>
        <para>Default value: Enable Clustering</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGeoPointMapClusterizationDescription">
      <summary>
        <para>Default value: Enable clustering of map objects.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridAutoFitToContentsColumnWidthModeCaption">
      <summary>
        <para>Default value: AutoFit to Contents</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridAutoFitToContentsColumnWidthModeDescription">
      <summary>
        <para>Default value: Adjust the width of columns automatically to display their content entirely. If the grid cannot display the entire content, horizontal scrolling is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridAutoFitToGridColumnWidthModeCaption">
      <summary>
        <para>Default value: AutoFit to Grid</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridAutoFitToGridColumnWidthModeDescription">
      <summary>
        <para>Default value: Adjust the width of columns automatically to display their content in an optimal way depending on grid width.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridBandedRowsCaption">
      <summary>
        <para>Default value: Banded Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridBandedRowsDescription">
      <summary>
        <para>Default value: Paint the background of even and odd rows differently to make the grid easier to read.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridBandedRowsDisabledDescription">
      <summary>
        <para>Default value: Banded rows are not supported when cell merging is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridColumnHeadersCaption">
      <summary>
        <para>Default value: Column Headers</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridColumnHeadersDescription">
      <summary>
        <para>Default value: Show column headers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridHorizontalLinesCaption">
      <summary>
        <para>Default value: Horizontal Lines</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridHorizontalLinesDescription">
      <summary>
        <para>Default value: Show horizontal grid lines.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridManualGridColumnWidthModeCaption">
      <summary>
        <para>Default value: Manual</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridManualGridColumnWidthModeDescription">
      <summary>
        <para>Default value: Adjust the width of columns manually.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridMergeCellsCaption">
      <summary>
        <para>Default value: Merge Cells</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridMergeCellsDescription">
      <summary>
        <para>Default value: Merge adjacent cells with identical data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridMergeCellsDisabledDescription">
      <summary>
        <para>Default value: Cell merging is not supported when Master Filtering is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridVerticalLinesCaption">
      <summary>
        <para>Default value: Vertical Lines</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridVerticalLinesDescription">
      <summary>
        <para>Default value: Show vertical grid lines.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridWordWrapCaption">
      <summary>
        <para>Default value: Word Wrap</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGridWordWrapDescription">
      <summary>
        <para>Default value: Enable word wrapping that allows displaying cell content on multiple lines.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGroupIgnoreMasterFiltersCaption">
      <summary>
        <para>Default value: Ignore Master Filters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGroupIgnoreMasterFiltersDescription">
      <summary>
        <para>Default value: Make dashboard items contained within the current dashboard item group unaffected by external master filter items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGroupMasterFilterCaption">
      <summary>
        <para>Default value: Master Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandGroupMasterFilterDescription">
      <summary>
        <para>Default value: Enable the capability to filter external dashboard items using master filter items contained within the current dashboard item group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandIgnoreMasterFiltersCaption">
      <summary>
        <para>Default value: Ignore Master Filters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandIgnoreMasterFiltersDescription">
      <summary>
        <para>Default value: Make this dashboard item unaffected by other Master Filters.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentBottomCenterCaption">
      <summary>
        <para>Default value: Align Bottom Center</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentBottomCenterDescription">
      <summary>
        <para>Default value: Center image horizontally and align it the bottom of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentBottomLeftCaption">
      <summary>
        <para>Default value: Align Bottom Left</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentBottomLeftDescription">
      <summary>
        <para>Default value: Align image to the bottom left corner of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentBottomRightCaption">
      <summary>
        <para>Default value: Align Bottom Right</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentBottomRightDescription">
      <summary>
        <para>Default value: Align image to the bottom right corner of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentCaption">
      <summary>
        <para>Default value: Alignment</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentCenterCenterCaption">
      <summary>
        <para>Default value: Align Center</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentCenterCenterDescription">
      <summary>
        <para>Default value: Center text horizontally and vertically within the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentCenterLeftCaption">
      <summary>
        <para>Default value: Align Center Left</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentCenterLeftDescription">
      <summary>
        <para>Default value: Center image vertically and align it the left of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentCenterRightCaption">
      <summary>
        <para>Default value: Align Center Right</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentCenterRightDescription">
      <summary>
        <para>Default value: Center image vertically and align it the right of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentTopCenterCaption">
      <summary>
        <para>Default value: Align Top Center</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentTopCenterDescription">
      <summary>
        <para>Default value: Center image horizontally and align it the top of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentTopLeftCaption">
      <summary>
        <para>Default value: Align Top Left</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentTopLeftDescription">
      <summary>
        <para>Default value: Align image to the top left corner of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentTopRightCaption">
      <summary>
        <para>Default value: Align Top Right</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageAlignmentTopRightDescription">
      <summary>
        <para>Default value: Align image to the top right corner of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageImportCaption">
      <summary>
        <para>Default value: Import Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageImportDescription">
      <summary>
        <para>Default value: Import an image from a file. The dashboard will store a copy of the image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageImportRibbonCaption">
      <summary>
        <para>Default value: Import Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageLoadCaption">
      <summary>
        <para>Default value: Load Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageLoadDescription">
      <summary>
        <para>Default value: Load an image from a file. The dashboard will store the path to the image file and will not store the image itself.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageLoadRibbonCaption">
      <summary>
        <para>Default value: Load Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeMode">
      <summary>
        <para>Default value: Size Mode</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeClipCaption">
      <summary>
        <para>Default value: Clip</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeClipDescription">
      <summary>
        <para>Default value: The image is placed in the upper-left corner of the dashboard item and clipped if necessary.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeSqueezeCaption">
      <summary>
        <para>Default value: Squeeze</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeSqueezeDescription">
      <summary>
        <para>Default value: If the dashboard item’s dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the dashboard item’s dimensions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeStretchCaption">
      <summary>
        <para>Default value: Stretch</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeStretchDescription">
      <summary>
        <para>Default value: The image within the dashboard item is stretched or shrunk as appropriate to fit the size of the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeZoomCaption">
      <summary>
        <para>Default value: Zoom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandImageSizeModeZoomDescription">
      <summary>
        <para>Default value: The image is sized proportionally (without clipping), so that it is best fitted to the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertBoundImageCaption">
      <summary>
        <para>Default value: Bound Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertBoundImageDescription">
      <summary>
        <para>Default value: Create a bound image dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertBubbleMapCaption">
      <summary>
        <para>Default value: Bubble Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertBubbleMapDescription">
      <summary>
        <para>Default value: Create a bubble map dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertCardsCaption">
      <summary>
        <para>Default value: Cards</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertCardsDescription">
      <summary>
        <para>Default value: Create a card dashboard item and insert it into the dashboard.\r\n\r\nThis item displays a series of cards each illustrating the difference between two values. This difference can be expressed in an absolute value, an absolute or percent variation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertChartCaption">
      <summary>
        <para>Default value: Chart</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertChartDescription">
      <summary>
        <para>Default value: Create a chart dashboard item and insert it into the dashboard.\r\n\r\nThe chart visualizes data in an XY-diagram allowing you to render a wide range of diagram types - from simple bar or line charts to financial Open-High-Low-Close graphs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertChoroplethMapCaption">
      <summary>
        <para>Default value: Choropleth Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertChoroplethMapDescription">
      <summary>
        <para>Default value: Create a choropleth map dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertComboboxCaption">
      <summary>
        <para>Default value: Combo Box</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertComboboxDescription">
      <summary>
        <para>Default value: Create a combo box filter element and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertCustomItemDefaultCaption">
      <summary>
        <para>Default value: Custom Item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertCustomItemDefaultDescription">
      <summary>
        <para>Default value: Create a custom dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertDateFilterCaption">
      <summary>
        <para>Default value: Date Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertDateFilterDescription">
      <summary>
        <para>Default value: Create a date filter element and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertFilterElementsCaption">
      <summary>
        <para>Default value: Filter Elements</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertFilterElementsDescription">
      <summary>
        <para>Default value: Insert a filter element into the dashboard.\r\n\r\nFilter elements allow you to apply filtering to other dashboard items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGaugesCaption">
      <summary>
        <para>Default value: Gauges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGaugesDescription">
      <summary>
        <para>Default value: Create a gauge dashboard item and insert it into the dashboard.\r\n\r\nThis item displays a series of gauges. Each gauge can communicate two values - one with a needle and the other with a marker on the scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGeoPointMapCaption">
      <summary>
        <para>Default value: Geo Point Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGeoPointMapDescription">
      <summary>
        <para>Default value: Create a geo point map dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGeoPointMapsCaption">
      <summary>
        <para>Default value: Geo Point Maps</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGeoPointMapsDescription">
      <summary>
        <para>Default value: Create a geo point map dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGridCaption">
      <summary>
        <para>Default value: Grid</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGridDescription">
      <summary>
        <para>Default value: Create a grid dashboard item and insert it into the dashboard.\r\n\r\nThe grid shows data in a tabular form while allowing you to summarize against specific measures or calculate differences between them.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGroupCaption">
      <summary>
        <para>Default value: Group</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertGroupDescription">
      <summary>
        <para>Default value: Create a group that arranges dashboard items and allows you to manage interaction between dashboard items within and outside the group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertImageCaption">
      <summary>
        <para>Default value: Image</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertImageDescription">
      <summary>
        <para>Default value: Create an image dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertImagesCaption">
      <summary>
        <para>Default value: Images</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertImagesDescription">
      <summary>
        <para>Default value: Create an image dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertListBoxCaption">
      <summary>
        <para>Default value: List Box</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertListBoxDescription">
      <summary>
        <para>Default value: Create a list box filter element and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertPieMapCaption">
      <summary>
        <para>Default value: Pie Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertPieMapDescription">
      <summary>
        <para>Default value: Create a pie map dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertPiesCaption">
      <summary>
        <para>Default value: Pies</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertPiesDescription">
      <summary>
        <para>Default value: Create a pie dashboard item and insert it into the dashboard.\r\n\r\nThis item displays a series of pies or donuts that represent the contribution of each value to a total.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertPivotCaption">
      <summary>
        <para>Default value: Pivot</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertPivotDescription">
      <summary>
        <para>Default value: Create a pivot grid dashboard item and insert it into the dashboard.\r\n\r\nThe pivot grid displays a cross-tabular report. Use it to present multi-dimensional data in a human-readable way.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertRangeFilterCaption">
      <summary>
        <para>Default value: Range Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertRangeFilterDescription">
      <summary>
        <para>Default value: Create a range filter dashboard item and insert it into the dashboard.\r\n\r\nThe Range Filter allows you to apply filtering to other dashboard items. Displays a chart with selection thumbs over it that allow you to filter out values displayed along the argument axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertScatterChartCaption">
      <summary>
        <para>Default value: Scatter Chart</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertScatterChartDescription">
      <summary>
        <para>Default value: Create a scatter chart dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTabContainerCaption">
      <summary>
        <para>Default value: Tab Container</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTabContainerDescription">
      <summary>
        <para>Default value: Create a Tab Container that allows you to split the dashboard layout into several pages.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTextBoxCaption">
      <summary>
        <para>Default value: Text Box</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTextBoxDescription">
      <summary>
        <para>Default value: Create a text box dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTreemapCaption">
      <summary>
        <para>Default value: Treemap</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTreemapDescription">
      <summary>
        <para>Default value: Create a treemap dashboard item and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTreeViewCaption">
      <summary>
        <para>Default value: Tree View</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandInsertTreeViewDescription">
      <summary>
        <para>Default value: Create a tree view filter element and insert it into the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandListBoxCheckedTypeCaption">
      <summary>
        <para>Default value: Checked</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandListBoxCheckedTypeDescription">
      <summary>
        <para>Default value: Set the type of a list box to ‘Checked’.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandListBoxRadioTypeCaption">
      <summary>
        <para>Default value: Radio</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandListBoxRadioTypeDescription">
      <summary>
        <para>Default value: Set the type of a list box to ‘Radio’.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandManageMongoDBQueriesCaption">
      <summary>
        <para>Default value: Manage Queries</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandManageMongoDBQueriesDescription">
      <summary>
        <para>Default value: Configure the list of queries for the selected data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapAfricaCaption">
      <summary>
        <para>Default value: Africa</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapAfricaDescription">
      <summary>
        <para>Default value: Load a map of Africa.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapAsiaCaption">
      <summary>
        <para>Default value: Asia</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapAsiaDescription">
      <summary>
        <para>Default value: Load a map of Asia.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapCanadaCaption">
      <summary>
        <para>Default value: Canada</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapCanadaDescription">
      <summary>
        <para>Default value: Load a map of Canada.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapDefaultShapefileCaption">
      <summary>
        <para>Default value: Default Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapDefaultShapefileDescription">
      <summary>
        <para>Default value: Load a default map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapEuropeCaption">
      <summary>
        <para>Default value: Europe</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapEuropeDescription">
      <summary>
        <para>Default value: Load a map of Europe.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapFullExtentCaption">
      <summary>
        <para>Default value: Full Extent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapFullExtentDescription">
      <summary>
        <para>Default value: Full Extent.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapImportCaption">
      <summary>
        <para>Default value: Import Map…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapImportDescription">
      <summary>
        <para>Default value: Import a map from a file. The dashboard will store a copy of the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapImportRibbonCaption">
      <summary>
        <para>Default value: Import Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapInitialExtentCaption">
      <summary>
        <para>Default value: Initial Extent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapInitialExtentDescription">
      <summary>
        <para>Default value: Initial Extent.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapLegendPositionCaption">
      <summary>
        <para>Default value: Legend Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapLegendPositionDescription">
      <summary>
        <para>Default value: Change the legend position within the Map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapLoadCaption">
      <summary>
        <para>Default value: Load Map…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapLoadDescription">
      <summary>
        <para>Default value: Load a map from a file. The dashboard will store a path to the shape file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapLoadRibbonCaption">
      <summary>
        <para>Default value: Load Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapLockNavigationCaption">
      <summary>
        <para>Default value: Lock Navigation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapLockNavigationDescription">
      <summary>
        <para>Default value: Lock map zooming and scrolling.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapNorthAmericaCaption">
      <summary>
        <para>Default value: North America</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapNorthAmericaDescription">
      <summary>
        <para>Default value: Load a map of North America.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapShapeTitleAttributeCaption">
      <summary>
        <para>Default value: Shape Title</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapShapeTitleAttributeDescription">
      <summary>
        <para>Default value: Select the required map attribute to display its values within corresponding shape titles.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapShowLegendCaption">
      <summary>
        <para>Default value: Show Legend</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapShowLegendDescription">
      <summary>
        <para>Default value: Show the legend that helps end-users identify map elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapSouthAmericaCaption">
      <summary>
        <para>Default value: South America</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapSouthAmericaDescription">
      <summary>
        <para>Default value: Load a map of South America.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapUSACaption">
      <summary>
        <para>Default value: USA</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapUSADescription">
      <summary>
        <para>Default value: Load a map of USA.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapWorldCountriesCaption">
      <summary>
        <para>Default value: World Countries</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMapWorldCountriesDescription">
      <summary>
        <para>Default value: Load a world map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMultipleMasterFilterCaption">
      <summary>
        <para>Default value: Multiple Master Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMultipleMasterFilterDescription">
      <summary>
        <para>Default value: Enable Multiple Master Filter.\r\nWhen you select multiple elements within a dashboard item, other dashboard items show only data corresponding to elements you have selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMultipleMasterFilterDisabledDescription">
      <summary>
        <para>Default value: Multiple Master Filter is not supported when cell merging is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandMultiSelect">
      <summary>
        <para>Default value: Multi-Select</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandNewDashboardCaption">
      <summary>
        <para>Default value: New</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandNewDashboardDescription">
      <summary>
        <para>Default value: Create a new dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandNewDataSourceCaption">
      <summary>
        <para>Default value: New Data Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandNewDataSourceDescription">
      <summary>
        <para>Default value: Create a new data source.\r\n\r\nConfigure connection settings using the Create Data Source wizard and compose a data source in the Query Designer.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandNoneCalculation">
      <summary>
        <para>Default value: (None)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandNumericFormat">
      <summary>
        <para>Default value: Format…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandOpenDashboardCaption">
      <summary>
        <para>Default value: Open</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandOpenDashboardDescription">
      <summary>
        <para>Default value: Open a dashboard file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPercentageDifferenceCalculation">
      <summary>
        <para>Default value: Percentage Difference</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPercentOfTotalCalculation">
      <summary>
        <para>Default value: Percent of Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieDifferenceAlongArgumentsCalculation">
      <summary>
        <para>Default value: Difference along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieDifferenceAlongSeriesCalculation">
      <summary>
        <para>Default value: Difference along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelPositionCaption">
      <summary>
        <para>Default value: Data Labels Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelPositionDescription">
      <summary>
        <para>Default value: Specify data labels position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelPositionInsideCaption">
      <summary>
        <para>Default value: Inside</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelPositionInsideDescription">
      <summary>
        <para>Default value: Place data labels inside pie segments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelPositionOutsideCaption">
      <summary>
        <para>Default value: Outside</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelPositionOutsideDescription">
      <summary>
        <para>Default value: Place data labels outside pie segments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentAndPercentCaption">
      <summary>
        <para>Default value: Argument And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentAndPercentDescription">
      <summary>
        <para>Default value: Argument And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentAndValueCaption">
      <summary>
        <para>Default value: Argument And Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentAndValueDescription">
      <summary>
        <para>Default value: Argument And Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentCaption">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentDescription">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentValueAndPercentCaption">
      <summary>
        <para>Default value: Argument, Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsArgumentValueAndPercentDescription">
      <summary>
        <para>Default value: Argument, Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsCaption">
      <summary>
        <para>Default value: Data Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsDescription">
      <summary>
        <para>Default value: Specify which values should be displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsNoneDescription">
      <summary>
        <para>Default value: Do not display data labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsPercentCaption">
      <summary>
        <para>Default value: Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsPercentDescription">
      <summary>
        <para>Default value: Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsValueAndPercentCaption">
      <summary>
        <para>Default value: Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsValueAndPercentDescription">
      <summary>
        <para>Default value: Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsValueCaption">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsDataLabelsValueDescription">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionBottomCaption">
      <summary>
        <para>Default value: Bottom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionBottomDescription">
      <summary>
        <para>Default value: Bottom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionCaption">
      <summary>
        <para>Default value: Legend Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionDescription">
      <summary>
        <para>Default value: Select the position of the legend.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionLeftCaption">
      <summary>
        <para>Default value: Left</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionLeftDescription">
      <summary>
        <para>Default value: Left</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionNoneDescription">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionRightCaption">
      <summary>
        <para>Default value: Right</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionRightDescription">
      <summary>
        <para>Default value: Right</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionTopCaption">
      <summary>
        <para>Default value: Top</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionTopDescription">
      <summary>
        <para>Default value: Top</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionTopRightCaption">
      <summary>
        <para>Default value: TopRight</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsLegendPositionTopRightDescription">
      <summary>
        <para>Default value: TopRight</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentAndPercentCaption">
      <summary>
        <para>Default value: Argument And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentAndPercentDescription">
      <summary>
        <para>Default value: Argument And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentAndValueCaption">
      <summary>
        <para>Default value: Argument And Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentAndValueDescription">
      <summary>
        <para>Default value: Argument And Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentCaption">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentDescription">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentValueAndPercentCaption">
      <summary>
        <para>Default value: Argument, Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsArgumentValueAndPercentDescription">
      <summary>
        <para>Default value: Argument, Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsCaption">
      <summary>
        <para>Default value: Tooltips</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsDescription">
      <summary>
        <para>Default value: Specify which values should be displayed within tooltips.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsNoneDescription">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsPercentCaption">
      <summary>
        <para>Default value: Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsPercentDescription">
      <summary>
        <para>Default value: Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsValueAndPercentCaption">
      <summary>
        <para>Default value: Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsValueAndPercentDescription">
      <summary>
        <para>Default value: Value And Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsValueCaption">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieLabelsTooltipsValueDescription">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieMapIsWeightedCaption">
      <summary>
        <para>Default value: Weighted Pies</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieMapIsWeightedDescription">
      <summary>
        <para>Default value: Enable weighted pies.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPiePercentageDifferenceAlongArgumentsCalculation">
      <summary>
        <para>Default value: Percentage Difference along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPiePercentageDifferenceAlongSeriesCalculation">
      <summary>
        <para>Default value: Percentage Difference along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPiePercentOfArgumentTotalCalculation">
      <summary>
        <para>Default value: Percent of Argument Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPiePercentOfGrandTotalCalculation">
      <summary>
        <para>Default value: Percent of Grand Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPiePercentOfSeriesTotalCalculation">
      <summary>
        <para>Default value: Percent of Series Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieRankAlongArgumentsCalculation">
      <summary>
        <para>Default value: Rank along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieRankAlongPointsCalculation">
      <summary>
        <para>Default value: Rank along Points</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieRankAlongSeriesCalculation">
      <summary>
        <para>Default value: Rank along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieRunningSummaryAlongArgumentsCalculation">
      <summary>
        <para>Default value: Running Summary along Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieRunningSummaryAlongSeriesCalculation">
      <summary>
        <para>Default value: Running Summary along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieShowCaptionsCaption">
      <summary>
        <para>Default value: Show Pie Captions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieShowCaptionsDescription">
      <summary>
        <para>Default value: Show captions for individual diagrams within this dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieStyleDonutCaption">
      <summary>
        <para>Default value: Donut</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieStyleDonutDescription">
      <summary>
        <para>Default value: Display donuts.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieStylePieCaption">
      <summary>
        <para>Default value: Pie</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPieStylePieDescription">
      <summary>
        <para>Default value: Display pies.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotAutoExpandColumnCaption">
      <summary>
        <para>Default value: Expand Column Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotAutoExpandColumnDescription">
      <summary>
        <para>Default value: Expand Column Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotAutoExpandRowCaption">
      <summary>
        <para>Default value: Expand Row Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotAutoExpandRowDescription">
      <summary>
        <para>Default value: Expand Row Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotColumnTotalsPositionCaption">
      <summary>
        <para>Default value: Column Totals Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotColumnTotalsPositionDescription">
      <summary>
        <para>Default value: Specify the column totals’ position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotColumnTotalsPositionFarCaption">
      <summary>
        <para>Default value: Far</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotColumnTotalsPositionFarDescription">
      <summary>
        <para>Default value: Column totals are displayed far from row field values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotColumnTotalsPositionNearCaption">
      <summary>
        <para>Default value: Near</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotColumnTotalsPositionNearDescription">
      <summary>
        <para>Default value: Column totals are displayed near row field values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotDifferenceAlongColumnsCalculation">
      <summary>
        <para>Default value: Difference along Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotDifferenceAlongRowsCalculation">
      <summary>
        <para>Default value: Difference along Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotInitialStateCaption">
      <summary>
        <para>Default value: Initial State</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotInitialStateDescription">
      <summary>
        <para>Default value: Specify how the pivot dashboard item appears in the Dashboard Viewer by default.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotLayoutTypeCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotLayoutTypeCompactCaption">
      <summary>
        <para>Default value: Compact</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotLayoutTypeCompactDescription">
      <summary>
        <para>Default value: A Compact layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotLayoutTypeDescription">
      <summary>
        <para>Default value: Select a pivot table’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotLayoutTypeTabularCaption">
      <summary>
        <para>Default value: Tabular</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotLayoutTypeTabularDescription">
      <summary>
        <para>Default value: A Tabular layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotPercentageDifferenceAlongColumnsCalculation">
      <summary>
        <para>Default value: Percentage Difference along Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotPercentageDifferenceAlongRowsCalculation">
      <summary>
        <para>Default value: Percentage Difference along Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotPercentOfColumnGrandTotalCalculation">
      <summary>
        <para>Default value: Percent of Column Grand Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotPercentOfGrandTotalCalculation">
      <summary>
        <para>Default value: Percent of Grand Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotPercentOfRowGrandTotalCalculation">
      <summary>
        <para>Default value: Percent of Row Grand Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRankAlongCellsCalculation">
      <summary>
        <para>Default value: Rank along Cells</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRankAlongColumnsCalculation">
      <summary>
        <para>Default value: Rank along Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRankAlongRowsCalculation">
      <summary>
        <para>Default value: Rank along Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotResetLayoutOptionsCaption">
      <summary>
        <para>Default value: Reset Layout Options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotResetLayoutOptionsDescription">
      <summary>
        <para>Default value: Reset options related to a pivot table layout to their default values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRowTotalsPositionBottomCaption">
      <summary>
        <para>Default value: Bottom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRowTotalsPositionBottomDescription">
      <summary>
        <para>Default value: Row totals are displayed at the bottom of the group/pivot.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRowTotalsPositionCaption">
      <summary>
        <para>Default value: Row Totals Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRowTotalsPositionDescription">
      <summary>
        <para>Default value: Specify the row totals’ position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRowTotalsPositionDisabledDescription">
      <summary>
        <para>Default value: A position of row totals cannot be changed when Pivot Layout is set to Compact.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRowTotalsPositionTopCaption">
      <summary>
        <para>Default value: Top</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRowTotalsPositionTopDescription">
      <summary>
        <para>Default value: Row totals are displayed at the top of the group/pivot.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRunningSummaryAlongColumnsCalculation">
      <summary>
        <para>Default value: Running Summary along Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotRunningSummaryAlongRowsCalculation">
      <summary>
        <para>Default value: Running Summary along Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowColumnGrandTotalsCaption">
      <summary>
        <para>Default value: Show Column Grand Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowColumnGrandTotalsDescription">
      <summary>
        <para>Default value: Show column Grand Totals in the pivot dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowColumnTotalsCaption">
      <summary>
        <para>Default value: Show Column Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowColumnTotalsDescription">
      <summary>
        <para>Default value: Show column Totals in the pivot dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowGrandTotalsCaption">
      <summary>
        <para>Default value: Grand Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowGrandTotalsDescription">
      <summary>
        <para>Default value: Show Grand Totals in the pivot dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowRowGrandTotalsCaption">
      <summary>
        <para>Default value: Show Row Grand Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowRowGrandTotalsDescription">
      <summary>
        <para>Default value: Show row Grand Totals in the pivot dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowRowTotalsCaption">
      <summary>
        <para>Default value: Show Row Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowRowTotalsDescription">
      <summary>
        <para>Default value: Show row Totals in the pivot dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowTotalsCaption">
      <summary>
        <para>Default value: Totals</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotShowTotalsDescription">
      <summary>
        <para>Default value: Show Totals in the pivot dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotValuesPositionCaption">
      <summary>
        <para>Default value: Values Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotValuesPositionColumnsCaption">
      <summary>
        <para>Default value: Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotValuesPositionColumnsDescription">
      <summary>
        <para>Default value: Data headers are displayed in columns.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotValuesPositionDescription">
      <summary>
        <para>Default value: Specify the position of data headers used to arrange summary values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotValuesPositionRowsCaption">
      <summary>
        <para>Default value: Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPivotValuesPositionRowsDescription">
      <summary>
        <para>Default value: Data headers are displayed in rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandPrintPreview">
      <summary>
        <para>Default value: Print Preview…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterDifferenceAlongArgumentCalculation">
      <summary>
        <para>Default value: Difference along Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterDifferenceAlongSeriesCalculation">
      <summary>
        <para>Default value: Difference along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterPercentageDifferenceAlongArgumentCalculation">
      <summary>
        <para>Default value: Percentage Difference along Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterPercentageDifferenceAlongSeriesCalculation">
      <summary>
        <para>Default value: Percentage Difference along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterPercentOfArgumentTotalCalculation">
      <summary>
        <para>Default value: Percent of Argument Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterPercentOfGrandTotalCalculation">
      <summary>
        <para>Default value: Percent of Grand Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterPercentOfSeriesTotalCalculation">
      <summary>
        <para>Default value: Percent of Series Total</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterRankAlongArgumentCalculation">
      <summary>
        <para>Default value: Rank along Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterRankAlongPointsCalculation">
      <summary>
        <para>Default value: Rank along Points</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterRankAlongSeriesCalculation">
      <summary>
        <para>Default value: Rank along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterRunningSummaryAlongArgumentCalculation">
      <summary>
        <para>Default value: Running Summary along Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterRunningSummaryAlongSeriesCalculation">
      <summary>
        <para>Default value: Running Summary along Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterSeriesTypeCaption">
      <summary>
        <para>Default value: Series Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRangeFilterSeriesTypeDescription">
      <summary>
        <para>Default value: Change the type of range filter series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRankCalculation">
      <summary>
        <para>Default value: Rank</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRedoCaption">
      <summary>
        <para>Default value: Redo</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRedoDescription">
      <summary>
        <para>Default value: Redo ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRemoveDataItemsCaption">
      <summary>
        <para>Default value: Remove Data Items</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRemoveDataItemsDescription">
      <summary>
        <para>Default value: Remove bindings for the dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameDataSourceCaption">
      <summary>
        <para>Default value: Rename</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameDataSourceDescription">
      <summary>
        <para>Default value: Rename the current data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameFederationQueryCaption">
      <summary>
        <para>Default value: Rename</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameFederationQueryDescription">
      <summary>
        <para>Default value: Rename the selected query.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameMongoDBQueryCaption">
      <summary>
        <para>Default value: Rename Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameMongoDBQueryDescription">
      <summary>
        <para>Default value: Rename Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameQueryCaption">
      <summary>
        <para>Default value: Rename</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRenameQueryDescription">
      <summary>
        <para>Default value: Rename the selected query.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandReorderTabsCaption">
      <summary>
        <para>Default value: Reorder Tabs</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandReorderTabsDescription">
      <summary>
        <para>Default value: Change the page order.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandRunningSummaryCalculation">
      <summary>
        <para>Default value: Running Summary</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSaveAsDashboardCaption">
      <summary>
        <para>Default value: Save As</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSaveAsDashboardDescription">
      <summary>
        <para>Default value: Save a copy of the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSaveDashboardCaption">
      <summary>
        <para>Default value: Save</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSaveDashboardDescription">
      <summary>
        <para>Default value: Save the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartLegendPositionCaption">
      <summary>
        <para>Default value: Legend Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartLegendPositionDescription">
      <summary>
        <para>Default value: Change the legend position within the Scatter Chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartPointLabelOptionsCaption">
      <summary>
        <para>Default value: Point Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartPointLabelOptionsDescription">
      <summary>
        <para>Default value: Customize settings related to point labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartShowLegendCaption">
      <summary>
        <para>Default value: Show Legend</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartShowLegendDescription">
      <summary>
        <para>Default value: Show the legend that helps end-users identify scatter chart elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartXAxisSettingsCaption">
      <summary>
        <para>Default value: X-Axis Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartXAxisSettingsDescription">
      <summary>
        <para>Default value: Customize various X-axis settings, such as the visibility and axis type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartYAxisSettingsCaption">
      <summary>
        <para>Default value: Y-Axis Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandScatterChartYAxisSettingsDescription">
      <summary>
        <para>Default value: Customize various Y-axis settings, such as the visibility and axis type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectDashboardCaption">
      <summary>
        <para>Default value: Select Dashboard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectDashboardDescription">
      <summary>
        <para>Default value: Select the current dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectDashboardItemGroupCaption">
      <summary>
        <para>Default value: Select Group</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectDashboardItemGroupDescription">
      <summary>
        <para>Default value: Select the parent group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectDashboardTabPageCaption">
      <summary>
        <para>Default value: Select Tab Page</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectDashboardTabPageDescription">
      <summary>
        <para>Default value: Select the tab page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectDateTimePeriod">
      <summary>
        <para>Default value: Select Date Time Period</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectOtherValues">
      <summary>
        <para>Default value: Values</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectTabContainerCaption">
      <summary>
        <para>Default value: Select Tab Container</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSelectTabContainerDescription">
      <summary>
        <para>Default value: Select the tab container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandServerModeCaption">
      <summary>
        <para>Default value: Server Mode</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandServerModeDescription">
      <summary>
        <para>Default value: Enable server mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSetCurrencyCultureCaption">
      <summary>
        <para>Default value: Currency</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSetCurrencyCultureDescription">
      <summary>
        <para>Default value: Specify the currency that will be used to display all currency values in the dashboard by default.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandShowCaptionCaption">
      <summary>
        <para>Default value: Show Caption</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandShowCaptionDescription">
      <summary>
        <para>Default value: Show the dashboard item’s caption.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSingleMasterFilterCaption">
      <summary>
        <para>Default value: Single Master Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSingleMasterFilterDescription">
      <summary>
        <para>Default value: Enable Single Master Filter.\r\nWhen you select an element within the dashboard item, other dashboard items show only data corresponding to the element you have selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandSingleMasterFilterDisabledDescription">
      <summary>
        <para>Default value: Single Master Filter is not supported when cell merging is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTabPageIgnoreMasterFiltersCaption">
      <summary>
        <para>Default value: Ignore Master Filters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTabPageIgnoreMasterFiltersDescription">
      <summary>
        <para>Default value: Specify whether the dashboard items and groups contained in this tab page ignore filtering applied by Master Filters.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTabPageMasterFilterCaption">
      <summary>
        <para>Default value: Master Filter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTabPageMasterFilterDescription">
      <summary>
        <para>Default value: Enable the capability to filter external dashboard items using master filter items contained within the current dashboard tab page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTargetDimensionsArgumentsCaption">
      <summary>
        <para>Default value: Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTargetDimensionsArgumentsDescription">
      <summary>
        <para>Default value: Arguments are used to perform Master Filtering and drill-down</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTargetDimensionsPointsCaption">
      <summary>
        <para>Default value: Points</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTargetDimensionsPointsDescription">
      <summary>
        <para>Default value: Points are used to perform interactivity actions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTargetDimensionsSeriesCaption">
      <summary>
        <para>Default value: Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTargetDimensionsSeriesDescription">
      <summary>
        <para>Default value: Series are used to perform Master Filtering and drill-down</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTextBoxEditTextCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTextBoxEditTextDescription">
      <summary>
        <para>Default value: Edit the content of the text box.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTextBoxEditTextRibbonCaption">
      <summary>
        <para>Default value: Edit</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTextBoxInsertFieldCaption">
      <summary>
        <para>Default value: Insert Field</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTextBoxInsertFieldDescription">
      <summary>
        <para>Default value: Insert a data field into the document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTransposeChartDescription">
      <summary>
        <para>Default value: Transpose chart arguments and series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTransposeItemCaption">
      <summary>
        <para>Default value: Transpose</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTransposePieDescription">
      <summary>
        <para>Default value: Transpose pie arguments and series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTransposePivotDescription">
      <summary>
        <para>Default value: Transpose pivot rows and columns.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTransposeScatterChartDescription">
      <summary>
        <para>Default value: Transpose the chart’s X and Y axes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapBottomLeftToTopRightLayoutDirectionCaption">
      <summary>
        <para>Default value: Bottom Left - Top Right</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapBottomLeftToTopRightLayoutDirectionDescription">
      <summary>
        <para>Default value: Arrange items from the bottom-left to the top-right corner.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapBottomRightToTopLeftLayoutDirectionCaption">
      <summary>
        <para>Default value: Bottom Right - Top Left</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapBottomRightToTopLeftLayoutDirectionDescription">
      <summary>
        <para>Default value: Arrange items from the bottom-right to the top-left corner.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsArgumentAndValueCaption">
      <summary>
        <para>Default value: Argument and Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsArgumentAndValueDescription">
      <summary>
        <para>Default value: Arguments and values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsArgumentCaption">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsArgumentDescription">
      <summary>
        <para>Default value: Arguments are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsCaption">
      <summary>
        <para>Default value: Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsDescription">
      <summary>
        <para>Default value: Specify which values should be displayed group captions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsNoneDescription">
      <summary>
        <para>Default value: Data labels are not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsValueCaption">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupLabelsValueDescription">
      <summary>
        <para>Default value: Values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsArgumentAndValueCaption">
      <summary>
        <para>Default value: Argument and Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsArgumentAndValueDescription">
      <summary>
        <para>Default value: Arguments and values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsArgumentCaption">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsArgumentDescription">
      <summary>
        <para>Default value: Arguments are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsCaption">
      <summary>
        <para>Default value: Tooltips</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsDescription">
      <summary>
        <para>Default value: Specify which values should be displayed within group tooltips.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsNoneDescription">
      <summary>
        <para>Default value: Data labels are not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsValueCaption">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapGroupTooltipsValueDescription">
      <summary>
        <para>Default value: Values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapLayoutDirectionCaption">
      <summary>
        <para>Default value: Layout Direction</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapLayoutDirectionDescription">
      <summary>
        <para>Default value: Specify a layout direction used by Treemap.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapSliceAndDiceLayoutAlgorithmCaption">
      <summary>
        <para>Default value: Slice and Dice</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapSliceAndDiceLayoutAlgorithmDescription">
      <summary>
        <para>Default value: Enable the Slice and Dice layout algorithm.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapSquarifiedLayoutAlgorithmCaption">
      <summary>
        <para>Default value: Squarified</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapSquarifiedLayoutAlgorithmDescription">
      <summary>
        <para>Default value: Enable the Squarified layout algorithm.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapStripedLayoutAlgorithmCaption">
      <summary>
        <para>Default value: Striped</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapStripedLayoutAlgorithmDescription">
      <summary>
        <para>Default value: Enable the Strip layout algorithm.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsArgumentAndValueCaption">
      <summary>
        <para>Default value: Argument and Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsArgumentAndValueDescription">
      <summary>
        <para>Default value: Arguments and values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsArgumentCaption">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsArgumentDescription">
      <summary>
        <para>Default value: Arguments are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsCaption">
      <summary>
        <para>Default value: Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsDescription">
      <summary>
        <para>Default value: Specify which values should be displayed within tiles.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsNoneDescription">
      <summary>
        <para>Default value: Data labels are not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsValueCaption">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileLabelsValueDescription">
      <summary>
        <para>Default value: Values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsArgumentAndValueCaption">
      <summary>
        <para>Default value: Argument and Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsArgumentAndValueDescription">
      <summary>
        <para>Default value: Arguments and values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsArgumentCaption">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsArgumentDescription">
      <summary>
        <para>Default value: Arguments are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsCaption">
      <summary>
        <para>Default value: Tooltips</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsDescription">
      <summary>
        <para>Default value: Specify which values should be displayed within tile tooltips.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsNoneCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsNoneDescription">
      <summary>
        <para>Default value: Data labels are not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsValueCaption">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTileTooltipsValueDescription">
      <summary>
        <para>Default value: Values are displayed within data labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTopLeftToBottomRightLayoutDirectionCaption">
      <summary>
        <para>Default value: Top Left - Bottom Right</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTopLeftToBottomRightLayoutDirectionDescription">
      <summary>
        <para>Default value: Arrange items from the top-left to the bottom-right corner.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTopRightToBottomLeftLayoutDirectionCaption">
      <summary>
        <para>Default value: Top Right - Bottom Left</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreemapTopRightToBottomLeftLayoutDirectionDescription">
      <summary>
        <para>Default value: Arrange items from the top-right to the bottom-left corner.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreeViewAutoExpandCaption">
      <summary>
        <para>Default value: Auto Expand</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandTreeViewAutoExpandDescription">
      <summary>
        <para>Default value: Specify the initial expanded state of the tree view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUndoCaption">
      <summary>
        <para>Default value: Undo</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUndoDescription">
      <summary>
        <para>Default value: Undo ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUnsupportedCaption">
      <summary>
        <para>Default value: Unsupported Action</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUnsupportedDescription">
      <summary>
        <para>Default value: This action is not supported by the current version of the Dashboard Designer.\r\n\r\nPlease contact the application vendor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUpdateDataExtractCaption">
      <summary>
        <para>Default value: Update</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUpdateDataExtractDescription">
      <summary>
        <para>Default value: Update the current data extract.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUseGlobalColorsCaption">
      <summary>
        <para>Default value: Global Colors</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUseGlobalColorsDescription">
      <summary>
        <para>Default value: Use a global scheme to color elements of a dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUseLocalColorsCaption">
      <summary>
        <para>Default value: Local Colors</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandUseLocalColorsDescription">
      <summary>
        <para>Default value: Use a local scheme to color elements of a dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandWeightedLegendLinearTypeCaption">
      <summary>
        <para>Default value: Linear</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandWeightedLegendLinearTypeDescription">
      <summary>
        <para>Default value: Show the linear weighted legend that helps end-users identify map elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandWeightedLegendNestedTypeCaption">
      <summary>
        <para>Default value: Nested</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandWeightedLegendNestedTypeDescription">
      <summary>
        <para>Default value: Show the nested weighted legend that helps end-users identify map elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandWeightedLegendNoneTypeCaption">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CommandWeightedLegendNoneTypeDescription">
      <summary>
        <para>Default value: Disable the weighted legend.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureExtractDataSource">
      <summary>
        <para>Default value: Edit extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureExtractDataSourceHeaderDescription">
      <summary>
        <para>Default value: Specify the filter used to create the data extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureFederationCalculatedFieldsPageView_SourceCalculatedFieldExpression">
      <summary>
        <para>Default value: Expression</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureFederationCalculatedFieldsPageView_SourceFieldNameCaption">
      <summary>
        <para>Default value: Name</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureFederationCalculatedFieldsPageView_TargetCalculatedFieldExpression">
      <summary>
        <para>Default value: Expression</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureFederationCalculatedFieldsPageView_TargetFieldNameCaption">
      <summary>
        <para>Default value: Name</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureFederationCalculatedFieldsPageViewHeaderDescription">
      <summary>
        <para>Default value: Select calculated fields you want to include in a federated data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConfigureOlapParametersPageViewHeaderDescription">
      <summary>
        <para>Default value: Specify the connection properties.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ConnectionErrorFormDetailPattern">
      <summary>
        <para>Default value: Connection name: {0}\r\nError message: {1}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CreateExtractDataSourceHeaderDescription">
      <summary>
        <para>Default value: Create a new data extract or connect to an existing one</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CurrencyInvariantRegion">
      <summary>
        <para>Default value: Undefined</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CustomItemCustomControlProviderIsNotInitializedExceptionMessage">
      <summary>
        <para>Default value: CustomControlProvider is not initialized for the ‘{0}’ custom item type. Add required initialization code to the ‘DashboardControl.CustomDashboardItemControlCreating’ event handler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CustomItemMetadataIsNotFoundExceptionMessage">
      <summary>
        <para>Default value: Cannot find metadata for the ‘{0}’ custom item type. Call the ‘Dashboard.CustomItemMetadataTypes.Register’ method to register the corresponding metadata type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.CustomPeriod">
      <summary>
        <para>Default value: Custom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardCurrencyUseCurrentCurrency">
      <summary>
        <para>Default value: Use client system settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerCaption">
      <summary>
        <para>Default value: Dashboard Designer</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerConfirmSaveMessage">
      <summary>
        <para>Default value: Do you want to save changes to {0}?”</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerDataObsoleteMessage">
      <summary>
        <para>Default value: The dashboard item does not reflect changes made since the last dashboard update. Use the Update button to update\r\nthe dashboard according to the last modifications or enable Automatic Updates.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerDataReducedMessage">
      <summary>
        <para>Default value: This dashboard item is bound to a large dataset and\r\ndoes not currently display all data to retain performance.\r\nIn the Dashboard Viewer, all data will be displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerDefaultDashboardName">
      <summary>
        <para>Default value: Dashboard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerEmptyMessage">
      <summary>
        <para>Default value: To add a dashboard item to your dashboard, click the corresponding button in the Ribbon or the Toolbar</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerUnableCreateBarsMessage">
      <summary>
        <para>Default value: Unable to create bars. The Dashboard Designer has not been assigned a parent control</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardDesignerUnableCreateRibbonMessage">
      <summary>
        <para>Default value: Unable to create a ribbon. The Dashboard Designer has not been assigned a parent control</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardFormatConditionBetweenOrEqualTemplate">
      <summary>
        <para>Default value: {0} [{1}, {2}]</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardFormatConditionBetweenTemplate">
      <summary>
        <para>Default value: {0} ({1}, {2})</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardFormatConditionPercentValue">
      <summary>
        <para>Default value: %</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardFormatConditionTemplate">
      <summary>
        <para>Default value: {0} ({1}{2})</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardLoadingError">
      <summary>
        <para>Default value: Unable to load the dashboard because the following file is not available or it is not a valid dashboard file.\r\n{0}\r\nPlease ensure that the application can access this file and that it is valid, or specify a different file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardNonTrustedDataTypeError">
      <summary>
        <para>Default value: {0} contains untrusted data types. Please contact the application vendor or system administrator for assistance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardSavingError">
      <summary>
        <para>Default value: Unable to save the dashboard.\r\nPlease specify a different path or ensure that you have permissions to write to the specified path.\r\n{0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardSavingErrorDetails">
      <summary>
        <para>Default value: Failed to save the dashboard. To learn more, see the error details:\r\n{0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DashboardViewerEmptyDesignerMessage">
      <summary>
        <para>Default value: This Dashboard Viewer is empty. Use the Load Dashboard smart tag to open a dashboard XML file or specify the path to this file via the DashboardUri property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataConnectionParametersDialog">
      <summary>
        <para>Default value: Connection error</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataConnectionParametersDialogCaptionUnableToConnect">
      <summary>
        <para>Default value: Cannot connect to the database using the specified connection parameters.\r\nSpecify the correct connection parameters and click OK.\r\nDatabase credentials will not be saved after closing this dialog window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataFieldBrowserCalculatedFieldExpressionEditorMenuItem">
      <summary>
        <para>Default value: Edit Expression…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataFieldBrowserCalculatedFieldTypeMenuItem">
      <summary>
        <para>Default value: Field Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataFieldBrowserRemoveCalculatedFieldMenuItem">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataFieldBrowserRenameCalculatedFieldMenuItem">
      <summary>
        <para>Default value: Rename</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataItemCurrencyUseDashboardCurrency">
      <summary>
        <para>Default value: Use dashboard settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceDataMember">
      <summary>
        <para>Default value: Data Member</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceEmptyNameMessage">
      <summary>
        <para>Default value: The data source name cannot be empty.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceNameExistsMessage">
      <summary>
        <para>Default value: A data source with the specified name already exists.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceQuery">
      <summary>
        <para>Default value: Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeEF">
      <summary>
        <para>Default value: Entity Framework</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeEFDescription">
      <summary>
        <para>Default value: Connect to an Entity Framework data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeExcel">
      <summary>
        <para>Default value: Microsoft Excel workbook / CSV file</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeExcelDescription">
      <summary>
        <para>Default value: Connect to a Microsoft Excel workbook / CSV file and select the required data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeExtract">
      <summary>
        <para>Default value: Data extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeExtractDescription">
      <summary>
        <para>Default value: Create a new data extract or connect to an existing one.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeFederation">
      <summary>
        <para>Default value: Data Federation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeFederationDescription">
      <summary>
        <para>Default value: Select data sources to create a federated data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeFederationDisabledDescription">
      <summary>
        <para>Default value: Create several data sources to integrate them in a federated data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeJson">
      <summary>
        <para>Default value: JSON data</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeJsonDescription">
      <summary>
        <para>Default value: Import data in JSON format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeMongoDB">
      <summary>
        <para>Default value: MongoDB</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeMongoDBDescription">
      <summary>
        <para>Default value: Connect to a MongoDB database and select data in the Query Builder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeObject">
      <summary>
        <para>Default value: Object Binding</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeObjectDescription">
      <summary>
        <para>Default value: Bind to an object that provides the required data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeOlap">
      <summary>
        <para>Default value: Olap</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeOlapDescription">
      <summary>
        <para>Default value: Connect to an OLAP cube in an MS Analysis Services database.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeSql">
      <summary>
        <para>Default value: Database</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeSqlDescription">
      <summary>
        <para>Default value: Connect to an SQL database and select the required data using the Query Builder or SQL query.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeXmlSchema">
      <summary>
        <para>Default value: XML Schema</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeXmlSchemaDescription">
      <summary>
        <para>Default value: Provide the data source schema using an XML/XSD file or a data class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeXPO">
      <summary>
        <para>Default value: eXpress Persistent Objects (XPO)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DataSourceTypeXPODescription">
      <summary>
        <para>Default value: Create a data source that provides XPO data to the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateFilterEditDateTimePeriodsCaption">
      <summary>
        <para>Default value: Edit Periods</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateFilterEditDateTimePeriodsDescription">
      <summary>
        <para>Default value: Edit predefined periods displayed as quick filter buttons.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDateFormatDefaultCaption">
      <summary>
        <para>Default value: Default</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDateFormatLongCaption">
      <summary>
        <para>Default value: Long</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDateFormatShortCaption">
      <summary>
        <para>Default value: Short</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDateTimeFormatDefaultCaption">
      <summary>
        <para>Default value: Default</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDateTimeFormatLongCaption">
      <summary>
        <para>Default value: Long</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDateTimeFormatShortCaption">
      <summary>
        <para>Default value: Short</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDateTimeFormatTimeOnlyCaption">
      <summary>
        <para>Default value: Time only</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDayOfWeekFormatAbbreviatedCaption">
      <summary>
        <para>Default value: Abbreviated</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDayOfWeekFormatDefaultCaption">
      <summary>
        <para>Default value: Default</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDayOfWeekFormatFullCaption">
      <summary>
        <para>Default value: Full</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatDayOfWeekFormatNumericCaption">
      <summary>
        <para>Default value: Numeric</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatMonthFormatAbbreviatedCaption">
      <summary>
        <para>Default value: Abbreviated</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatMonthFormatDefaultCaption">
      <summary>
        <para>Default value: Default</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatMonthFormatFullCaption">
      <summary>
        <para>Default value: Full</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatMonthFormatNumericCaption">
      <summary>
        <para>Default value: Numeric</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatQuarterFormatDefaultCaption">
      <summary>
        <para>Default value: Default</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatQuarterFormatFullCaption">
      <summary>
        <para>Default value: Full</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatQuarterFormatNumericCaption">
      <summary>
        <para>Default value: Numeric</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatYearFormatAbbreviatedCaption">
      <summary>
        <para>Default value: Abbreviated</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatYearFormatDefaultCaption">
      <summary>
        <para>Default value: Default</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeFormatYearFormatFullCaption">
      <summary>
        <para>Default value: Full</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalAll">
      <summary>
        <para>Default value: All</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalDay">
      <summary>
        <para>Default value: Day</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalHour">
      <summary>
        <para>Default value: Hour</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalMinute">
      <summary>
        <para>Default value: Minute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalMonth">
      <summary>
        <para>Default value: Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalQuarter">
      <summary>
        <para>Default value: Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalSecond">
      <summary>
        <para>Default value: Second</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimeIntervalYear">
      <summary>
        <para>Default value: Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DateTimePeriodsNameTemplate">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DayLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DaysLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaIndicationModeGreaterIsGoodCaption">
      <summary>
        <para>Default value: Greater is good</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaIndicationModeLessIsGoodCaption">
      <summary>
        <para>Default value: Less is good</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaIndicationModeNoIndicationCaption">
      <summary>
        <para>Default value: No indication</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaIndicationModeWarningIfGreaterCaption">
      <summary>
        <para>Default value: Warning if greater</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaIndicationModeWarningIfLessCaption">
      <summary>
        <para>Default value: Warning if less</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaThresholdTypeAbsolute">
      <summary>
        <para>Default value: Absolute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaThresholdTypePercent">
      <summary>
        <para>Default value: Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaValueTypeAbsoluteVariationCaption">
      <summary>
        <para>Default value: Absolute variation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaValueTypeActualValueCaption">
      <summary>
        <para>Default value: Actual value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaValueTypePercentOfTargetCaption">
      <summary>
        <para>Default value: Percent of target</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaValueTypePercentVariationCaption">
      <summary>
        <para>Default value: Percent variation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DeltaValueTypeTargetValueCaption">
      <summary>
        <para>Default value: Target value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionListCreateBarsTransaction">
      <summary>
        <para>Default value: Create Bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionListCreateRibbonTransaction">
      <summary>
        <para>Default value: Create Ribbon</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionListUpdateBarsTransaction">
      <summary>
        <para>Default value: Update Bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionListUpdateRibbonTransaction">
      <summary>
        <para>Default value: Update Ribbon</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionMethodCreateBarsItem">
      <summary>
        <para>Default value: Create Bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionMethodCreateRibbonItem">
      <summary>
        <para>Default value: Create Ribbon</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionMethodUpdateBarsItem">
      <summary>
        <para>Default value: Update Bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DesignerActionMethodUpdateRibbonItem">
      <summary>
        <para>Default value: Update Ribbon</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DifferenceCalculationTargetFirst">
      <summary>
        <para>Default value: First</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DifferenceCalculationTargetLast">
      <summary>
        <para>Default value: Last</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DifferenceCalculationTargetNext">
      <summary>
        <para>Default value: Next</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DifferenceCalculationTargetPrevious">
      <summary>
        <para>Default value: Previous</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DragAreaDashboardItemHasNotDataItemsMessage">
      <summary>
        <para>Default value: The ‘{0}’ dashboard item has no data items</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DragAreaHasNotDashboardItemMessage">
      <summary>
        <para>Default value: Select a dashboard item to see available data items</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DragItemCaptionTemplate">
      <summary>
        <para>Default value: &lt;b&gt;{0}:&lt;/b&gt;</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DragItemFieldText">
      <summary>
        <para>Default value: &lt;b&gt;Source Field:&lt;/b&gt;</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.DragItemTextTemplate">
      <summary>
        <para>Default value: {0} {1}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.EditExtractDataSourceHeaderDescription">
      <summary>
        <para>Default value: Edit the existing data extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.EditorAutomaticValue">
      <summary>
        <para>Default value: (Automatic)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.EditorCustomValue">
      <summary>
        <para>Default value: (Custom)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.EditorEmptyEnter">
      <summary>
        <para>Default value: &lt;enter a value&gt;</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.EntireRangePeriodCaption">
      <summary>
        <para>Default value: Entire Range</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ErrorDateTimePeriodDoesNotExists">
      <summary>
        <para>Default value: A date-time period with the specified name does not exist.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ErrorHandlingServerModeIsDisabled">
      <summary>
        <para>Default value: Server mode is disabled</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateDateTimeFormatPattern">
      <summary>
        <para>Default value: {0}: {1}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateFormatDay">
      <summary>
        <para>Default value: Day</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateFormatHour">
      <summary>
        <para>Default value: Hour</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateFormatMinute">
      <summary>
        <para>Default value: Minute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateFormatMonth">
      <summary>
        <para>Default value: Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateFormatQuarter">
      <summary>
        <para>Default value: Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateFormatSecond">
      <summary>
        <para>Default value: Second</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExactDateFormatYear">
      <summary>
        <para>Default value: Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ExtractPathRequest">
      <summary>
        <para>Default value: Error loading data extract file</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FieldsDescriptionPrefix">
      <summary>
        <para>Default value: The type of this field is</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FileFilterAll">
      <summary>
        <para>Default value: All Files</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FileFilterAllImages">
      <summary>
        <para>Default value: All Image Files</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FileFilterDashboards">
      <summary>
        <para>Default value: Dashboard Files</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FileFilterExtract">
      <summary>
        <para>Default value: Extract File</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FilterEditorDashboardItemTitleTemplate">
      <summary>
        <para>Default value: Filter Editor for {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FilterEditorMeasureTitleTemplate">
      <summary>
        <para>Default value: Filter Editor for {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FilterEditorVisibleDataFilterTitleTemplate">
      <summary>
        <para>Default value: Visible Data Filter Editor for {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceBlue">
      <summary>
        <para>Default value: Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceCustom">
      <summary>
        <para>Default value: Custom</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceCyan">
      <summary>
        <para>Default value: Cyan</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontBlue">
      <summary>
        <para>Default value: Blue Font</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontBold">
      <summary>
        <para>Default value: Bold</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontGrayed">
      <summary>
        <para>Default value: Gray Font</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontGreen">
      <summary>
        <para>Default value: Green Font</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontItalic">
      <summary>
        <para>Default value: Italic</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontRed">
      <summary>
        <para>Default value: Red Font</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontUnderline">
      <summary>
        <para>Default value: Underline</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceFontYellow">
      <summary>
        <para>Default value: Yellow Font</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientBlue">
      <summary>
        <para>Default value: Gradient Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientCyan">
      <summary>
        <para>Default value: Gradient Cyan</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientGreen">
      <summary>
        <para>Default value: Gradient Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientOrange">
      <summary>
        <para>Default value: Gradient Orange</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientPurple">
      <summary>
        <para>Default value: Gradient Purple</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientRed">
      <summary>
        <para>Default value: Gradient Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientTransparent">
      <summary>
        <para>Default value: Gradient Transparent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGradientYellow">
      <summary>
        <para>Default value: Gradient Yellow</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGray">
      <summary>
        <para>Default value: Gray</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceGreen">
      <summary>
        <para>Default value: Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceNone">
      <summary>
        <para>Default value: None</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceOrange">
      <summary>
        <para>Default value: Orange</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePaleBlue">
      <summary>
        <para>Default value: Pale Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePaleCyan">
      <summary>
        <para>Default value: Pale Cyan</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePaleGray">
      <summary>
        <para>Default value: Pale Gray</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePaleGreen">
      <summary>
        <para>Default value: Pale Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePaleOrange">
      <summary>
        <para>Default value: Pale Orange</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePalePurple">
      <summary>
        <para>Default value: Pale Purple</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePaleRed">
      <summary>
        <para>Default value: Pale Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePaleYellow">
      <summary>
        <para>Default value: Pale Yellow</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearancePurple">
      <summary>
        <para>Default value: Purple</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceRed">
      <summary>
        <para>Default value: Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAppearanceYellow">
      <summary>
        <para>Default value: Yellow</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionAutomaticValueType">
      <summary>
        <para>Default value: Automatic</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionBarTemplate">
      <summary>
        <para>Default value: Bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionBetweenAndCaption">
      <summary>
        <para>Default value: and</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionColorRangeBarTemplate">
      <summary>
        <para>Default value: Set of [{0}] range bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionCustomAppearanceCaption">
      <summary>
        <para>Default value: Custom Appearance</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionGradientRangeBarTemplate">
      <summary>
        <para>Default value: Gradient of [{0}] range bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionMaximumCaption">
      <summary>
        <para>Default value: Max =</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionMinimumCaption">
      <summary>
        <para>Default value: Min =</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionMinMaxValueCaption">
      <summary>
        <para>Default value: Value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionNumberValueType">
      <summary>
        <para>Default value: Number</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionPercentValueType">
      <summary>
        <para>Default value: Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeGradientTemplate">
      <summary>
        <para>Default value: Gradient of [{0}] ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeGradientThreeColorsCaption">
      <summary>
        <para>Default value: 3 Color Gradient Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeGradientTwoColorsCaption">
      <summary>
        <para>Default value: 2 Color Gradient Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeSetNoStyleCaption">
      <summary>
        <para>Default value: No Style</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeSetRanges2Caption">
      <summary>
        <para>Default value: 2 Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeSetRanges3Caption">
      <summary>
        <para>Default value: 3 Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeSetRanges4Caption">
      <summary>
        <para>Default value: 4 Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeSetRanges5Caption">
      <summary>
        <para>Default value: 5 Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionRangeSetTemplate">
      <summary>
        <para>Default value: Set of [{0}] ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionTopBottomNCaption">
      <summary>
        <para>Default value: N =</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionTopBottomTemplate">
      <summary>
        <para>Default value: {0} (N= {1}{2})</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatConditionUndefinedConditionException">
      <summary>
        <para>Default value: Rule Caption: Undefined Condition</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleAllowNegativeAxis">
      <summary>
        <para>Default value: Allow negative axis</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleApplyTo">
      <summary>
        <para>Default value: Apply to</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleApplyToColumn">
      <summary>
        <para>Default value: Apply to column</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleApplyToRow">
      <summary>
        <para>Default value: Apply to row</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleDataItemIsNotAvailable">
      <summary>
        <para>Default value: (N/A)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleDataItemsAll">
      <summary>
        <para>Default value: [All]</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleDrawAxis">
      <summary>
        <para>Default value: Draw axis</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleFormatStyle">
      <summary>
        <para>Default value: Format style</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleInvalidRule">
      <summary>
        <para>Default value: &lt;Invalid Rule&gt;</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleInvalidRuleChanging">
      <summary>
        <para>Default value: Invalid Rule cannot be enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleNegativeStyle">
      <summary>
        <para>Default value: Negative Style Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRulePercentOf">
      <summary>
        <para>Default value: % of all values</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleRangeAdd">
      <summary>
        <para>Default value: Add</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleRangeDelete">
      <summary>
        <para>Default value: Delete</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleRangeGenerateRanges">
      <summary>
        <para>Default value: Generate Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleRangeReverseStyles">
      <summary>
        <para>Default value: Reverse</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleRangeSegmentNumber">
      <summary>
        <para>Default value: Number of ranges:</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleRangeUsePercent">
      <summary>
        <para>Default value: Use % ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleShowBarOnly">
      <summary>
        <para>Default value: Show bar only</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleStyle">
      <summary>
        <para>Default value: Style Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleStyleAppearance">
      <summary>
        <para>Default value: Appearance</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FormatRuleStyleIcons">
      <summary>
        <para>Default value: Icons</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FromDatePeriodCaption">
      <summary>
        <para>Default value: From {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.FromToDatePeriodCaption">
      <summary>
        <para>Default value: {0} - {1}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GaugeCalculationAlongGauges">
      <summary>
        <para>Default value: Gauges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GlobalColorSchemeEditFormCaption">
      <summary>
        <para>Default value: Global Color Scheme</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridCalculationAlongRows">
      <summary>
        <para>Default value: Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridCalculationAlongRowsAndSparklineArgument">
      <summary>
        <para>Default value: Rows / Sparkline Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridCalculationAlongSparklineArgument">
      <summary>
        <para>Default value: Sparkline Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridCalculationAlongSparklineArgumentAndRows">
      <summary>
        <para>Default value: Sparkline Argument / Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridClearSortingMenuItemCaption">
      <summary>
        <para>Default value: Clear Sorting</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridClearSortingMenuItemDescription">
      <summary>
        <para>Default value: Clear Sorting</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnFitToContentMenuItemCaption">
      <summary>
        <para>Default value: Fit to Content</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnFitToContentMenuItemDescription">
      <summary>
        <para>Default value: Fit to Content.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnFixedWidthMenuItemCaption">
      <summary>
        <para>Default value: Fix Width</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnFixedWidthMenuItemDescription">
      <summary>
        <para>Default value: Fix Width.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnTotalAutoBarItemCaption">
      <summary>
        <para>Default value: Auto</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnTotalAvgBarItemCaption">
      <summary>
        <para>Default value: Average</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnTotalCountBarItemCaption">
      <summary>
        <para>Default value: Count</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnTotalMaxBarItemCaption">
      <summary>
        <para>Default value: Max</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnTotalMinBarItemCaption">
      <summary>
        <para>Default value: Min</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnTotalSumBarItemCaption">
      <summary>
        <para>Default value: Sum</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnWidthMenuItemCaption">
      <summary>
        <para>Default value: Column Width…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridColumnWidthMenuItemDescription">
      <summary>
        <para>Default value: Column Width…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridSortAscendingMenuItemCaption">
      <summary>
        <para>Default value: Sort Ascending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridSortAscendingMenuItemDescription">
      <summary>
        <para>Default value: Sort Ascending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridSortDescendingMenuItemCaption">
      <summary>
        <para>Default value: Sort Descending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.GridSortDescendingMenuItemDescription">
      <summary>
        <para>Default value: Sort Descending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemAddCalculatedField">
      <summary>
        <para>Default value: Add calculated field ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemAddFederationQuery">
      <summary>
        <para>Default value: Add a new query to the ‘{0}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemAddGridColumnTotal">
      <summary>
        <para>Default value: Add the ‘{0}’ summary for the ‘{1}’ of ‘{2}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemAddQuery">
      <summary>
        <para>Default value: Add a new query to the ‘{0}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemBoundImageBindingOptions">
      <summary>
        <para>Default value: Change data binding options for {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemBubbleMapOptions">
      <summary>
        <para>Default value: Change bubble map options for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemCalculatedFieldExpression">
      <summary>
        <para>Default value: Change expression for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemCalculatedFieldName">
      <summary>
        <para>Default value: Rename ‘{0}’ to ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemCalculatedFieldType">
      <summary>
        <para>Default value: Change field type for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChangeGridColumnTotal">
      <summary>
        <para>Default value: Change the summary type for ‘{0}’ to ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChangeMapViewport">
      <summary>
        <para>Default value: Change extent in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChangeWeightedLegendType">
      <summary>
        <para>Default value: Change weighted legend type for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartAddPane">
      <summary>
        <para>Default value: Add new pane to ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartLegendPosition">
      <summary>
        <para>Default value: Change legend position for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartRemovePane">
      <summary>
        <para>Default value: Remove ‘{0}’ pane from ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartRotate">
      <summary>
        <para>Default value: {0} diagram rotation in ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartSeriesType">
      <summary>
        <para>Default value: Change series type for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartShowLegend">
      <summary>
        <para>Default value: {0} legend visibility for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartXAxisSettings">
      <summary>
        <para>Default value: Change X-axis settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemChartYAxisSettings">
      <summary>
        <para>Default value: Change Y axis settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemClearGridColumnTotals">
      <summary>
        <para>Default value: Remove all totals for the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemComboBoxChangeType">
      <summary>
        <para>Default value: Change the type of a combo box in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemContentArrangement">
      <summary>
        <para>Default value: Change arrangement settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemConvertDashboardItemType">
      <summary>
        <para>Default value: Convert ‘{0}’ to {1}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemCrossDataSourceFiltering">
      <summary>
        <para>Default value: {0} cross-data-source filtering for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemDateTimeFormat">
      <summary>
        <para>Default value: Set date-time format for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemNumericFormat">
      <summary>
        <para>Default value: Set numeric format for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemRename">
      <summary>
        <para>Default value: Rename data item for {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemShowGrandTotalsDisable">
      <summary>
        <para>Default value: Hide grand totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemShowGrandTotalsEnable">
      <summary>
        <para>Default value: Show grand totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemShowTotalsDisable">
      <summary>
        <para>Default value: Hide totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemShowTotalsEnable">
      <summary>
        <para>Default value: Show totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemShowValuesDisable">
      <summary>
        <para>Default value: Hide values for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDataItemShowValuesEnable">
      <summary>
        <para>Default value: Show values for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateFilterChangeArrangementMode">
      <summary>
        <para>Default value: Change the layout direction in {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateFilterChangeDatePickerLocation">
      <summary>
        <para>Default value: Change the date picker location in {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateFilterChangeFilterType">
      <summary>
        <para>Default value: Change the filter type of a date filter in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateTimePeriodAdd">
      <summary>
        <para>Default value: Add date-time period from the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateTimePeriodDelete">
      <summary>
        <para>Default value: Delete date-time period from the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateTimePeriodEdit">
      <summary>
        <para>Default value: Edit ‘{0}’ date-time period of the ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateTimePeriodMove">
      <summary>
        <para>Default value: Change date-time period order for the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateTimePeriodRename">
      <summary>
        <para>Default value: Change the display name of the ‘{0}’ date-time period for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDateTimePeriodsAdd">
      <summary>
        <para>Default value: Add date-time periods to the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDeleteDataSource">
      <summary>
        <para>Default value: Delete ‘{0}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDeleteFederationQuery">
      <summary>
        <para>Default value: Delete the ‘{0}’ query from the ‘{1}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDeleteItem">
      <summary>
        <para>Default value: Delete ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDeleteMongoDBQuery">
      <summary>
        <para>Default value: Delete the ‘{0}’ query from the ‘{1}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDeleteQuery">
      <summary>
        <para>Default value: Delete the ‘{0}’ query from the ‘{1}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDimensionColoringMode">
      <summary>
        <para>Change coloring mode for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDimensionGroupChildValues">
      <summary>
        <para>Default value: Change tile group settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDimensionGroupInterval">
      <summary>
        <para>Default value: Set group interval for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDimensionSorting">
      <summary>
        <para>Default value: Set sorting for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDimensionSortOrder">
      <summary>
        <para>Default value: Toggle sort order for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDimensionSpecifyTopN">
      <summary>
        <para>Default value: Set Top N for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDisableGridColumnFitToContent">
      <summary>
        <para>Default value: Disable fit to content of the ‘{0}’ column for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDisableGridColumnFixedWidth">
      <summary>
        <para>Default value: Disable fixed width of the ‘{0}’ column for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDisableWeightedLegend">
      <summary>
        <para>Default value: Disable weighted Legend for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDisabling">
      <summary>
        <para>Default value: Disabling</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDisplayItemAsPage">
      <summary>
        <para>Default value: {0} display item as page on ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDrillDown">
      <summary>
        <para>Default value: {0} drill-down for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemDuplicateItem">
      <summary>
        <para>Default value: Create a copy of ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditConnection">
      <summary>
        <para>Default value: Modify connection parameters for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditDashboardColorScheme">
      <summary>
        <para>Default value: Modify a dashboard color scheme</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditDashboardLayoutOptions">
      <summary>
        <para>Default value: Edit dashboard layout options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditDashboardParameters">
      <summary>
        <para>Default value: Edit dashboard parameters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditDashboardTitle">
      <summary>
        <para>Default value: Edit dashboard title</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditDataSource">
      <summary>
        <para>Default value: Modify query for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditExtractParameters">
      <summary>
        <para>Default value: Edit extract parameters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditFederationQuery">
      <summary>
        <para>Default value: Edit the ‘{0}’ query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditFilter">
      <summary>
        <para>Default value: Edit filter for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditLocalColorScheme">
      <summary>
        <para>Default value: Modify a local color scheme for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditMeasureFilter">
      <summary>
        <para>Default value: Edit filter for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditNames">
      <summary>
        <para>Default value: Edit names within ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditQuery">
      <summary>
        <para>Default value: Edit the ‘{0}’ query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditQueryFilter">
      <summary>
        <para>Default value: Edit the current filter for the ‘{0}’ query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEditVisibleDataFilter">
      <summary>
        <para>Default value: Edit Visible Data Filter for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEnableGridColumnFitToContent">
      <summary>
        <para>Default value: Adjust the ‘{0}’ column width to fit its content for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEnableGridColumnFixedWidth">
      <summary>
        <para>Default value: Fix the width of the ‘{0}’ column for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemEnabling">
      <summary>
        <para>Default value: Enabling</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemExtractSourceOptionsDataSourceFilter">
      <summary>
        <para>Default value: Filter data extract source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFilterDataSource">
      <summary>
        <para>Default value: Filter data source ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFilterElementEnableSearchChanged">
      <summary>
        <para>Default value: Change search settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFilterElementShowAllValueChanged">
      <summary>
        <para>Default value: Change the ‘All’ value visibility for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFormatRuleClear">
      <summary>
        <para>Default value: Clear format rules calculated by ‘{0}’ for the ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFormatRuleCreate">
      <summary>
        <para>Default value: Create new ‘{0}’ format rule for the ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFormatRuleEdit">
      <summary>
        <para>Default value: Edit ‘{0}’ format rule of the ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFormatRulePropertyEnabled">
      <summary>
        <para>Default value: Enable/disable format rule for the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFormatRulesDelete">
      <summary>
        <para>Default value: Delete format rule from the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemFormatRulesMove">
      <summary>
        <para>Default value: Change format rules order for the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGaugeRange">
      <summary>
        <para>Default value: Change settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGaugeShowCaptions">
      <summary>
        <para>Default value: {0} gauge captions visibility for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGaugeViewType">
      <summary>
        <para>Default value: Change gauge view type for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGeoPointMapClusterization">
      <summary>
        <para>Default value: {0} clustering for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridAutoFitToContentsColumnWidthMode">
      <summary>
        <para>Default value: Enable the ‘AutoFit to Contents’ column width mode for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridAutoFitToGridColumnWidthMode">
      <summary>
        <para>Enable the ‘AutoFit to Grid’ column width mode for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridBandedRows">
      <summary>
        <para>Default value: {0} banded rows for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridColumnHeaders">
      <summary>
        <para>Default value: {0} column headers visibility for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridColumnOptions">
      <summary>
        <para>Default value: Change column options for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridHorizontalLines">
      <summary>
        <para>Default value: {0} horizontal grid lines visibility for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridManualColumnWidthMode">
      <summary>
        <para>Default value: Enable the ‘Manual’ column width mode for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridMergeCells">
      <summary>
        <para>Default value: {0} cell merging for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridResizeColumns">
      <summary>
        <para>Default value: Change the ‘{0}’ and ‘{1}’ column widths for ‘{2}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridVerticalLines">
      <summary>
        <para>Default value: {0} vertical grid lines visibility for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGridWordWrap">
      <summary>
        <para>Default value: {0} word wrapping for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGroupIgnoreMasterFilters">
      <summary>
        <para>Default value: {0} ignoring external Master Filters for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemGroupMasterFilter">
      <summary>
        <para>Default value: {0} Master Filter for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemIgnoreMasterFilters">
      <summary>
        <para>Default value: {0} ignoring of Master Filters for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemImageAlignment">
      <summary>
        <para>Default value: Change alignment for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemImageOpen">
      <summary>
        <para>Default value: Load image to ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemImageSizeMode">
      <summary>
        <para>Default value: Change size mode for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemInsertGroup">
      <summary>
        <para>Default value: Insert ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemInsertItem">
      <summary>
        <para>Default value: Insert ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemLayoutChanged">
      <summary>
        <para>Default value: Layout changed</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemListBoxChangeType">
      <summary>
        <para>Default value: Change the type of a list box in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemManageMongoDBQueries">
      <summary>
        <para>Default value: ‘Manage Queries’ for the ‘{0}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapAttribute">
      <summary>
        <para>Default value: Change attribute binding in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapDelta">
      <summary>
        <para>Default value: Change delta options in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapLayerOptions">
      <summary>
        <para>Default value: Change map layer options for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapLockNavigation">
      <summary>
        <para>Default value: Lock map navigation for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapOpen">
      <summary>
        <para>Default value: Load map to ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapShapeTitleAttribute">
      <summary>
        <para>Default value: Change attributes providing shape labels for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapShowLegend">
      <summary>
        <para>Default value: {0} legend visibility for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMapUnLockNavigation">
      <summary>
        <para>Default value: Unlock map navigation for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMeasureCalculation">
      <summary>
        <para>Default value: Change calculation settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMeasureColoringMode">
      <summary>
        <para>Default value: Change measure coloring mode for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMeasureSummaryType">
      <summary>
        <para>Default value: Set summary type for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemModifyBindings">
      <summary>
        <para>Default value: Modify bindings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemMultipleMasterFilter">
      <summary>
        <para>Default value: {0} Multiple Master Filter for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemNewDataSource">
      <summary>
        <para>Default value: Create ‘{0}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPieLabelContentType">
      <summary>
        <para>Default value: Change data labels content for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPieLabelPosition">
      <summary>
        <para>Default value: Change data labels position in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPieLegendPosition">
      <summary>
        <para>Default value: Change legend position in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPieMapIsWeighted">
      <summary>
        <para>Default value: ‘{0}’ weighted pies for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPieShowCaptions">
      <summary>
        <para>Default value: {0} pie captions visibility for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPieStyle">
      <summary>
        <para>Default value: Change pie style for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPieTooltipContentType">
      <summary>
        <para>Default value: Change tooltips content for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotAutoExpandColumnDisable">
      <summary>
        <para>Default value: Disable automatic expansion of column groups for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotAutoExpandColumnEnable">
      <summary>
        <para>Default value: Enable automatic expansion of column groups for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotAutoExpandRowDisable">
      <summary>
        <para>Default value: Disable automatic expansion of row groups for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotAutoExpandRowEnable">
      <summary>
        <para>Default value: Enable automatic expansion of row groups for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotColumnTotalsPositionFar">
      <summary>
        <para>Default value: Change the column totals’ position to far for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotColumnTotalsPositionNear">
      <summary>
        <para>Default value: Change the column totals’ position to near for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotLayoutTypeCompact">
      <summary>
        <para>Default value: Change a pivot table’s layout to compact for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotLayoutTypeTabular">
      <summary>
        <para>Default value: Change a pivot table’s layout to tabular for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotResetLayoutOptions">
      <summary>
        <para>Default value: Reset options related to a pivot table layout for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotRowTotalsPositionBottom">
      <summary>
        <para>Default value: Change the row totals’ position to bottom for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotRowTotalsPositionTop">
      <summary>
        <para>Default value: Change the row totals’ position to top for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowColumnGrandTotalsDisable">
      <summary>
        <para>Default value: Disable the visibility of column Grand Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowColumnGrandTotalsEnable">
      <summary>
        <para>Default value: Enable the visibility of column Grand Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowColumnTotalsDisable">
      <summary>
        <para>Default value: Disable the visibility of column Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowColumnTotalsEnable">
      <summary>
        <para>Default value: Enable the visibility of column Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowRowGrandTotalsDisable">
      <summary>
        <para>Default value: Disable the visibility of row Grand Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowRowGrandTotalsEnable">
      <summary>
        <para>Default value: Enable the visibility of row Grand Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowRowTotalsDisable">
      <summary>
        <para>Default value: Disable the visibility of row Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotShowRowTotalsEnable">
      <summary>
        <para>Default value: Enable the visibility of row Totals for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotValuesPositionColumns">
      <summary>
        <para>Default value: Change the position of data headers to columns for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemPivotValuesPositionRows">
      <summary>
        <para>Default value: Change the position of data headers to rows for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRangeFilterSeriesType">
      <summary>
        <para>Default value: Change series type for all series in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRemoveCalculatedField">
      <summary>
        <para>Default value: Remove calculated field ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRemoveGridColumnTotal">
      <summary>
        <para>Default value: Remove the ‘{0}’ total for the ‘{1}’ column of ‘{2}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRenameDataSource">
      <summary>
        <para>Default value: Rename the ‘{0}’ data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRenameFederationQuery">
      <summary>
        <para>Default value: Rename the ‘{0}’ query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRenameMongoDBQuery">
      <summary>
        <para>Default value: Rename the ‘{0}’ query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRenameQuery">
      <summary>
        <para>Default value: Rename the ‘{0}’ query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemRestoreMapViewport">
      <summary>
        <para>Default value: Restore extent in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemScatterChartPointLabelOptions">
      <summary>
        <para>Default value: Change point label settings for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemServerMode">
      <summary>
        <para>Default value: {0} server mode for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemSetCurrencyCulture">
      <summary>
        <para>Default value: Change the dashboard’s currency culture</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemSetDefaultDateTimePeriod">
      <summary>
        <para>Default value: Change a default date-time period for the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemShowCaption">
      <summary>
        <para>Default value: Show/Hide caption for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemSingleMasterFilter">
      <summary>
        <para>Default value: {0} Single Master Filter for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTargetDimensions">
      <summary>
        <para>Default value: Modify interactivity options for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTextBoxEditText">
      <summary>
        <para>Default value: Edit text in ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTreemapGroupLabelContentType">
      <summary>
        <para>Default value: Change group labels content for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTreemapGroupTooltipContentType">
      <summary>
        <para>Default value: Change group tooltips content for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTreemapLayoutAlgorithm">
      <summary>
        <para>Default value: Change a treemap’s layout algorithm for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTreemapLayoutDirection">
      <summary>
        <para>Default value: Change a treemap’s layout direction for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTreemapTileLabelContentType">
      <summary>
        <para>Default value: Change content of tile labels for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTreemapTileTooltipContentType">
      <summary>
        <para>Default value: Change content of tile tooltips for ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemTreeViewAutoExpandChanged">
      <summary>
        <para>Default value: {0} automatic expansion of nodes for ‘{1}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemUseGlobalColorsDisable">
      <summary>
        <para>Default value: Use a local scheme to color elements of the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HistoryItemUseGlobalColorsEnable">
      <summary>
        <para>Default value: Use a global scheme to color elements of the ‘{0}’</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HourLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.HoursLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ImageCorruptedMessage">
      <summary>
        <para>Default value: The image file is corrupted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ImageFileCorruptedMessage">
      <summary>
        <para>Default value: An image file is corrupted.\r\nURL: {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ImageGeneralExceptionMessage">
      <summary>
        <para>Default value: Cannot open an image file at the following path:\r\n{0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ImageNotFoundMessage">
      <summary>
        <para>Default value: Cannot find an image file. This file may have been renamed, moved, or deleted.\r\nURL: {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ImageWrongFormatMessage">
      <summary>
        <para>Default value: The selected image file is corrupted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentDayCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentHourCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentMinuteCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentMonthCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentQuarterCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentSecondCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentWeekCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IncludeCurrentYearCheckEditCaption">
      <summary>
        <para>Default value: Include current</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelColumnCaption">
      <summary>
        <para>Default value: Column dimension</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelModeAll">
      <summary>
        <para>Default value: All levels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelModeAuto">
      <summary>
        <para>Default value: (Auto)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelModeCaption">
      <summary>
        <para>Default value: Intersection mode</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelModeFirst">
      <summary>
        <para>Default value: First level</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelModeLast">
      <summary>
        <para>Default value: Last level</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelModeSpecific">
      <summary>
        <para>Default value: Specific level</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.IntersectionLevelRowCaption">
      <summary>
        <para>Default value: Row dimension</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LabelSourceFieldsText">
      <summary>
        <para>Default value: Calculated fields in original data sources</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LabelTargetFieldsText">
      <summary>
        <para>Default value: Calculated fields in a federated data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastDaysLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastHoursLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastMinutesLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastMonthsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastNDateTimePeriodsCheckEditCaption">
      <summary>
        <para>Default value: Last {0}s</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastNPeriodsCheckEditCaption">
      <summary>
        <para>Default value: Last</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastQuartersLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastSecondsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LastYearsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LayoutOptionsDialogApplyButton">
      <summary>
        <para>Default value: Apply</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LayoutOptionsDialogCancelButton">
      <summary>
        <para>Default value: Cancel</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LayoutOptionsDialogCaption">
      <summary>
        <para>Default value: Dashboard Layout Options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LayoutOptionsDialogHeightEditorCaption">
      <summary>
        <para>Default value: Height</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LayoutOptionsDialogOkButton">
      <summary>
        <para>Default value: OK</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LayoutOptionsDialogWidthEditorCaption">
      <summary>
        <para>Default value: Width</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.LocalColorSchemeEditFormCaption">
      <summary>
        <para>Default value: Local Color Scheme</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomCenterHorizontalLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the bottom of the map. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomCenterVerticalLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the bottom of the map. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomCenterWeightedLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it to the bottom of the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomLeftHorizontalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom left corner of the map. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomLeftVerticalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom left corner of the map. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomLeftWeightedLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom left corner of the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomRightHorizontalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom right corner of the map. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomRightVerticalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom right corner of the map. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapBottomRightWeightedLegendPosition">
      <summary>
        <para>Default value: Align the legend to the bottom right corner of the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapGalleryHorizontalGroupCaption">
      <summary>
        <para>Default value: Horizontal</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapGalleryVerticalGroupCaption">
      <summary>
        <para>Default value: Vertical</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapLayerOptionsResetCustomScale">
      <summary>
        <para>Default value: This action will reset the colorizer scale, and all your changes will be discarded. Do you wish to continue?</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapShapeNoneAttribute">
      <summary>
        <para>Default value: NONE</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopCenterHorizontalLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the top of the map. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopCenterVerticalLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it the top of the map. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopCenterWeightedLegendPosition">
      <summary>
        <para>Default value: Center the legend horizontally and align it to the top of the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopLeftHorizontalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top left corner of the map. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopLeftVerticalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top left corner of the map. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopLeftWeightedLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top left corner of the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopRightHorizontalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top right corner of the map. Orient the legend horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopRightVerticalLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top right corner of the map. Orient the legend vertically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MapTopRightWeightedLegendPosition">
      <summary>
        <para>Default value: Align the legend to the top right corner of the map.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuApplyAutoColors">
      <summary>
        <para>Default value: Apply Auto colors</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuCalculation">
      <summary>
        <para>Default value: Calculation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuColorBy">
      <summary>
        <para>Default value: Color by</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuDateTimeFormatFormat">
      <summary>
        <para>Default value: Format</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuDimensionSortBy">
      <summary>
        <para>Default value: Sort by</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuFormatRulesAdd">
      <summary>
        <para>Default value: Add Format Rule</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuMore">
      <summary>
        <para>Default value: More</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuPredefinedRanges">
      <summary>
        <para>Default value: Predefined Ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuRemoveAllColors">
      <summary>
        <para>Default value: Remove all</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuRemoveColor">
      <summary>
        <para>Default value: Remove</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuResetAllColors">
      <summary>
        <para>Default value: Reset all</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuResetColor">
      <summary>
        <para>Default value: Reset</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuRetainAllColors">
      <summary>
        <para>Default value: Retain all colors</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MenuRetainColor">
      <summary>
        <para>Default value: Retain this color</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageAmbiguousFieldsCaptions">
      <summary>
        <para>Default value: The expression contains a field(s) whose name can refer to different fields from the data source:</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageBoxConfirmationTitle">
      <summary>
        <para>Default value: Confirmation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageBoxErrorTitle">
      <summary>
        <para>Default value: Error</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageBoxWarningTitle">
      <summary>
        <para>Default value: Warning</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageCollectionTypesNotSupported">
      <summary>
        <para>Default value: Dashboard does not support collection types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageColorSchemeValueAlreadyExists">
      <summary>
        <para>Default value: This value is already present in the table.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageColorSchemeValueAlreadyExistsCaption">
      <summary>
        <para>Default value: Warning</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageColorTableAlreadyExists">
      <summary>
        <para>Default value: A similar color table already exists in the scheme.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageColorTableAlreadyExistsCaption">
      <summary>
        <para>Default value: Warning</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageConfirmUnpinnedItemsRemove">
      <summary>
        <para>Default value: Are you sure you want to remove all unpinned items from the list?</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageCouldNotLoadObjectDatasource">
      <summary>
        <para>Default value: Unable to load data from the Object data source.</para>
        <para>{0}</para>
        <para>Click ‘Yes’ to load data as is. If you save the current dashboard, you can loose information about the Object data source. Click ‘No’ to cancel loading a dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageCouldNotLoadShapeItem">
      <summary>
        <para>Default value: Unable to load the selected shape file. See documentation for more information about available formats:</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageDashboardLocked">
      <summary>
        <para>Default value: Client actions cannot be performed until the Dashboard object is locked. Call the Dashboard.EndUpdate method to unlock the Dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageDataProcessingModeChanging">
      <summary>
        <para>Default value: This operation can take a significant amount of time. Do you want to continue?</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageEmptyCalculatedFieldsList">
      <summary>
        <para>Default value: Drag or double-click a calculated field on the left grid\r\nto copy it to a federated data source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageEmptyDrillDownValue">
      <summary>
        <para>Default value: An empty or null value has been passed to the PerformDrillDown method.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageEmptyExpression">
      <summary>
        <para>Default value: An expression cannot be empty.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageEmptyPeriodName">
      <summary>
        <para>Default value: The name cannot be empty</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageExternalDashboardItem">
      <summary>
        <para>Default value: The dashboard does not contain the {0} dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageFileNotFound">
      <summary>
        <para>Default value: This file could not be found.\r\n({0})</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageIncorrectGridBestFitMaxRowCountValue">
      <summary>
        <para>Default value: GridBestFitMaxRowCount must be greater or equal to -1.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageInteractivityDashboardItemNotFound">
      <summary>
        <para>Default value: Cannot find a dashboard item with the provided name. Please specify a correct name.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageInteractivityDataDashboardItemRequired">
      <summary>
        <para>Default value: Action is called for an unsupported dashboard item. Interactivity actions can be performed for data-aware dashboard items only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageInteractivityOperationNotAvailable">
      <summary>
        <para>Default value: The required action is not currently available for this dashboard item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageInteractivityRangeFilterRequired">
      <summary>
        <para>Default value: Action is called for an unsupported dashboard item. This action can be performed only for Range Filter.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageInvalidCalculatedFieldExpression">
      <summary>
        <para>Default value: The expression cannot be evaluated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageNewColorTableDialogSwitchingDataSource">
      <summary>
        <para>Default value: If you proceed and change the data source, the dimension list below will be cleared. Do you wish to continue?</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageNewColorTableDialogSwitchingDataSourceCaption">
      <summary>
        <para>Default value: Change Data Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageNullDashboard">
      <summary>
        <para>Default value: The Dashboard property cannot be set to null.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageServerFailedCalculatedFields">
      <summary>
        <para>Default value: The following calculated fields cannot be evaluated in server mode:</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MessageSummaryCalculatedFieldInDimension">
      <summary>
        <para>Default value: Cannot change the expression of the ‘{0}’ calculated field that provides data for the ‘{1}’ dimension. Summary-based calculated fields can provide data for measures only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MinuteLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MinutesLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MonthLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MonthsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MonthToDateLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.MonthToDateTimePeriodCheckEditCaption">
      <summary>
        <para>Default value: Month-to-date</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextDateTimePeriodCheckEditCaption">
      <summary>
        <para>Default value: Next {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextDaysLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextHourCheckEditCaption">
      <summary>
        <para>Default value: Next Hour</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextHourLabelCaption">
      <summary>
        <para>Default value: This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextHoursLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextMinuteCheckEditCaption">
      <summary>
        <para>Default value: Next Minute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextMinuteLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextMinutesLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextMonthCheckEditCaption">
      <summary>
        <para>Default value: Next Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextMonthLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextMonthsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextNDateTimePeriodsCheckEditCaption">
      <summary>
        <para>Default value: Next {0}s</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextNPeriodsCheckEditCaption">
      <summary>
        <para>Default value: Next</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextQuarterCheckEditCaption">
      <summary>
        <para>Default value: Next Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextQuarterLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextQuartersLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextSecondCheckEditCaption">
      <summary>
        <para>Default value: Next Second</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextSecondLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextSecondsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextWeekCheckEditCaption">
      <summary>
        <para>Default value: Next Week</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextYearCheckEditCaption">
      <summary>
        <para>Default value: Next Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextYearLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NextYearsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NoDataSourcesForDataFederationMessage">
      <summary>
        <para>Default value: Provide at least one data source to be used to create a federated data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NoXPOClassesForXPODataSourceMessage">
      <summary>
        <para>Default value: Cannot create an XPO data source. Unable to locate an XPO class in your application</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatFormatTypeAutoCaption">
      <summary>
        <para>Default value: Auto</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatFormatTypeCurrencyCaption">
      <summary>
        <para>Default value: Currency</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatFormatTypeGeneralCaption">
      <summary>
        <para>Default value: General</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatFormatTypeNumberCaption">
      <summary>
        <para>Default value: Number</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatFormatTypePercentCaption">
      <summary>
        <para>Default value: Percent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatFormatTypeScientificCaption">
      <summary>
        <para>Default value: Scientific</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatUnitAutoCaption">
      <summary>
        <para>Default value: Auto</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatUnitBillionsCaption">
      <summary>
        <para>Default value: Billions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatUnitMillionsCaption">
      <summary>
        <para>Default value: Millions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatUnitOnesCaption">
      <summary>
        <para>Default value: Ones</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.NumericFormatUnitThousandsCaption">
      <summary>
        <para>Default value: Thousands</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ParameterFormCaption">
      <summary>
        <para>Default value: Dashboard Parameter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ParameterFormPassNullNotAvailable">
      <summary>
        <para>Default value: n/a</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastFiveYears">
      <summary>
        <para>Default value: Last 5 Years</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastMonth">
      <summary>
        <para>Default value: Last Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastNinetyDays">
      <summary>
        <para>Default value: Last 90 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastQuarter">
      <summary>
        <para>Default value: Last Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastSevenDays">
      <summary>
        <para>Default value: Last 7 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastSixMonth">
      <summary>
        <para>Default value: Last 6 Months</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastSixtyDays">
      <summary>
        <para>Default value: Last 60 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastSixtyMinutes">
      <summary>
        <para>Default value: Last 60 Minutes</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastSixtySeconds">
      <summary>
        <para>Default value: Last 60 Seconds</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastThirtyDays">
      <summary>
        <para>Default value: Last 30 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastThreeMonth">
      <summary>
        <para>Default value: Last 3 Months</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastThreeYears">
      <summary>
        <para>Default value: Last 3 Years</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastTwelveMonth">
      <summary>
        <para>Default value: Last 12 Months</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastTwentyFourHours">
      <summary>
        <para>Default value: Last 24 Hours</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastTwoYears">
      <summary>
        <para>Default value: Last 2 Years</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodLastYear">
      <summary>
        <para>Default value: Last Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodMonthToDate">
      <summary>
        <para>Default value: Month-to-date</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextHour">
      <summary>
        <para>Default value: Next Hour</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextMonth">
      <summary>
        <para>Default value: Next Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextNinetyDays">
      <summary>
        <para>Default value: Next 90 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextQuarter">
      <summary>
        <para>Default value: Next Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextSevenDays">
      <summary>
        <para>Default value: Next 7 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextSixtyDays">
      <summary>
        <para>Default value: Next 60 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextSixtyMinutes">
      <summary>
        <para>Default value: Next 60 Minutes</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextSixtySeconds">
      <summary>
        <para>Default value: Next 60 Seconds</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextThirtyDays">
      <summary>
        <para>Default value: Next 30 Days</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextTwentyFourHours">
      <summary>
        <para>Default value: Next 24 Hours</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodNextYear">
      <summary>
        <para>Default value: Next Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodQuarterToDate">
      <summary>
        <para>Default value: Quarter-to-date</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodThisHour">
      <summary>
        <para>Default value: This Hour</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodThisMinute">
      <summary>
        <para>Default value: This Minute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodThisMonth">
      <summary>
        <para>Default value: This Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodThisQuarter">
      <summary>
        <para>Default value: This Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodThisSecond">
      <summary>
        <para>Default value: This Second</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodThisYear">
      <summary>
        <para>Default value: This Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodToday">
      <summary>
        <para>Default value: Today</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PeriodYearToDate">
      <summary>
        <para>Default value: Year-to-date</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PieCalculationAlongArguments">
      <summary>
        <para>Default value: Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PieCalculationAlongArgumentsAndSeries">
      <summary>
        <para>Default value: Arguments / Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PieCalculationAlongSeries">
      <summary>
        <para>Default value: Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PieCalculationAlongSeriesAndArguments">
      <summary>
        <para>Default value: Series / Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongColumns">
      <summary>
        <para>Default value: Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongColumnsAndRows">
      <summary>
        <para>Default value: Columns / Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongGroupsInColumns">
      <summary>
        <para>Default value: Columns within Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongGroupsInColumnsAndRows">
      <summary>
        <para>Default value: Columns / Rows within Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongGroupsInRows">
      <summary>
        <para>Default value: Rows within Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongGroupsInRowsAndColumns">
      <summary>
        <para>Default value: Rows / Columns within Groups</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongRows">
      <summary>
        <para>Default value: Rows</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PivotCalculationAlongRowsAndColumns">
      <summary>
        <para>Default value: Rows / Columns</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousDateTimePeriodCheckEditCaption">
      <summary>
        <para>Default value: Previous {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousHourCheckEditCaption">
      <summary>
        <para>Default value: Previous Hour</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousHourLabelCaption">
      <summary>
        <para>Default value: This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousMinuteCheckEditCaption">
      <summary>
        <para>Default value: Previous Minute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousMinuteLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousMonthCheckEditCaption">
      <summary>
        <para>Default value: Previous Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousMonthLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousQuarterCheckEditCaption">
      <summary>
        <para>Default value: Previous Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousQuarterLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousSecondCheckEditCaption">
      <summary>
        <para>Default value: Previous Second</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousSecondLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousWeekCheckEditCaption">
      <summary>
        <para>Default value: Previous Week</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousYearCheckEditCaption">
      <summary>
        <para>Default value: Previous Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PreviousYearLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PrintPreviewOptionsFormCaption">
      <summary>
        <para>Default value: Options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PropertyGridNoDashboardItemGroup">
      <summary>
        <para>Default value: (none)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PropertyGridNoDataMember">
      <summary>
        <para>Default value: (none)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PropertyGridNoDataSource">
      <summary>
        <para>Default value: (none)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PropertyGridParametersLookUpDynamicList">
      <summary>
        <para>Default value: Dynamic List</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PropertyGridParametersLookUpStaticList">
      <summary>
        <para>Default value: Static List</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PropertyGridParametersValueNull">
      <summary>
        <para>Default value: Null</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.PropertyGridParametersValueSelectAllValues">
      <summary>
        <para>Default value: Select All Values</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.QuarterLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.QuartersLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.QuarterToDateLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.QuarterToDateTimePeriodCheckEditCaption">
      <summary>
        <para>Default value: Quarter-to-date</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeEditorControlBetweenValidateMessage">
      <summary>
        <para>Default value: Specify a value between {0} and {1}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeEditorControlGreaterValidateMessage">
      <summary>
        <para>Default value: Specify a value greater than {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeEditorControlLessValidateMessage">
      <summary>
        <para>Default value: Specify a value less than {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterCalculationAlongArgument">
      <summary>
        <para>Default value: Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterCalculationAlongArgumentAndSeries">
      <summary>
        <para>Default value: Argument / Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterCalculationAlongSeries">
      <summary>
        <para>Default value: Series</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterCalculationAlongSeriesAndArgument">
      <summary>
        <para>Default value: Series / Argument</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterCustomDateTimePeriodCaption">
      <summary>
        <para>Default value: Custom Period…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterCustomDateTimePeriodDescription">
      <summary>
        <para>Default value: Select a custom date time period.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterEditDateTimePeriodsCaption">
      <summary>
        <para>Default value: Edit Periods…</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterEditDateTimePeriodsDescription">
      <summary>
        <para>Default value: Edit date-time periods used to select a predefined range using the range filter.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeFilterEditDateTimePeriodsRibbonCaption">
      <summary>
        <para>Default value: Edit Periods</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueGreen">
      <summary>
        <para>Default value: Blue - Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueRed">
      <summary>
        <para>Default value: Blue - Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueWhite">
      <summary>
        <para>Default value: Blue - White</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueWhiteGreen">
      <summary>
        <para>Default value: Blue - White - Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueWhiteRed">
      <summary>
        <para>Default value: Blue - White - Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueYellow">
      <summary>
        <para>Default value: Blue - Yellow</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueYellowGreen">
      <summary>
        <para>Default value: Blue - Yellow - Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientBlueYellowRed">
      <summary>
        <para>Default value: Blue - Yellow - Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientDescription">
      <summary>
        <para>Default value: Apply formatting to values using\r\nthe specified color gradient.\r\nUnique colors indicate values\r\ncorresponding to the specified range</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientGreenBlue">
      <summary>
        <para>Default value: Green - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientGreenWhite">
      <summary>
        <para>Default value: Green - White</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientGreenWhiteBlue">
      <summary>
        <para>Default value: Green - White - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientGreenWhiteRed">
      <summary>
        <para>Default value: Green - White - Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientGreenYellow">
      <summary>
        <para>Default value: Green - Yellow</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientGreenYellowBlue">
      <summary>
        <para>Default value: Green - Yellow - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientGreenYellowRed">
      <summary>
        <para>Default value: Green - Yellow - Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientRedBlue">
      <summary>
        <para>Default value: Red - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientRedWhite">
      <summary>
        <para>Default value: Red - White</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientRedWhiteBlue">
      <summary>
        <para>Default value: Red - White - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientRedWhiteGreen">
      <summary>
        <para>Default value: Red - White - Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientRedYellow">
      <summary>
        <para>Default value: Red - Yellow</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientRedYellowBlue">
      <summary>
        <para>Default value: Red - Yellow - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientRedYellowGreen">
      <summary>
        <para>Default value: Red - Yellow - Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientWhiteBlue">
      <summary>
        <para>Default value: White - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientWhiteGreen">
      <summary>
        <para>Default value: White - Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientWhiteRed">
      <summary>
        <para>Default value: White - Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientYellowBlue">
      <summary>
        <para>Default value: Yellow - Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientYellowGreen">
      <summary>
        <para>Default value: Yellow - Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeGradientYellowRed">
      <summary>
        <para>Default value: Yellow - Red</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsPaleRedGreen">
      <summary>
        <para>Default value: Red/Green (Pale)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsPaleRedGreenBlue">
      <summary>
        <para>Default value: Red/Green/Blue (Pale)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsPaleRedOrangeYellowGreenBlue">
      <summary>
        <para>Default value: Red/Orange/Yellow/Green/Blue (Pale)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsPaleRedYellowGreenBlue">
      <summary>
        <para>Default value: Red/Yellow/Green/Blue (Pale)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsRedGreen">
      <summary>
        <para>Default value: Red/Green</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsRedGreenBlue">
      <summary>
        <para>Default value: Red/Green/Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsRedOrangeYellowGreenBlue">
      <summary>
        <para>Default value: Red/Orange/Yellow/Green/Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetColorsRedYellowGreenBlue">
      <summary>
        <para>Default value: Red/Yellow/Green/Blue</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetDescription">
      <summary>
        <para>Default value: Apply formatting to values classified\r\ninto the specified number of ranges</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconArrowsColored">
      <summary>
        <para>Default value: {0} Arrows (Colored)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconArrowsGray">
      <summary>
        <para>Default value: {0} Arrows (Gray)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconBars">
      <summary>
        <para>Default value: {0} Bars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconBoxes">
      <summary>
        <para>Default value: 5 Boxes</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconCircles">
      <summary>
        <para>Default value: 4 Circles (Red To Black)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconCirclesRedToBlack">
      <summary>
        <para>Default value: 4 Circles (Red To Black)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconFlags">
      <summary>
        <para>Default value: 3 Flags</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconPositiveNegativeTriangles">
      <summary>
        <para>Default value: 3 Triangles</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconQuarters">
      <summary>
        <para>Default value: 5 Quarters</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconSigns">
      <summary>
        <para>Default value: 3 Signs</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconStars">
      <summary>
        <para>Default value: 3 Stars</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconSymbolsCircled">
      <summary>
        <para>Default value: {0} Symbols (Circled)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconSymbolsUncircled">
      <summary>
        <para>Default value: {0} Symbols (Uncircled)</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconTrafficLights">
      <summary>
        <para>Default value: 3 Traffic Lights</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RangeSetIconTriangles">
      <summary>
        <para>Default value: {0} Triangles</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RankOrderAscending">
      <summary>
        <para>Default value: Ascending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RankOrderDescending">
      <summary>
        <para>Default value: Descending</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RankTypeCompetition">
      <summary>
        <para>Default value: Competition</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RankTypeDense">
      <summary>
        <para>Default value: Dense</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RankTypeModified">
      <summary>
        <para>Default value: Modified</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RankTypePercentile">
      <summary>
        <para>Default value: Percentile</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RankTypeUnique">
      <summary>
        <para>Default value: Unique</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentBarButtonItemClearFilesCommand">
      <summary>
        <para>Default value: &amp;Clear unpinned dashboards</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentBarButtonItemClearFoldersCommand">
      <summary>
        <para>Default value: &amp;Clear unpinned folders</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentBarButtonItemOpenCommand">
      <summary>
        <para>Default value: &amp;Open</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentBarButtonItemPinCommand">
      <summary>
        <para>Default value: Pin</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentBarButtonItemRemoveCommand">
      <summary>
        <para>Default value: &amp;Remove from list</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentBarButtonItemUnpinCommand">
      <summary>
        <para>Default value: Unpin</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentDashboardsCaption">
      <summary>
        <para>Default value: Recent</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RecentItemsMenuEmptyText">
      <summary>
        <para>Default value: To browse for a dashboard, click Open.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RedoText">
      <summary>
        <para>Default value: Redo</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RemoveGridColumnTotalBarItemCaption">
      <summary>
        <para>Default value: Remove</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RenameDataSourceFormCaption">
      <summary>
        <para>Default value: Rename Data Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RenameFederationQueryFormCaption">
      <summary>
        <para>Default value: Rename Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RenameMongoDBQueryFormCaption">
      <summary>
        <para>Default value: Rename Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RenameQueryFormCaption">
      <summary>
        <para>Default value: Rename Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ResetGridColumnsWidthMenuItemCaption">
      <summary>
        <para>Default value: Reset Column Widths</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ResetGridColumnsWidthMenuItemDescription">
      <summary>
        <para>Default value: Reset column widths.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupChartLayoutCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupChartLegendPositionCaption">
      <summary>
        <para>Default value: Legend</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupChartSeriesTypeCaption">
      <summary>
        <para>Default value: Series Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupColoringCaption">
      <summary>
        <para>Default value: Coloring</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupCommonCaption">
      <summary>
        <para>Default value: Common</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupContentArrangementCaption">
      <summary>
        <para>Default value: Content Arrangement</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupDashboardCaption">
      <summary>
        <para>Default value: Dashboard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupDataExtract">
      <summary>
        <para>Default value: Data Extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupDataSource">
      <summary>
        <para>Default value: Data Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupDataSourceCaption">
      <summary>
        <para>Default value: Data Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupDateFilterInteractivityCaption">
      <summary>
        <para>Default value: Interactivity</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupDateFilterLayoutCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupDesign">
      <summary>
        <para>Default value: Design</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupElementItemPropertiesCaption">
      <summary>
        <para>Default value: Item Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupExtractSource">
      <summary>
        <para>Default value: Extract Source</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupFederationDataSourceQuery">
      <summary>
        <para>Default value: Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupFileCaption">
      <summary>
        <para>Default value: File</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupFilterElementTypeCaption">
      <summary>
        <para>Default value: Item Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupFiltering">
      <summary>
        <para>Default value: Filtering</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupFilteringCaption">
      <summary>
        <para>Default value: Filtering</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGaugeLabelsCaption">
      <summary>
        <para>Default value: Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGaugeStyleCaption">
      <summary>
        <para>Default value: Style</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGeoPointMapClusterizationCaption">
      <summary>
        <para>Default value: Clustering</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGridCellsCaption">
      <summary>
        <para>Default value: Cells</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGridColumnWidthModeCaption">
      <summary>
        <para>Default value: Column Width Mode</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGridLayoutCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGridStyleCaption">
      <summary>
        <para>Default value: Style</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupGroupsCaption">
      <summary>
        <para>Default value: Group</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupHistoryCaption">
      <summary>
        <para>Default value: History</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupHome">
      <summary>
        <para>Default value: Home</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupImageAlignmentCaption">
      <summary>
        <para>Default value: Alignment</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupImageOpenCaption">
      <summary>
        <para>Default value: Open</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupImageSizeModeCaption">
      <summary>
        <para>Default value: Size Mode</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupInsertCaption">
      <summary>
        <para>Default value: Insert</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupInteractivityCaption">
      <summary>
        <para>Default value: Interactivity</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupInteractivitySettingsCaption">
      <summary>
        <para>Default value: Interactivity settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupItemsCaption">
      <summary>
        <para>Default value: Items</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupLayoutOptionsCaption">
      <summary>
        <para>Default value: Layout options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupMapCaption">
      <summary>
        <para>Default value: Map</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupMapLegendPositionCaption">
      <summary>
        <para>Default value: Legend</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupMapNavigationCaption">
      <summary>
        <para>Default value: Navigation</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupMapShapefileCaption">
      <summary>
        <para>Default value: Open</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupMapShapeLabelsAttributeCaption">
      <summary>
        <para>Default value: Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupMongoDBDataSourceQuery">
      <summary>
        <para>Default value: Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupPieLabelsCaption">
      <summary>
        <para>Default value: Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupPieMapOptionsCaption">
      <summary>
        <para>Default value: Pie options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupPieStyleCaption">
      <summary>
        <para>Default value: Style</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupPivotInitialStateCaption">
      <summary>
        <para>Default value: Initial State</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupPivotLayoutCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupRangeFilterInteractivityCaption">
      <summary>
        <para>Default value: Interactivity</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupRangeFilterSeriesTypeCaption">
      <summary>
        <para>Default value: Series Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupScatterChartLabelsCaption">
      <summary>
        <para>Default value: Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupSkinPaletteGallery">
      <summary>
        <para>Default value: Appearance</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupSkinsCaption">
      <summary>
        <para>Default value: Skins</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupSqlDataSourceQuery">
      <summary>
        <para>Default value: Query</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTabContainersCaption">
      <summary>
        <para>Default value: Tab Container</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTabPageLayoutCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTabPagesCaption">
      <summary>
        <para>Default value: Page</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTargetDimensions">
      <summary>
        <para>Default value: Target dimensions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTextBoxEditingCaption">
      <summary>
        <para>Default value: Editing</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTreemapLabelsCaption">
      <summary>
        <para>Default value: Group Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTreemapLayoutCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupTreeViewLayoutCaption">
      <summary>
        <para>Default value: Layout</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupView">
      <summary>
        <para>Default value: View</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonGroupWeightedLegendPositionCaption">
      <summary>
        <para>Default value: Weighted Legend</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryBubbleMapToolsName">
      <summary>
        <para>Default value: Bubble Map Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryCardsToolsName">
      <summary>
        <para>Default value: Cards Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryChartToolsName">
      <summary>
        <para>Default value: Chart Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryChoroplethMapToolsName">
      <summary>
        <para>Default value: Choropleth Map Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryCustomItemToolsName">
      <summary>
        <para>Default value: {0} Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryDateFilterToolsName">
      <summary>
        <para>Default value: Date Filter Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryDefaultCustomItemToolsName">
      <summary>
        <para>Default value: Custom Item Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryFilterElementToolsName">
      <summary>
        <para>Default value: Filter Element Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryGaugesToolsName">
      <summary>
        <para>Default value: Gauges Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryGeoPointMapToolsName">
      <summary>
        <para>Default value: Geo Point Map Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryGridToolsName">
      <summary>
        <para>Default value: Grid Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryGroupToolsName">
      <summary>
        <para>Default value: Group Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryImageToolsName">
      <summary>
        <para>Default value: Image Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryImageUnboundToolsName">
      <summary>
        <para>Default value: Image Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryMapToolsName">
      <summary>
        <para>Default value: Map Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryPieMapToolsName">
      <summary>
        <para>Default value: Pie Map Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryPiesToolsName">
      <summary>
        <para>Default value: Pies Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryPivotToolsName">
      <summary>
        <para>Default value: Pivot Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryRangeFilterToolsName">
      <summary>
        <para>Default value: Range Filter Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryScatterChartToolsName">
      <summary>
        <para>Default value: Scatter Chart Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryTabContainerToolsName">
      <summary>
        <para>Default value: Tab Container Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryTabPageToolsName">
      <summary>
        <para>Default value: Page Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryTextBoxEditorName">
      <summary>
        <para>Default value: Text Box Editor</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryTextBoxToolsName">
      <summary>
        <para>Default value: Text Box Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageCategoryTreemapToolsName">
      <summary>
        <para>Default value: Treemap Tools</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageDashboardCaption">
      <summary>
        <para>Default value: Dashboard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageDataCaption">
      <summary>
        <para>Default value: Data</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageImageOptionsCaption">
      <summary>
        <para>Default value: Options</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageLayoutAndStyleCaption">
      <summary>
        <para>Default value: Layout &amp; Style</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageRangeFilterStyleCaption">
      <summary>
        <para>Default value: Style</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonPageTextBoxFormatCaption">
      <summary>
        <para>Default value: Format</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonTabContainerReorderTabsCaption">
      <summary>
        <para>Default value: Tab Settings</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.RibbonTileTreemapLabelsCaption">
      <summary>
        <para>Default value: Tile Labels</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ScatterCalculationAlongArguments">
      <summary>
        <para>Default value: Arguments</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.SecondLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.SecondsLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.SparklineIndicationModeArea">
      <summary>
        <para>Default value: Area</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.SparklineIndicationModeBar">
      <summary>
        <para>Default value: Bar</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.SparklineIndicationModeLine">
      <summary>
        <para>Default value: Line</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.SparklineIndicationModeWinLoss">
      <summary>
        <para>Default value: Win/Loss</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.SpecifyExtractParametersHeaderDescription">
      <summary>
        <para>Default value: Specify the parameter value(s) used to create a data extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.StoreExtractFileHeaderDescription">
      <summary>
        <para>Default value: Specify a path to the file that will contain the resulting data extract</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TextBoxEditorDataBindingFieldCaption">
      <summary>
        <para>Default value: Select value</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TextBoxEditorNoDataItemsToInsertTooltip">
      <summary>
        <para>Default value: Add at least one field to the Values section</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TextBoxEditorRemovedFieldCaption">
      <summary>
        <para>Default value: Removed field</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisDateTimePeriodCheckEditCaption">
      <summary>
        <para>Default value: This {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisHourCheckEditCaption">
      <summary>
        <para>Default value: This Hour</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisHourLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisMinuteCheckEditCaption">
      <summary>
        <para>Default value: This Minute</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisMinuteLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisMonthCheckEditCaption">
      <summary>
        <para>Default value: This Month</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisMonthLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisQuarterCheckEditCaption">
      <summary>
        <para>Default value: This Quarter</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisQuarterLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisSecondCheckEditCaption">
      <summary>
        <para>Default value: This Second</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisSecondLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisWeekCheckEditCaption">
      <summary>
        <para>Default value: This Week</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisYearCheckEditCaption">
      <summary>
        <para>Default value: This Year</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ThisYearLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ToDatePeriodCaption">
      <summary>
        <para>Default value: To {0}</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.ToDateTimePeriodCheckEditCaption">
      <summary>
        <para>Default value: {0}-to-date</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TodayCheckEditCaption">
      <summary>
        <para>Default value: Today</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TomorrowCheckEditCaption">
      <summary>
        <para>Default value: Tomorrow</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TooltipChangeDashboardItemDataBinding">
      <summary>
        <para>Default value: Change the data source for the dashboard item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TooltipChangeDataBinding">
      <summary>
        <para>Default value: Change the data source for the dashboard item</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TooltipGroupByType">
      <summary>
        <para>Default value: Group Fields by Type</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TooltipRefreshFieldList">
      <summary>
        <para>Default value: Refresh Field List</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TooltipReloadData">
      <summary>
        <para>Default value: Reload data</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TooltipSortAscending">
      <summary>
        <para>Default value: Sort Fields A to Z</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.TooltipSortDescending">
      <summary>
        <para>Default value: Sort Fields Z to A</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.UndoRedoActionsCount">
      <summary>
        <para>Default value: {0} {1} Actions</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.UndoRedoSingleAction">
      <summary>
        <para>Default value: {0} {1} Action</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.UndoText">
      <summary>
        <para>Default value: Undo</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.UpdateDashboardDataCaption">
      <summary>
        <para>Default value: Update Dashboard</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.UpdateDataCaption">
      <summary>
        <para>Default value: Update</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.UpdateDataDescription">
      <summary>
        <para>Default value: Update the dashboard according to the last modifications.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.UpdateDataExtractConfirmation">
      <summary>
        <para>Default value: Do you want to update the data extract with actual data?</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.WeekLabelCaption">
      <summary>
        <para>Default value: weeks</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.WeightedLegendGalleryGroupCaption">
      <summary>
        <para>Default value: Position</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.XPOIsNotConfiguredMessage">
      <summary>
        <para>Default value: Your application administrator has not configured an XPO data source. Please contact your admin for further assistance/information.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.YearLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.YearsLabelCaption">
      <summary>
        <para>Default value: years</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.YearToDateLabelCaption">
      <summary>
        <para>This localization string is obsolete now. To learn more, see the T461063 KB article in the DevExpress Support Center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.YearToDateTimePeriodCheckEditCaption">
      <summary>
        <para>Default value: Year-to-date</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.Localization.DashboardWinStringId.YesterdayCheckEditCaption">
      <summary>
        <para>Default value: Yesterday</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.MapPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how Map dashboard items are <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.MapPrintingOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.MapPrintingOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.MapPrintingOptions.AutomaticPageLayout">
      <summary>
        <para>Gets or sets whether the page orientation used to print a map dashboard item is selected automatically.</para>
      </summary>
      <value>true, to automatically select the page orientation used to print a map dashboard item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.MapPrintingOptions.SizeMode">
      <summary>
        <para>Gets or sets the print size mode for the map dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.MapPrintingSizeMode"/> enumeration member that specifies the print size mode for the map dashboard item.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.MapPrintingSizeMode">
      <summary>
        <para>Lists values used to specify how a Map dashboard item should be resized when being <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.MapPrintingSizeMode.None">
      <summary>
        <para>A map dashboard item is printed in a size identical to that shown on the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.MapPrintingSizeMode.Zoom">
      <summary>
        <para>A map dashboard item is resized proportionally to best fit the printed page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.OptionsBase">
      <summary>
        <para>Serves as the base class for classes containing specific <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printing options</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.OptionsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.OptionsBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.OptionsBase.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.DashboardWin.ParameterValue">
      <summary>
        <para>Contains the parameter value and display text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.ParameterValue.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.ParameterValue"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.ParameterValue.DisplayText">
      <summary>
        <para>Gets the parameter display text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the parameter display text.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.ParameterValue.Value">
      <summary>
        <para>Gets a parameter value.</para>
      </summary>
      <value>A parameter value.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.ParameterValueType">
      <summary>
        <para>Lists values used to specify the type of dashboard parameter value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ParameterValueType.Boolean">
      <summary>
        <para>Identifies a Boolean value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ParameterValueType.DateTime">
      <summary>
        <para>Identifies a date-time value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ParameterValueType.Float">
      <summary>
        <para>Identifies a Float value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ParameterValueType.Integer">
      <summary>
        <para>Identifies an Integer value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.ParameterValueType.String">
      <summary>
        <para>Identifies a String value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.PiePrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Pie dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.PiePrintingOptions.#ctor">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.DashboardWin.PiePrintingOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.PiePrintingOptions.AutoArrangeContent">
      <summary>
        <para>Gets or sets whether dashboard item elements are automatically arranged on the printed page.</para>
      </summary>
      <value>true, to arrange dashboard item elements automatically on the printed page; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.PivotPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Pivot dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.PivotPrintingOptions.#ctor">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.DashboardWin.PivotPrintingOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.PivotPrintingOptions.PrintHeadersOnEveryPage">
      <summary>
        <para>Gets or sets whether to <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">print</see> column headers of the Pivot dashboard item on every page.</para>
      </summary>
      <value>true, to print column headers on every page; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.PrintingFontInfo">
      <summary>
        <para>Contains the font settings of the <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see> document.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.PrintingFontInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.PrintingFontInfo"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.PrintingFontInfo.GdiCharSet">
      <summary>
        <para>Gets or sets a value that specifies the GDI character set for the current font.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> value that specifies the GDI character set for the current font.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.PrintingFontInfo.Name">
      <summary>
        <para>Gets or sets the name of the font used in the printed document.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the font.</value>
    </member>
    <member name="M:DevExpress.DashboardWin.PrintingFontInfo.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.DashboardWin.PrintingFontInfo"/> object.</returns>
    </member>
    <member name="P:DevExpress.DashboardWin.PrintingFontInfo.UseCustomFontInfo">
      <summary>
        <para>Gets or sets whether custom font settings are used in the printed document.</para>
      </summary>
      <value>true, if custom font settings are used in the printed document; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.PrintPreviewShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.PrintPreviewShowing">DashboardDesigner.PrintPreviewShowing</see> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.PrintPreviewShowing">DashboardViewer.PrintPreviewShowing</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.PrintPreviewShowingEventArgs.RibbonPreview">
      <summary>
        <para>Gets the Print Preview with a ribbon toolbar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> object that is the Print Preview with a ribbon toolbar.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.PrintPreviewShowingEventArgs.StandardPreview">
      <summary>
        <para>Gets the Print Preview with a standard toolbar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> object that is the Print Preview with a standard toolbar.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.PrintPreviewShowingEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.PrintPreviewShowing">DashboardDesigner.PrintPreviewShowing</see> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.PrintPreviewShowing">DashboardViewer.PrintPreviewShowing</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.PrintPreviewShowingEventArgs"/> object that provides event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.RangeFilterPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Range Filter dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.RangeFilterPrintingOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.RangeFilterPrintingOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.RangeFilterPrintingOptions.AutomaticPageLayout">
      <summary>
        <para>Gets or sets whether the page orientation used to print a Range Filter dashboard item is selected automatically.</para>
      </summary>
      <value>true, to automatically select the page orientation used to print a Range Filter dashboard item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.RangeFilterPrintingOptions.SizeMode">
      <summary>
        <para>Gets or sets the print size mode for the Range Filter dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.RangeFilterPrintingSizeMode"/> enumeration member that specifies the print size mode for the Range Filter dashboard item.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.RangeFilterPrintingSizeMode">
      <summary>
        <para>Lists values used to specify how a range filter dashboard item should be resized when being <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.RangeFilterPrintingSizeMode.None">
      <summary>
        <para>A Range Filter dashboard item is printed in a size identical to that shown on the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.RangeFilterPrintingSizeMode.Stretch">
      <summary>
        <para>A Range Filter dashboard item is stretched or shrunk to fit the page on which it is printed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.RangeFilterPrintingSizeMode.Zoom">
      <summary>
        <para>A Range Filter dashboard item is resized proportionally to best fit the printed page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.SelectedDataSourceChanged">DashboardDesigner.SelectedDataSourceChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs"/> class.</para>
      </summary>
      <param name="newDataSourceComponentName">A <see cref="T:System.String"/> value that specifies the component name of a currently selected data source.</param>
      <param name="newDataMember">A <see cref="T:System.String"/> value that specifies the currently selected data member.</param>
      <param name="oldDataSourceComponentName">A <see cref="T:System.String"/> value that specifies the component name of an old data source.</param>
      <param name="oldDataMember">A <see cref="T:System.String"/> value that specifies an old data member.</param>
    </member>
    <member name="P:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs.NewDataMember">
      <summary>
        <para>Gets the currently selected data member.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the currently selected data member.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs.NewDataSourceComponentName">
      <summary>
        <para>Gets the component name of a currently selected data source.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the component name of a currently selected data source.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs.OldDataMember">
      <summary>
        <para>Gets an old data member.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies an old data member.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs.OldDataSourceComponentName">
      <summary>
        <para>Gets the component name of an old data source.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the component name of an old data source.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.SelectedDataSourceChangedEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.SelectedDataSourceChanged">DashboardDesigner.SelectedDataSourceChanged</see> event.</para>
      </summary>
      <param name="sender">The event sources.</param>
      <param name="e">The <see cref="T:DevExpress.DashboardWin.SelectedDataSourceChangedEventArgs"/> object containing event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.SetInitialDashboardStateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.SetInitialDashboardState">DashboardDesigner.SetInitialDashboardState</see> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.SetInitialDashboardState">DashboardViewer.SetInitialDashboardState</see> events.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.SetInitialDashboardStateEventHandler">
      <summary>
        <para>References a method that handles the <see cref="E:DevExpress.DashboardWin.DashboardDesigner.SetInitialDashboardState">DashboardDesigner.SetInitialDashboardState</see> and <see cref="E:DevExpress.DashboardWin.DashboardViewer.SetInitialDashboardState">DashboardViewer.SetInitialDashboardState</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.DashboardWin.SetInitialDashboardStateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.DashboardWin.TreemapPrintingOptions">
      <summary>
        <para>Contains settings that specify parameters affecting how the Treemap dashboard item is <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.TreemapPrintingOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.TreemapPrintingOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.TreemapPrintingOptions.AutomaticPageLayout">
      <summary>
        <para>Gets or sets whether the page orientation used to print a Treemap dashboard item is selected automatically.</para>
      </summary>
      <value>true, to automatically select the page orientation used to print a Treemap dashboard item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.TreemapPrintingOptions.SizeMode">
      <summary>
        <para>Gets or sets the print size mode for the Treemap dashboard item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.DashboardWin.TreemapPrintingSizeMode"/> enumeration member that specifies the print size mode for the Treemap dashboard item.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.TreemapPrintingSizeMode">
      <summary>
        <para>Lists values used to specify how a Treemap dashboard item should be resized when being <see href="https://docs.devexpress.com/Dashboard/15181/common-features/printing-and-exporting">printed or exported</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.TreemapPrintingSizeMode.None">
      <summary>
        <para>A Treemap dashboard item is printed in a size identical to that shown on the dashboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.TreemapPrintingSizeMode.Zoom">
      <summary>
        <para>A Treemap dashboard item is resized proportionally to best fit the printed page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.DashboardWin.UnderlyingDataTargetValue">
      <summary>
        <para>Represents the dimension value used to obtain the underlying data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.DashboardWin.UnderlyingDataTargetValue.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.DashboardWin.UnderlyingDataTargetValue"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.DashboardWin.UnderlyingDataTargetValue.DimensionID">
      <summary>
        <para>Gets or sets the dimension identifier used to obtain the underlying data.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the dimension identifier used to obtain the underlying data.</value>
    </member>
    <member name="P:DevExpress.DashboardWin.UnderlyingDataTargetValue.Value">
      <summary>
        <para>Gets or sets the dimension value used to obtain the underlying data.</para>
      </summary>
      <value>The dimension value used to obtain the underlying data.</value>
    </member>
    <member name="T:DevExpress.DashboardWin.UserAction">
      <summary>
        <para>Lists values that specify end-user actions on the <see cref="T:DevExpress.DashboardWin.DashboardDesigner"/> or <see cref="T:DevExpress.DashboardWin.DashboardViewer"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.UserAction.LayoutAction">
      <summary>
        <para>An end-user changes the dashboard layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.DashboardWin.UserAction.None">
      <summary>
        <para>No action.</para>
      </summary>
    </member>
  </members>
</doc>