IDataSourceWizardCustomizationService.CustomizeDataSourceWizard(IWizardCustomization<DashboardDataSourceModel>) Method
Enables customization of the Data Source Wizard pages.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.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