Back to Devexpress

DataViewBase.ShowRibbonPrintPreviewDialog Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-showribbonprintpreviewdialog.md

latest1.2 KB
Original Source

DataViewBase.ShowRibbonPrintPreviewDialog Method

NameParametersDescription
ShowRibbonPrintPreviewDialog(Window, String, String)owner, documentName, titleCreates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview as a modal window with the Ribbon UI.
ShowRibbonPrintPreviewDialog(Window, String)owner, documentNameCreates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview as a modal window with the Ribbon UI.
ShowRibbonPrintPreviewDialog(Window)ownerCreates the print document from the DataViewBase (or its inheritor) and displays the document’s Print Preview as a modal window with the Ribbon UI.