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

WizardPageErrorEventArgs.ErrorMessage Property

Specifies the text of an error message.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string ErrorMessage { get; set; }

Property Value

Type Description
String

A String value, specifying the error message.

See Also