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

IWaitFormActivator.ShowWaitForm(Boolean, Boolean, Boolean) Method

Displays a splash screen with the specified parameters.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v18.2.dll

Declaration

void ShowWaitForm(
    bool fadeIn,
    bool fadeOut,
    bool useDelay
)

Parameters

Name Type Description
fadeIn Boolean

true to use the fade-in animation when loading the form.

fadeOut Boolean

true to use the fade-out animation when closing the form.

useDelay Boolean

true to enable the timeout when loading the form.

See Also