Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public class WizardRunnerContext :
    UIRunnerContext,
    IWizardRunnerContext,
    IUIRunnerContext,
    IDisposable

Inheritance

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