Skip to main content

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.v14.2.dll

#Declaration

public override bool ProgressVisibility { get; }

#Property Value

Type Description
Boolean

true if the Progress Bar is shown; otherwise false.

#Remarks

The following image demonstrates the Progress Bar shown in DocumentPreview.

status-bar

See Also