Skip to main content

PdfViewerControl.ViewerError Property

Gets or sets the error message that is shown when a document fails to open. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public PdfViewerErrorWrapper ViewerError { get; set; }

Property Value

Type Description
PdfViewerErrorWrapper

A PdfViewerErrorWrapper object that contains the exception and the error message.

See Also