Skip to main content

IDocumentViewModel.IsCreating Property

Indicates whether the document creation is still in progress.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

bool IsCreating { get; }

Property Value

Type Description
Boolean

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

See Also