IDataSourceWizardCustomizationService Interface
Defines a service for customization of the Data Source Wizard.
Namespace: DevExpress.Snap.Services
Assembly: DevExpress.Snap.v21.2.dll
NuGet Package: DevExpress.Win.Snap
Declaration
Remarks
The IDataSourceWizardCustomizationService interface declares the IDataSourceWizardCustomizationService.CustomizeDataSourceWizard method used for the Data Source Wizard customization. Implement this method to change the default behavior of the Data Source Wizard. You can skip particular wizard pages, or create and add custom pages. For implementation details, refer to the How to: Customize the Data Source Wizard example.
See Also