WizardRunnerContext(UserLookAndFeel, IWin32Window) Constructor
Initializes a new instance of the WizardRunnerContext class with the specified owner and appearance.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
Name | Type | Description |
---|---|---|
lookAndFeel | UserLookAndFeel | A UserLookAndFeel object. |
owner | IWin32Window | An object implementing the IWin32Window interface. |
See Also