Skip to main content

OperationFailedEventArgs.ErrorMessage Property

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

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

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