Skip to main content
A newer version of this page is available.

IDataSourceWizardCustomizationService Interface

Defines a service for customization of the Data Source Wizard.

Namespace: DevExpress.Snap.Services

Assembly: DevExpress.Snap.v18.2.dll

Declaration

public interface IDataSourceWizardCustomizationService

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