IWizardRunnerContext.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.Wizard
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
IWaitFormActivator WaitFormActivator { get; }
#Property Value
Type | Description |
---|---|
IWait |
An object implementing the IWait |
See Also