Skip to main content
A newer version of this page is available. .

IWizardRunnerContext.WaitFormActivator Property

Returns an object that displays a form while the wizard is loading information about a data source.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v19.1.dll

Declaration

IWaitFormActivator WaitFormActivator { get; }

Property Value

Type Description
IWaitFormActivator

An object implementing the IWaitFormActivator interface.

See Also