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

IWizardRunnerContext.CreateWizardView(String, Size) Method

Creates a Data Source Wizard view.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

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