Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DocumentPreview.BarManager Property

Provides access to the BarManager object associated with the DocumentPreview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.2.dll

NuGet Package: DevExpress.Wpf.Printing

#Declaration

public BarManager BarManager { get; }

#Property Value

Type Description
BarManager

A BarManager object.

#Remarks

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.

Icon Name
document-preview-button-parameters PrintingStringId.Parameters
document-preview-button-documentMap PrintingStringId.DocumentMap
document-preview-button-search PrintingStringId.Search
document-preview-button-open PrintingStringId.Open
document-preview-button-save PrintingStringId.Save
document-preview-button-print PrintingStringId.Print
document-preview-button-printDirect PrintingStringId.PrintDirect
document-preview-button-pageSetup PrintingStringId.PageSetup
document-preview-button-scaling PrintingStringId.Scaling
document-preview-button-zoomOut PrintingStringId.DecreaseZoom
document-preview-button-zoomIn PrintingStringId.IncreaseZoom
document-preview-button-firstPage PrintingStringId.FirstPage
document-preview-button-previousPage PrintingStringId.PreviousPage
document-preview-button-nextPage PrintingStringId.NextPage
document-preview-button-lastPage PrintingStringId.LastPage
document-preview-button-export PrintingStringId.ExportFile
document-preview-button-email PrintingStringId.SendFile
document-preview-button-watermark PrintingStringId.Watermark

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