Back to Devexpress

IWizardCustomization<TModel> Interface

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-iwizardcustomization-1.md

latest1.6 KB
Original Source

IWizardCustomization<TModel> Interface

Provides functionality to customize the Data Source Wizard.

Namespace : DevExpress.DataAccess.UI.Wizard

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public interface IWizardCustomization<TModel>
    where TModel :
    IWizardModel
vb
Public Interface IWizardCustomization(Of TModel As IWizardModel)

Type Parameters

Name
TModel

Remarks

To learn more about Data Source Wizard customization, see Wizard Customization API.

To learn how to customize the Data Source Wizard pages that are part of the Report Wizard, see Wizard Customization Overview.

See Also

IWizardCustomization<TModel> Members

DevExpress.DataAccess.UI.Wizard Namespace