WizardView.ShowError(String) Method
Displays an error message with a specified text.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v20.2.UI.dll
Declaration
public virtual void ShowError(
string error
)
Public Overridable Sub ShowError(
error As String
)
Parameters
Name | Type | Description |
---|---|---|
error | String | A String value. |
Implements
See Also
Feedback