Skip to main content

IDocumentPreviewModel.ProgressMarqueeVisibility Property

Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Viewer while the document is being created.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

bool ProgressMarqueeVisibility { get; }

#Property Value

Type Description
Boolean

true, if the Marquee Progress Bar is visible; 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 IDocumentPreviewModel.ProgressVisibility property.

  • Marquee (Indeterminate)

    MarqueeProgressBar

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

See Also