A newer version of this page is available.
Switch to the current version.
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
)
Public Function CreateWizardView(
wizardTitle As String,
wizardSize As Size
) As IWizardView
Parameters
Name | Type | Description |
---|---|---|
wizardTitle | String | A String value. |
wizardSize | Size | A Size structure. |
Returns
Type | Description |
---|---|
IWizardView | An object implementing the IWizardView interface. |
Implements
See Also
Feedback