Back to Devexpress

DashboardDesignerDataSourceWizardSettings Class

dashboard-devexpress-dot-dashboardwin-806b941f.md

latest3.2 KB
Original Source

DashboardDesignerDataSourceWizardSettings Class

Contains settings used to customize the Data Source wizard used to create new data sources in the DashboardDesigner.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardDesignerDataSourceWizardSettings :
    DataSourceWizardSettings
vb
Public Class DashboardDesignerDataSourceWizardSettings
    Inherits DataSourceWizardSettings

The following members return DashboardDesignerDataSourceWizardSettings objects:

Remarks

The DashboardDesigner exposes the DashboardDesigner.DataSourceWizard property that returns the DashboardDesignerDataSourceWizardSettings object and allows you to change the Data Source wizard settings.

The following code snippet displays all available data source types on the Data Source wizard page:

csharp
dashboardDesigner1.DataSourceWizard.AvailableDataSourceTypes = DevExpress.DashboardWin.DashboardDesignerDataSourceType.All;
vb
dashboardDesigner1.DataSourceWizard.AvailableDataSourceTypes = DevExpress.DashboardWin.DashboardDesignerDataSourceType.All

The Data Federation type is available if the dashboard has at least one data source.

The XPO Data Source is hidden from the list of data sources available in the Data Source Wizard. Use the DashboardDesignerDataSourceWizardSettings.AvailableDataSourceTypes property to specify the data connections displayed on the page.

Inheritance

Object DataSourceWizardSettings DashboardDesignerDataSourceWizardSettings

See Also

DashboardDesignerDataSourceWizardSettings Members

How to Customize the Data Source Wizard

DevExpress.DashboardWin Namespace