Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool ShowErrorMessage { get; set; }

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