Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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

    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