Skip to main content

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IWaitFormActivator WaitFormActivator { get; }

Property Value

Type Description
IWaitFormActivator

An object implementing the IWaitFormActivator interface.

See Also