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.1.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IDataSourceWizardCustomizationService interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also