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

IDocumentViewModel.IsCreated Property

Indicates whether or not the document creation has been completed.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

bool IsCreated { get; }

Property Value

Type Description
Boolean

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

See Also