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

WizardRunnerContext.WaitFormActivator Property

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.v18.2.UI.dll

Declaration

public IWaitFormActivator WaitFormActivator { get; }

Property Value

Type Description
IWaitFormActivator

An object implementing the IWaitFormActivator interface.

Implements

See Also