Skip to main content

PdfViewerControl.IsDataLoading Property

Gets or sets whether the PDF Viewer displays a data loading splash screen. 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 bool IsDataLoading { get; set; }

Property Value

Type Description
Boolean

true, if the PDF Viewer displays a data loading splash screen; otherwise, false.

Remarks

The PDF Viewer displays a data loading screen with the “indeterminate ring” progress control after setting the PdfViewerControl.DocumentUri or PdfViewerControl.DocumentSource property until the document is loaded. When the document is loaded, the IsDataLoading property is automatically set to false. You can manually set the IsDataLoading property value to control when the data loading splash screen is shown.

See Also