Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void ShowMessage(
    string message
)

Parameters

Name Type Description
message String

A String value.

See Also