wpf-devexpress-dot-xpf-dot-printing-dot-documentpreview.md
Provides access to the BarManager object associated with the DocumentPreview.
Namespace : DevExpress.Xpf.Printing
Assembly : DevExpress.Xpf.Printing.v25.2.dll
NuGet Package : DevExpress.Wpf.Printing
public BarManager BarManager { get; }
Public ReadOnly Property BarManager As BarManager
| Type | Description |
|---|---|
| BarManager |
A BarManager object.
|
The BarManager property provides access to a BarManager corresponding to the main toolbar of a Document Preview.
The Bar Manager of a Document Preview contains the following items.
Following are the names of the export format names available in the drop-down “Export Document…” and “Send via e-mail…” lists.
To learn about the Bar Manager customization, see How to: Customize the Document Preview Toolbar.
See Also