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

MapControl.ShowRibbonPrintPreviewDialog(Window) Method

Invokes the Print Preview modal dialog with a Ribbon for the map control.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public void ShowRibbonPrintPreviewDialog(
    Window owner
)

Parameters

Name Type Description
owner Window

A Window object or class descendant object, which is the owner of the invoked form.

See Also