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

DataViewBase.ShowRibbonPrintPreview(FrameworkElement) Method

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public void ShowRibbonPrintPreview(
    FrameworkElement owner
)

Parameters

Name Type Description
owner FrameworkElement

A FrameworkElement instance specifying the owner of the Print Preview.

See Also