Skip to main content

WizardRunnerContext.Confirm(String) Method

Displays a confirmation window 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 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