Skip to main content

MapControl.ShowRibbonPrintPreview(Window) Method

Invokes the Print Preview form 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 ShowRibbonPrintPreview(
    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