OperationFailedEventArgs.ShowErrorMessage Property
Gets or sets a value that specifies whether to display an error message box.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
An error description displayed within a message box is specified by the OperationFailedEventArgs.ErrorMessage property.
See Also