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

IWaitFormActivator.EnableWaitFormDescription(Boolean) Method

Specifies whether or not to display a splash screen description.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v18.2.dll

Declaration

void EnableWaitFormDescription(
    bool show
)

Parameters

Name Type Description
show Boolean

true to display the description; otherwise false.

See Also