Skip to main content

DocumentPreviewModelBase.ProgressMarqueeVisibility Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public abstract 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 ReportServicePreviewModel.ProgressVisibility property.

  • Marquee (Indeterminate)

    animMarqueeProgressBar

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

See Also