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

WizardView.ShowError(String) Method

Displays an error message with a specified text.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v20.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public virtual void ShowError(
    string error
)

Parameters

Name Type Description
error String

A String value.

Implements

See Also