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

IDocumentPreviewModel.ProgressVisibility Property

Gets the current visibility of the Progress Bar, which appears in the Document Preview while the document is being created.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

bool ProgressVisibility { get; }

Property Value

Type Description
Boolean

true if the Progress Bar is shown; otherwise false.

Remarks

Depending on the document content, the Document Viewer can display progress bars of the following two types.

  • Native

    progressBar_Native

    The visibility of this Progress Bar type is indicated by the ProgressVisibility property.

  • Marquee (Indeterminate)

    animMarqueeProgressBar

    The visibility of this Progress Bar type is indicated by the IDocumentPreviewModel.ProgressMarqueeVisibility property.

See Also