Back to Devexpress

PrintPreviewFormEx.PrintBarManager Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-printpreviewformex.md

latest1.6 KB
Original Source

PrintPreviewFormEx.PrintBarManager Property

Gets the PrintBarManager that provides the toolbar, status bar and menu elements to Print Preview.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public PrintBarManager PrintBarManager { get; }
vb
Public ReadOnly Property PrintBarManager As PrintBarManager

Property Value

TypeDescription
PrintBarManager

A PrintBarManager object.

|

Remarks

Use this property to access a PrintBarManager that provides UI elements for controlling a document displayed in PrintControl.

See Also

PrintPreviewFormEx Class

PrintPreviewFormEx Members

DevExpress.XtraPrinting.Preview Namespace