Skip to main content

PdfViewerErrorWrapper.ErrorMessage Property

Gets or sets the error message.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public string ErrorMessage { get; set; }

#Property Value

Type Description
String

A string value that is the error message.

See Also