Skip to main content

IDataSourceWizardCustomizationService.CustomizeDataSourceWizard(IWizardCustomization<DashboardDataSourceModel>) Method

Enables customization of the Data Source Wizard pages.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

void CustomizeDataSourceWizard(
    IWizardCustomization<DashboardDataSourceModel> customization
)

Parameters

Name Type Description
customization IWizardCustomization<DashboardDataSourceModel>

An object implementing the IWizardCustomization<TModel> interface (where TModel is the DashboardDataSourceModel).

Remarks

For more information, refer to the How to Customize Views and Presenters Corresponding to Wizard Pages.

See Also