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

IWaitFormActivator.SetWaitFormObject(ISupportCancel) Method

Specifies the content of a splash screen.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v18.2.dll

Declaration

void SetWaitFormObject(
    ISupportCancel dataSourceLoader
)

Parameters

Name Type Description
dataSourceLoader ISupportCancel

An object implementing the ISupportCancel interface.

See Also