WizardRunnerContext.WaitFormActivator Property
In This Article
Returns an object that displays a form while the wizard is loading information about a data source.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public IWaitFormActivator WaitFormActivator { get; }
#Property Value
Type | Description |
---|---|
IWait |
An object implementing the IWait |
See Also