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

OperationFailedEventArgs.ErrorMessage Property

Gets or sets an error description displayed within an error message box.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public string ErrorMessage { get; set; }

Property Value

Type Description
String

A string value that specifies the error description.

Remarks

If the OperationFailedEventArgs.ShowErrorMessage property is enabled, the ErrorMessage property specifies the text displayed within an error message box.

See Also