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

DataViewBase.ShowRibbonPrintPreviewDialog(Window) Method

Creates the print document from the DataViewBase and displays the document’s modal Print Preview with the Ribbon using the specified owner.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public void ShowRibbonPrintPreviewDialog(
    Window owner
)

Parameters

Name Type Description
owner Window

A Window instance specifying the owner of the Print Preview.

See Also