Skip to main content

PdfViewerErrorWrapper.ErrorTitle Property

Gets or sets the error title.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public string ErrorTitle { get; set; }

#Property Value

Type Description
String

A string value that is the error title.

See Also