Skip to main content

IWizardRunnerContext.ShowMessage(String, String) Method

Displays a message with the specified text and caption before the execution of a wizard.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void ShowMessage(
    string message,
    string caption
)

Parameters

Name Type Description
message String

A String value.

caption String

A String value.

See Also