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

IDocumentViewModel.IsCreating Property

Indicates whether or not the document creation is still in progress.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

bool IsCreating { get; }

Property Value

Type Description
Boolean

true, if the document’s pages are still being created; otherwise, false.

See Also