Skip to main content

IWaitFormActivator.EnableWaitFormDescription(Boolean) Method

Specifies whether or not to display a splash screen description.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

void EnableWaitFormDescription(
    bool show
)

Parameters

Name Type Description
show Boolean

true to display the description; otherwise false.

See Also