Skip to main content

IPage.IsLoading Property

Indicates whether the current page is still being loaded in a Document Preview.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

bool IsLoading { get; }

Property Value

Type Description
Boolean

true, if the page loading is in progress; otherwise, false.

See Also