Skip to main content

ExceptionMessageEventArgs.MessageImage Property

Gets or sets the icon displayed in the message box.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public MessageBoxImage MessageImage { get; set; }

Property Value

Type Description
MessageBoxImage

One of the MessageBoxImage enumeration values.

See Also