Skip to main content

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public IWizardRunnerContext WizardRunnerContext { get; set; }

Property Value

Type Description
IWizardRunnerContext

An object that implements the IWizardRunnerContext interface.

See Also