Skip to main content
A newer version of this page is available. .

IDocumentViewModel.IsLoaded Property

Indicates whether or not the document loading has completed.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

bool IsLoaded { get; }

Property Value

Type Description
Boolean

true, if all document pages have already been loaded; otherwise, false.

See Also