Skip to main content

WizardRunnerContext.CreateWizardView(String, Size) Method

Creates a Data Source Wizard view.

Namespace: DevExpress.DataAccess.UI.Wizard

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

NuGet Package: DevExpress.DataAccess.UI

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