Skip to main content
A newer version of this page is available. .

PrintBarManager.PreviewBar Property

For internal use. Specifies the Print Preview bar controlled by this PrintBarManager instance.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public Bar PreviewBar { get; set; }

Property Value

Type Default Description
Bar *null*

A Bar object.

Remarks

Use the PrintingSystemBase.SetCommandVisibility method to customize toolbar buttons and menu items in Print Preview. You can call this method either for the PrintControl displaying a document, or for the PrintingSystem that has created the document.

The PrintingSystemCommand enumeration lists all commands available in Print Preview.

See Also