Skip to main content

IWaitFormActivator.SetWaitFormCaption(String) Method

Specifies the caption of a splash screen.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void SetWaitFormCaption(
    string caption
)

Parameters

Name Type Description
caption String

A String value, specifying the form caption.

See Also