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

WizardRunnerContext.ShowMessage(String) Method

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

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public void ShowMessage(
    string message
)

Parameters

Name Type Description
message String

A String value.

Implements

See Also