Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

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