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.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
An error description displayed within a message box is specified by the OperationFailedEventArgs.ErrorMessage property.
See Also