Back to Devexpress

DashboardDesigner.DataSourceWizardCustomization Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-198bbd00.md

latest2.1 KB
Original Source

DashboardDesigner.DataSourceWizardCustomization Property

Provides the capability to customize the Data Source wizard used to create new data sources.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public IDashboardDataSourceWizardCustomization DataSourceWizardCustomization { get; set; }
vb
<Browsable(False)>
Public Property DataSourceWizardCustomization As IDashboardDataSourceWizardCustomization

Property Value

TypeDescription
DevExpress.DashboardWin.ServiceModel.IDashboardDataSourceWizardCustomization

An object implementing the IDashboardDataSourceWizardCustomization interface.

|

Remarks

With v17.1, the recommended approach to customize the Data Source Wizard pages is using the DashboardDesigner.DataSourceWizardCustomizationService property that accepts an object implementing the IDataSourceWizardCustomizationService.

See Also

DataSourceWizard

DataSourceWizardCustomizationService

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace