Skip to main content

PrintBarManager.PreviewBar Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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