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

IWizardRunnerContext.ShowMessage(String) Method

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

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

void ShowMessage(
    string message
)

Parameters

Name Type Description
message String

A String value.

See Also