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

WizardRunnerContext.ShowMessage(String, String) Method

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

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public void ShowMessage(
    string message,
    string caption
)

Parameters

Name Type Description
message String

A String value.

caption String

A String value.

See Also