PrintingSystemPreviewModel.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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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
The visibility of this Progress Bar type is indicated by the ReportServicePreviewModel.ProgressVisibility property.
Marquee (Indeterminate)
The visibility of this Progress Bar type is indicated by the ProgressMarqueeVisibility property.
See Also