Skip to main content

DashboardDesigner.DataSourceWizardCustomization Property

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
public IDashboardDataSourceWizardCustomization DataSourceWizardCustomization { get; set; }

Property Value

Type Description
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