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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to display an error message box; otherwise, false. |
Remarks
An error description displayed within a message box is specified by the OperationFailedEventArgs.ErrorMessage property.
See Also