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

WizardRunnerContext.CreateWizardView(String, Size) Method

Creates a Data Source Wizard view.

Namespace: DevExpress.DataAccess.UI.Wizard

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

Declaration

public IWizardView CreateWizardView(
    string wizardTitle,
    Size wizardSize
)

Parameters

Name Type Description
wizardTitle String

A String value.

wizardSize Size

A Size structure.

Returns

Type Description
IWizardView

An object implementing the IWizardView interface.

See Also