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

WizardRunnerContext Class

The default implementation of the IWizardRunnerContext interface, enabling you to run the Data Source Wizard in a WinForms application.

Namespace: DevExpress.DataAccess.UI.Wizard

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

Declaration

public class WizardRunnerContext :
    UIRunnerContext,
    IWizardRunnerContext,
    IUIRunnerContext,
    IDisposable

Inheritance

Object
DevExpress.DataAccess.UI.Wizard.UIRunnerContext
WizardRunnerContext
See Also