IDataSourceWizardCustomizationService.CustomizeDataSourceWizard(IWizardCustomization<DashboardDataSourceModel>) Method
In This Article
Enables customization of the Data Source Wizard pages.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
void CustomizeDataSourceWizard(
IWizardCustomization<DashboardDataSourceModel> customization
)
#Parameters
Name | Type | Description |
---|---|---|
customization | IWizard |
An object implementing the IWizard |
#Remarks
For more information, refer to the How to Customize Views and Presenters Corresponding to Wizard Pages.
See Also