PrintingSystemPreviewModel.ProgressVisibility Property
Gets the current visibility of the Progress Bar, which appears in the Print 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 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
The visibility of this Progress Bar type is indicated by the ProgressVisibility property.
Marquee (Indeterminate)
The visibility of this Progress Bar type is indicated by the PrintingSystemPreviewModel.ProgressMarqueeVisibility property.
See Also