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

IWizardRunnerContext.Confirm(String) Method

Displays a confirmation window before the execution of a wizard.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.Data.v19.1.dll

Declaration

bool Confirm(
    string message
)

Parameters

Name Type Description
message String

A String value.

Returns

Type Description
Boolean

true, if a user clicks OK; otherwise, false.

See Also