OperationFailedEventArgs.ErrorMessage Property
Gets or sets an error description displayed within an error message box.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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