Skip to main content
A newer version of this page is available. .

SpreadsheetControl.ShowPrintPreview() Method

Invokes the Print Preview window with a Bar UI.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public void ShowPrintPreview()

Remarks

The Print Preview window displays the control data as it will appear when it is printed. The control can be previewed only if the DXPrinting Library is available. To check if previewing the SpreadsheetControl is allowed, use the SpreadsheetControl.IsPrintPreviewAvailable property.

To display the Print Preview window with a Ribbon UI, use the SpreadsheetControl.ShowRibbonPrintPreview method.

To print the data without showing a print preview, use SpreadsheetControl.Print or SpreadsheetControl.ShowPrintDialog.

See Also