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

EditExtractOptionsContext.WizardRunnerContext Property

Gets or sets an object that implements a certain functionality required to run the Data Source Wizard.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public IWizardRunnerContext WizardRunnerContext { get; set; }

Property Value

Type Description
IWizardRunnerContext

An object that implements the IWizardRunnerContext interface.

See Also