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.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public string ErrorMessage { get; set; }

Property Value

Type Description
String

A String value, specifying the error message.

See Also