Skip to main content

IExtractDataSourceWizardCustomization.CustomizeDataSourceWizard(IWizardCustomization<ExtractDataSourceModel>) Method

Enables customization of the Data Source Wizard pages for the Extract Data Source.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

void CustomizeDataSourceWizard(
    IWizardCustomization<ExtractDataSourceModel> customization
)

Parameters

Name Type Description
customization IWizardCustomization<DevExpress.DashboardCommon.DataSourceWizard.ExtractDataSourceModel>

An object implementing the IWizardCustomization<TModel> interface (where TModel is the DevExpress.DashboardCommon.DataSourceWizard.ExtractDataSourceModel).

See Also