Skip to main content

IWaitFormActivator.SetWaitFormDescription(String) Method

Specifies the text of a splash screen description.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void SetWaitFormDescription(
    string message
)

Parameters

Name Type Description
message String

A String value, specifying the form description.

See Also