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

IWaitFormActivator.SetWaitFormDescription(String) Method

Specifies the text of a splash screen description.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v18.2.dll

Declaration

void SetWaitFormDescription(
    string message
)

Parameters

Name Type Description
message String

A String value, specifying the form description.

See Also