Skip to main content

IWizardRunnerContext.CreateWizardView(String, Size) Method

Creates a Data Source Wizard view.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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