Skip to main content
A newer version of this page is available. .

ExceptionMessageEventArgs.MessageImage Property

Gets or sets the icon displayed in the message box.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public MessageBoxImage MessageImage { get; set; }

Property Value

Type Description
MessageBoxImage

One of the MessageBoxImage enumeration values.

See Also