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
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.
Following are the names of the export format names available in the drop-down “Export Document…” and “Send via e-mail…” lists.
- PrintingStringId.ExportPdf, PrintingStringId.ExportPdfToWindow, PrintingStringId.SendPdf
- PrintingStringId.ExportHtm, PrintingStringId.ExportHtmToWindow
- PrintingStringId.ExportMht, PrintingStringId.ExportMhtToWindow, PrintingStringId.SendMht
- PrintingStringId.ExportRtf, PrintingStringId.ExportRtfToWindow, PrintingStringId.SendRtf
- PrintingStringId.ExportXls, PrintingStringId.ExportXlsToWindow, PrintingStringId.SendXls
- PrintingStringId.ExportXlsx, PrintingStringId.ExportXlsxToWindow, PrintingStringId.SendXlsx
- PrintingStringId.ExportCsv, PrintingStringId.ExportCsvToWindow, PrintingStringId.SendCsv
- PrintingStringId.ExportTxt, PrintingStringId.ExportTxtToWindow, PrintingStringId.SendTxt
- PrintingStringId.ExportImage, PrintingStringId.ExportImageToWindow, PrintingStringId.SendImage
- PrintingStringId.ExportXps, PrintingStringId.ExportXpsToWindow, PrintingStringId.SendXps
To learn about the Bar Manager customization, see How to: Customize the Document Preview Toolbar.
See Also